aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14665 from owncloud/fileid-incrementMorris Jobke2015-03-263-0/+38
|\ | | | | SQLite autoincrement test
| * Add repair step to fix SQLite autoincrementVincent Petry2015-03-261-0/+2
| | | | | | | | | | Force Doctrine to generate alter table SQL statements for SQLite to make sure the code from OCSqlitePlatform is triggered.
| * Rename platformRobin Appelman2015-03-252-2/+2
| |
| * Add custom sqlite platform to set auto incrementRobin Appelman2015-03-252-0/+36
| |
* | Merge pull request #14495 from owncloud/update-mailmap-01Thomas Müller2015-03-26323-2093/+6562
|\ \ | | | | | | Updating .mailmap
| * | Update license headersJenkins for ownCloud2015-03-26323-2093/+6562
| | |
* | | Merge pull request #15224 from owncloud/issue/15191-app-code-checker-error-listJoas Schilling2015-03-261-2/+3
|\ \ \ | | | | | | | | Correctly only send the errors of the current file to the event
| * | | Correctly only send the errors of the current file to the eventJoas Schilling2015-03-261-2/+3
| | | |
* | | | Revert "adding OC-ETag header"Vincent Petry2015-03-262-20/+2
| | | | | | | | | | | | | | | | This reverts commit 30ee8b6f998b4b2e27da92b3adcdbc4683d3bcde.
* | | | Revert "adding unit tests"Vincent Petry2015-03-261-2/+5
|/ / / | | | | | | | | | This reverts commit 8d327c94a844804d0e7af057866e552bd5aafd17.
* | | Merge pull request #15168 from owncloud/oc-etag-masterVincent Petry2015-03-262-2/+17
|\ \ \ | | | | | | | | adding OC-ETag header
| * | | adding unit testsThomas Müller2015-03-261-5/+2
| | | |
| * | | adding OC-ETag headerThomas Müller2015-03-242-2/+20
| | | |
* | | | Merge pull request #14125 from dratini0/masterLukas Reschke2015-03-261-1/+7
|\ \ \ \ | |_|/ / |/| | | [nginx] Extending X-Accel-Redirect support
| * | | Removed simplified X-accel-redirect even furtherdratini02015-03-231-6/+1
| | | |
| * | | Changed the disputed while loop to a single if.dratini02015-03-231-2/+2
| | | |
| * | | Extending the X-accel redirect functionality with a more scalable approach.dratini02015-02-111-1/+10
| | | |
| * | | Revert "Fix: X-Accel-Redirect did not support custom data dir and local mounts"dratini02015-02-111-1/+1
| | | | | | | | | | | | | | | | This reverts commit f2075f803fc59918cc20071cf174d6b5f81f5eed.
| * | | Revert "removed a little duplication"dratini02015-02-111-1/+3
| | | | | | | | | | | | | | | | This reverts commit 31970ee7409ff2ed303b728ea4fd6f8d10302649.
* | | | Merge pull request #15195 from owncloud/reanimate-add-guzzleMorris Jobke2015-03-269-174/+488
|\ \ \ \ | | | | | | | | | | Add wrapper for Guzzle
| * | | | Add wrapper for GuzzleLukas Reschke2015-03-259-174/+488
| | |_|/ | |/| |
* / | | Do not use APCu when apc.enabled is Off.Andreas Fischer2015-03-251-0/+2
|/ / /
* | | Merge pull request #15171 from owncloud/sabre-logforbiddenasdebugThomas Müller2015-03-241-0/+3
|\ \ \ | | | | | | | | Log forbidden in debug level
| * | | Log forbidden in debug levelVincent Petry2015-03-241-0/+3
| | | |
* | | | Merge pull request #14949 from owncloud/sabre-2.1.3Lukas Reschke2015-03-241-1/+2
|\ \ \ \ | |_|_|/ |/| | | Update sabre-2.1.3 thirdparty submodule
| * | | Fix Principal connector overrideVincent Petry2015-03-171-1/+2
| | | |
* | | | Merge pull request #15153 from owncloud/uniquename-nodeLukas Reschke2015-03-241-0/+12
|\ \ \ \ | |_|/ / |/| | | Add `getNonExistingName()` to the node api
| * | | Add `getNonExistingName()` to the node apiRobin Appelman2015-03-241-0/+12
| | | |
* | | | Merge pull request #15150 from owncloud/sabre-removerangeexceptionforencryptionVincent Petry2015-03-241-14/+0
|\ \ \ \ | | | | | | | | | | Remove range header exception for encryption
| * | | | Remove range header exception for encryptionjknockaert2015-03-241-14/+0
| |/ / / | | | | | | | | | | | | revert #10422
* | | | Merge pull request #15126 from owncloud/sabre-storagenotavailableMorris Jobke2015-03-241-0/+4
|\ \ \ \ | | | | | | | | | | Soft fail in CustomPropertiesBackend whenever storage not available
| * | | | Soft fail in CustomPropertiesBackend whenever storage not availableVincent Petry2015-03-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | When a storage is not available, it will not fail the whole call any more but still return a usable file list.
* | | | | Merge pull request #15149 from owncloud/fix-enable-for-groupJoas Schilling2015-03-241-1/+9
|\ \ \ \ \ | | | | | | | | | | | | Correctly get array of groups and send OCP\IGroup objects to enable meth...
| * | | | | Correctly get array of groups and send OCP\IGroup objects to enable methodJoas Schilling2015-03-241-1/+9
| | |/ / / | |/| | |
* | | | | Merge pull request #15003 from owncloud/issue/14859-speed-up-favorite-listVincent Petry2015-03-241-2/+3
|\ \ \ \ \ | |/ / / / |/| | | | Do not walk over the users directory, but over the list of tagged objects
| * | | | Do not walk over the users directory, but over the list of tagged objectsJoas Schilling2015-03-231-2/+3
| | | | | | | | | | | | | | | | | | | | Way quicker
* | | | | Merge pull request #14862 from owncloud/introduce-shipped.json-masterMorris Jobke2015-03-232-6/+33
|\ \ \ \ \ | |_|/ / / |/| | | | shipped apps are now defined in core/shipped.json - the shipped tag in i...
| * | | | Add spacesMorris Jobke2015-03-161-1/+1
| | | | |
| * | | | [WIP] upgrade app store apps during console upgradeThomas Müller2015-03-131-1/+21
| | | | |
| * | | | shipped apps are now defined in core/shipped.json - the shipped tag in ↵Thomas Müller2015-03-131-5/+12
| | | | | | | | | | | | | | | | | | | | info.xml is ignored from now on - never trust an app :speak_no_evil:
* | | | | Introducing 3D images support (media type)Olivier Paroz2015-03-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | So that people with 3D images can at least see a 2D picture Full 3D support is possible via an app
* | | | | Merge pull request #14857 from owncloud/preview-provider-registration-in-managerThomas Müller2015-03-209-254/+324
|\ \ \ \ \ | | | | | | | | | | | | Preview provider registration in manager
| * | | | | Only register the core providers when necessaryJoas Schilling2015-03-161-6/+13
| | | | | |
| * | | | | Create an interface for OC_Image and OCP\Image for the public APIJoas Schilling2015-03-167-18/+18
| | | | | |
| * | | | | Only sort the list when requiredJoas Schilling2015-03-161-2/+13
| | | | | |
| * | | | | Order the providers alphabeticallyJoas Schilling2015-03-161-8/+8
| | | | | |
| * | | | | Only do all the "find path" magic when we need to register themJoas Schilling2015-03-161-1/+5
| | | | | |
| * | | | | Cache result for isMimeTypeSupported()Joas Schilling2015-03-161-0/+13
| | | | | |
| * | | | | Add more type hintingJoas Schilling2015-03-162-2/+2
| | | | | |
| * | | | | Use DI for the configJoas Schilling2015-03-163-13/+23
| | | | | |