aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8181 from owncloud/fix_wrong_webdav_warningThomas Müller2014-04-142-0/+15
|\
| * Fix a wrong WebDAV Warning with self-signed-certskondou2014-04-132-0/+15
* | Merge pull request #8019 from owncloud/thumbnail_fixesThomas Müller2014-04-141-102/+132
|\ \
| * | adding unit test for cache mechanismThomas Müller2014-04-041-49/+49
| * | fixing typos/spellingsThomas Müller2014-04-041-4/+11
| * | fix float comparison for negative resultsJörn Friedrich Dreyer2014-04-031-2/+2
| * | extract more methodsJörn Friedrich Dreyer2014-04-021-46/+63
| * | extract method isCachedBiggerJörn Friedrich Dreyer2014-04-021-14/+33
| * | remove unnecessary codeJörn Friedrich Dreyer2014-04-021-16/+2
| * | compare floats with epsilonJörn Friedrich Dreyer2014-04-021-1/+2
* | | Merge pull request #8156 from owncloud/fix-middleware-containerThomas Müller2014-04-141-2/+2
|\ \ \
| * | | use references for middleware to fix problems on 5.3Bernhard Posselt2014-04-111-2/+3
| * | | fix the middleware registration process in the containerBernhard Posselt2014-04-101-3/+2
* | | | p() and print_unescaped() also take arrays as parameterLukas Reschke2014-04-131-4/+5
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-131-1/+3
| |_|/ |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-121-7/+7
* | | Only encode dangerous dangerous charactersLukas Reschke2014-04-111-1/+1
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-112-1/+4
|/ /
* | Merge pull request #8139 from owncloud/fix-middleware-registrationBernhard Posselt2014-04-102-5/+5
|\ \
| * | register middleware as string to not force request to be instantiated too ear...Bernhard Posselt2014-04-092-5/+5
* | | Merge pull request #8107 from owncloud/dav-negativetimestampfixThomas Müller2014-04-101-3/+6
|\ \ \
| * | | Fixed Sabre Node implementation to correctly return timestamps as intVincent Petry2014-04-091-3/+6
* | | | Merge pull request #8137 from owncloud/routeing-requirementsThomas Müller2014-04-101-1/+9
|\ \ \ \
| * | | | add requirements to routingBernhard Posselt2014-04-091-1/+9
| | |/ / | |/| |
* | | | Merge pull request #8138 from owncloud/allow-app-in-routes.phpThomas Müller2014-04-101-1/+9
|\ \ \ \
| * | | | To isolate the variable scope used inside the $file it is required in it's ow...Thomas Müller2014-04-091-1/+9
| |/ / /
* | | | Merge pull request #8027 from owncloud/routes-ocsTom Needham2014-04-101-1/+1
|\ \ \ \
| * | | | Load all routes when matching an ocs routeRobin Appelman2014-04-031-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #8018 from owncloud/ocs_result_success_is_100Vincent Petry2014-04-101-1/+1
|\ \ \ \
| * | | | Only accept success as 100 like the OCS spec doestomneedham2014-04-021-1/+1
| |/ / /
* | | | Merge pull request #7825 from owncloud/hash-streamVincent Petry2014-04-101-3/+5
|\ \ \ \
| * | | | use binary safe readRobin Appelman2014-04-021-1/+1
| * | | | Use streams when generating hashes of remote filesRobin Appelman2014-04-021-3/+5
* | | | | Merge pull request #8053 from owncloud/preview-hook-rootVincent Petry2014-04-101-1/+1
|\ \ \ \ \
| * | | | | Pass the correct root to the preview on post_writeRobin Appelman2014-04-041-1/+1
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-1048-47/+177
| |_|_|/ / |/| | | |
* | | | | Fix Undefined index: storage in share.phpJoas Schilling2014-04-091-1/+1
| |_|_|/ |/| | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-092-9/+18
* | | | Merge pull request #8117 from owncloud/fix-hard-coded-uman-strThomas Müller2014-04-081-5/+6
|\ \ \ \
| * | | | Make hardcoded exception messages translatableVolkan Gezer2014-04-081-5/+6
* | | | | Merge pull request #7643 from owncloud/chainable_responseThomas Müller2014-04-083-0/+22
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add @return PHPDocsThomas Tanghus2014-03-103-0/+7
| * | | | Chainable Response in AppFrameworkThomas Tanghus2014-03-093-0/+15
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-082-0/+17
* | | | | using array_key_exists() instead of isset() - required because in case the va...Thomas Müller2014-04-071-1/+1
* | | | | fixing undefined exception classesThomas Müller2014-04-071-3/+3
* | | | | Merge pull request #8088 from owncloud/fix-personal.jsThomas Müller2014-04-071-0/+1
|\ \ \ \ \
| * | | | | reduce code duplication, fix parse error, prevent page reload on hitting ente...Thomas Müller2014-04-071-0/+1
* | | | | | Merge pull request #8083 from owncloud/fix-link-to-syncThomas Müller2014-04-071-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Switch to HTTPSLukas Reschke2014-04-061-1/+1