Jeremy Lin
|
7407b8326a
|
Fix attachment size limit calculation
The config values (in KB) need to be converted to bytes when comparing
against total attachment sizes.
|
5 years ago |
Daniel García
|
2ee07ea1d8
|
Fix empty data when cloning cipher
|
5 years ago |
Daniel García
|
a30d5f4cf9
|
Fix cloning issues
|
5 years ago |
Daniel García
|
3fa78e7bb1
|
Initial version of policies
|
5 years ago |
Daniel García
|
325039c316
|
Attachment size limits, per-user and per-organization
|
5 years ago |
Patrick Li
|
85dbf4e16c
|
Don't include excluded global equivalent domains during sync
Fixes #681
|
5 years ago |
Emil Madsen
|
e22e290f67
|
Fix key and type variable names for mysql
|
6 years ago |
Daniel García
|
874f5c34bd
|
Formatting
|
6 years ago |
janost
|
03fdf36bf9
|
Fixed purging organization vault
|
6 years ago |
Daniel García
|
04922f6aa0
|
Some formatting and dependency updates
|
6 years ago |
Daniel García
|
10756b0920
|
Update dependencies and fix some lints
|
6 years ago |
Daniel García
|
5ee04e31e5
|
Updated dependencies, removed some unnecessary clones and fixed some lints
|
6 years ago |
Daniel García
|
20d8d800f3
|
Updated dependencies
|
6 years ago |
Miroslav Prasil
|
637f655b6f
|
Do not allocate uneccessary Vec
|
6 years ago |
Miroslav Prasil
|
b3f7394c06
|
Do not update revision at the end, as we already did that
|
6 years ago |
Miroslav Prasil
|
1a5ecd4d4a
|
cipher does not need to be mutable
|
6 years ago |
Miroslav Prasil
|
bd65c4e312
|
Remove superfluous cipher.save() call
|
6 years ago |
Daniel García
|
bef1183c49
|
Only send one notification per vault import and purge, improve move ciphers functions
|
6 years ago |
Daniel García
|
a1dc47b826
|
Change config to thread-safe system, needed for a future config panel.
Improved some two factor methods.
|
6 years ago |
Daniel García
|
1ce2587330
|
Correct update cipher order: first save cipher, then cipher-folder, then notify
|
6 years ago |
Miroslav Prasil
|
71a10e0378
|
Fix sharing the item to organization.
|
6 years ago |
Daniel García
|
9bf13b7872
|
Can't return inside multipart closure
|
6 years ago |
Daniel García
|
d420992f8c
|
Update some function calls to use ?
|
6 years ago |
Daniel García
|
432be274ba
|
Improve org mismatch check, consider different orgs
|
6 years ago |
Daniel García
|
484bf5b703
|
Check that the client is not updating an outdated cipher, that should be part of an org now
|
6 years ago |
Daniel García
|
4bf32af60e
|
Fix folder notifications, enable template strict mode and add missing option to env template
|
6 years ago |
Daniel García
|
1d7f704754
|
Send CipherUpdate when adding and deleting attachments
|
6 years ago |
Daniel García
|
320266606e
|
Implement put collections
|
6 years ago |
Daniel García
|
30e768613b
|
Start using rustfmt and some style changes to make some lines shorter
|
6 years ago |
Daniel García
|
6a99849a1e
|
Implemented proper error handling, now we can do `user.save($conn)?;` and it works.
In the future, maybe we can do the same with the `find_by_id` methods that return an Option.
|
6 years ago |
Daniel García
|
738ad2127b
|
Fixed some clippy linting issues
|
6 years ago |
Daniel García
|
94810c106a
|
Migrate to rust 2018 edition
|
6 years ago |
Daniel García
|
2fde4e6933
|
Implemented proper logging, with support for file logging, timestamp and syslog (this last one is untested)
|
6 years ago |
Daniel García
|
6364c05789
|
Fix attachments during key rotation, add individual attachment key
|
6 years ago |
Daniel García
|
f71f10eac6
|
Implemented key rotation with the latest vault
|
6 years ago |
Daniel García
|
00abd4c853
|
Add create endpoint, fixes #253, fixes #261
|
6 years ago |
Daniel García
|
a4550e51ea
|
Update dependencies and add /ciphers/create
|
6 years ago |
Miroslav Prasil
|
b94f4db52a
|
Fix #242
|
6 years ago |
Daniel García
|
c673370103
|
Updated bw_rs to Rocket version 0.4-rc1
|
7 years ago |
janost
|
daa66b08dc
|
Fix /sync without query string
|
7 years ago |
janost
|
55fbd8d468
|
Don't send Domains if excludeDomains=true on /sync
|
7 years ago |
janost
|
77cf63c06d
|
Folder::save() should return QueryResult instead of bool
|
7 years ago |
janost
|
5292d38c73
|
CollectionCipher::save() and delete() should return QueryResult instead of bool
|
7 years ago |
janost
|
380cf06211
|
Cipher::save() should return QueryResult instead of bool
|
7 years ago |
Miroslav Prasil
|
d9457e929c
|
Add continuation token when we return object list
|
7 years ago |
Miroslav Prasil
|
fb4e6bab14
|
Clean up the share_collection handling
|
7 years ago |
Daniel García
|
8651df8c2a
|
Fixed some lint issues
|
7 years ago |
Daniel García
|
f397f0cbd0
|
Implement organization import for admins and owners (Fixes #178)
|
7 years ago |
Shane A. Faulkner
|
d8e5e53273
|
Add notifications for cipher delete and create
|
7 years ago |
Shane A. Faulkner
|
b6502e9e9d
|
Add support for CipherUpdate notifications
|
7 years ago |