summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13449 from owncloud/image_preview_limitThomas Müller2015-01-221-0/+7
|\
| * add config-option for an image's maximum filesize when generating previewsGeorg Ehrke2015-01-221-0/+7
* | remove insane debug-log from OC_ImageGeorg Ehrke2015-01-221-1/+0
* | Merge pull request #13598 from owncloud/fix-undefined-offsetThomas Müller2015-01-221-0/+3
|\ \
| * | Fix undefined offset 1 for wrong user mail addressMorris Jobke2015-01-221-0/+3
* | | Merge pull request #13600 from owncloud/server-warningThomas Müller2015-01-221-39/+36
|\ \ \ | |/ / |/| |
| * | get rid of log warning when using servercontainerBernhard Posselt2015-01-221-39/+36
* | | Merge pull request #13509 from owncloud/share-deletechildrenwhenunsharefromgroupMorris Jobke2015-01-222-9/+21
|\ \ \
| * | | Fix reshare permission change to not impair other deletion codeVincent Petry2015-01-222-9/+21
* | | | Merge pull request #13552 from owncloud/request-uri-double-slashThomas Müller2015-01-211-0/+2
|\ \ \ \
| * | | | Remove duplicated slashes from the requested urlRobin Appelman2015-01-211-0/+2
* | | | | Set the debugoutput channel to error_log instead of echoing itJoas Schilling2015-01-211-0/+1
|/ / / /
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-214-12/+14
* | | | Merge pull request #13499 from owncloud/issue/13451-redis-json-encodeThomas Müller2015-01-201-4/+4
|\ \ \ \
| * | | | Json_(en|de)code values on redis to be able to cache arraysJoas Schilling2015-01-201-4/+4
| | |/ / | |/| |
* / | | Fix WebDAV auth for session authentication onlyLukas Reschke2015-01-202-3/+5
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-202-0/+20
* | | Merge pull request #13416 from owncloud/reauthenticate-if-session-differs-fro...Morris Jobke2015-01-191-11/+33
|\ \ \
| * | | Close session properlyLukas Reschke2015-01-191-0/+1
| * | | Prioritise Basic Auth header over CookieLukas Reschke2015-01-171-11/+32
* | | | Merge pull request #13480 from owncloud/mysql-autocommitLukas Reschke2015-01-191-4/+9
|\ \ \ \
| * | | | set MySQL autocommit on connection setupThomas Müller2015-01-191-4/+9
| | |/ / | |/| |
* / | | Fix chunked query for tags + unit testVincent Petry2015-01-191-1/+1
|/ / /
* | | check is mimetype is set - fixed #13452Thomas Müller2015-01-191-1/+1
* | | Merge pull request #13423 from owncloud/share-fixfindshareforuserwithmultiple...Thomas Müller2015-01-191-9/+18
|\ \ \
| * | | Fix getItemSharedWithUser for groupsVincent Petry2015-01-161-9/+18
* | | | Merge pull request #13438 from owncloud/cache-the-arrayThomas Müller2015-01-191-70/+71
|\ \ \ \ | |_|_|/ |/| | |
| * | | Reuse the array key of mimetypesLukas Reschke2015-01-181-70/+71
| | |/ | |/|
* / | Fix exif orientation for flipped imagesMorris Jobke2015-01-181-5/+12
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-172-38/+168
* | 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
* | | Merge pull request #13406 from owncloud/fix-php-docFrank Karlitschek2015-01-151-0/+1
|\ \ \
| * | | Fix PHPDocLukas Reschke2015-01-151-0/+1
* | | | Merge pull request #13389 from owncloud/issue/13372-failing-oracle-tests-jenkinsThomas Müller2015-01-151-11/+29
|\ \ \ \ | |/ / / |/| | |
| * | | Mask table and column names with backticks and add lastInsertID() workaroundJoas Schilling2015-01-151-11/+29
* | | | Remove children from the cache in one queryRobin Appelman2015-01-151-24/+36
* | | | Merge pull request #13388 from owncloud/type-hint-url-paramsMorris Jobke2015-01-151-1/+1
|\ \ \ \
| * | | | Add PHPDoc for `urlParams`Lukas Reschke2015-01-151-1/+1
| |/ / /
* / / / 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-142-1/+117
|\ \ \ \
| * | | | Add a repair step to clean up orphan tags and tag entriesJoas Schilling2015-01-142-1/+117
* | | | | Merge pull request #13367 from owncloud/type-hint-server-method-from-requestMorris Jobke2015-01-141-1/+3
|\ \ \ \ \
| * | | | | Add PHPDoc for magic property 'server'Lukas Reschke2015-01-141-1/+3
* | | | | | Merge pull request #13350 from owncloud/autoload-translationsMorris Jobke2015-01-141-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |