summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #768 from nextcloud/s3-objectstoreRobin Appelman2016-11-186-4/+335
|\
| * fopen s3 objects directly to work around unexplainable guzzle bugRobin Appelman2016-11-161-30/+21
| * allow passing a stream to StreamResponseRobin Appelman2016-11-161-2/+7
| * Improve isMounted to handle primary storage object storeRobin Appelman2016-11-162-2/+7
| * add amazon s3 objectstore backendRobin Appelman2016-11-161-0/+116
| * split testing of objectstoragestorage and objectstore implementationsRobin Appelman2016-11-161-0/+90
| * split off s3 connection logicRobin Appelman2016-11-161-0/+124
* | Merge pull request #2184 from nextcloud/share-join-cacheMorris Jobke2016-11-186-62/+120
|\ \
| * | also work with group sharesRobin Appelman2016-11-171-1/+5
| * | let the share backend get the node cacheentry to save queriesRobin Appelman2016-11-173-19/+64
| * | make source cache injectable in cache wrappersRobin Appelman2016-11-172-42/+46
| * | Allow aliasing columns when using the query builderRobin Appelman2016-11-171-0/+5
* | | Merge pull request #2177 from nextcloud/appmanager-getapppathMorris Jobke2016-11-171-0/+16
|\ \ \ | |/ / |/| |
| * | Expose getAppPath to public APIJulius Haertl2016-11-171-0/+16
* | | Merge pull request #2176 from nextcloud/share-cache-root-infoMorris Jobke2016-11-171-1/+2
|\ \ \
| * | | reuse the known rootinfo in the shared cache when possibleRobin Appelman2016-11-171-1/+2
| |/ /
* | | Merge pull request #2167 from nextcloud/mountmanager-lockdownMorris Jobke2016-11-171-2/+2
|\ \ \
| * | | ensure we setup the mount manager when in lockdownRobin Appelman2016-11-161-2/+2
* | | | use lower loglevel for token cleanup messagesRobin Appelman2016-11-171-2/+2
| |/ / |/| |
* | | Merge pull request #2170 from nextcloud/ocs_person_to_controllerJoas Schilling2016-11-171-48/+0
|\ \ \
| * | | Move OC\OCS\Person to OCSControllerRoeland Jago Douma2016-11-161-48/+0
| |/ /
* | | Merge pull request #2164 from nextcloud/token-login-wanringLukas Reschke2016-11-171-1/+1
|\ \ \
| * | | fix warning with token loginRobin Appelman2016-11-161-1/+1
| |/ /
* | | Merge pull request #2122 from nextcloud/downstream-26520Morris Jobke2016-11-171-2/+5
|\ \ \
| * | | only use one kind of hack for the storage wrappers of the sharing codeMorris Jobke2016-11-161-1/+1
| * | | Hack to prevent warning for read-only wrapper in public linksVincent Petry2016-11-161-1/+4
| |/ /
* | | Use getvalue to fetch the valueRoeland Jago Douma2016-11-161-5/+4
* | | Don't update value if it is already set to the same valueMorris Jobke2016-11-161-1/+4
|/ /
* | Merge pull request #719 from nextcloud/lockdownRoeland Jago Douma2016-11-1611-22/+492
|\ \
| * | Add test for setting up fake fsRobin Appelman2016-11-161-1/+1
| * | Adds TokenProvider and Mapper testsRoeland Jago Douma2016-11-161-7/+5
| * | explicit typesRobin Appelman2016-11-161-5/+11
| * | cast to intRobin Appelman2016-11-161-2/+2
| * | phpdocRobin Appelman2016-11-164-20/+2
| * | fix setscopeRobin Appelman2016-11-161-2/+2
| * | allow configuring filesystem accessRobin Appelman2016-11-166-8/+72
| * | app password scope wipRobin Appelman2016-11-163-2/+19
| * | read lockdown scope from tokenRobin Appelman2016-11-165-10/+38
| * | basic lockdown logicRobin Appelman2016-11-168-16/+391
| |/
* | Merge pull request #2150 from nextcloud/move_buttons_to_bottomRoeland Jago Douma2016-11-162-0/+64
|\ \
| * | Move social buttons to bottom on admin pageRoeland Jago Douma2016-11-162-0/+64
* | | Add autoloader path for newly installed apps tooMorris Jobke2016-11-161-0/+2
| |/ |/|
* | Merge pull request #2148 from nextcloud/add_autoloader_before_enablingRoeland Jago Douma2016-11-161-0/+2
|\ \
| * | Add autoloader before enabling appsRoeland Jago Douma2016-11-151-0/+2
* | | Update the since version to 11.0.0Joas Schilling2016-11-164-35/+35
* | | Fix integration testsJoas Schilling2016-11-162-11/+6
* | | Make sure they are always arraysJoas Schilling2016-11-161-6/+6
* | | Fix activity manager testsJoas Schilling2016-11-162-13/+24
* | | Allow combining eventsJoas Schilling2016-11-161-0/+18
* | | Allow to register ProvidersJoas Schilling2016-11-164-6/+52