summaryrefslogtreecommitdiffstats
path: root/apps/dashboard
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-02-172-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2021-02-162-0/+66
|
* Some psalm fixes for the DashboardControllerRoeland Jago Douma2021-02-101-14/+14
| | | | | | | * Use the AppFramework IInitialState * Set return type Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2021-02-102-0/+66
|
* Bump @babel/preset-env from 7.12.11 to 7.12.13dependabot-preview[bot]2021-02-071-1/+1
| | | | | | | | | | 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>
* [tx-robot] updated from transifexNextcloud bot2021-02-072-2/+2
|
* This is 22Joas Schilling2021-02-031-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-01-314-0/+108
|
* [tx-robot] updated from transifexNextcloud bot2021-01-294-0/+72
|
* Bump core-js from 3.8.2 to 3.8.3dependabot-preview[bot]2021-01-272-2/+2
| | | | | | | | | | | 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>
* Merge pull request #25309 from nextcloud/enh/dashboard-default-layoutRoeland Jago Douma2021-01-251-1/+2
|\ | | | | Add config to specify a default dashboard layout
| * Add config to specify a default dashboard layoutJulius Härtl2021-01-251-1/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2021-01-226-6/+42
| |
* | [tx-robot] updated from transifexNextcloud bot2021-01-218-14/+70
|/
* [tx-robot] updated from transifexNextcloud bot2021-01-182-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2021-01-162-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2021-01-152-0/+4
|
* Fix @nextcloud/vue importsJohn Molakvoæ (skjnldsv)2021-01-143-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* refs #24970 fix night condition in dashboard greetingJulien Veyssier2021-01-133-3/+3
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* [tx-robot] updated from transifexNextcloud bot2021-01-104-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2021-01-092-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2021-01-084-0/+8
|
* Bump core-js from 3.8.1 to 3.8.2dependabot-preview[bot]2021-01-072-2/+2
| | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.1 to 3.8.2. - [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.1...v3.8.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump @nextcloud/axios from 1.5.0 to 1.6.0dependabot-preview[bot]2021-01-072-2/+2
| | | | | | | | | | | Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.5.0 to 1.6.0. - [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.5.0...v1.6.0) 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-01-0712-0/+24
|
* [tx-robot] updated from transifexNextcloud bot2021-01-0654-376/+380
|
* Fix dashboard greetings that show 'good morning' after noonNina Pypchenko2021-01-053-11/+36
| | | | | | | | | | | | | | | | Updated dashboard greetings to show "Good afternoon" after 12:00 instead of 13:00. Updated time periods for greetings: - Morning: 5:00 to 11.59 - Afternoon: 12:00 to 17.59 - Evening: 18:00 to 21:59 - Night: 22:00 to 4.59 Updated night-time greeting to "Hello" as "Good night" is a kind of goodbye. Closes #24938. Signed-off-by: Nina Pypchenko <22447785+nina-py@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2021-01-036-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2021-01-0116-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2020-12-3156-112/+112
|
* Change to the name of the appValdnet2020-12-303-3/+3
| | | | | | It should refer to the application name "Files". Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2020-12-292-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-12-202-0/+60
|
* [tx-robot] updated from transifexNextcloud bot2020-12-184-6/+66
|
* Bump core-js from 3.8.0 to 3.8.1dependabot-preview[bot]2020-12-152-2/+2
| | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.0 to 3.8.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/compare/v3.8.0...v3.8.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 bot2020-12-122-0/+50
|
* [tx-robot] updated from transifexNextcloud bot2020-12-102-2/+24
|
* [tx-robot] updated from transifexNextcloud bot2020-12-062-2/+2
|
* Added check on window.AccessibilityAvior2020-11-303-3/+3
| | | | | | | It crash the Dashboard when the Accessibility module is not presetn Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump core-js from 3.7.0 to 3.8.0dependabot-preview[bot]2020-11-302-2/+2
| | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.7.0 to 3.8.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.7.0...v3.8.0) 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 bot2020-11-302-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-11-262-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-11-252-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-11-242-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-11-222-4/+4
|
* Only setup filesystem if needed for dashboard background serviceJulius Härtl2020-11-181-20/+38
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump core-js from 3.6.5 to 3.7.0dependabot-preview[bot]2020-11-142-2/+2
| | | | | | | | | | 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>
* Bump @nextcloud/vue from 3.1.0 to 3.2.0dependabot-preview[bot]2020-11-142-2/+2
| | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v3.1.0...v3.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* override default dashboard background with theming oneJulien Veyssier2020-11-136-10/+30
| | | | | | | | fix getAppValue default value in theming app fix cacheBuster value injection Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2020-11-092-4/+4
|