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
|
6 years ago |
janost
|
daa66b08dc
|
Fix /sync without query string
|
6 years ago |
janost
|
55fbd8d468
|
Don't send Domains if excludeDomains=true on /sync
|
6 years ago |
janost
|
77cf63c06d
|
Folder::save() should return QueryResult instead of bool
|
6 years ago |
janost
|
5292d38c73
|
CollectionCipher::save() and delete() should return QueryResult instead of bool
|
6 years ago |
janost
|
380cf06211
|
Cipher::save() should return QueryResult instead of bool
|
6 years ago |
Miroslav Prasil
|
d9457e929c
|
Add continuation token when we return object list
|
6 years ago |
Miroslav Prasil
|
fb4e6bab14
|
Clean up the share_collection handling
|
6 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 |
Miroslav Prasil
|
d336d89b83
|
Fix editing shared cipher (fixes #164)
|
7 years ago |
Baelyk
|
fe473b9e75
|
`Attachment::save()` returns Result instead of bool (#161)
Returning a result instead of a bool as per #6
|
7 years ago |
mprasil
|
062ae4dd59
|
Allow non-Admin user to share to collection (fixes #157) (#159)
* Allow non-Admin user to share to collection (fixes #157)
* Better handling of collection sharing
|
7 years ago |
mprasil
|
3cfdf9b585
|
Add DELETE handlers fo cipher and attachment deletion (fixes #158) (#160)
|
7 years ago |
Kumar Ankur
|
781056152a
|
Support password history #155 (#156)
* Password History Support (#155)
* down.sql logic not required as per review comments
|
7 years ago |
Miroslav Prasil
|
f2fec345ec
|
Add PUT alias for editing cipher
|
7 years ago |
Miroslav Prasil
|
6ede1743ac
|
add alias for PUT collections-admin
|
7 years ago |
Miroslav Prasil
|
626a3c93ba
|
Revert "Merge branch 'beta' of https://github.com/krankur/bitwarden_rs into beta"
This reverts commit 3fd3d8d5e9 .
|
7 years ago |
Miroslav Prasil
|
3f5a99916a
|
Implement update_revision trigger
|
7 years ago |
Kumar Ankur
|
3fd3d8d5e9
|
Merge branch 'beta' of https://github.com/krankur/bitwarden_rs into beta
|
7 years ago |
Kumar Ankur
|
ddda86b90d
|
Implemented bulk cipher share (share selected) #100
|
7 years ago |
Kumar Ankur
|
fb7b1c8c18
|
Implemented bulk cipher share (share selected) #100
|
7 years ago |
Kumar Ankur
|
7dfc759691
|
Implmeneted DELETE on 'api/ciphers' to delete selected ciphers (#98)
|
7 years ago |
Kumar Ankur
|
74e2ca81ae
|
Implemented PUT for single cipher sharing (#97)
|
7 years ago |
Kumar Ankur
|
0e095a9fa4
|
change to reuse the logic for POST in PUT as well
|
7 years ago |
Kumar Ankur
|
2f6aa3c363
|
Reverting removal of 'api/ciphers/move' POST as it is required for backward compatibility
|
7 years ago |
Kumar Ankur
|
fcc485384f
|
clean up
|
7 years ago |
Kumar Ankur
|
91a2319325
|
Implementing PUT for ciphers/move (#99)
|
7 years ago |
Shane A. Faulkner
|
98bae4a0a1
|
Cleanup and working with 2 or less attachments
|
7 years ago |
Shane A. Faulkner
|
31349a47d3
|
Very dirty addition of missing api's
|
7 years ago |
Daniel García
|
df598d7208
|
Log posible errors when attaching file
|
7 years ago |
Miroslav Prasil
|
9f8183deb0
|
Remove some extra debug prints
|
7 years ago |
Miroslav Prasil
|
d84d8d756f
|
Implement delete-admin call
|
7 years ago |
Daniel García
|
0905355629
|
Fix wrong case in import struct, invite collections and user Uri back-compat
|
7 years ago |
Daniel García
|
5fc0472d88
|
Removed unneeded cipher code for changing case (fixed by last commit)
|
7 years ago |
Daniel García
|
410ee9f1f7
|
Fixed case problems, hopefully this time for real
|
7 years ago |
Daniel García
|
515c84d74d
|
Fixed casing issue
|
7 years ago |