summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* 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
* | handle optional annotation parametersBjoern Schiessle2017-01-182-3/+20
* | Fix the regex for annotations with valuesJoas Schilling2017-01-181-1/+1
* | introduce brute force protection for api callsBjoern Schiessle2017-01-182-8/+27
|/
* Remove IDb interface which was deprecated for 3 years alreadyJoas Schilling2016-12-142-318/+0
* Allow to overwrite the message which we already do in SubadminMiddlewareJoas Schilling2016-12-081-2/+2
* Merge pull request #2066 from nextcloud/fix-redirect-double-encodingMorris Jobke2016-11-291-1/+1
|\
| * do not double encode the redirect urlChristoph Wurst2016-11-091-1/+1
* | Add an event merger and use it for the files activitiesJoas Schilling2016-11-251-0/+3
* | Harden cookies more appropriateLukas Reschke2016-11-231-2/+31
* | Merge pull request #1447 from nextcloud/password-confirmation-for-some-actionsMorris Jobke2016-11-183-0/+52
|\ \
| * | Add the 15 seconds to the window, instead of removingJoas Schilling2016-11-181-1/+1
| * | Introduce PasswordConfirmRequired annotationJoas Schilling2016-11-183-0/+52
* | | allow passing a stream to StreamResponseRobin Appelman2016-11-161-2/+7
|/ /