summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |_|/ |/| |
| * | Default to reusing etags in the scannerRobin Appelman2014-11-061-2/+2
* | | Merge pull request #12995 from owncloud/tbelau666-masterThomas Müller2015-01-095-30/+43
|\ \ \
| * | | add default for dbtableprefixMorris Jobke2014-12-233-4/+4
| * | | use injected config object and fix typosMorris Jobke2014-12-223-10/+24
| * | | inject \OCP\IConfig instance in migratorMorris Jobke2014-12-223-23/+13
| * | | Use Doctrines filter by table nametbelau6662014-12-224-6/+15
* | | | Merge pull request #13179 from owncloud/fix-fatal-php-error-for-not-existing-...Lukas Reschke2015-01-091-2/+3
|\ \ \ \
| * | | | Verify whether type is correctLukas Reschke2015-01-081-2/+3
* | | | | Merge pull request #12988 from owncloud/logfile_downloadMorris Jobke2015-01-091-1/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | add Download logfile button to admin settingsGeorg Ehrke2015-01-071-1/+8
* | | | | Add version to .htaccessLukas Reschke2015-01-082-2/+35
* | | | | check for working htaccess will result in a dead lock because the server is b...Thomas Müller2015-01-081-0/+5
* | | | | Merge pull request #13016 from owncloud/sharing_fixesMorris Jobke2015-01-071-4/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | don't delete share table entries for the unique name if re-share permission w...Bjoern Schiessle2015-01-071-4/+4
* | | | | Merge pull request #13132 from aptivate/improve_debug_logging_messagesMorris Jobke2015-01-072-9/+9
|\ \ \ \ \
| * | | | | Improve debugging for ServiceUnavailable exceptionsChris Wilson2015-01-062-9/+9
* | | | | | Merge pull request #13063 from AdamWill/assets-relocateThomas Müller2015-01-072-6/+8
|\ \ \ \ \ \
| * | | | | | allow css/js asset directory to be relocated (#13053)Adam Williamson2015-01-052-6/+8
* | | | | | | Merge pull request #13131 from owncloud/db-connect-stacktraceMorris Jobke2015-01-071-0/+10
|\ \ \ \ \ \ \
| * | | | | | | Prevent leaking db connection info in the stacktraceRobin Appelman2015-01-061-0/+10
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #13130 from owncloud/getstoragestats-error-handlingLukas Reschke2015-01-061-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Add error handling to getstoragestats.phpRobin Appelman2015-01-061-0/+3
| |/ / / / / /
* | | | | | | Merge pull request #12653 from owncloud/full_content_search_resultsMorris Jobke2015-01-063-3/+31
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | move search results below filelist, show hint when results are off screen, us...Jörn Friedrich Dreyer2015-01-021-4/+6
| * | | | | | ajax paging, some js cleanupsJörn Friedrich Dreyer2015-01-021-1/+3
| * | | | | | add paged providerJörn Friedrich Dreyer2015-01-022-2/+26
| * | | | | | new OC.Search, add search result formatters and handlers, use full content wi...Jörn Friedrich Dreyer2015-01-021-1/+1
* | | | | | | Merge pull request #13125 from owncloud/lower-deprecation-warning-levelThomas Müller2015-01-061-2/+2
|\ \ \ \ \ \ \
| * | | | | | | degraded logging policy for server container in AppFrameworkMorris Jobke2015-01-061-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #13116 from owncloud/fix_assetsThomas Müller2015-01-062-2/+63
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix JS asset generationRobin McCorkell2015-01-052-2/+63
* | | | | | | Merge pull request #13101 from owncloud/variable-is-undefined-please-use-a-pr...Thomas Müller2015-01-051-26/+57
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Use namespaceLukas Reschke2015-01-051-2/+18
| * | | | | | Write unit-tests and use DILukas Reschke2015-01-051-24/+37
| * | | | | | Fix code-styleLukas Reschke2015-01-051-2/+4