aboutsummaryrefslogtreecommitdiffstats
path: root/apps/accessibility
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [tx-robot] updated from transifexNextcloud bot2020-06-292-2/+2
|
* 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>
* | [tx-robot] updated from transifexNextcloud bot2020-06-212-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2020-06-192-0/+14
| |
* | Merge pull request #21442 from nextcloud/td/js/accessibilityjs_to_initialstateRoeland Jago Douma2020-06-187-72/+81
|\ \ | | | | | | Move accessibility js route to static js and initial state
| * | Move accessibility js route to static js and initial stateRoeland Jago Douma2020-06-177-72/+81
| | | | | | | | | | | | | | | | | | | | | 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>
* | | [tx-robot] updated from transifexNextcloud bot2020-06-182-4/+4
|/ /
* | Migrate Accessibility app to new bootstrap mechanismChristoph Wurst2020-06-173-58/+48
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2020-06-112-0/+6
|/
* Merge pull request #21278 from ↵Roeland Jago Douma2020-06-082-2/+2
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/auth-1.3.0 Bump @nextcloud/auth from 1.2.3 to 1.3.0
| * Bump @nextcloud/auth from 1.2.3 to 1.3.0dependabot-preview[bot]2020-06-072-2/+2
| | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth) from 1.2.3 to 1.3.0. - [Release notes](https://github.com/nextcloud/nextcloud-auth/releases) - [Changelog](https://github.com/nextcloud/nextcloud-auth/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-auth/compare/v1.2.3...v1.3.0) 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-06-082-0/+36
|/
* [tx-robot] updated from transifexNextcloud bot2020-06-042-0/+52
|
* [tx-robot] updated from transifexNextcloud bot2020-06-012-0/+14
|
* Merge pull request #21001 from rubo77/pngsRoeland Jago Douma2020-05-222-0/+0
|\ | | | | compress some images with tinypng.com
| * compress some images with tinypng.comRuben Barkow-Kuder2020-05-222-0/+0
| | | | | | | | | | Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-05-222-4/+4
|/
* [tx-robot] updated from transifexNextcloud bot2020-05-152-2/+2
|
* Bump vue-loader from 15.9.1 to 15.9.2dependabot-preview[bot]2020-05-112-2/+2
| | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.1 to 15.9.2. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/compare/v15.9.1...v15.9.2) 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-05-09102-102/+0
|
* Bump app versions and requirementsJoas Schilling2020-05-071-19/+19
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-05-072-12/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-05-054-0/+52
|
* [tx-robot] updated from transifexNextcloud bot2020-05-042-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-05-012-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-04-302-0/+12
|
* Merge pull request #20714 from nextcloud/fix/license-headers-19Christoph Wurst2020-04-292-0/+2
|\ | | | | Update license headers for 19
| * Update license headers for 19Christoph Wurst2020-04-292-0/+2
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>