summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [app management] fix dependency check on installMorris Jobke2015-08-191-1/+1
* | | | | | Merge pull request #17434 from owncloud/update-showappnameonappupdateMorris Jobke2015-08-202-21/+105
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Additions to update pageVincent Petry2015-08-202-6/+9
| * | | | | Display app names in update page for app updatesVincent Petry2015-08-192-21/+102
* | | | | | Merge pull request #18432 from owncloud/ext-backends.simpleMorris Jobke2015-08-192-6/+5
|\ \ \ \ \ \
| * | | | | | Revert "Fix mounting wrapped storages resulting in many-layered wrapping"Robin McCorkell2015-08-191-6/+1
| * | | | | | Implement password authentication mechanismsRobin McCorkell2015-08-191-0/+4
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #18427 from owncloud/fix-format-ocsThomas Müller2015-08-191-1/+2
|\ \ \ \ \ \
| * | | | | | Fix format of log/private/ocs.phpMorris Jobke2015-08-191-1/+2
| |/ / / / /
* / / / / / Add warning for not existing CA bundle when updatingLukas Reschke2015-08-191-0/+7
|/ / / / /
* | | | | Merge pull request #18374 from owncloud/router-appsMorris Jobke2015-08-192-0/+16
|\ \ \ \ \
| * | | | | Only load app routes if the app has already been loadedRobin McCorkell2015-08-182-0/+16
* | | | | | Merge pull request #14314 from owncloud/clean-up-ocs-codeBernhard Posselt2015-08-183-64/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Cleanup OCS codeLukas Reschke2015-08-143-64/+6
* | | | | | Merge pull request #17182 from owncloud/user_ini_upload_sizeRobin McCorkell2015-08-171-34/+57
|\ \ \ \ \ \
| * | | | | | Unit test OC_Files::setUploadLimit()Robin McCorkell2015-07-201-14/+11
| * | | | | | Update .user.ini when setting upload size limitRobin McCorkell2015-07-201-22/+48
* | | | | | | Degrade log message about missing app in appstore to debugMorris Jobke2015-08-171-1/+1
* | | | | | | Adding EventDispatcher to IServerContainerThomas Müller2015-08-142-2/+24
| |/ / / / / |/| | | | |
* | | | | | With V2 we should ensure that the status codes are kept in syncThomas Müller2015-08-133-7/+9
| |_|/ / / |/| | | |
* | | | | Merge pull request #17982 from owncloud/appframework-sanitize-nameThomas Müller2015-08-121-0/+10
|\ \ \ \ \
| * | | | | Sanitize class names before registerService/queryRobin McCorkell2015-07-301-0/+10
* | | | | | Merge pull request #18127 from owncloud/dav-request-testsThomas Müller2015-08-124-5/+112
|\ \ \ \ \ \
| * | | | | | handle single file dav endpointsRobin Appelman2015-08-111-2/+6
| * | | | | | only add tags plugin when loggedinRobin Appelman2015-08-111-2/+2
| * | | | | | split out creating the sabre dav server to it's own factoryRobin Appelman2015-08-112-3/+106
| * | | | | | add test framework for doing full request webdav testsRobin Appelman2015-08-112-2/+2
* | | | | | | Merge pull request #18202 from owncloud/revert-route-breaking-changesRobin McCorkell2015-08-113-37/+1
|\ \ \ \ \ \ \
| * | | | | | | Revert "make knowledge base url configurable"Joas Schilling2015-08-112-21/+1
| * | | | | | | Revert "Only load app routes if the app has already been loaded"Joas Schilling2015-08-112-16/+0
* | | | | | | | Merge pull request #17852 from owncloud/register-alias-factoryRobin McCorkell2015-08-113-1/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | add test for factoriesBernhard Posselt2015-07-253-1/+3
* | | | | | | | Merge pull request #17868 from owncloud/x-forwarded-forThomas Müller2015-08-111-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Set default `forwarded_for_headers` to 'HTTP_X_FORWARDED_FOR'Robin McCorkell2015-08-101-1/+4
* | | | | | | | | Merge pull request #17932 from owncloud/fix_move_filesThomas Müller2015-08-111-2/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | make sure that we emit the hooks if a file gets moved from a subfolder to the...Bjoern Schiessle2015-07-291-2/+7
* | | | | | | | | | Merge pull request #16528 from owncloud/activity-302-improve-settingsJoas Schilling2015-08-112-2/+15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Allow types to be method specificJoas Schilling2015-07-222-2/+15
* | | | | | | | | | | Merge pull request #17830 from owncloud/issue-17825-dont-silently-ignore-inva...Joas Schilling2015-08-111-92/+104
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Throw a InvalidArgumentException when a consumer/extension is invalidJoas Schilling2015-07-231-92/+104
* | | | | | | | | | | | Merge pull request #18096 from sualko/patch-1Morris Jobke2015-08-101-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | add data: to allowed image domainssualko2015-08-051-0/+1
* | | | | | | | | | | | Merge pull request #18109 from owncloud/fix-router-app-loadedThomas Müller2015-08-102-0/+16
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Only load app routes if the app has already been loadedRobin McCorkell2015-08-062-0/+16
* | | | | | | | | | | | | Merge pull request #18175 from owncloud/automatic-db-prefix-query-builderThomas Müller2015-08-105-17/+52
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Remove unnecessary DB prefixes from existing query builder usagesJoas Schilling2015-08-103-9/+9
| * | | | | | | | | | | | | Automatically prefix table names with *PREFIX* unless specifiedJoas Schilling2015-08-102-8/+43
* | | | | | | | | | | | | | Merge pull request #15093 from rullzer/capabilities_managerRoeland Douma2015-08-108-6/+208
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Use DIRoeland Jago Douma2015-08-106-58/+25
| * | | | | | | | | | | | | Move core capabilities to new classRoeland Jago Douma2015-08-103-11/+65