Commit Graph

7137 Commits (cf2af3ce4d968920189bc11ac8bbad876490cd2e)

Author SHA1 Message Date
Bjoern Schiessle 7f81b14eff don't allow to create a file or folder named 'Shared' in the root folder, also exclude all combinations of lower and upper case letters 13 years ago
Bjoern Schiessle c02c815603 don't create files folder, let ownCloud core handle it 13 years ago
Vincent Petry 5bf9aab464 Fixed configkey casing for PostgreSQL 13 years ago
Arthur Schiwon 470a0ad611 remove remaining testing artefact 13 years ago
Bjoern Schiessle 9661001af1 remember original fopen access type in pre-proxy because sometimes they change 13 years ago
Vincent Petry 4756d18a14 Fixed wrong field name 13 years ago
Bjoern Schiessle 9cff832282 add test for the stream wrapper to read encrypted files from the system folder /tmp 13 years ago
Bjoern Schiessle 7ced22ccc6 test for isEncryptedPath() 13 years ago
Bjoern Schiessle 6455722f29 extend the encryption stream wrapper to handle local files and add a fall back for file size calculation if the storage doesn't support fseek 13 years ago
Bjoern Schiessle 8b3d99308c implement ftell stream wrapper and fix return value from fseek stream wrapper 13 years ago
Bjoern Schiessle f87319f834 fall back to getLocalFile if storage doesn't support fseek 13 years ago
Arthur Schiwon 4605c2cc2d intendetion. where did the whitespaces come from? 13 years ago
Arthur Schiwon 49e567a5cc LDAP: let proxy for multiple server access methods from Access 13 years ago
Bjoern Schiessle 9a0c78b831 close encryption session after decryption was finished 13 years ago
Jan-Christoph Borchardt 61a37331ce disable autocomplete for shared link password input, fix #7419 13 years ago
Bjoern Schiessle b4f154f9b4 fix path in sharing results if it is a file in the Shared folder 13 years ago
Bjoern Schiessle ac3f1d6f61 only add "received_from" if a share was found 13 years ago
Bjoern Schiessle c8d34eaf9c add test case if a file gets moved out from the shared folder 13 years ago
Bjoern Schiessle 9183ade655 don't overwrite keys if rename was done by a stream copy 13 years ago
Vincent Petry 0187537a2e Fixed missing files on SMB storage 13 years ago
Vincent Petry 928947f1c3 Added extra checks for ext storage class 13 years ago
Bjoern Schiessle e903c8b57b fix test so that it doesn't depend on the array order 13 years ago
Bjoern Schiessle 210832ddf1 fix usersPath and add unit tests 13 years ago
Arthur Schiwon a04af7854d LDAP: fix and extend tests 13 years ago
Arthur Schiwon 75c7fd2886 LDAP: improve compilation of filters 13 years ago
Arthur Schiwon 3c9421381b LDAP: prevent other configuration from being deleted when deleting the first one which has an empty prefix for historical reasons 13 years ago
Joas Schilling 864f0342af Make google drive client secret and dropbox api secret a password field 13 years ago
Joas Schilling 5a2e99c975 External FTP Storage should request hostname instead of URL 13 years ago
Bjoern Schiessle 43738dacfb don't block login forever if we are stuck in the middle of the initial encryption 13 years ago
Bjoern Schiessle 78b10de7d6 catch errors during decryption 13 years ago
Bjoern Schiessle 37db8a13d4 catch errors during initial encryption 13 years ago
Joas Schilling eb8b2210cd Send correct path on file upload when using public app 13 years ago
Thomas Müller c1241b1691 Load authentication apps to get users from all backends - fixes #7019 13 years ago
Bjoern Schiessle 6f5caaa87a refuse login as long as the initial encryption is running 13 years ago
Joas Schilling 48bb8aeb01 Only add files to file list when uploading to current directory 13 years ago
Arthur Schiwon 0a475bdab3 LDAP: improve debug message 13 years ago
Arthur Schiwon 3d6ab2b53b LDAP: also try MS AD's thumbnailPhoto when looking for an avatar image 13 years ago
Bjoern Schiessle 76cb5a50c0 name users after test 13 years ago
Arthur Schiwon 5c40ef090a LDAP: add documentation info in info.xml 13 years ago
Bjoern Schiessle 9c9b161f51 replace 'size' with 'unencrypted_size' if encryption is enabled 13 years ago
Vincent Petry f9bd4c5d24 Fixed searchByMime in shared cache 13 years ago
Jan-Christoph Borchardt 04b4c7c042 remove %webroot from files_sharing app 13 years ago
Jan-Christoph Borchardt 87d06bae85 remove %webroot% from files app 13 years ago
Bjoern Schiessle f824986742 add function to extract filename from sharekey name + tests 13 years ago
Bjoern Schiessle 5e788ae1fa added tests for the delete hooks if the trash bin is disabled 13 years ago
Bjoern Schiessle 78b390da31 don't expect OC_FilesystemView, this is depreciated 13 years ago
Bjoern Schiessle b3257a315d better error detection and don't use glob() 13 years ago
Bjoern Schiessle fc1763dc6b move unlink proxy to a hook which handles pre and post conditions 13 years ago
Jörn Friedrich Dreyer 379ddd88d6 make header scroll up for single shares, more view of content on small screens 13 years ago
Jörn Friedrich Dreyer 23c015ba52 adding class to header div: share-folder or share-file 13 years ago