aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-08Mention relation between DOMAIN and mail settings in .env template1.7.0Daniel García
2019-02-08Change use of deserialize_with for Option iteratorDaniel García
2019-02-08Fixed some clippy lints and changed update_uuid_revision to only use one db ↵Daniel García
query
2019-02-06Add reset user config buttonDaniel García
2019-02-06Fix .env path traversal issueDaniel García
2019-02-06Yubico and SMTP enable/disable master switchesDaniel García
2019-02-06Add groupsDaniel García
2019-02-06Added env variable to select config file. Initial work towards groups and ↵Daniel García
added tooltips with descriptions and nicer names
2019-02-06Implemented config form and fixed config priorityDaniel García
2019-02-06Save configDaniel García
2019-02-06Implement basic config loading and updating. No save to file yet.Daniel García
2019-02-06Config can now be serialized / deserializedDaniel García
2019-02-06Updated dependenciesDaniel García
2019-02-06Merge pull request #387 from mprasil/collections_edit_revisionDaniel García
Update revision when adding or removing cipher from collection
2019-02-06Update revision when adding or removing cipher from collectionMiroslav Prasil
2019-02-06Merge pull request #386 from mprasil/revision_collection_deleteDaniel García
Update revision of affected users when deleting Collection
2019-02-06Update revision of affected users when deleting CollectionMiroslav Prasil
2019-02-05Merge pull request #385 from mprasil/update_revision_retryDaniel García
Retry updating revision - fixes #383
2019-02-05Do not allocate uneccessary VecMiroslav Prasil
2019-02-05Do not update revision at the end, as we already did thatMiroslav Prasil
2019-02-05cipher does not need to be mutableMiroslav Prasil
2019-02-05Remove superfluous cipher.save() callMiroslav Prasil
2019-02-05Retry updating revision - fixes #383Miroslav Prasil
2019-02-04Merge pull request #382 from BlackDex/iter-iconlistDaniel García
Loop through the iconlist until an icon is found
2019-02-04Fixed issue when the iconlist is smaller then 5BlackDex
When the iconlist was smaller then 5 items, it would cause a panic. Solved by using .truncate() on the iconlist.
2019-02-04Loop through the iconlist until an icon is foundBlackDex
Loop for a maximum of 5 times through the iconlist or until a successful download of an icon.
2019-02-04Merge pull request #381 from BlackDex/issue-380Daniel García
Fixed issue #380
2019-02-04Fixed issue #380BlackDex
- Created a separate function for parsing the sizes attribute - Parsing sizes now with regex - Should work with any non-digit separator
2019-01-31Merge pull request #377 from BlackDex/icon-cookiesDaniel García
Added cookies to the icon download request.
2019-01-31Some small changes on the iter of the cookiesBlackDex
2019-01-31Added 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-29Update web vault error messageDaniel García
2019-01-29Reuse the client between requests, and use the client when downloading the ↵Daniel García
icons themselves
2019-01-29Merge pull request #372 from BlackDex/better-href-fixDaniel García
Changed the way to fix the href
2019-01-29Changed the way to fix the hrefBlackDex
- 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-28Disable icon downloads, accept optional query after icon href, format and ↵Daniel García
clippy fixes
2019-01-28Only send one notification per vault import and purge, improve move ciphers ↵Daniel García
functions
2019-01-27Remove local icon extractorDaniel García
2019-01-27Merge pull request #370 from BlackDex/faviconsDaniel García
Added better favicon downloader.
2019-01-27Removed unwrap and added ?BlackDex
2019-01-27Moved function call to get_icon_url to prevent error bubbelingBlackDex
2019-01-27Added better favicon downloader.BlackDex
2019-01-26Add disabled user badge (no password) and deauthorize button to admin page.Daniel García
2019-01-25Add 2FA icon to admin panelDaniel García
2019-01-25Change config to thread-safe system, needed for a future config panel.Daniel García
Improved some two factor methods.
2019-01-25Fix editing users from collections menuDaniel García
2019-01-25Merge pull request #365 from CoreFiling/masterDaniel García
Fix the list of users with access to a collection to display correctly.
2019-01-25No point calling find_by_uuid now we don't use the result.Stephen White
2019-01-25Fix 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-24Update web-vault to fix U2F NotTrustedAnchor errorDaniel García