aboutsummaryrefslogtreecommitdiffstats
path: root/apps/accessibility/src/Accessibility.vue
Commit message (Collapse)AuthorAgeFilesLines
* Remove accessibilityJohn Molakvoæ2022-04-211-168/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* 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-221-12/+16
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add highcontrast class to body just like with dark themeJan C. Borchardt2020-08-181-2/+6
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Use `babel-loader-exclude-node-modules-except`John Molakvoæ (skjnldsv)2020-07-311-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* 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-121-6/+8
| | | | | | 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-191-11/+11
| | | | | | | | | | 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-141-52/+60
| | | | | 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-011-0/+154
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>