aboutsummaryrefslogtreecommitdiffstats
path: root/apps/accessibility/lib/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Remove accessibilityJohn Molakvoæ2022-04-212-380/+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-182-64/+19
| | | | | | | - 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-042-6/+4
| | | | 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>
* Add some closure return typesRoeland Jago Douma2021-02-141-1/+1
| | | | | | Found by psalm 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-052-20/+20
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-1/+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>
* 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>
* 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-092-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-1/+4
| | | | 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>
* 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-052-4/+19
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-222-3/+3
| | | | | | | | | | | * 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-162-0/+2
| | | | 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>
* 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-162-8/+22
| | | | | | 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-242-6/+21
|\ | | | | 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-022-6/+21
| | | | | | | | 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>
* Config set and droneJohn Molakvoæ (skjnldsv)2018-06-251-0/+121
| | | | 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>