aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-09Add info about how to fix #1761.4.0Daniel García
2018-11-09Merge pull request #244 from RomanHargrave/multiple-u2fDaniel García
Make U2F work with vault 2.4.0 changes
2018-11-09Clean up after u2f endpoint splitRoman Hargrave
2018-11-09Initial u2f fixRoman Hargrave
2018-11-03Merge pull request #240 from mprasil/balenalibDaniel García
Switch from resin to balenalib
2018-11-03Switch from resin to balenalibMiroslav Prasil
2018-11-01Merge pull request #239 from mprasil/admin_warningDaniel García
Improve the admin account warning.
2018-11-01Improve the admin account warning.Miroslav Prasil
2018-10-28Merge pull request #236 from xMateMCPE/patch-1mprasil
Grammar fixes to README.md
2018-10-28Update README.mdxMateMCPE
2018-10-28Merge pull request #234 from icicimov/kubernetes-awsDaniel García
Add Kubernetes deployment reference
2018-10-28Readme typo fixicicimov
2018-10-27Add Kubernetes deployment reference with proper section and short descriptionicicimov
2018-10-26Add Kubernetes deployment referenceicicimov
2018-10-26Merge pull request #233 from Toucan-Sam/patch-2Daniel García
Update PROXY.md
2018-10-25Update PROXY.mdToucan-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-23Merge pull request #231 from janost/fix-save-equivalent-domainsDaniel García
Accept PUT and POST on /settings/domains, returns JsonResult, fixes saving Custom Equivalent Domains
2018-10-23Accept PUT and POST on /settings/domains, returns JsonResult, fixes saving ↵janost
Custom Equivalent Domains
2018-10-19Merge pull request #226 from janost/fix-sync-without-query-stringDaniel García
Fix /sync without query string
2018-10-19Fix /sync without query stringjanost
2018-10-17Merge pull request #225 from janost/sync-exclude-domainsDaniel García
Don't send Domains if excludeDomains=true on /sync
2018-10-17Don't send Domains if excludeDomains=true on /syncjanost
2018-10-16Update web vault to 2.4.0Daniel García
2018-10-15Merge pull request #224 from fbartels/patch-2Daniel García
refine backup instructions
2018-10-15refine backup instructionsFelix Bartels
as mentioned in https://github.com/dani-garcia/bitwarden_rs/issues/223
2018-10-15Merge pull request #221 from mprasil/ws_disableDaniel García
Disable WebSockets negotiation by default
2018-10-15Do not spawn WS thread if it's disabledMiroslav Prasil
2018-10-14Disable WebSockets negotiation by defaultMiroslav Prasil
2018-10-14Merge pull request #218 from janost/refactor-folder-saveDaniel García
Folder::save() should return QueryResult instead of bool
2018-10-14Merge pull request #220 from janost/refactor-user-saveDaniel García
User::save() should return QueryResult instead of bool
2018-10-14User::save() should return QueryResult instead of booljanost
2018-10-14Folder::save() should return QueryResult instead of booljanost
2018-10-14Merge pull request #217 from janost/refactor-device-saveDaniel García
Device::save() should return QueryResult instead of bool
2018-10-14Merge pull request #219 from janost/refactor-organization-saveDaniel García
Organization::save() and UserOrganization::save() should return QueryResult instead of bool
2018-10-14Device::save() should return QueryResult instead of booljanost
2018-10-14Organization::save() and UserOrganization::save() should return QueryResult ↵janost
instead of bool
2018-10-13Merge pull request #216 from mprasil/superuser1.3.0Daniel García
Implement poor man's admin panel
2018-10-12Implement poor man's admin panelMiroslav Prasil
2018-10-10Change error response to be closer to upstreamDaniel García
2018-10-07Merge pull request #213 from janost/refactor-collectioncipher-save-deleteDaniel García
CollectionCipher::save() and delete() should return QueryResult instead of bool
2018-10-07CollectionCipher::save() and delete() should return QueryResult instead of booljanost
2018-10-06Merge pull request #210 from janost/cipher-save-refactorDaniel García
Cipher::save() should return QueryResult instead of bool
2018-10-06Cipher::save() should return QueryResult instead of booljanost
2018-10-05Merge pull request #209 from janost/resend-invitation-error-messagemprasil
Return proper error message for org reinvite
2018-10-05Return proper error message for org reinvitejanost
2018-10-04Updated dependencies, removed valid mail check (now done by lettre), and ↵Daniel García
updated global domains file
2018-10-01Merge pull request #206 from mprasil/collection_revisionDaniel García
Collection update updates User revision
2018-10-01Merge pull request #207 from mprasil/continuation_tokenDaniel García
Add continuation token when we return object list
2018-10-01Add continuation token when we return object listMiroslav Prasil
2018-10-01Handle return value from Collection::save()Miroslav Prasil