aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2018-09-13Implement organization import for admins and owners (Fixes #178)Daniel García
2018-09-13Merge pull request #177 from mprasil/raspberryDaniel García
Add Dockerfile for Raspberry Pi
2018-09-12Remove unnecessary returnDaniel García
2018-09-12Documentation for SMTP and password hint configurationJean-Christophe BEGUE
2018-09-12Fix the binary pathMiroslav Prasil
2018-09-12Initial shot as cross compilationMiroslav Prasil
2018-09-11Some documentationDaniel García
2018-09-11Add error message when the proxy doesn't route websockets correctlyDaniel García
2018-09-11Merge pull request #173 from mprasil/poormans_invitesDaniel García
Implement poor man's invitation via Organization invitation
2018-09-11Modify User::new to be keyless and paswordlessMiroslav Prasil
2018-09-11Merge pull request #137 from stammw/masterDaniel García
SMTP implementation, along with password HINT email
2018-09-11Implement poor man's invitation via Organization invitationMiroslav Prasil
2018-09-11return an error when email adress for password hint is not validJean-Christophe BEGUE
2018-09-11Special messages when user has no password hintJean-Christophe BEGUE