Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-26dashboard: Fix dark theme detectionfix/dashboard-dark-color-themeFerdinand Thiessen
When system default color theme is selected for theming, the enabledThemes array is empty or just contains one entry 'default', in this case the color theme has to be retrieved from the browser. Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-06-21make 'text-overflow: ellipsis' possible again in dashboardArtur Neumann
Signed-off-by: Artur Neumann <artur@jankaritech.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-06-06Bump webpack from 5.72.0 to 5.73.0dependabot[bot]
Bumps [webpack](https://github.com/webpack/webpack) from 5.72.0 to 5.73.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.72.0...v5.73.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-19Port share by mail settings to vueCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-16Improve accessibility with more visible focus indication for non vue appsCarl Schwan
- Add visible-focus effect on each header entry - Show focus outline when using focus-visible (keyboard navigation) - Add polyfy for focus-visible since it's only very recently available on webkit - Change text for link to home button to describe the destination and not the current page - Improve focus effect in app sidebar navigation Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-13Fix profile and add gradient-primary-backgroundJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-27Dashboard fixesJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-21Compile assetsnextcloud-command
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-23quick fix for focus on weather and customize buttonVanessa Pertsch
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-19Dashboard customize view: revert to largeQuentin Guidée
Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
2022-03-19Refine dashboard customize viewQuentin Guidée
Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
2022-03-18Add profile default setting for adminChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-02-22fix all modals after vue 5.0szaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-02-14Use asset-loader instead of url-loaderLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-19Bump style-loader from 2.0.0 to 3.3.1dependabot[bot]
Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 2.0.0 to 3.3.1. - [Release notes](https://github.com/webpack-contrib/style-loader/releases) - [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/style-loader/compare/v2.0.0...v3.3.1) --- updated-dependencies: - dependency-name: style-loader dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-01-17Bump webpack from 5.46.0 to 5.66.0dependabot[bot]
Bumps [webpack](https://github.com/webpack/webpack) from 5.46.0 to 5.66.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.46.0...v5.66.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-01-08Fix webpack versionLouis Chemineau
Reason: https://github.com/webpack/webpack/pull/14628 Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-08Compile bundleLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>