aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #34142 from nextcloud/move-background-clearingJoas Schilling2022-09-276-17/+63
|\ | | | | Move avatar clearing in the background
| * Move avatar clearing in the backgroundCarl Schwan2022-09-266-17/+63
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #34267 from nextcloud/bugfix/upgrade-from-26blizzz2022-09-271-1/+1
|\ \ | | | | | | Bump versions to upgrade from
| * | Bump versions to upgrade fromJulius Härtl2022-09-261-1/+1
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2022-09-2724-28/+90
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33162 from nextcloud/dependabot/npm_and_yarn/moment-2.29.4Vincent Petry2022-09-264-11/+11
|\ \ | | | | | | Bump moment from 2.29.2 to 2.29.4
| * | Compile assetsnextcloud-command2022-09-262-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | Bump moment from 2.29.2 to 2.29.4dependabot[bot]2022-09-262-8/+8
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #34163 from Jerome-Herbinet/patch-6Simon L2022-09-269-12/+24
|\ \ | | | | | | User list : User name and Display name visibility improvement
| * | Fix : strong end tagJérôme Herbinet2022-09-224-6/+6
| | | | | | | | | | | | | | | | | | <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * | Fix : strong HTML end tagJérôme Herbinet2022-09-221-1/+1
| | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * | build npm run sassJérôme Herbinet2022-09-222-1/+6
| | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet 33763786+Jerome-Herbinet@users.noreply.github.com Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * | build front-endJérôme Herbinet2022-09-224-6/+6
| | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet jerome.herbinet@arawa.fr Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * | User list : Other user and display name inversionJérôme Herbinet2022-09-221-2/+4
| | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet jerome.herbinet@arawa.fr Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * | User list : Invert user name and display nameJérôme Herbinet2022-09-221-3/+4
| | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet jerome.herbinet@arawa.fr Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * | User list : Display name CSS changeJérôme Herbinet2022-09-221-0/+4
| | | | | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet jerome.herbinet@arawa.fr Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* | | Merge pull request #34260 from nextcloud/remove-unneeded-vue-cliVincent Petry2022-09-263-28703/+4697
|\ \ \ | |_|/ |/| | Remove unneeded and problematic vue-cli-plugin-unit-test
| * | Remove unneeded and problematic vue-cli-plugin-unit-testVincent Petry2022-09-263-28703/+4697
|/ / | | | | | | | | | | | | It was causing issues during dependency upgrades and wasn't really used except for its preset definition. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #33887 from ↵Joas Schilling2022-09-265-12/+12
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/moment-timezone-0.5.37 Bump moment-timezone from 0.5.34 to 0.5.37
| * | RecompileJoas Schilling2022-09-263-4/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Bump moment-timezone from 0.5.34 to 0.5.37Joas Schilling2022-09-262-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.34 to 0.5.37. - [Release notes](https://github.com/moment/moment-timezone/releases) - [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md) - [Commits](https://github.com/moment/moment-timezone/compare/0.5.34...0.5.37) --- updated-dependencies: - dependency-name: moment-timezone dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #34247 from ↵Vincent Petry2022-09-261-40/+40
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nth-check-and-vue/cli-service-2.1.1 Bump nth-check and @vue/cli-service
| * | | Bump nth-check and @vue/cli-servicedependabot[bot]2022-09-261-40/+40
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nth-check](https://github.com/fb55/nth-check) and [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service). These dependencies needed to be updated together. Updates `nth-check` from 1.0.2 to 2.1.1 - [Release notes](https://github.com/fb55/nth-check/releases) - [Commits](https://github.com/fb55/nth-check/compare/v1.0.2...v2.1.1) Updates `@vue/cli-service` from 4.5.17 to 5.0.8 - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-service) --- updated-dependencies: - dependency-name: nth-check dependency-type: indirect - dependency-name: "@vue/cli-service" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #34249 from nextcloud/bugfix/noid/reference-publicSimon L2022-09-266-15/+103
|\ \ \ | | | | | | | | Move Reference class to public namespace
| * | | Add sinceJoas Schilling2022-09-261-9/+97
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Move Reference class to public namespaceJulius Härtl2022-09-266-6/+6
| |/ / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #34222 from nextcloud/fix/install-pageCarl Schwan2022-09-262-21/+38
|\ \ \ | |/ / |/| | Fix install page
| * | Fix install pageVincent Petry2022-09-242-21/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use normal labels instead of hiding them - Fix position of the eye button (this is still very hacky) - Define width on the box and not on the text fields This really needs to be ported to vue Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-09-2610-4/+44
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-09-258-38/+196
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #34210 from nextcloud/fix/themingJohn Molakvoæ2022-09-247-115/+175
|\ \ | | | | | | Fixing missing theming variables
| * | Refactor primary computation and fix a few missing theme parity variablesJohn Molakvoæ2022-09-237-128/+175
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | Disable background blur on highcontrastJohn Molakvoæ2022-09-231-0/+3
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | Fixing dark primary element variablesJohn Molakvoæ2022-09-231-3/+13
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Merge pull request #34220 from nextcloud/fix-php-cs-setupJohn Molakvoæ2022-09-241-1/+0
|\ \ \ | | | | | | | | Make phpcs happy and remove unused setup thing
| * | | Make phpcs happy and remove unused setup thingVincent Petry2022-09-231-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Merge pull request #34231 from nextcloud/fix/node-workflow-errorJohn Molakvoæ2022-09-242-3/+3
|\ \ \ \ | | | | | | | | | | Fix node workflow error on master
| * | | | Fix node workflow error on masterChristopher Ng2022-09-232-3/+3
| |/ / / | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* / / / [tx-robot] updated from transifexNextcloud bot2022-09-2432-64/+434
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #34212 from nextcloud/bugfix/34211/fix-getbackground-routeVincent Petry2022-09-231-1/+1
|\ \ \ | | | | | | | | Fix loading custom background
| * | | Fix loading custom backgroundVincent Petry2022-09-231-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | Fix the route for loading the custom background. Because the controller is UserThemeController, so the route path is not "theming" but "userTheme". Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Merge pull request #34191 from Jerome-Herbinet/patch-7Joas Schilling2022-09-231-1/+1
|\ \ \ | | | | | | | | DashBoard : Allow up to 5 widgets side by side
| * | | DashBoard : Allow up to 5 widgets side by side Jérôme Herbinet2022-09-221-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <j.herbinet@protonmail.ch> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-09-23104-96/+1476
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #34190 from nextcloud/fix/noid/remove-core-bundleblizzz2022-09-2210-351/+4
|\ \ \ | |/ / |/| | remove CoreBundle as we now ship the lat app that was referenced there
| * | update autoloaderArthur Schiwon2022-09-222-4/+0
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | remove getDefaultInstallationBundleArthur Schiwon2022-09-223-36/+4
| | | | | | | | | | | | | | | | | | - because all apps are shipped now it was returning an empty result Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | remove InstallCoreBundle repair stepArthur Schiwon2022-09-223-228/+0
| | | | | | | | | | | | | | | | | | | | | - core bundle was empty and thus removed - all former apps installed this way are shipped Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | remove Core BundleArthur Schiwon2022-09-224-84/+1
|/ / | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #34183 from nextcloud/bump-shipped-listblizzz2022-09-221-0/+3
|\ \ | | | | | | Bumped shipped apps list