aboutsummaryrefslogtreecommitdiffstats
path: root/apps/accessibility/lib/Controller/ConfigController.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove accessibilityJohn Molakvoæ2022-04-211-139/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Modernize accessibility appCarl Schwan2022-03-181-25/+6
| | | | | | | - Use php 7.4 typed properties - More typed methods (and replace existing php doc in some cases) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add some closure return typesRoeland Jago Douma2021-02-141-1/+1
| | | | | | Found by psalm Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-5/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-141-2/+3
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\ | | | | Remove unused imports
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-2/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix accessibilityJohn Molakvoæ (skjnldsv)2019-11-201-10/+28
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Added copyright for contributionJanis Köhr2019-09-161-0/+1
| | | | Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
* Changed highcontrast from array (theme) to object (flag/filter)Janis Köhr2019-09-161-1/+1
| | | | Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
* Add theme class for selected theme to body, fix for accessibility theme ↵Janis Köhr2019-09-161-3/+5
| | | | | | selection and separated highcontrast theme Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
* Added cache override to ensure an always up-to-date accessibility cssJohn Molakvoæ (skjnldsv)2018-10-021-6/+18
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Config set and droneJohn Molakvoæ (skjnldsv)2018-06-251-0/+121
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>