summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove space before parethesisVicDeo2013-03-311-1/+1
* Remove leading and trailing backslashes in classname. Ref #2310VicDeo2013-03-311-0/+2
* Merge pull request #2558 from owncloud/fix_cache_upgradeblizzz2013-03-273-13/+90
|\
| * Cache: on equal mtime also for equal size before keeping ETag, at least makes...Arthur Schiwon2013-03-261-1/+2
| * Cache: Do not overwrite ETag when file did not changeArthur Schiwon2013-03-261-4/+6
| * Only prepare an SQL statement once.Arthur Schiwon2013-03-251-1/+4
| * Add PHPDocArthur Schiwon2013-03-251-0/+6
| * Adjust to Icewind's fixArthur Schiwon2013-03-251-51/+0
| * Cache: fix property path for getting legacy etagRobin Appelman2013-03-251-1/+1
| * Port Icewind's fix IRobin Appelman2013-03-252-2/+23
| * Change LIMIT in DB query respectively remove where not necessaryArthur Schiwon2013-03-251-2/+1
| * Upgrade FileCache on ownCloud upgrade for all users with filesArthur Schiwon2013-03-221-1/+21
| * Performance: prepare queries only onceArthur Schiwon2013-03-221-5/+10
| * Fix lost ETag on Cache UpgradeArthur Schiwon2013-03-221-3/+74
* | listen to touch hook to update the mtime after syncBjörn Schießle2013-03-252-0/+8
* | some more test cases & fix on file name generation with indexThomas Mueller2013-03-241-2/+2
* | adding extension to slugified physical pathThomas Mueller2013-03-241-7/+16
|/
* using rtrimThomas Mueller2013-03-191-4/+1
* fixes #2081Thomas Mueller2013-03-191-0/+7
* Merge pull request #2449 from owncloud/fix_npeJörn Friedrich Dreyer2013-03-191-1/+5
|\
| * fix npe when createStorage() returns nullJörn Friedrich Dreyer2013-03-191-1/+5
* | Backport #2440 js parameter.Thomas Tanghus2013-03-191-5/+6
|/
* backport https://github.com/owncloud/core/pull/2411Frank Karlitschek2013-03-171-2/+2
* Cache: better rename hook for cache updaterRobin Appelman2013-03-171-10/+33
* Add error handling to the file cache upgradeMichael Gapczynski2013-03-161-16/+24
* fix for #2267, use OC_DB instead of MDB2Björn Schießle2013-03-131-1/+1
* enable UTF-8 charset on mssqlThomas Mueller2013-03-121-2/+4
* write error message to log file in case insert to file cache failed - took ho...Thomas Mueller2013-03-121-1/+4
* fixing various filesystem/storage unit tests on windowsThomas Mueller2013-03-122-6/+11
* adding //IGNORE to iconv to prevent nasty php warningsThomas Mueller2013-03-121-1/+1
* slug generates uniqid in case the file/folder name contains not one single va...Thomas Mueller2013-03-121-4/+2
* indexed slug should be created based on logic pathThomas Mueller2013-03-121-1/+1
* Fix file sharing via public link for one particular file.Olivier Tétard2013-03-121-1/+1
* 5.0.0v5.0.0Frank Karlitschek2013-03-091-2/+2
* Check if username is valid and remove slashes from filenameLukas Reschke2013-03-111-0/+9
* Merge pull request #2183 from owncloud/fix-shared-statuses-againBernhard Posselt2013-03-111-10/+15
|\
| * Fix #2080 and fix #2141Michael Gapczynski2013-03-071-10/+15
* | Merge pull request #2218 from owncloud/fix-mounting-allBernhard Posselt2013-03-111-1/+1
|\ \
| * | Fix variable for mounting for all users, fix #357Michael Gapczynski2013-03-091-1/+1
* | | Merge pull request #1786 from owncloud/shared-folder-etagsBernhard Posselt2013-03-111-14/+38
|\ \ \
| * | | use pre_unshare hook, otherwise the share is already removed. Which means tha...Björn Schießle2013-03-081-0/+1
| * | | Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-03-0710-26/+70
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-03-0536-61/+150
| |\ \ \
| * | | | Fix group post_shared hookMichael Gapczynski2013-03-041-14/+14
| * | | | Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-02-2842-350/+1000
| |\ \ \ \
| * | | | | Correct parent folders' ETags for all users with access to a shared fileMichael Gapczynski2013-02-261-0/+23
* | | | | | Merge pull request #2217 from owncloud/mountconfig-locationLukas Reschke2013-03-101-3/+8
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Store the global mount configuration file in the datadirRobin Appelman2013-03-101-3/+8
* | | | | | Merge pull request #1584 from owncloud/ocs_multiple_methodsTom Needham2013-03-093-92/+166
|\ \ \ \ \ \
| * \ \ \ \ \ Merge in masterTom Needham2013-03-0920-54/+123
| |\ \ \ \ \ \