aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-10-12Implement poor man's admin panelMiroslav Prasil
2018-10-10Change error response to be closer to upstreamDaniel García
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
2018-10-06Cipher::save() should return QueryResult instead of booljanost
2018-10-05Return proper error message for org reinvitejanost
2018-10-04Updated dependencies, removed valid mail check (now done by lettre), and upda...Daniel García
2018-10-01Merge pull request #206 from mprasil/collection_revisionDaniel García
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-01Add missing fields to returned Org jsonMiroslav Prasil
2018-10-01Clean up the share_collection handlingMiroslav Prasil
2018-09-28Add WEBSOCKET_ADDRESS config option (Fixes #199)Daniel García
2018-09-19Temp fix for OpenSSL 1.1.1 compatibilityDaniel García
2018-09-19Implement KDF iterations change (Fixes #195)Daniel García
2018-09-18Add alias for DELETE call on accountsMiroslav Prasil
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
2018-09-13Updated dependencies and fixed errorsDaniel García
2018-09-13Merge branch 'ws'Daniel García
2018-09-13Implement organization import for admins and owners (Fixes #178)Daniel García
2018-09-12Remove unnecessary returnDaniel 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
2018-09-11Modify User::new to be keyless and paswordlessMiroslav Prasil
2018-09-11Merge pull request #137 from stammw/masterDaniel García
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
2018-09-11Save None instead of empty password hintJean-Christophe BEGUE
2018-09-04Merge branch 'master' into wsDaniel García
2018-09-04Fix the logic in user edditingMiroslav Prasil
2018-09-04Check properly the user membership in OrganizationMiroslav Prasil
2018-09-04Fix editing users in OrganizationMiroslav Prasil
2018-09-01Add notifications for cipher delete and createShane A. Faulkner
2018-08-31Add support for CipherUpdate notificationsShane A. Faulkner
2018-08-30Initial version of websockets notification support.Daniel García
2018-08-30Fix editing shared cipher (fixes #164)Miroslav Prasil
2018-08-29`Attachment::save()` returns Result instead of bool (#161)Baelyk
2018-08-29Allow non-Admin user to share to collection (fixes #157) (#159)mprasil
2018-08-29Add DELETE handlers fo cipher and attachment deletion (fixes #158) (#160)mprasil
2018-08-27Support password history #155 (#156)Kumar Ankur
2018-08-25Add IP and Username to failed login attempts Baelyk
2018-08-24Implemented basic support for prelogin and notification negotiationDaniel García
2018-08-21Update affected users revision on cipher and folder changeMiroslav Prasil
2018-08-21Update user revision timestamp on Organization changesMiroslav Prasil
2018-08-21Add PUT alias for Organization updatesMiroslav Prasil
2018-08-21Merge pull request #144 from mprasil/collection_revisionDaniel García