Age | Commit message (Expand) | Author |
2019-01-22 | Fix invite empty email | Daniel García |
2019-01-21 | Fix admin page links | Daniel García |
2019-01-21 | Update Diesel to 1.4 and other dependencies | Daniel García |
2019-01-20 | Show organizations in admin panel, implement reload templates option | Daniel García |
2019-01-20 | Implement HIBP check [WIP]. | Daniel García |
2019-01-19 | Rename admin templates to match email | Daniel García |
2019-01-19 | Created base template | Daniel García |
2019-01-19 | Implement admin JWT cookie, separate JWT issuers for each type of token and m... | Daniel García |
2019-01-19 | Move email templates to subfolder | Daniel García |
2019-01-19 | Ignore build.rs git errors | Daniel García |
2019-01-18 | Merge pull request #348 from mprasil/c_version | Daniel García |
2019-01-18 | Bump the vault version used to the latest one | Miroslav Prasil |
2019-01-17 | Merge pull request #347 from TBK/patch-1 | Daniel García |
2019-01-17 | Add Feature-Policy header | TBK |
2019-01-16 | Use new i64::to_be_bytes and remove byteorder dep | Daniel García |
2019-01-16 | Correct update cipher order: first save cipher, then cipher-folder, then notify | Daniel García |
2019-01-16 | Merge pull request #343 from mprasil/share_fix | Daniel García |
2019-01-16 | Fix sharing the item to organization. | Miroslav Prasil |
2019-01-15 | Can't return inside multipart closure | Daniel García |
2019-01-15 | Update some function calls to use ? | Daniel García |
2019-01-15 | Save recovery code when using yubikey and stop repeating headers.user everywhere | Daniel García |
2019-01-15 | Improve org mismatch check, consider different orgs | Daniel García |
2019-01-15 | Check that the client is not updating an outdated cipher, that should be part... | Daniel García |
2019-01-15 | Update dependencies | Daniel García |
2019-01-15 | Fix folder notifications, enable template strict mode and add missing option ... | Daniel García |
2019-01-15 | Added SMTP_FROM_NAME | Daniel García |
2019-01-15 | Embed the default templates | Daniel García |
2019-01-15 | Default to $data_folder/templates and remove dev option (use `TEMPLATES_FOLDE... | Daniel García |
2019-01-15 | Initial stab at templates | Daniel García |
2019-01-13 | Update yubico to fix OpenSSL error | Daniel García |
2019-01-12 | Revert yubikey feature, not needed anymore1.6.1 | Daniel García |
2019-01-12 | Updated dependencies, removing need for yubico fork | Daniel García |
2019-01-11 | Implement unofficial warning message | Daniel García |
2019-01-11 | Include warning to not report bugs upstream | Daniel García |
2019-01-11 | Fix casing error in Attachment, should fix 'Attachment doesn't exist' errors | Daniel García |
2019-01-11 | Send CipherUpdate when adding and deleting attachments | Daniel García |
2019-01-10 | Fix AArch64 build by disabling yubico1.6.0 | Daniel García |
2019-01-08 | Mention HTTPS needed for Chrome | Daniel García |
2019-01-08 | Of course I forgot the year... | Daniel García |
2019-01-08 | Update dependencies and web vault | Daniel García |
2019-01-08 | Update README | Daniel García |
2019-01-08 | Implement put collections | Daniel García |
2019-01-08 | Include IP in invalid admin token error | Daniel García |
2019-01-08 | Only create invitations when SMTP is disabled, and ignore invitations if we h... | Daniel García |
2019-01-08 | Make sure an invitation is created when reinviting | Daniel García |
2019-01-07 | Remove whitespace before processing tokens | Daniel García |
2019-01-07 | Changed reinvite check and removed obsolete comment | Daniel García |
2019-01-07 | Make the admin retype the user name before deleting | Daniel García |
2019-01-07 | Print unauthorized error message | Daniel García |
2019-01-07 | Fix missing .env error in Dockerfile, the .env file is not needed for the Doc... | Daniel García |