aboutsummaryrefslogtreecommitdiffstats
path: root/apps/accessibility/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove accessibilityJohn Molakvoæ2022-04-214-280/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Replace license information to SPDX expressionLouis Chemineau2022-01-112-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot[bot]2021-07-231-1/+1
| | | | | | | | | | Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Fix eslint and update bundlesJohn Molakvoæ (skjnldsv)2021-07-222-22/+17
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix accessibility theme for guestsJoas Schilling2021-07-091-0/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-312-3/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add highcontrast class to body just like with dark themeJan C. Borchardt2020-08-182-3/+13
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Fix accessibilityoca scriptJohn Molakvoæ (skjnldsv)2020-08-032-0/+47
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use `babel-loader-exclude-node-modules-except`John Molakvoæ (skjnldsv)2020-07-311-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update eslint and switch to @nextcloud packagesChristoph Wurst2020-03-251-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use a normal string to translate.Daniel Kesselberg2020-03-241-7/+2
| | | | | | | Somehow the multi line strings are still a problem for t. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix JS regexJoas Schilling2020-03-051-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Replace all link-endsJoas Schilling2020-02-131-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Do not use translation-concatenationJoas Schilling2020-02-122-7/+9
| | | | | | it's as bad as the word itself sounds Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-193-19/+19
| | | | | | | | | | Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix accessibilityJohn Molakvoæ (skjnldsv)2019-11-201-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move to generateOcsUrlJohn Molakvoæ (skjnldsv)2019-10-141-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Initial state for accessibilityJohn Molakvoæ (skjnldsv)2019-10-143-56/+72
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Switch to @nextcloud/axios for the CSRF update fixChristoph Wurst2019-10-051-1/+1
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-014-90/+104
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Changed highcontrast from array (theme) to object (flag/filter)Janis Köhr2019-09-161-2/+2
| | | | Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
* Add small linting fixJanis Köhr2019-09-161-6/+2
| | | | Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
* Added migration stepJanis Köhr2019-09-161-1/+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-162-18/+31
| | | | | | selection and separated highcontrast theme Signed-off-by: Janis Köhr <janis.koehr@novatec-gmbh.de>
* Fix selecting an accessibility theme with the keyboardChristoph Wurst2019-03-251-4/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix html rendering and default checkboxJohn Molakvoæ (skjnldsv)2019-02-212-3/+18
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Convert to Raw HTML approach, first tryJan-Christoph Borchardt2019-02-211-4/+17
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Accessibility settings: Add theme name to checkbox labelJan-Christoph Borchardt2019-02-211-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Accessibility: Simplify design, more obvious selectabilityJan-Christoph Borchardt2019-02-212-18/+15
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Accessibility: Add description text, simplify structureJan-Christoph Borchardt2019-02-211-15/+16
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Move to nextcloud-axiosRoeland Jago Douma2019-01-101-6/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Added cache override to ensure an always up-to-date accessibility cssJohn Molakvoæ (skjnldsv)2018-10-021-8/+23
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Keyboard navigation on appJohn Molakvoæ (skjnldsv)2018-06-251-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* OpenSans font contrast optionJohn Molakvoæ (skjnldsv)2018-06-251-10/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Config set and droneJohn Molakvoæ (skjnldsv)2018-06-253-8/+31
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Live css update, cache fix, design updates and various stuffJohn Molakvoæ (skjnldsv)2018-06-252-2/+8
| | | | | | | + 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-253-0/+111
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>