summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-124-2/+12
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-114-6/+16
* 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
|/ /
* | Merge pull request #13212 from owncloud/cache-appstore-responseMorris Jobke2015-01-101-1/+1
|\ \
| * | Cache responses from the AppStore serverLukas Reschke2015-01-091-1/+1
| |/
* / [tx-robot] updated from transifexJenkins for ownCloud2015-01-102-2/+14
|/
* 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
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-094-12/+12
* | | | 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-092-1/+50
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | add Download logfile button to admin settingsGeorg Ehrke2015-01-072-1/+50
* | | | | 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
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-082-0/+4
* | | | | 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-073-7/+9
|\ \ \ \ \ \
| * | | | | | allow css/js asset directory to be relocated (#13053)Adam Williamson2015-01-053-7/+9
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-072-2/+2
* | | | | | | 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-067-6/+103
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | add SIZE_ALL constJörn Friedrich Dreyer2015-01-021-3/+8
| * | | | | | fix visibilityJörn Friedrich Dreyer2015-01-022-8/+2
| * | | | | | move search results below filelist, show hint when results are off screen, us...Jörn Friedrich Dreyer2015-01-024-11/+14
| * | | | | | ajax paging, some js cleanupsJörn Friedrich Dreyer2015-01-021-1/+3
| * | | | | | add paged providerJörn Friedrich Dreyer2015-01-024-2/+94