aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2018-10-01Update revision for users on collection saveMiroslav Prasil
2018-10-01Merge pull request #201 from mprasil/aarch64Daniel García
Add dockerfile for aarch64 (arm64)
2018-10-01Merge pull request #204 from mprasil/org_improvementsDaniel García
Org improvements
2018-10-01Add missing fields to returned Org jsonMiroslav Prasil
2018-10-01Clean up the share_collection handlingMiroslav Prasil
2018-09-28Add dockerfile for aarch64 (arm64)Miroslav Prasil
2018-09-28Add WEBSOCKET_ADDRESS config option (Fixes #199)Daniel García
2018-09-28Merge pull request #200 from mprasil/copy_fixDaniel García
Remove unecessary copy from armv7 Dockerfile
2018-09-28Remove unecessary copy from armv7 DockerfileMiroslav Prasil
2018-09-20Merge branch 'openssl-fix'1.2.0Daniel García
2018-09-20Update dependencies to point to upstream lettreDaniel García
2018-09-19Remove unnecessary path in PROXY.mdDaniel García
2018-09-19Temp fix for OpenSSL 1.1.1 compatibilityDaniel García
2018-09-19Updated dependenciesDaniel García
2018-09-19Implement KDF iterations change (Fixes #195)Daniel García
2018-09-18Merge pull request #191 from mprasil/vault_2.3.0Daniel García
Update Vault to v2.3.0
2018-09-18Update Vault to v2.3.0Miroslav Prasil
2018-09-18Merge pull request #190 from mprasil/invite_readmeDaniel García
Update the Invitation workflow documentation
2018-09-18Merge pull request #189 from mprasil/delete_fixDaniel García
Add alias for DELETE call on accounts
2018-09-18Update the Invitation workflow documentationMiroslav Prasil
2018-09-18Add alias for DELETE call on accountsMiroslav Prasil
2018-09-16Merge pull request #184 from mprasil/code_block_fixDaniel García
Fixed code block, added some formatting
2018-09-16Added some formating and linkMiroslav Prasil
2018-09-16Fixed code blockMiroslav Prasil
2018-09-15Merge pull request #182 from dobunzli/masterDaniel García
Update README.md
2018-09-15Merge pull request #183 from jkaberg/traefik_example_proxyDaniel García
traefik proxy example
2018-09-14traefik exampleJoel Kåberg
2018-09-14Update README.mddobunzli
Added infos about enabling https when softwares getting certs are using symlinks
2018-09-13Return default prelogin values when the user doesn't existDaniel García
2018-09-13Fixed some lint issuesDaniel García
2018-09-13Added config option for websocket port, and reworked the config parsing a bit.Daniel García
Added SMTP_FROM config to examples and made it mandatory, it doesn't make much sense to not specify the from address.
2018-09-13Include more proxy examplesDaniel García
2018-09-13Updated dependencies and fixed errorsDaniel García
2018-09-13Merge branch 'ws'Daniel García
# Conflicts: # Cargo.toml # src/api/core/ciphers.rs # src/main.rs
2018-09-13Merge pull request #175 from stammw/master1.1.0Daniel García
Documentation for SMTP and password hint configuration
2018-09-13Merge branch 'master' into masterDaniel García