Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't check migration status if a file is accessed by a public link | Bjoern Schiessle | 2013-12-09 | 1 | -20/+27 |
| | |||||
* | it is not possible to unshare files in OC5 | Bjoern Schiessle | 2013-12-05 | 1 | -14/+5 |
| | |||||
* | Return true when touch succeeds | Vincent Petry | 2013-12-02 | 1 | -0/+1 |
| | | | | Backported from c2fc0cb8191d1de80058f6572e8e10f5dbda01b2 | ||||
* | Add trailing slash in FTP root path when missing | Vincent Petry | 2013-12-02 | 2 | -0/+15 |
| | | | | | | Fixes #6093 Backport of 84f3dd15a63fb80f33e61f6056e142b0443329d5 | ||||
* | Fixed FTP and SMB to use rmdir() when deleting folders | Vincent Petry | 2013-12-02 | 3 | -7/+33 |
| | | | | | | | | | | | | | Some storages need to use different calls for deleting files or folders, usually unlink() and rmdir(). Fixes #4532 (SMB dir deletion) Fixes #5941 (FTP dir deletion) Note that the extra is_dir() should be fast because it's read from the stat cache. Backport of d69243e | ||||
* | fixing ajax call to getstoragestats.php | Thomas Müller | 2013-12-02 | 1 | -1/+1 |
| | |||||
* | use defaults to determine webdav realm name | Jörn Friedrich Dreyer | 2013-11-27 | 1 | -1/+2 |
| | |||||
* | Return plausible isReadable() default impl for ext storage | Vincent Petry | 2013-11-26 | 1 | -2/+7 |
| | | | | | | | | | | When an ext storage doesn't implement isReadable(), always returning true made the file scanner believe that the file exists and creates a cache entry with the size zero. This fix makes the default impl of isReadable() use file_exists(). Backport of a49e873d3fa513136bfdf1d71bbc2bbcd61d3650 | ||||
* | Merge pull request #5934 from owncloud/stable5-excludeextstoragefromquota | Vincent Petry | 2013-11-22 | 2 | -2/+9 |
|\ | | | | | [Stable5] Exclude ext storage from quota | ||||
| * | Fixed storage stats to be based on current directory | Vincent Petry | 2013-11-19 | 2 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | Previously, the storage statistics were always for the root dir. This means that the upload button would always show the limit for the root dir, even when uploading to a shared dir or external storage. This fix adds a "dir" argument to getstoragestats.php. Partial backport of 31181e4348b9af2625cf4d6ad38cf4cd81db3c1f | ||||
* | | Merge pull request #5893 from owncloud/stable5-extstorage-smbfixes | Vincent Petry | 2013-11-19 | 2 | -1/+59 |
|\ \ | |/ |/| | [stable5] External storage SMB fixes for stat and unlink backport | ||||
| * | Fixed SMB file deletion success detection | Vincent Petry | 2013-11-15 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | Since unlink() smb4php doesn't return true on deletion success, we need to check whether the file was deleted to confirm success. Fixes #5866 Backport of eefd91355d54b7e49dd328cef9a9561ee51b0194 | ||||
| * | Removing trailing dot in path that samba doesn't seem to like | Vincent Petry | 2013-11-15 | 2 | -1/+47 |
| | | | | | | | | | | | | | | Fixes #5778 Added unit test for getId() and constructUrl() Backport of f66ec8a02271e73755cb965107eca60f027ffe78 | ||||
* | | fixing js error in case the file name is a number | Thomas Müller | 2013-11-18 | 1 | -1/+1 |
| | | |||||
* | | backport search scrollto & filter to stable5 | Jörn Friedrich Dreyer | 2013-11-18 | 3 | -0/+39 |
| | | |||||
* | | Files app backend now normalizes paths before rendering templates | Vincent Petry | 2013-11-15 | 2 | -1/+3 |
|/ | | | | | | | | | | Before rendering breadcrumbs or the file list, the paths are now normalized. This prevents the UI to show "." breadcrumbs in case the path contains sections with "/./" Fixes #5848 Backport of 008c3b80d6cca6a15299afe01f150f075813df8c | ||||
* | Merge pull request #5647 from owncloud/fix4390_stable5 | Thomas Müller | 2013-10-31 | 1 | -1/+1 |
|\ | | | | | Fix4390 stable5 | ||||
| * | use closest instead of parent | Jörn Friedrich Dreyer | 2013-10-31 | 1 | -1/+1 |
| | | |||||
| * | allow dnd into folders starting with whitespace | Jörn Friedrich Dreyer | 2013-10-31 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #5487 from ↵ | Frank Karlitschek | 2013-10-30 | 1 | -14/+83 |
|\ \ | |/ |/| | | | | | owncloud/backport_search_in_shared_files_to_stable5 backport search in shared files to stable5 | ||||
| * | fix placholder counting | Jörn Friedrich Dreyer | 2013-10-30 | 1 | -1/+1 |
| | | |||||
| * | cleanup PR | Jörn Friedrich Dreyer | 2013-10-29 | 1 | -37/+42 |
| | | | | | | | | | | | | - extract method, - introduce MAX CHUNK SIZE const with 999 (reduce this by the number of additional query parameters), - fix whitespace | ||||
| * | OC5 does not have executeAudited | Jörn Friedrich Dreyer | 2013-10-23 | 1 | -2/+6 |
| | | |||||
| * | backport search in shared files to stable5 | Jörn Friedrich Dreyer | 2013-10-23 | 1 | -9/+69 |
| | | |||||
* | | remove unused variable | Bjoern Schiessle | 2013-10-30 | 1 | -2/+0 |
| | | |||||
* | | if the database doesn't contain any information about the recovery mode than ↵ | Bjoern Schiessle | 2013-10-30 | 1 | -1/+1 |
| | | | | | | | | we assume that it is disabled | ||||
* | | Merge pull request #5513 from owncloud/fix_file_cache_updater | Björn Schießle | 2013-10-29 | 2 | -24/+51 |
|\ \ | | | | | | | Fix file cache updater | ||||
| * | | make sure that hooks are only executed when the app is enabled | Bjoern Schiessle | 2013-10-29 | 1 | -17/+51 |
| | | | |||||
| * | | Share Updater doesn't need to call the cache updaters correctFolder method, ↵ | Bjoern Schiessle | 2013-10-28 | 1 | -7/+0 |
| | | | | | | | | | | | | this method always expect a path relativ to the current user | ||||
* | | | Merge pull request #5425 from buczek/fix-ldap-login | blizzz | 2013-10-25 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | Fix ldap login | ||||
| * | | | make sure the shared ldap connection is rebound to the configured user after ↵ | Donald Buczek | 2013-10-18 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | being used for password checking. | ||||
* | | | | Merge pull request #5457 from owncloud/fix5438 | Thomas Müller | 2013-10-23 | 1 | -4/+11 |
|\ \ \ \ | |_|/ / |/| | | | LDAP: cookies from Paged Search must only be used once, as stated in RFC... | ||||
| * | | | LDAP: cookies from Paged Search must only be used once, as stated in RFC ↵ | Arthur Schiwon | 2013-10-21 | 1 | -4/+11 |
| | | | | | | | | | | | | | | | | 2696. Also, if we go with Paged Search it, we need to use it with any read operation. Fixes #5438 and possibly #2545 | ||||
* | | | | Merge pull request #5416 from owncloud/sharing_fix_infinite_loop | Björn Schießle | 2013-10-23 | 1 | -1/+3 |
|\ \ \ \ | | | | | | | | | | | sharing: fix infinite loop | ||||
| * \ \ \ | Merge branch 'stable5' into sharing_fix_infinite_loop | Bjoern Schiessle | 2013-10-23 | 7 | -43/+1201 |
| |\ \ \ \ | |||||
| * | | | | | run first getUsersItemShared() with the owner | Bjoern Schiessle | 2013-10-18 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | update etags for user we haven't checked yet | Bjoern Schiessle | 2013-10-18 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | keep a list of users we already checked to avoid loops | Bjoern Schiessle | 2013-10-18 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | fix infinite loop while updating etags, fix for #4365 | Bjoern Schiessle | 2013-10-18 | 1 | -2/+4 |
| | | | | | | |||||
* | | | | | | Merge pull request #5145 from guruz/files_encryption_511_fix_chunk_calc | Björn Schießle | 2013-10-23 | 2 | -2/+37 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | files_encryption: Fix getFileSize() | ||||
| * | | | | | files_encryption: Fix getFileSize() | Markus Goetz | 2013-10-21 | 2 | -2/+37 |
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | For certain file sizes, we rounded to the wrong chunk number and the returned bogus results. This should fix https://github.com/owncloud/mirall/issues/1009 | ||||
* | | | | | fix array key | Bjoern Schiessle | 2013-10-22 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | try to fix unencrypted file size if it doesn't look plausible | Bjoern Schiessle | 2013-10-22 | 1 | -2/+19 |
|/ / / / | |||||
* | | | | fix recursive delete for smb | Robin Appelman | 2013-10-20 | 1 | -0/+8 |
| | | | | |||||
* | | | | fix using touch to create a file for smb | Robin Appelman | 2013-10-20 | 1 | -12/+16 |
| | | | | |||||
* | | | | Merge pull request #5420 from owncloud/fix5081 | blizzz | 2013-10-18 | 1 | -1/+1 |
|\ \ \ \ | | |/ / | |/| | | LDAP: Fix base-comparison with multibyte characters, fixes #5081. Thanks... | ||||
| * | | | LDAP: Fix base-comparison with multibyte characters, fixes #5081. Thanks to ↵ | Arthur Schiwon | 2013-10-18 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | @sfyang | ||||
* | | | mail_send doesn't exists in stable5 | Bjoern Schiessle | 2013-10-18 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'stable5' into ocs_share_api_stable5 | Bjoern Schiessle | 2013-10-18 | 1 | -28/+1 |
|\| | | |||||
| * | | don't cache if the encryption is enabled, this can lead to problems during ↵ | Bjoern Schiessle | 2013-10-18 | 1 | -28/+1 |
| |/ | | | | | | | | | | | unit testing backport from: https://github.com/owncloud/core/commit/909af2b62e75d1a5db866466074f2bcb95b864dc |