aboutsummaryrefslogtreecommitdiffstats
path: root/apps/accessibility
Commit message (Collapse)AuthorAgeFilesLines
* Bump core-js from 3.6.5 to 3.7.0dependabot-preview[bot]2020-11-144-4/+4
| | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.6.5 to 3.7.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.6.5...v3.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* 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>
* Add SVG support check to setup checknhirokinet2020-11-022-2/+2
| | | | Signed-off-by: nhirokinet <nhirokinet@nhiroki.net>
* [tx-robot] updated from transifexNextcloud bot2020-11-012-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-10-302-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-10-232-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-10-212-4/+4
|
* Bump file-loader from 6.1.0 to 6.1.1dependabot-preview[bot]2020-10-194-4/+4
| | | | | | | | | | Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/webpack-contrib/file-loader/releases) - [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/file-loader/compare/v6.1.0...v6.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2020-10-162-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-10-13118-730/+52
|
* [tx-robot] updated from transifexNextcloud bot2020-10-122-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2020-10-104-2/+32
|
* Format code to a single space around binary operatorsChristoph Wurst2020-10-056-45/+45
| | | | 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 autloaderRoeland Jago Douma2020-09-241-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-09-242-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-09-202-6/+6
|
* Bump versionsJoas Schilling2020-09-181-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update .l10nignore for apps to exclude bundled JS filesMorris Jobke2020-09-151-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add 'Reasons to use Nextcloud in your organization' call to action in settingsJan C. Borchardt2020-09-072-2/+2
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Fix search placeholder animation & dark theme compatibilityJohn Molakvoæ (skjnldsv)2020-09-032-0/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2020-08-302-4/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-08-262-4/+4
|
* Bump vue and vue-template-compilerdependabot-preview[bot]2020-08-252-2/+2
| | | | | | | | | | | | | | | Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.6.11 to 2.6.12 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.11...v2.6.12) Updates `vue-template-compiler` from 2.6.11 to 2.6.12 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.11...v2.6.12) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-3/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-08-242-18/+18
|
* [tx-robot] updated from transifexNextcloud bot2020-08-212-42/+42
|
* Add highcontrast class to body just like with dark themeJan C. Borchardt2020-08-186-7/+17
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-141-2/+3
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* [tx-robot] updated from transifexNextcloud bot2020-08-122-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-08-092-10/+10
|
* Merge pull request #22093 from nextcloud/fix/accessibilityocaJohn Molakvoæ2020-08-047-6/+59
|\ | | | | Fix missing accessibilityoca script
| * Fix accessibilityoca scriptJohn Molakvoæ (skjnldsv)2020-08-037-6/+59
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2020-08-042-0/+52
| |
* | Also consider Noto Color Emoji fontJoas Schilling2020-07-311-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add @nextcloud/event-bus to babel transpileJohn Molakvoæ (skjnldsv)2020-07-311-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use `babel-loader-exclude-node-modules-except`John Molakvoæ (skjnldsv)2020-07-314-9/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump compiled filesJohn Molakvoæ (skjnldsv)2020-07-312-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2020-07-272-10/+10
|
* Load accessibilityoca scriptJulius Härtl2020-07-221-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump @nextcloud/axios from 1.3.2 to 1.3.3dependabot-preview[bot]2020-07-202-2/+2
| | | | | | | | | | Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/nextcloud/nextcloud-axios/releases) - [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.3.2...v1.3.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Compile assetsnpmbuildbot[bot]2020-07-142-2/+3
| | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2020-07-082-0/+52
|
* Bump bundlesJulius Härtl2020-07-071-8/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #21626 from nextcloud/enhancement/injectible-callablesMorris Jobke2020-07-051-12/+5
|\ | | | | Callable parameter injection
| * Use \OCP\IContainer::injectFn to boot the Accessibility appChristoph Wurst2020-07-031-12/+5
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #21280 from ↵Morris Jobke2020-07-032-3/+3
|\ \ | |/ |/| | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/router-1.1.0 Bump @nextcloud/router from 1.0.2 to 1.1.0
| * Bump @nextcloud/router from 1.0.2 to 1.1.0dependabot-preview[bot]2020-07-032-3/+3
| | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.0.2 to 1.1.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/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-07-032-20/+20
|/
* [tx-robot] updated from transifexNextcloud bot2020-07-012-0/+52
|