summaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* OCP\AppFramework\App strictRoeland Jago Douma2018-03-091-7/+9
* Remove settersJulius Härtl2018-02-271-48/+0
* Rework array handling to avoid phan errorJulius Härtl2018-02-271-27/+12
* Add id to list elementJulius Härtl2018-02-271-2/+2
* Sort menu by priorityJulius Härtl2018-02-271-0/+3
* Add missing phpdoc for public APIJulius Härtl2018-02-272-1/+65
* Add phpdoc, typehints and sanitize HTMLJulius Härtl2018-02-271-5/+69
* Add menu item abstractionJulius Härtl2018-02-273-0/+265
* Pass template parameters to parent templateJulius Härtl2018-02-271-1/+1
* Merge pull request #8473 from nextcloud/strict_cmrRoeland Jago Douma2018-02-211-4/+5
|\
| * Strict OCP\AppFramework\Utility\IControllerMethodReflectorRoeland Jago Douma2018-02-211-4/+5
* | Make sure that render always returns a stringRoeland Jago Douma2018-02-211-2/+2
|/
* Remove deprecated core APIJoas Schilling2018-01-151-99/+0
* Merge pull request #7838 from nextcloud/timefactory_strictRoeland Jago Douma2018-01-151-2/+2
|\
| * Make the ITimeFactory strict + return typesRoeland Jago Douma2018-01-141-2/+2
* | Remove deprecated functions from DI ContainerRoeland Jago Douma2018-01-131-30/+0
|/
* Merge pull request #7075 from nextcloud/remove-unused-variablesRoeland Jago Douma2017-11-071-1/+1
|\
| * Remove unused variablesMorris Jobke2017-11-061-1/+1
* | Run updated license header updaterMorris Jobke2017-11-072-2/+2
* | Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* | Update license headersMorris Jobke2017-11-0618-4/+24
|/
* Doc: Fix phpDoc issuesJulius Härtl2017-10-231-1/+1
* OC_OCS_Response is deprecatedRoeland Jago Douma2017-09-211-1/+1
* fix typo and set @since properlyThomas Citharel2017-09-152-6/+6
* Add CSP frame-ancestors supportThomas Citharel2017-09-152-0/+34
* Remove explicit type hints for ControllerLukas Reschke2017-08-011-4/+4
* Merge pull request #5907 from nextcloud/add-metadata-to-throttle-callMorris Jobke2017-08-011-1/+15
|\
| * Add metadata to \OCP\AppFramework\Http\Response::throttleLukas Reschke2017-07-271-1/+15
* | Merge pull request #5877 from nextcloud/typehint_middlewareMorris Jobke2017-08-011-4/+4
|\ \
| * | Prop argument type for MiddlewareRoeland Jago Douma2017-07-311-4/+4
| |/
* | Some more invalid PHPDocs in legacy classesLukas Reschke2017-08-011-0/+1
* | Replace wrong PHPDocsLukas Reschke2017-08-013-2/+3
|/
* Some phpstorm inspection fixesRoeland Jago Douma2017-07-224-14/+14
* Remove deprecated Controller FunctionsRoeland Jago Douma2017-07-201-105/+1
* Remove unused use statementsMorris Jobke2017-04-226-7/+0
* Make BruteForceProtection annotation more cleverLukas Reschke2017-04-131-0/+19
* Web app manifestPierre Rudloff2017-03-281-0/+1
* Add base-uri to CSP policyLukas Reschke2017-03-161-0/+1
* set 'no-store' cache header if we do not want FF to cacheChristoph Wurst2017-01-091-2/+2
* Remove IDb interface which was deprecated for 3 years alreadyJoas Schilling2016-12-141-15/+1
* prevent warning in StreamResponseRobin Appelman2016-11-291-1/+1
* allow passing a stream to StreamResponseRobin Appelman2016-11-162-3/+3
* @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-153-5/+5
* refactoring code to reduce cyclomatic complexitDonquixote2016-11-072-10/+5
* Add support for CSP noncesLukas Reschke2016-10-242-2/+24
* Initial AppDataRoeland Jago Douma2016-10-051-4/+3
* Add trict CSP to OCS responsesRoeland Jago Douma2016-09-151-3/+3
* Split OCS version handlingRoeland Jago Douma2016-09-061-13/+19
* Add FileDisplayResponseRoeland Jago Douma2016-09-051-0/+70
* Merge pull request #1158 from nextcloud/cache_avatarsLukas Reschke2016-09-051-2/+1
|\