summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)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
* 5.0.13 RC1Frank Karlitschek2013-11-011-2/+2
* Merge pull request #5583 from frisco82/backportCookieChangesThomas Müller2013-10-311-5/+5
|\
| * 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
|\ \
| * | adding second argument to DatabaseExceptionThomas Müller2013-10-311-6/+17
| * | 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
| * | backport executeAudited()Jörn Friedrich Dreyer2013-10-301-1/+75
* | | Merge pull request #5647 from owncloud/fix4390_stable5Thomas Müller2013-10-311-1/+1
|\ \ \
| * | | disable MDB2_PORTABILITY_RTRIMJörn Friedrich Dreyer2013-10-311-1/+1
| |/ /
* | | Merge pull request #5574 from owncloud/fixing-5271-stable5Thomas Müller2013-10-311-0/+2
|\ \ \
| * | | 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 stable5Jörn Friedrich Dreyer2013-10-281-0/+18
| |/ / /
* | | | Merge pull request #5327 from owncloud/backport-4867-stable5Thomas Müller2013-10-313-9/+82
|\ \ \ \
| * | | | fixes #5367Thomas Müller2013-10-291-1/+1
| * | | | fixes #5367Thomas Müller2013-10-281-0/+10
| * | | | Merge branch 'stable5' into backport-4867-stable5Thomas Müller2013-10-287-9/+33
| |\| | |
| * | | | minimize diff for easier reviewThomas Müller2013-10-141-32/+35
| * | | | adding detection of aborted uploadsThomas Müller2013-10-141-43/+64
| * | | | 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 stable5Jörn Friedrich Dreyer2013-10-303-1/+49
| | |_|/ / | |/| | |
* | | | | Merge pull request #5487 from owncloud/backport_search_in_shared_files_to_sta...Frank Karlitschek2013-10-301-3/+3
|\ \ \ \ \
| * | | | | backport search in shared files to stable5Jörn Friedrich Dreyer2013-10-231-3/+3
* | | | | | Merge pull request #5613 from owncloud/upload_to_sharedJörn Friedrich Dreyer2013-10-301-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | fix check if we upload to /SharedBjoern Schiessle2013-10-291-1/+1
* | | | | | Merge pull request #5513 from owncloud/fix_file_cache_updaterBjörn Schießle2013-10-292-12/+40
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | make getUidAndFilename() privateBjoern Schiessle2013-10-291-1/+1
| * | | | | make sure that we operate on the owners Path because this path needs to be up...Bjoern Schiessle2013-10-291-12/+30
| * | | | | remove debug output, add commentBjoern Schiessle2013-10-281-4/+1
| * | | | | check storage for every iterationBjoern Schiessle2013-10-281-4/+11
| * | | | | changed the logic, this should fix the testsBjoern Schiessle2013-10-242-5/+2
| * | | | | remove debug codeBjoern Schiessle2013-10-241-4/+0
| * | | | | resolvePath() needs to resolve the path for the owner, otherwise it doesn't w...Bjoern Schiessle2013-10-241-13/+22
| * | | | | return -1 if file is empty otherwise we run into infinite loopsBjoern Schiessle2013-10-241-1/+5
* | | | | | Merge pull request #5465 from owncloud/create-custom-logfile-stable5Thomas Müller2013-10-271-1/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Try to create custom log file before falling back to default.Andreas Fischer2013-10-221-1/+11
* | | | | | adding backticks to satisfy OracleThomas Müller2013-10-231-1/+1
|/ / / / /
* | / / / backport of https://github.com/owncloud/core/pull/5247Bjoern Schiessle2013-10-211-1/+4
| |/ / / |/| | |
* | | | Use display name from magic cookie, fixes #4884Arthur Schiwon2013-10-181-0/+1
* | | | Merge pull request #5229 from owncloud/more-link-expiration-stable5Thomas Müller2013-10-161-1/+12
|\ \ \ \
| * | | | Perform expiration date checking before returning share data for token.Andreas Fischer2013-10-091-1/+12
* | | | | Merge pull request #5185 from owncloud/Update-feedThomas Müller2013-10-161-2/+1
|\ \ \ \ \
| * | | | | Improve empty data checkVictor Dubiniuk2013-10-101-1/+1
| * | | | | Do not write current time before checking if cache is expiredVictor Dubiniuk2013-10-071-1/+0