aboutsummaryrefslogtreecommitdiffstats
path: root/apps/accessibility/lib
Commit message (Collapse)AuthorAgeFilesLines
* Remove accessibilityJohn Molakvoæ2022-04-218-913/+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-185-94/+38
| | | | | | | - 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>
* [Accessibility App]: Remove unused parameters in settings classCarl Schwan2021-07-131-12/+0
| | | | | | These two parameters weren't used, no need to load them Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix accessibility theme for guestsJoas Schilling2021-07-092-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-048-22/+15
| | | | 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>
* Move some settings over to the IInitialStateRoeland Jago Douma2021-03-021-18/+8
| | | | | | The old one has been deprecated. Part one of many. 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>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-163-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* 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-055-42/+42
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move accessibility over to the new wayRoeland Jago Douma2020-10-042-14/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-3/+6
| | | | 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>
* Load accessibilityoca scriptJulius Härtl2020-07-221-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use \OCP\IContainer::injectFn to boot the Accessibility appChristoph Wurst2020-07-031-12/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix dark mode for guestsJoas Schilling2020-06-231-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #21366 from ↵Joas Schilling2020-06-222-3/+15
|\ | | | | | | | | 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-102-3/+15
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Move accessibility js route to static js and initial stateRoeland Jago Douma2020-06-173-71/+75
| | | | | | | | | | | | | | 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>
* | Migrate Accessibility app to new bootstrap mechanismChristoph Wurst2020-06-172-21/+48
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-5/+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-093-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-6/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-313-1/+6
| | | | 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-262-5/+5
|/ | | | 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>
* Do not use translation-concatenationJoas Schilling2020-02-121-0/+3
| | | | | | it's as bad as the word itself sounds 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-057-11/+35
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-223-4/+4
| | | | | | | | | | | * 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-202-19/+50
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Removed duplicate defintion of app name and rebased/rebuilt.Janis Köhr2019-09-162-13/+11
| | | | Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
* Added copyright for contributionJanis Köhr2019-09-165-2/+5
| | | | Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
* Change name of high contrast theme to high contrast modeJanis Köhr2019-09-161-3/+3
| | | | 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-162-5/+3
| | | | Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
* Added migration stepJanis Köhr2019-09-161-0/+89
| | | | 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-164-16/+40
| | | | | | selection and separated highcontrast theme Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
* Remove beta from dark theme name ref #16076Greta Doci2019-07-051-1/+1
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* 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>
* Accessibility: Simplify design, more obvious selectabilityJan-Christoph Borchardt2019-02-211-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* 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>