Commit Graph

7156 Commits (f464620a65ca362a82a4cb1bf47ebff258db23df)

Author SHA1 Message Date
Arthur Schiwon 2d639b83ab add test for cloning and keeping configuration seperate 13 years ago
Arthur Schiwon 406747ab30 Use array_key_exists instead of isset, because the latter returns false if the assigned value is null 13 years ago
Arthur Schiwon b41c1d7655 On clone create a new instance of the Configuration 13 years ago
Vincent Petry b10b8a470b Fixed warning when browsing Shared folder 13 years ago
Robin McCorkell ceff4dae61 Fix duplicate ipauniqueid 13 years ago
Robin McCorkell 540d4af8a7 Add FreeIPA UUID compatibility, fixes #7796 13 years ago
Vincent Petry eacb4b3f3e Return unencrypted_size of folder when queried 13 years ago
Robin McCorkell 6ccc8173d3 Fix smb4php to work with home shares 13 years ago
Bjoern Schiessle 30cca2524f finally fix the paths for the OCS Share API 13 years ago
Thomas Müller e4104e63d9 remove Sabre_DAV_Browser_Plugin 13 years ago
Bjoern Schiessle 112a277998 only enable drag&drop upload if public upload is allowed, backport of #7631 13 years ago
Bjoern Schiessle 3ccbc25dba add 'received_from' info to the share, so that every share can have a different value 13 years ago
Bjoern Schiessle c3c255b0ca fix path creation for re-shares, issue #7662 13 years ago
Bjoern Schiessle 0f40acb9a8 we need the file_source to delete a share successfully 13 years ago
Vincent Petry b4c10eea60 Fixed "select all" + download on public page 13 years ago
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
Jörn Friedrich Dreyer 3520529430 Concatenate string in SQL instead of PHP, use doctrine to construct concat expression 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