Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-08 | Mention relation between DOMAIN and mail settings in .env template1.7.0 | Daniel García | |
2019-02-08 | Change use of deserialize_with for Option iterator | Daniel García | |
2019-02-08 | Fixed some clippy lints and changed update_uuid_revision to only use one db ↵ | Daniel García | |
query | |||
2019-02-06 | Add reset user config button | Daniel García | |
2019-02-06 | Fix .env path traversal issue | Daniel García | |
2019-02-06 | Yubico and SMTP enable/disable master switches | Daniel García | |
2019-02-06 | Add groups | Daniel García | |
2019-02-06 | Added env variable to select config file. Initial work towards groups and ↵ | Daniel García | |
added tooltips with descriptions and nicer names | |||
2019-02-06 | Implemented config form and fixed config priority | Daniel García | |
2019-02-06 | Save config | Daniel García | |
2019-02-06 | Implement basic config loading and updating. No save to file yet. | Daniel García | |
2019-02-06 | Config can now be serialized / deserialized | Daniel García | |
2019-02-06 | Updated dependencies | Daniel García | |
2019-02-06 | Merge pull request #387 from mprasil/collections_edit_revision | Daniel García | |
Update revision when adding or removing cipher from collection | |||
2019-02-06 | Update revision when adding or removing cipher from collection | Miroslav Prasil | |
2019-02-06 | Merge pull request #386 from mprasil/revision_collection_delete | Daniel García | |
Update revision of affected users when deleting Collection | |||
2019-02-06 | Update revision of affected users when deleting Collection | Miroslav Prasil | |
2019-02-05 | Merge pull request #385 from mprasil/update_revision_retry | Daniel García | |
Retry updating revision - fixes #383 | |||
2019-02-05 | Do not allocate uneccessary Vec | Miroslav Prasil | |
2019-02-05 | Do not update revision at the end, as we already did that | Miroslav Prasil | |
2019-02-05 | cipher does not need to be mutable | Miroslav Prasil | |
2019-02-05 | Remove superfluous cipher.save() call | Miroslav Prasil | |
2019-02-05 | Retry updating revision - fixes #383 | Miroslav Prasil | |
2019-02-04 | Merge pull request #382 from BlackDex/iter-iconlist | Daniel García | |
Loop through the iconlist until an icon is found | |||
2019-02-04 | Fixed issue when the iconlist is smaller then 5 | BlackDex | |
When the iconlist was smaller then 5 items, it would cause a panic. Solved by using .truncate() on the iconlist. | |||
2019-02-04 | Loop through the iconlist until an icon is found | BlackDex | |
Loop for a maximum of 5 times through the iconlist or until a successful download of an icon. | |||
2019-02-04 | Merge pull request #381 from BlackDex/issue-380 | Daniel García | |
Fixed issue #380 | |||
2019-02-04 | Fixed issue #380 | BlackDex | |
- Created a separate function for parsing the sizes attribute - Parsing sizes now with regex - Should work with any non-digit separator | |||
2019-01-31 | Merge pull request #377 from BlackDex/icon-cookies | Daniel García | |
Added cookies to the icon download request. | |||
2019-01-31 | Some small changes on the iter of the cookies | BlackDex | |
2019-01-31 | Added cookies to the icon download request. | BlackDex | |
Some sites use XSRF Tokens, or other Tokens to verify a subseqense response. The cookies which are sent during the page request are now used when downloading the favicon. A site which uses this is mijn.ing.nl. | |||
2019-01-29 | Update web vault error message | Daniel García | |
2019-01-29 | Reuse the client between requests, and use the client when downloading the ↵ | Daniel García | |
icons themselves | |||
2019-01-29 | Merge pull request #372 from BlackDex/better-href-fix | Daniel García | |
Changed the way to fix the href | |||
2019-01-29 | Changed the way to fix the href | BlackDex | |
- Using url from reqwest to fix href, this fixes: + "//domain.com/icon.png" + "relative/path/to/icon.png" + "/absolute/path/to/icon.png" - Removed fix_href function - Some variable changes | |||
2019-01-28 | Disable icon downloads, accept optional query after icon href, format and ↵ | Daniel García | |
clippy fixes | |||
2019-01-28 | Only send one notification per vault import and purge, improve move ciphers ↵ | Daniel García | |
functions | |||
2019-01-27 | Remove local icon extractor | Daniel García | |
2019-01-27 | Merge pull request #370 from BlackDex/favicons | Daniel García | |
Added better favicon downloader. | |||
2019-01-27 | Removed unwrap and added ? | BlackDex | |
2019-01-27 | Moved function call to get_icon_url to prevent error bubbeling | BlackDex | |
2019-01-27 | Added better favicon downloader. | BlackDex | |
2019-01-26 | Add disabled user badge (no password) and deauthorize button to admin page. | Daniel García | |
2019-01-25 | Add 2FA icon to admin panel | Daniel García | |
2019-01-25 | Change config to thread-safe system, needed for a future config panel. | Daniel García | |
Improved some two factor methods. | |||
2019-01-25 | Fix editing users from collections menu | Daniel García | |
2019-01-25 | Merge pull request #365 from CoreFiling/master | Daniel García | |
Fix the list of users with access to a collection to display correctly. | |||
2019-01-25 | No point calling find_by_uuid now we don't use the result. | Stephen White | |
2019-01-25 | Fix the list of users with access to a collection to display correctly. | Stephen White | |
https://github.com/dani-garcia/bitwarden_rs/issues/364 | |||
2019-01-24 | Update web-vault to fix U2F NotTrustedAnchor error | Daniel García | |