summaryrefslogtreecommitdiffstats
path: root/apps/accessibility
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | Bump webpack from 4.42.1 to 4.43.0dependabot-preview[bot]2020-04-291-1/+1
|/ | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.42.1 to 4.43.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.42.1...v4.43.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-04-282-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2020-04-252-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-04-244-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2020-04-232-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-04-224-0/+26
|
* [tx-robot] updated from transifexNextcloud bot2020-04-212-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-04-202-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-04-162-0/+32
|
* [tx-robot] updated from transifexNextcloud bot2020-04-152-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2020-04-142-4/+12
|
* Merge pull request #20419 from nextcloud/dependabot/npm_and_yarn/variousJohn Molakvoæ2020-04-112-3/+3
|\ | | | | Bump p-limit from 2.2.2 to 2.3.0, @nextcloud/auth from 1.2.2 to 1.2.3, @babel/preset-env from 7.8.7 to 7.9.5, @nextcloud/event-bus from 1.1.3 to 1.1.4, @nextcloud/password-confirmation from 1.0.0 to 1.0.1, @nextcloud/l10n from 1.2.2 to 1.2.3, @nextcloud/initial-state from 1.1.1 to 1.1.2, core-js from 3.6.4 to 3.6.5 …
| * Bump core-js from 1.4.1 to 1.5.0John Molakvoæ (skjnldsv)2020-04-102-3/+3
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-04-114-0/+50
| |
* | 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-092-10/+10
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-04-052-6/+6
|
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-313-1/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #20219 from nextcloud/dependabot/npm_and_yarn/webpack-4.42.1Christoph Wurst2020-03-312-2/+2
|\ | | | | Bump webpack from 4.42.0 to 4.42.1
| * Bump webpack from 4.42.0 to 4.42.1dependabot-preview[bot]2020-03-302-2/+2
| | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.42.0 to 4.42.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.42.0...v4.42.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-03-302-0/+4
|/
* 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>
* Update eslint and switch to @nextcloud packagesChristoph Wurst2020-03-252-2/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #19955 from nextcloud/bug/19952/translate-web-standardsRoeland Jago Douma2020-03-253-9/+4
|\ | | | | Use a normal string to translate.
| * Use a normal string to translate.Daniel Kesselberg2020-03-243-9/+4
| | | | | | | | | | | | | | 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>
* | [tx-robot] updated from transifexNextcloud bot2020-03-252-2/+2
|/
* Merge pull request #20093 from ↵John Molakvoæ2020-03-232-3/+3
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/logger-1.1.2 Bump @nextcloud/logger from 1.1.1 to 1.1.2, @nextcloud/router from 1.0.0 to 1.0.2, @nextcloud/axios from 1.3.1 to 1.3.2 and @babel/core from 7.8.7 to 7.9.0
| * Bump @nextcloud/logger from 1.1.1 to 1.1.2, @nextcloud/router from 1.0.0 to ↵dependabot-preview[bot]2020-03-232-3/+3
| | | | | | | | | | | | 1.0.2, @nextcloud/axios from 1.3.1 to 1.3.2 and @babel/core from 7.8.7 to 7.9.0 Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2020-03-232-0/+8
|/
* [tx-robot] updated from transifexNextcloud bot2020-03-222-6/+6
|
* Bump @nextcloud/initial-state from 1.1.0 to 1.1.1dependabot-preview[bot]2020-03-212-3/+3
| | | | | | | | | | Bumps [@nextcloud/initial-state](https://github.com/nextcloud/nextcloud-initial-state) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/nextcloud/nextcloud-initial-state/releases) - [Changelog](https://github.com/nextcloud/nextcloud-initial-state/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-initial-state/compare/v1.1.0...v1.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-03-202-4/+4
|
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-03-192-4/+4
|
* Merge pull request #19813 from ↵Joas Schilling2020-03-181-1/+1
|\ | | | | | | | | nextcloud/bugfix/noid/fix-color-box-shadow-variable Fix color-box-shadow variable
| * Fix dark mode color-box-shadow variableMarco Ambrosini2020-03-131-1/+1
| | | | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* | [tx-robot] updated from transifexNextcloud bot2020-03-182-4/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2020-03-164-6/+16
| |
* | [tx-robot] updated from transifexNextcloud bot2020-03-156-2/+62
| |