aboutsummaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Let apps toggle an unread counter on app iconsJulius Härtl2021-06-162-2/+2
|/ / | | | | | | | | Co-authored-by: Louis Chemineau <louis@chmn.me> Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Emit sidebar eventsLouis Chemineau2021-06-0718-164/+161
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Port dav calendar settings page to Vue.jsFrançois Freitag2021-06-0518-160/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Drop reliance on deprecated global jQuery object. - Allow testing user interactions. - Use newer technology stack. --- Test user interactions with the groupware dav settings Add infrastructure to test Vue components: - Use recommended libraries: - https://vuejs.org/v2/guide/testing.html#Recommendations - Use jest-dom for robust assertions on the DOM state - Use user-event to be more representative of user actions - Code is transpiled by Jest, with the help of vue-jest. Ignore test files for no-unpublished-import. Prevent ESLint from flagging: ``` /home/runner/work/server/server/apps/dav/src/views/CalDavSettings.spec.js Error: 1:24 error "@testing-library/vue" is not published node/no-unpublished-import Error: 2:23 error "@testing-library/user-event" is not published node/no-unpublished-import ``` Signed-off-by: François Freitag <mail@franek.fr>
* | l10n: Spelling unificationValdnet2021-06-022-2/+2
| | | | | | | | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | Rewrite requesttoken.spec.js with JestFrançois Freitag2021-05-3018-163/+160
| | | | | | | | | | | | | | | | | | | | | | [Jest](https://jestjs.io/) is a test runner that focuses on simplicity. It instruments babel to transform modules and test them. Using Jest simplifies the existing configuration and allows dropping a bunch of workarounds, as well as following the shared Babel configuration for new code. Signed-off-by: François Freitag <mail@franek.fr>
* | Npm buildJohn Molakvoæ (skjnldsv)2021-05-2918-112/+112
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Bump core-js from 3.10.1 to 3.13.1dependabot-preview[bot]2021-05-2915-84/+84
| | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.10.1 to 3.13.1. - [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/commits/v3.13.1/packages/core-js) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump css-loader from 5.2.0 to 5.2.6dependabot[bot]2021-05-2712-12/+12
| | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.0 to 5.2.6. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.2.0...v5.2.6) Signed-off-by: dependabot[bot] <support@github.com>
* | Replace node-sass with sassJohn Molakvoæ (skjnldsv)2021-05-278-14/+14
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Bump @nextcloud/vue from 3.7.2 to 3.10.0dependabot-preview[bot]2021-05-2712-72/+72
| | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.7.2 to 3.10.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/v3.10.0/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v3.7.2...v3.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Bump @nextcloud/browserslist-config from 1.0.0 to 2.1.0dependabot-preview[bot]2021-05-2520-101/+1012
| | | | | | | | | | | | | | | | | | Bumps [@nextcloud/browserslist-config](https://github.com/nextcloud/browserslist-config) from 1.0.0 to 2.1.0. - [Release notes](https://github.com/nextcloud/browserslist-config/releases) - [Commits](https://github.com/nextcloud/browserslist-config/compare/v1.0.0...v2.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | l10n: Unify spelling in "Readme"Valdnet2021-05-202-3/+3
| | | | | | | | Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | l10n: Unify spellingValdnet2021-05-202-2/+2
| | | | | | | | | | | | Spelling unification in Nextcloud applications. Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Bump @babel/core from 7.13.15 to 7.13.16dependabot-preview[bot]2021-04-284-4/+4
|/ | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.15 to 7.13.16. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.16/packages/babel-core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Merge pull request #26586 from ↵Joas Schilling2021-04-222-3/+3
|\ | | | | | | | | nextcloud/bugfix/noid/handle-device-login-like-an-alternative-login Handle device login like an alternative login
| * Handle device login like an alternative loginJoas Schilling2021-04-202-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix screenreader label of search iconJan C. Borchardt2021-04-192-5/+5
|/ | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Bump @nextcloud/dialogs from 3.1.1 to 3.1.2dependabot[bot]2021-04-196-45/+21
| | | | | | | | | | Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/nextcloud/nextcloud-dialogs/releases) - [Changelog](https://github.com/nextcloud/nextcloud-dialogs/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-dialogs/compare/v3.1.1...v3.1.2) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Merge pull request #26567 from ↵Roeland Jago Douma2021-04-162-2/+2
|\ | | | | | | | | nextcloud/techdebt/noid/adjust-jquery-deprecation-message Don't mentioned we will do something with an already released version
| * Compile assetsnpmbuildbot-nextcloud[bot]2021-04-152-2/+2
| | | | | | | | Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Fix 'Log in with a device' link focusabilityJan C. Borchardt2021-04-122-3/+3
|/ | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* l10n: Correct spellingValdnet2021-04-092-3/+3
| | | | | | Unify the spelling in applications. Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump core-js from 3.9.1 to 3.10.1dependabot-preview[bot]2021-04-0814-49/+49
| | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.9.1 to 3.10.1. - [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/commits/v3.10.1/packages/core-js) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Compile nodeJohn Molakvoæ (skjnldsv)2021-03-3119-120/+556
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use the product name in the updater screenJoas Schilling2021-03-221-7/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump clipboard from 2.0.6 to 2.0.8dependabot-preview[bot]2021-03-202-20/+20
| | | | | | | | | Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.6 to 2.0.8. - [Release notes](https://github.com/zenorocha/clipboard.js/releases) - [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.6...v2.0.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump dompurify from 2.2.6 to 2.2.7dependabot-preview[bot]2021-03-204-4/+4
| | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.2.6 to 2.2.7. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.2.6...2.2.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Fix TerserPluginJohn Molakvoæ (skjnldsv)2021-03-1716-16/+2280
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Compile jsJohn Molakvoæ (skjnldsv)2021-03-1113-13/+13
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump css-loader from 5.0.1 to 5.1.1dependabot-preview[bot]2021-03-107-7/+7
| | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.0.1 to 5.1.1. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.0.1...v5.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump handlebars from 4.7.6 to 4.7.7dependabot-preview[bot]2021-03-096-6/+6
| | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Allow admins to disable the login formRoeland Jago Douma2021-03-082-2/+2
| | | | | | | | | In case they want to not allow this because they use SSO (and do not want the users to enter their credentials there by accident). ?direct=1 still works. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump core-js from 3.8.3 to 3.9.1dependabot-preview[bot]2021-03-0520-20/+20
| | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.8.3 to 3.9.1. - [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/commits/v3.9.1/packages/core-js) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Kill jstimezonedetect from bundleRoeland Jago Douma2021-03-0316-16/+16
| | | | | | Taking up space while it is not needed. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #25818 from nextcloud/dependabot/npm_and_yarn/lodash-4.17.21Roeland Jago Douma2021-03-0318-18/+18
|\ | | | | Bump lodash from 4.17.20 to 4.17.21
| * Bump lodash from 4.17.20 to 4.17.21dependabot-preview[bot]2021-03-0218-18/+18
| | | | | | | | | | | | | | | | | | Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Fix the jsunit testsRoeland Jago Douma2021-03-021-1/+1
| | | | | | | | | | | | Followup to #25874 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | l10n: Correct text stringsValdnet2021-03-021-2/+2
|/
* Merge pull request #25821 from ↵dependabot-preview[bot]2021-03-022-2/+2
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/babel/core-7.13.8
| * Bump @babel/core from 7.12.16 to 7.13.8dependabot-preview[bot]2021-03-012-2/+2
| | | | | | | | | | | | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.16 to 7.13.8. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.8/packages/babel-core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Merge pull request #25861 from nextcloud/techdebt/noid/unified-link-handlingRoeland Jago Douma2021-03-012-111/+105
|\ \ | |/ |/| Unified link handling in setup checks
| * Hello 2016Joas Schilling2021-03-011-16/+16
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Remove HTML from setup check translationsJoas Schilling2021-03-012-97/+91
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add target black and noref rules to doc linksJoas Schilling2021-03-011-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix admin password strengthify tooltipRichard Steinmetz2021-02-2218-18/+18
|/ | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Bump @babel/preset-env from 7.12.11 to 7.12.13dependabot-preview[bot]2021-02-076-6/+6
| | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.11 to 7.12.13. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.13/packages/babel-preset-env) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump css-vars-ponyfill from 2.4.2 to 2.4.3dependabot-preview[bot]2021-02-072-2/+2
| | | | | | | | | | Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.4.2 to 2.4.3. - [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases) - [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md) - [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/compare/v2.4.2...v2.4.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Kill DOMPurify from main bundleRoeland Jago Douma2021-02-038-8/+8
| | | | | | Apps using this should ship their own. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump core-js from 3.8.2 to 3.8.3dependabot-preview[bot]2021-01-2714-14/+14
| | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.2 to 3.8.3. - [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.8.2...v3.8.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump bootstrap from 4.5.3 to 4.6.0dependabot-preview[bot]2021-01-272-2/+2
| | | | | | | | | Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.5.3 to 4.6.0. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.5.3...v4.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>