aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Middleware
Commit message (Expand)AuthorAgeFilesLines
...
* Update SecurityMiddleware.phpHolger Hees2020-07-061-1/+1
* Allow TemplateResponse to be compressedMorris Jobke2020-05-151-0/+4
* Move the notmodified check to middleware where it belongsRoeland Jago Douma2020-05-131-0/+56
* Add AppFramework GZip middleware to gzip responsesRoeland Jago Douma2020-05-121-0/+86
* Update license headers for 19Christoph Wurst2020-04-298-0/+8
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1015-45/+35
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-093-7/+7
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-2/+2
* Remove unused importsChristoph Wurst2020-03-253-7/+0
* Fix loaded controller checkJoas Schilling2020-01-211-1/+1
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* Merge pull request #18256 from nextcloud/files-aditional-scripts-new-eventsRoeland Jago Douma2019-12-091-2/+3
|\
| * use OCP\EventDispatcher\GenericEvent in more placesRobin Appelman2019-12-091-2/+3
* | Update license headersChristoph Wurst2019-12-0524-27/+90
|/
* Some php-cs fixesRoeland Jago Douma2019-11-226-10/+11
* Merge pull request #17850 from nextcloud/bugfix/noid/mark-spreed-as-active-on...Joas Schilling2019-11-201-0/+6
|\
| * Make phan happy ;)Daniel Kesselberg2019-11-191-1/+2
| * Mark "Talk" active on /call/token URLsJoas Schilling2019-11-121-0/+5
* | Fixes a 500 without useridArthur Schiwon2019-11-161-5/+0
|/
* SessionMiddleware: declare session propertyRoeland Jago Douma2019-08-281-17/+6
* Add feature policy headerRoeland Jago Douma2019-08-101-0/+70
* Split up security middlewareRoeland Jago Douma2019-07-272-40/+80
* Make it possible to show admin settings for sub adminsChristoph Wurst2019-05-231-1/+12
* Merge pull request #13969 from nextcloud/enh/additional_scripts_no_on_public_...Morris Jobke2019-02-071-1/+11
|\
| * Add StandaloneTemplateResponseRoeland Jago Douma2019-02-061-1/+2
| * No need to emit additonalscript event on public pagesRoeland Jago Douma2019-02-051-0/+9
* | Do not do redirect handling when loggin outRoeland Jago Douma2019-02-062-0/+97
|/
* Emit to load additionalscriptsRoeland Jago Douma2019-01-311-0/+56
* Update password confirmation middlewareRoeland Jago Douma2018-11-021-0/+8
* add global site selector as user back-end which doesn't support password conf...Bjoern Schiessle2018-10-271-1/+3
* Do not use file as template parameterRoeland Jago Douma2018-08-091-1/+1
* Add PublicShareMiddlewareTestRoeland Jago Douma2018-06-201-1/+1
* Don't allow public share pages if link sharing is disabledRoeland Jago Douma2018-06-201-1/+27
* Move public preview endpoint overRoeland Jago Douma2018-06-201-1/+2
* Add the new PublicShareController and PublicShareMiddlewareRoeland Jago Douma2018-06-202-0/+92
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+1
* Add testsRoeland Jago Douma2018-03-081-18/+8
* Make SecurityMiddleware strictRoeland Jago Douma2018-03-081-10/+9
* Do not throw AppNotEnabledException for app public pages - refs #6962, refs #...Julien Veyssier2018-02-281-1/+2
* Provide translated error message for permission errorMorris Jobke2018-02-262-3/+10
* Fix testsRoeland Jago Douma2018-02-211-1/+1
* Make the middlewareDispatcher strictRoeland Jago Douma2018-02-211-9/+10
* Remove unused import statementsMorris Jobke2018-02-142-2/+0
* Don't perform CSRF check on OCS routes with Bearer authRoeland Jago Douma2018-01-291-2/+8
* Use $var[] = $a instead of array_push - 2x fasterMorris Jobke2018-01-251-1/+1
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-1/+4
* Move passwordconfirmation to its own midlewareRoeland Jago Douma2018-01-022-28/+82
* disable password confirmation with SSOBjoern Schiessle2018-01-021-2/+16
* Update license headersMorris Jobke2017-11-068-3/+15
* Use proper DI for security middleware for app enabled checkMorris Jobke2017-10-241-2/+8