summaryrefslogtreecommitdiffstats
path: root/apps/dashboard
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-06-192-2/+2
|
* implement dashboard API for clients, new WidgetItem class, new IAPIWidget ↵Julien Veyssier2021-06-152-0/+89
| | | | | | interface Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* [tx-robot] updated from transifexNextcloud bot2021-06-152-10/+14
|
* [tx-robot] updated from transifexNextcloud bot2021-06-142-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-06-122-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-06-092-0/+50
|
* [tx-robot] updated from transifexNextcloud bot2021-06-082-0/+2
|
* Emit sidebar eventsLouis Chemineau2021-06-072-15/+15
| | | | | | 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>
* [tx-robot] updated from transifexNextcloud bot2021-06-072-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-06-062-0/+2
|
* Merge pull request #27008 from francoisfreitag/no-jq-app-calendarJohn Molakvoæ2021-06-052-15/+15
|\
| * Port dav calendar settings page to Vue.jsFrançois Freitag2021-06-052-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-10/+11
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2021-06-0412-4/+16
|
* [tx-robot] updated from transifexNextcloud bot2021-06-0374-74/+76
|
* l10n: Spelling unificationValdnet2021-06-023-4/+4
| | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Merge pull request #27286 from francoisfreitag/rewrite-npm-test-with-jestJohn Molakvoæ2021-05-312-15/+15
|\ | | | | Rewrite requesttoken.spec.js with Jest
| * Rewrite requesttoken.spec.js with JestFrançois Freitag2021-05-302-15/+15
| | | | | | | | | | | | | | | | | | | | | | [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>
* | [tx-robot] updated from transifexNextcloud bot2021-05-312-2/+2
|/
* Npm buildJohn Molakvoæ (skjnldsv)2021-05-292-12/+12
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump core-js from 3.10.1 to 3.13.1dependabot-preview[bot]2021-05-292-11/+11
| | | | | | | | | 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-272-2/+2
| | | | | | | | | 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-272-7/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump @nextcloud/vue from 3.7.2 to 3.10.0dependabot-preview[bot]2021-05-272-16/+16
| | | | | | | | | | 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-252-6/+6
| | | | | | | | | 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-201-1/+1
| | | | Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2021-05-172-0/+66
|
* [tx-robot] updated from transifexNextcloud bot2021-04-252-0/+6
|
* Merge pull request #26558 from J0WI/dashboard-strictRoeland Jago Douma2021-04-161-0/+1
|\ | | | | Dashboard: add missing strict_types
| * Dashboard: add missing strict_typesJ0WI2021-04-141-0/+1
| | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-04-162-2/+4
|/
* Bump core-js from 3.9.1 to 3.10.1dependabot-preview[bot]2021-04-082-8/+8
| | | | | | | | | | 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>
* [tx-robot] updated from transifexNextcloud bot2021-04-082-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-04-024-0/+64
|
* Compile nodeJohn Molakvoæ (skjnldsv)2021-03-312-2/+24
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-315-6/+54
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2021-03-312-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-03-272-0/+66
|
* [tx-robot] updated from transifexNextcloud bot2021-03-252-0/+62
|
* [tx-robot] updated from transifexNextcloud bot2021-03-232-0/+64
|
* [tx-robot] updated from transifexNextcloud bot2021-03-222-2/+2
|
* Make background cover whole viewportJo Sprague2021-03-193-3/+4
| | | | | | | Without a min-height, wider viewports can result in a blank white space at the bottom of the screen. This CSS ensures that doesn't happen. Signed-off-by: Jo Sprague <git@josprague.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2021-03-192-0/+6
|
* Fix TerserPluginJohn Molakvoæ (skjnldsv)2021-03-172-2/+238
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Lint fixJohn Molakvoæ (skjnldsv)2021-03-171-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Compile jsJohn Molakvoæ (skjnldsv)2021-03-112-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump css-loader from 5.0.1 to 5.1.1dependabot-preview[bot]2021-03-101-1/+1
| | | | | | | | | | 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>
* [tx-robot] updated from transifexNextcloud bot2021-03-102-0/+20
|
* Bump core-js from 3.8.3 to 3.9.1dependabot-preview[bot]2021-03-052-2/+2
| | | | | | | | | | | 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>
* [tx-robot] updated from transifexNextcloud bot2021-03-052-2/+2
|