Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-09 | Add info about how to fix #1761.4.0 | Daniel García | |
2018-11-09 | Merge pull request #244 from RomanHargrave/multiple-u2f | Daniel García | |
Make U2F work with vault 2.4.0 changes | |||
2018-11-09 | Clean up after u2f endpoint split | Roman Hargrave | |
2018-11-09 | Initial u2f fix | Roman Hargrave | |
2018-11-03 | Merge pull request #240 from mprasil/balenalib | Daniel García | |
Switch from resin to balenalib | |||
2018-11-03 | Switch from resin to balenalib | Miroslav Prasil | |
2018-11-01 | Merge pull request #239 from mprasil/admin_warning | Daniel García | |
Improve the admin account warning. | |||
2018-11-01 | Improve the admin account warning. | Miroslav Prasil | |
2018-10-28 | Merge pull request #236 from xMateMCPE/patch-1 | mprasil | |
Grammar fixes to README.md | |||
2018-10-28 | Update README.md | xMateMCPE | |
2018-10-28 | Merge pull request #234 from icicimov/kubernetes-aws | Daniel García | |
Add Kubernetes deployment reference | |||
2018-10-28 | Readme typo fix | icicimov | |
2018-10-27 | Add Kubernetes deployment reference with proper section and short description | icicimov | |
2018-10-26 | Add Kubernetes deployment reference | icicimov | |
2018-10-26 | Merge pull request #233 from Toucan-Sam/patch-2 | Daniel García | |
Update PROXY.md | |||
2018-10-25 | Update PROXY.md | Toucan-Sam | |
Removed: `include conf.d/proxy-confs/proxy.conf;` lines because they're specific to user (shauder) and will break nginx if copy-pasted/don't exist. Changed: Moved listen value and server_name to top as is standard for nginx configs Changed: Commented out SSL config as it's specific to user (shauder) and will break if copy-pasted/don't exist. But is still useful and a good idea for simplifying nginx config. Changed: Rearranged location blocks because OCD. First /, then /notifications/hub, then /notifications/hub/negotiate because it looks nicer in a tree where each location grows. | |||
2018-10-23 | Merge pull request #231 from janost/fix-save-equivalent-domains | Daniel García | |
Accept PUT and POST on /settings/domains, returns JsonResult, fixes saving Custom Equivalent Domains | |||
2018-10-23 | Accept PUT and POST on /settings/domains, returns JsonResult, fixes saving ↵ | janost | |
Custom Equivalent Domains | |||
2018-10-19 | Merge pull request #226 from janost/fix-sync-without-query-string | Daniel García | |
Fix /sync without query string | |||
2018-10-19 | Fix /sync without query string | janost | |
2018-10-17 | Merge pull request #225 from janost/sync-exclude-domains | Daniel García | |
Don't send Domains if excludeDomains=true on /sync | |||
2018-10-17 | Don't send Domains if excludeDomains=true on /sync | janost | |
2018-10-16 | Update web vault to 2.4.0 | Daniel García | |
2018-10-15 | Merge pull request #224 from fbartels/patch-2 | Daniel García | |
refine backup instructions | |||
2018-10-15 | refine backup instructions | Felix Bartels | |
as mentioned in https://github.com/dani-garcia/bitwarden_rs/issues/223 | |||
2018-10-15 | Merge pull request #221 from mprasil/ws_disable | Daniel García | |
Disable WebSockets negotiation by default | |||
2018-10-15 | Do not spawn WS thread if it's disabled | Miroslav Prasil | |
2018-10-14 | Disable WebSockets negotiation by default | Miroslav Prasil | |
2018-10-14 | Merge pull request #218 from janost/refactor-folder-save | Daniel García | |
Folder::save() should return QueryResult instead of bool | |||
2018-10-14 | Merge pull request #220 from janost/refactor-user-save | Daniel García | |
User::save() should return QueryResult instead of bool | |||
2018-10-14 | User::save() should return QueryResult instead of bool | janost | |
2018-10-14 | Folder::save() should return QueryResult instead of bool | janost | |
2018-10-14 | Merge pull request #217 from janost/refactor-device-save | Daniel García | |
Device::save() should return QueryResult instead of bool | |||
2018-10-14 | Merge pull request #219 from janost/refactor-organization-save | Daniel García | |
Organization::save() and UserOrganization::save() should return QueryResult instead of bool | |||
2018-10-14 | Device::save() should return QueryResult instead of bool | janost | |
2018-10-14 | Organization::save() and UserOrganization::save() should return QueryResult ↵ | janost | |
instead of bool | |||
2018-10-13 | Merge pull request #216 from mprasil/superuser1.3.0 | Daniel García | |
Implement poor man's admin panel | |||
2018-10-12 | Implement poor man's admin panel | Miroslav Prasil | |
2018-10-10 | Change error response to be closer to upstream | Daniel García | |
2018-10-07 | Merge pull request #213 from janost/refactor-collectioncipher-save-delete | Daniel García | |
CollectionCipher::save() and delete() should return QueryResult instead of bool | |||
2018-10-07 | CollectionCipher::save() and delete() should return QueryResult instead of bool | janost | |
2018-10-06 | Merge pull request #210 from janost/cipher-save-refactor | Daniel García | |
Cipher::save() should return QueryResult instead of bool | |||
2018-10-06 | Cipher::save() should return QueryResult instead of bool | janost | |
2018-10-05 | Merge pull request #209 from janost/resend-invitation-error-message | mprasil | |
Return proper error message for org reinvite | |||
2018-10-05 | Return proper error message for org reinvite | janost | |
2018-10-04 | Updated dependencies, removed valid mail check (now done by lettre), and ↵ | Daniel García | |
updated global domains file | |||
2018-10-01 | Merge pull request #206 from mprasil/collection_revision | Daniel García | |
Collection update updates User revision | |||
2018-10-01 | Merge pull request #207 from mprasil/continuation_token | Daniel García | |
Add continuation token when we return object list | |||
2018-10-01 | Add continuation token when we return object list | Miroslav Prasil | |
2018-10-01 | Handle return value from Collection::save() | Miroslav Prasil | |