summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13319 from owncloud/replace-line-breaks-in-app-descriptionLukas Reschke2015-01-171-1/+38
|\
| * OC_App::parseAppInfoMorris Jobke2015-01-141-1/+38
* | Merge pull request #13160 from owncloud/extstorage-ocbackendnopartfileMorris Jobke2015-01-161-27/+59
|\ \
| * | remove unused variable and fix undefined variableThomas Müller2015-01-081-5/+4
| * | Disable part files for OC ext storage backend + s2s backendVincent Petry2015-01-071-28/+61
* | | Fix PHPDocLukas Reschke2015-01-151-0/+1
* | | Remove children from the cache in one queryRobin Appelman2015-01-151-24/+36
* | | always set url parameters when they are available in the app dispatchBernhard Posselt2015-01-153-9/+18
* | | Merge pull request #13317 from owncloud/partfile-fileinfoThomas Müller2015-01-141-0/+31
|\ \ \
| * | | Return valid fileinfo objects for part filesRobin Appelman2015-01-131-0/+31
* | | | Merge pull request #13344 from owncloud/issue/13334-cleanup-tags-repairstepMorris Jobke2015-01-141-1/+3
|\ \ \ \
| * | | | Add a repair step to clean up orphan tags and tag entriesJoas Schilling2015-01-141-1/+3
* | | | | Merge pull request #13350 from owncloud/autoload-translationsMorris Jobke2015-01-141-0/+4
|\ \ \ \ \
| * | | | | ignore coreBernhard Posselt2015-01-141-1/+4
| * | | | | move check into addTranslation methodBernhard Posselt2015-01-141-11/+1
| * | | | | dont load core scritpsBernhard Posselt2015-01-141-1/+3
| * | | | | only load translsations for appsBernhard Posselt2015-01-141-1/+3
| * | | | | make translation lookup faster (O(n) -> O(1))Bernhard Posselt2015-01-141-2/+2
| * | | | | autoload app's js translationsBernhard Posselt2015-01-141-0/+7
* | | | | | Check new and old ways of required oC version for app compatibilityJoas Schilling2015-01-142-2/+8
|/ / / / /
* | | | | Merge pull request #13311 from owncloud/fix_restore_keysBjörn Schießle2015-01-141-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | adapt decrypt all and restore/delete key backups to the new folder structure ...Bjoern Schiessle2015-01-131-4/+4
* | | | | Merge pull request #13320 from owncloud/fix-php-doc-for-files-viewMorris Jobke2015-01-131-1/+11
|\ \ \ \ \
| * | | | | drop unused parameterMorris Jobke2015-01-131-2/+1
| * | | | | Fix annotations in file viewLukas Reschke2015-01-131-0/+11
| | |_|_|/ | |/| | |
* / | | | drop dead code - ref #13301Morris Jobke2015-01-131-4/+0
|/ / / /
* | | | Merge pull request #13291 from owncloud/node-searchcommonbasepathfixThomas Müller2015-01-131-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix searchCommon to properly match path nameVincent Petry2015-01-121-0/+1
* | | | Merge pull request #13301 from owncloud/drop-etag-messageVincent Petry2015-01-131-3/+0
|\ \ \ \
| * | | | drop useless "!!! No reuse of etag" - fixes #13187Morris Jobke2015-01-131-3/+0
* | | | | Merge pull request #13305 from owncloud/remove-stray-minus-and-use-json-encodeRobin McCorkell2015-01-131-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Use json_encode on stringLukas Reschke2015-01-131-1/+1
| | |/ / | |/| |
* | | | Merge pull request #13271 from owncloud/fix-table-prefix-oracle-masterMorris Jobke2015-01-135-8/+30
|\ \ \ \ | |_|/ / |/| | |
| * | | Use a special filter expression for Oracle to filter the prefix - fixes #13220Thomas Müller2015-01-125-8/+30
| |/ /
* / / Adding repair step to fix missing etags - fixes #12172Thomas Müller2015-01-121-1/+3
|/ /
* | Merge pull request #13224 from owncloud/simplify-is-valid-path-and-add-unit-t...Morris Jobke2015-01-101-1/+1
|\ \
| * | Simplify isValidPath and add unit testsLukas Reschke2015-01-101-1/+1
* | | Merge pull request #13223 from owncloud/optimize-normalize-unicodeMorris Jobke2015-01-101-5/+8
|\ \ \
| * | | Verify whether value is already normalizedLukas Reschke2015-01-101-5/+8
* | | | Merge pull request #13236 from owncloud/use-isset-for-performanceMorris Jobke2015-01-101-2/+4
|\ \ \ \
| * | | | Use isset() instead of strlen()Lukas Reschke2015-01-101-2/+4
| |/ / /
* / / / Cache results of `normalizePath`Lukas Reschke2015-01-101-1/+12
|/ / /
* / / Cache responses from the AppStore serverLukas Reschke2015-01-091-1/+1
|/ /
* | Merge pull request #13192 from owncloud/cache_binary_pathThomas Müller2015-01-093-4/+45
|\ \
| * | Memcache binary executable searchingRobin McCorkell2015-01-091-2/+8
| * | Add Null memcacherRobin McCorkell2015-01-092-2/+37
* | | Merge pull request #13181 from owncloud/filecache-preventleadingslashRobin McCorkell2015-01-092-2/+2
|\ \ \
| * | | Fix cache jail to not duplicate slashesVincent Petry2015-01-091-1/+1
| * | | Trim leading or trailing slashes in file cache pathsVincent Petry2015-01-081-1/+1
| | |/ | |/|
* | | Merge pull request #12011 from owncloud/reuse-etag-defaultMorris Jobke2015-01-091-2/+2
|\ \ \ | |_|/ |/| |