summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 5.0.13v5.0.13Frank Karlitschek2013-11-051-2/+2
|
* When updating an appstore app, execute a database updateBart Visscher2013-11-011-1/+5
| | | | See #5202
* 5.0.13 RC1Frank Karlitschek2013-11-011-2/+2
|
* Merge pull request #5583 from frisco82/backportCookieChangesThomas Müller2013-10-311-5/+5
|\ | | | | Backport of #3985 (Invalid remember me token)
| * Fix logout issue with tokensRamiro Aparicio2013-10-281-5/+5
| |
* | Merge pull request #5640 from owncloud/backport_executeaudited_stable5Thomas Müller2013-10-312-77/+229
|\ \ | | | | | | Backport executeaudited stable5
| * | adding second argument to DatabaseExceptionThomas Müller2013-10-311-6/+17
| | | | | | | | | | | | | | | updated some PHPDoc comments fixing undefined variable in line 789 - actually unrelated but well ....
| * | remove leftover execute() and unused variablesJörn Friedrich Dreyer2013-10-311-8/+7
| | |
| * | use executeAudited() for all cache queriesJörn Friedrich Dreyer2013-10-301-74/+142
| | | | | | | | | | | | | | | Conflicts: lib/files/cache/cache.php
| * | backport executeAudited()Jörn Friedrich Dreyer2013-10-301-1/+75
| | |
* | | Merge pull request #5647 from owncloud/fix4390_stable5Thomas Müller2013-10-313-17/+28
|\ \ \ | | | | | | | | Fix4390 stable5
| * | | use closest instead of parentJörn Friedrich Dreyer2013-10-311-1/+1
| | | |
| * | | extend unit test to directories starting or ending in whitespaceJörn Friedrich Dreyer2013-10-311-15/+26
| | | |
| * | | disable MDB2_PORTABILITY_RTRIMJörn Friedrich Dreyer2013-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | fixes dnd into folders ending in whitespace on oracle unnecessary portability option because only affects fixed length character columns. luckily we dont have that kind of columns: the text datatype is transformed into varchar by MDB2
| * | | allow dnd into folders starting with whitespaceJörn Friedrich Dreyer2013-10-311-1/+1
| |/ /
* | | Merge pull request #5574 from owncloud/fixing-5271-stable5Thomas Müller2013-10-311-0/+2
|\ \ \ | | | | | | | | we should check if a user is logged in before we check for admin privile...
| * | | call \OC_Util::checkLoggedIn() on checkSubAdminUser() as wellThomas Müller2013-10-301-0/+1
| | | |
| * | | we should check if a user is logged in before we check for admin privilegeThomas Müller2013-10-281-0/+1
| | | |
* | | | Merge pull request #5579 from owncloud/backport_5496Thomas Müller2013-10-311-0/+18
|\ \ \ \ | | | | | | | | | | backport of #5496, fixes #5421 for stable5
| * | | | backport of #5496, fixes #5421 for stable5Jörn Friedrich Dreyer2013-10-281-0/+18
| |/ / /
* | | | Merge pull request #5327 from owncloud/backport-4867-stable5Thomas Müller2013-10-313-9/+82
|\ \ \ \ | | | | | | | | | | [stable5] Adding detection of aborted uploads for chunked uploads
| * | | | fixes #5367Thomas Müller2013-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/connector/sabre/file.php
| * | | | fixes #5367Thomas Müller2013-10-281-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/connector/sabre/file.php
| * | | | Merge branch 'stable5' into backport-4867-stable5Thomas Müller2013-10-2830-117/+1483
| |\| | |
| * | | | minimize diff for easier reviewThomas Müller2013-10-141-32/+35
| | | | |
| * | | | adding detection of aborted uploadsThomas Müller2013-10-141-43/+64
| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/connector/sabre/directory.php
| * | | | returning the number of stored bytes in store() and adding cleanup() methodThomas Müller2013-10-141-1/+22
| | | | |
| * | | | adding size() to the file cacheThomas Müller2013-10-141-0/+18
| | | | |
* | | | | Merge pull request #5630 from owncloud/backport_home_storage_stable5Thomas Müller2013-10-313-1/+49
|\ \ \ \ \ | | | | | | | | | | | | backport home storage to stable5
| * | | | | backport home storage to stable5Jörn Friedrich Dreyer2013-10-303-1/+49
| | |_|/ / | |/| | |
* | | | | allow to share a file/folder as public link also if one of it parents was ↵Bjoern Schiessle2013-10-301-2/+4
| | | | | | | | | | | | | | | | | | | | already shared as link
* | | | | Merge pull request #5487 from ↵Frank Karlitschek2013-10-302-17/+86
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | owncloud/backport_search_in_shared_files_to_stable5 backport search in shared files to stable5
| * | | | | fix placholder countingJörn Friedrich Dreyer2013-10-301-1/+1
| | | | | |
| * | | | | cleanup PRJörn Friedrich Dreyer2013-10-291-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 executeAuditedJörn Friedrich Dreyer2013-10-231-2/+6
| | | | | |
| * | | | | backport search in shared files to stable5Jörn Friedrich Dreyer2013-10-232-12/+72
| | | | | |
* | | | | | Merge pull request #5613 from owncloud/upload_to_sharedJörn Friedrich Dreyer2013-10-301-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | fix check if we upload to /Shared
| * | | | | fix check if we upload to /SharedBjoern Schiessle2013-10-291-1/+1
| | | | | |
* | | | | | remove unused variableBjoern Schiessle2013-10-301-2/+0
| | | | | |
* | | | | | if the database doesn't contain any information about the recovery mode than ↵Bjoern Schiessle2013-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | we assume that it is disabled
* | | | | | Merge pull request #5513 from owncloud/fix_file_cache_updaterBjörn Schießle2013-10-295-36/+108
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Fix file cache updater
| * | | | | make getUidAndFilename() privateBjoern Schiessle2013-10-291-1/+1
| | | | | |
| * | | | | disable encryption app for file cache updater test since the test doesn't ↵Bjoern Schiessle2013-10-291-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | use a completely initialized oc filesystem
| * | | | | make sure that hooks are only executed when the app is enabledBjoern Schiessle2013-10-291-17/+51
| | | | | |
| * | | | | tests should work if I explicitely log-in as a userBjoern Schiessle2013-10-291-0/+5
| | | | | |
| * | | | | make sure that we operate on the owners Path because this path needs to be ↵Bjoern Schiessle2013-10-291-12/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated check the storage for every iteration to make sure that we update the correct cache entry
| * | | | | remove debug output, add commentBjoern Schiessle2013-10-281-4/+1
| | | | | |
| * | | | | Share Updater doesn't need to call the cache updaters correctFolder method, ↵Bjoern Schiessle2013-10-281-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | this method always expect a path relativ to the current user
| * | | | | check storage for every iterationBjoern Schiessle2013-10-281-4/+11
| | | | | |
| * | | | | changed the logic, this should fix the testsBjoern Schiessle2013-10-242-5/+2
| | | | | |