summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework
Commit message (Expand)AuthorAgeFilesLines
...
* extend the identity proof manager to allow system wide key pairsBjoern Schiessle2017-08-101-1/+2
* If there is no content don't errorRoeland Jago Douma2017-08-091-1/+1
* Remove explicit type hints for ControllerLukas Reschke2017-08-016-15/+15
* Merge pull request #5907 from nextcloud/add-metadata-to-throttle-callMorris Jobke2017-08-011-1/+1
|\
| * Add metadata to \OCP\AppFramework\Http\Response::throttleLukas Reschke2017-07-271-1/+1
* | Merge pull request #5877 from nextcloud/typehint_middlewareMorris Jobke2017-08-016-23/+26
|\ \
| * | Fix middleware implementations signaturesRoeland Jago Douma2017-07-316-23/+26
| |/
* / Fix L10N::tRoeland Jago Douma2017-08-012-2/+2
|/
* More phpstorm inspection fixesRoeland Jago Douma2017-07-241-7/+7
* add new config switched for the global scale architectureBjoern Schiessle2017-05-291-0/+5
* Check whether the $_SERVER['REQUEST_*'] vars exist before using themJoas Schilling2017-05-151-6/+5
* Add IPv6 to “localhost” regex (#440)coderkun2017-05-141-1/+1
* Automatic creation of Identity managerJoas Schilling2017-05-101-1/+1
* Remove unused use statementsMorris Jobke2017-04-222-2/+0
* Revert "Match slashes in ../{id} resource routes"Roeland Jago Douma2017-04-181-7/+1
* Make BruteForceProtection annotation more cleverLukas Reschke2017-04-133-17/+98
* Merge pull request #4326 from nextcloud/downstream-27562Morris Jobke2017-04-131-1/+2
|\
| * Use constantsJoas Schilling2017-04-131-1/+1
| * Reorder the entries of the log for easier readingJuan Pablo Villafáñez2017-04-121-1/+2
* | Move to dedicated MiddleWareLukas Reschke2017-04-133-38/+160
* | Add isset() as it can be an empty resultLukas Reschke2017-04-131-1/+1
* | Register in ServerContainerLukas Reschke2017-04-131-18/+0
* | Add support for ratelimiting via annotationsLukas Reschke2017-04-133-43/+83
|/
* Merge pull request #4138 from nextcloud/resources_match_fullidMorris Jobke2017-04-041-1/+7
|\
| * Match slashes in ../{id} resource routesRoeland Jago Douma2017-04-041-1/+7
* | Don't try to parse empty body if there is no bodyRoeland Jago Douma2017-04-041-0/+2
|/
* Also cache the namespace from appinfoJoas Schilling2017-03-221-3/+4
* Don't do a recursive searchJoas Schilling2017-03-221-1/+21
* buildAppNamespace already has the fallbackJoas Schilling2017-03-221-11/+1
* Make DI work for all appsRoeland Jago Douma2017-03-211-6/+13
* Core is also a special appRoeland Jago Douma2017-03-211-0/+2
* Move a lot of stuff over to the ServerContainerRoeland Jago Douma2017-03-211-204/+20
* Fix settings testsRoeland Jago Douma2017-03-211-12/+2
* Add DI intergration testsRoeland Jago Douma2017-03-211-7/+9
* Extend DI testsRoeland Jago Douma2017-03-211-4/+12
* More elegant handling of recursionRoeland Jago Douma2017-03-211-3/+7
* PoC of moving the interface classes to the servercontainerRoeland Jago Douma2017-03-211-8/+0
* Update query method for DIContainerRoeland Jago Douma2017-03-211-4/+12
* dont require strict same site cookies for ocs requestsRoeland Jago Douma2017-03-091-0/+3
* Merge pull request #3607 from nextcloud/api-to-resend-welcome-messageRoeland Jago Douma2017-03-031-0/+9
|\
| * Fix injection of defaultsMorris Jobke2017-02-281-0/+4
| * OCS API endpoint to resend welcome messageMorris Jobke2017-02-281-0/+5
* | Remove deprecated OC_User::isLoggedInSebastian Wessalowski2017-03-021-1/+1
|/
* Fix DI of the cloud id manager into appsJoas Schilling2017-02-141-0/+5
* Merge pull request #3417 from nextcloud/push-notificationMorris Jobke2017-02-101-0/+7
|\
| * Make sure to use the right appdata directoryJoas Schilling2017-02-091-0/+7
* | Fix detection of the new iOS appJoas Schilling2017-02-101-1/+1
* | oc_token should be nc_tokenChristoph Wurst2017-02-021-1/+1
|/
* Merge pull request #2044 from nextcloud/login-credential-storeMorris Jobke2017-01-301-0/+4
|\
| * add login credential storeChristoph Wurst2017-01-111-0/+4