summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 5.0.14av5.0.14aFrank Karlitschek2013-12-181-2/+2
* 5.0.14v5.0.14Frank Karlitschek2013-12-171-2/+2
* Merge pull request #6447 from owncloud/fix_home_storage_quotaThomas Müller2013-12-161-0/+10
|\
| * add getOwner to Home StorageJörn Friedrich Dreyer2013-12-161-0/+10
|/
* 5.0.14 RC1Frank Karlitschek2013-12-131-2/+2
* Merge pull request #6258 from owncloud/stable5_enc_fix_public_accessBjörn Schießle2013-12-091-20/+27
|\
| * don't check migration status if a file is accessed by a public linkBjoern Schiessle2013-12-091-20/+27
* | Merge pull request #6232 from owncloud/stable5-backgroundscan-reuse-etagVincent Petry2013-12-094-24/+103
|\ \ | |/ |/|
| * get rid of failing test that don't cause additional downloadsRobin Appelman2013-12-083-24/+24
| * extend test case for etag preservationRobin Appelman2013-12-081-2/+2
| * reuse etags when doing a background scanRobin Appelman2013-12-082-1/+80
|/
* Merge pull request #6207 from owncloud/stable5_unshare_vs_deleteBjörn Schießle2013-12-061-14/+5
|\
| * it is not possible to unshare files in OC5Bjoern Schiessle2013-12-051-14/+5
|/
* make rmdir recursive for mappellocal storage backendRobin Appelman2013-12-031-3/+23
* Make rmdir recursive for local storageRobin Appelman2013-12-032-2/+22
* Return true when touch succeedsVincent Petry2013-12-021-0/+1
* Add trailing slash in FTP root path when missingVincent Petry2013-12-022-0/+15
* Fixed FTP and SMB to use rmdir() when deleting foldersVincent Petry2013-12-024-7/+57
* Merge pull request #6147 from owncloud/fix-ajax-getstoragestats-stable5Vincent Petry2013-12-021-1/+1
|\
| * fixing ajax call to getstoragestats.phpThomas Müller2013-12-021-1/+1
|/
* Add post hooks for filesystem scannerRobin Appelman2013-11-281-0/+5
* Fix getRawPathInfo for the '/' edge caseRobin Appelman2013-11-281-1/+5
* fix custom routes defined by appsRobin Appelman2013-11-281-1/+1
* Merge pull request #6082 from owncloud/themable_realm_stable5Morris Jobke2013-11-271-1/+2
|\
| * use defaults to determine webdav realm nameJörn Friedrich Dreyer2013-11-271-1/+2
|/
* Merge pull request #6042 from owncloud/backport-6035-oc5Morris Jobke2013-11-272-4/+101
|\
| * fixing failing unit testThomas Müller2013-11-261-1/+1
| * fixes #6050Thomas Müller2013-11-262-11/+29
| * in case uri and script name don't match we better throw an exceptionThomas Müller2013-11-252-2/+32
| * handle duplicate slashes in case of reverse proxy configurationThomas Müller2013-11-252-1/+50
* | Return plausible isReadable() default impl for ext storageVincent Petry2013-11-261-2/+7
* | Merge pull request #5962 from owncloud/clean_permissions_cache_on_filescanMorris Jobke2013-11-252-4/+33
|\ \ | |/ |/|
| * clear permissions cache when scanning a fileRobin Appelman2013-11-252-4/+33
|/
* Merge pull request #5934 from owncloud/stable5-excludeextstoragefromquotaVincent Petry2013-11-228-10/+32
|\
| * Fixed storage stats to be based on current directoryVincent Petry2013-11-192-2/+9
| * Fixed ext storage free space to not be restricted by quotaVincent Petry2013-11-191-0/+5
| * Fixed quota calculation to also exclude ext storageVincent Petry2013-11-191-1/+1
| * External storage space is now not counted in total spaceVincent Petry2013-11-195-7/+17
* | Merge pull request #4957 from owncloud/fixing-4866-stable5Thomas Müller2013-11-224-13/+63
|\ \
| * \ Merge branch 'fixing-4866-stable5' of github.com:owncloud/core into fixing-48...Thomas Müller2013-11-221-1/+1
| |\ \
| | * | <default></default> and <notnull>true</notnull> contradict each otherJörn Friedrich Dreyer2013-11-211-1/+1
| | * | Cherry-pick of 5d671a8 onto stable5.Andreas Fischer2013-11-203-12/+62
| * | | Merge branch 'stable5' into fixing-4866-stable5Thomas Müller2013-11-2270-354/+2648
| |\ \ \ | |/ / / |/| | |
* | | | Fixed testTouch unit test to work with stable5Vincent Petry2013-11-221-5/+7
* | | | Emulate touch() for backends that don't support itRobin Appelman2013-11-212-3/+37
| |/ / |/| |
* | | Merge pull request #5893 from owncloud/stable5-extstorage-smbfixesVincent Petry2013-11-193-3/+73
|\ \ \ | |_|/ |/| |
| * | Fixed SMB file deletion success detectionVincent Petry2013-11-152-2/+26
| * | Removing trailing dot in path that samba doesn't seem to likeVincent Petry2013-11-152-1/+47
* | | Merge pull request #5921 from owncloud/search_scrollto_stable5Morris Jobke2013-11-187-13/+109
|\ \ \
| * | | fixing js error in case the file name is a numberThomas Müller2013-11-181-1/+1