Commit Graph

7020 Commits (40c2f47cd975e91ef9d96f672356cec28ef4aef7)

Author SHA1 Message Date
Bjoern Schiessle 4c1510b729 updated description of the files encryption app 13 years ago
Vincent Petry d44b98d3dd Fix to not destroy draggable when no draggable was set 13 years ago
Vincent Petry 5dd20db05f Fixed Dropbox/Google storage async save call 13 years ago
Bjoern Schiessle afe35ca12d call getFileInfo to enforce a file cache entry for the new version, fix #6286 13 years ago
Bjoern Schiessle a83e37c799 remove old code 13 years ago
Bjoern Schiessle 3c7541e97c don't try to encrypt/decrypt cache chunks or files in the trash bin 13 years ago
Bjoern Schiessle 3ec3ebb3db copy files to owner trash recursively 13 years ago
Bjoern Schiessle 7dddf59942 it is not an urgent error... a DEBUG message is enough at this point 13 years ago
Vincent Petry 8ef32821be Fixed timezone issue with SMB storage 13 years ago
Thomas Müller 3b1396b538 remove ru_RU - it's almost untranslated 13 years ago
Carlos Cerrillo ce1a1996f7 Fixing Issue #6301 on master branch 13 years ago
Bjoern Schiessle 54cd174f61 don't unshare on delete 13 years ago
Vincent Petry 28be8496a9 Fixed various file name escaping issues in core apps 13 years ago
Georg Ehrke 3ae7bfc298 fix preview for reshared file 13 years ago
Arthur Schiwon 1636c6dbd8 LDAP: add tests for countUsers 13 years ago
Arthur Schiwon 59ff8388ea remove unnecessary line 13 years ago
Arthur Schiwon 1c58d8b226 LDAP: implement userCount action. This required to (finally) clean up and refactor the search method, which will have a positive performance impact on paged search. 13 years ago
Vincent Petry a711d4e39a Removed special handling of part files in shared storage rename 13 years ago
Arthur Schiwon 394bd17251 typo, grammar 13 years ago
Vincent Petry c9cb258616 Moved content disposition code+workarounds to OCP\Response 13 years ago
Bjoern Schiessle 13461698e4 tests added 13 years ago
Bjoern Schiessle eaa5dd0282 we can also have a path user/cache/... 13 years ago
Bjoern Schiessle 672cbc5378 check if the old owner and the old path is available 13 years ago
Bjoern Schiessle 2f568c9766 fix rename of shared files 13 years ago
Vincent Petry 1f93b4e842 Removed numRows usage from encryption app 13 years ago
Bjoern Schiessle 2f0ec8256f reliable detect encrypted files 13 years ago
Frank Karlitschek 913df0c5ed clarifying license 13 years ago
Bjoern Schiessle c88109a496 always show home breadcrumb in files view 13 years ago
Bjoern Schiessle 8f5dfd0920 always show 'Deleted Files' breadcrumb 13 years ago
Bjoern Schiessle 3160b23291 update file cache for target file 13 years ago
Bjoern Schiessle 73a0b690e9 only remove encryption keys if a real file gets deleted, skip this method if a file outside of /data/user/files was deleted 13 years ago
Bjoern Schiessle bdb4890d04 call set password hook because it doesn't get triggered during test execution and fix paths 13 years ago
Bjoern Schiessle 9091dd7833 enable more tests 13 years ago
Vincent Petry 811ef19ada Removed comments in database schema of encryption app 13 years ago
Arthur Schiwon 3d81009347 LDAP: only read config from database, if configID is given. Not what we want to do when on-the-fly-testing settings from the admin page 13 years ago
Arthur Schiwon 1e407482be remove unused variables 13 years ago
Arthur Schiwon d343c66f85 LDAP: fix TLS detection 13 years ago
Arthur Schiwon 3b5d032dd5 LDAP: fix method behind save button on advancend and expert tabs, fixes at least Home Folder setinng 13 years ago
Bjoern Schiessle e83ff69465 toggle select all checkbox 13 years ago
Arthur Schiwon 7b388eb4a8 LDAP: the browser shall not autofill userdn and password, usually login credentials are inserted. fixes #6283 13 years ago
Arthur Schiwon 0134b1ebfa LDAP: adjust documentation URL for OC 6 13 years ago
Bart Visscher 281bbf4bd4 Don't try to encrypt a file when the temp file isn't created 13 years ago
root 87a28957aa correctly propagate the return value of ldap_set_option 13 years ago
Bjoern Schiessle 01de6c565a set unencrypted_size to 0 after decryption... so that the unencrypted_size gets re-calculated if encryption was enabled again 13 years ago
Bjoern Schiessle c5d6af3c5a get owner from share item, if we expire a share while the user updates his /Shared folder than the owner is different from the currently logged in user 13 years ago
Bjoern Schiessle cc1577054d it is not possible to unshare files 13 years ago
Bjoern Schiessle 91ca1cf985 fix typo 13 years ago
Bjoern Schiessle f8a4bcdd50 only create new key on password change if a recovery key exists or if the user don't have any private/public keys 13 years ago
Bjoern Schiessle 418d401bf9 show change password form if key couldn't be decrypted 13 years ago
Bjoern Schiessle d0afd774b7 add method to check if users private/public key exists 13 years ago