aboutsummaryrefslogtreecommitdiffstats
path: root/apps/accessibility/lib/Controller/AccessibilityController.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove accessibilityJohn Molakvoæ2022-04-211-241/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Remove leftover useless commentCôme Chilliet2022-03-221-3/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Modernize accessibility appCarl Schwan2022-03-181-39/+13
| | | | | | | - 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>
* Fix SCSS compiler deprecated function usagesRoeland Jago Douma2021-03-091-3/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* AccessibilityController to LoggerInterfaceRoeland Jago Douma2021-03-051-5/+15
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Pimp the accesibility controllerRoeland Jago Douma2020-11-111-31/+4
| | | | | | | | * No usused members * appRoot member * less constructor args Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-15/+15
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #21366 from ↵Joas Schilling2020-06-221-3/+9
|\ | | | | | | | | nextcloud/feature/noid/respect-prefers-color-scheme Respect "prefers-color-scheme" media selector for guests
| * Respect "prefers-color-scheme" media selector for guestsJoas Schilling2020-06-101-3/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Move accessibility js route to static js and initial stateRoeland Jago Douma2020-06-171-39/+0
|/ | | | | | | Yet again another js file that doesn't have to be served via nextcloud. But can just be done via the webbrowser. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* FIx logging in accessibility controllerJoas Schilling2020-02-201-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Migrate leafo/scssphp to scssphp/scssphpChristoph Wurst2020-01-231-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-2/+11
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
| | | | | | | | | | | * 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>
* Added copyright for contributionJanis Köhr2019-09-161-0/+1
| | | | Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
* Add highcontrast style for dark modeJanis Köhr2019-09-161-0/+3
| | | | 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-5/+17
| | | | | | selection and separated highcontrast theme Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
* Do not cut full color on accessibility svg color invertJohn Molakvoæ (skjnldsv)2019-03-041-1/+9
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Don't require Same Site Cookies on accessibility assetsThomas Citharel2018-11-261-0/+2
| | | Follows https://github.com/nextcloud/server/pull/11878
* Adjust accessibility app color replacementJulius Härtl2018-10-291-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Keep list of icons in a separate file for use in the accessibility appJulius Härtl2018-10-251-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #11533 from nextcloud/accessibility-cache-fixesMorris Jobke2018-10-241-0/+3
|\ | | | | Added cache override to ensure an always up-to-date accessibility css
| * Added cache override to ensure an always up-to-date accessibility cssJohn Molakvoæ (skjnldsv)2018-10-021-0/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | If there is no UID do not explode accessibility javascriptRoeland Jago Douma2018-10-221-1/+9
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix illegible text color in columns Size and Modified on dark theme: rework ↵Alexey Pyltsyn2018-10-181-0/+19
|/ | | | | | after review Signed-off-by: Alexey Pyltsyn <lex61rus@gmail.com>
* Move SCSS variable fetching before the variables.scss to properly calculate ↵Julius Härtl2018-08-291-1/+1
| | | | | | color values Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add default theming into accessibility compilerJohn Molakvoæ (skjnldsv)2018-08-151-1/+34
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Only darkJohn Molakvoæ (skjnldsv)2018-07-191-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix accessibility invertJohn Molakvoæ (skjnldsv)2018-07-191-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed icons detection and cachingJohn Molakvoæ (skjnldsv)2018-07-191-3/+23
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Mixin scss icon apiJohn Molakvoæ (skjnldsv)2018-07-191-0/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix webrootJohn Molakvoæ (skjnldsv)2018-06-251-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* ComplianceJohn Molakvoæ (skjnldsv)2018-06-251-30/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed webroot detectionJohn Molakvoæ (skjnldsv)2018-06-251-3/+59
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix css urlJohn Molakvoæ (skjnldsv)2018-06-251-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Live css update, cache fix, design updates and various stuffJohn Molakvoæ (skjnldsv)2018-06-251-18/+23
| | | | | | | + AppName fixes and compile bump + Bump dark theme and added highcontrast + various fixes Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Accessibility ♿John Molakvoæ (skjnldsv)2018-06-251-0/+168
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>