summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feat(ratelimit): Add Attributes support to rate limit middlewareJoas Schilling2023-04-247-144/+386
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #37763 from ↵Joas Schilling2023-04-24293-547/+478
|\ | | | | | | | | nextcloud/techdebt/36014/require-scour-0.38.2-for-svg-optimization chore(assets): Require scour 0.38.2 (Ubuntu LTS 22.04+) for SVG optimization
| * chore(assets): Recompile JSJoas Schilling2023-04-243-203/+203
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(assets): Optimize JPGs with jpegoptim 1.4.7Joas Schilling2023-04-249-0/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(assets): Optimize PNGs with optipng 0.7.7Joas Schilling2023-04-2423-0/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(assets): Optimize SVGs with scour 0.38.2Joas Schilling2023-04-24257-340/+258
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(assests): Ignore some more directories from optimizationJoas Schilling2023-04-241-4/+10
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * chore(assets): Require scour 0.38.2 (Ubuntu LTS 22.04+) for SVG optimizationJoas Schilling2023-04-241-0/+7
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #37895 from nextcloud/fix-make-grid-toggle-stickySimon L2023-04-245-7/+8
|\ \ | | | | | | fix: make grid view button sticky
| * | fix: make grid view button stickyDaniel Kesselberg2023-04-235-7/+8
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #37717 from ↵Louis2023-04-242-2/+177
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/artonge/fix/dont_override_stored_credentials_with_saml Do not override stored credentials when login in with SAML
| * | | Test StorePasswordListenerLouis Chemineau2023-04-191-0/+175
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | Do not override stored credentials when login in with SAMLLouis Chemineau2023-04-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When login in with SAML, the password from `$event->getPassword()` is `null`. This PR makes sure that this `null` value won't be used to override the stored password even though it is different. This PR also allow for the password and user to be updated even though they were not set before. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #37816 from ↵Christoph Wurst2023-04-242-2/+2
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | nextcloud/fix/events/info-to-debug-log-legacy-events fix(events): Log deprecated events as debug, not info
| * | | fix(events): Log deprecated events as debug, not infoChristoph Wurst2023-04-192-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-244-0/+76
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2322-38/+104
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #37032 from ↵John Molakvoæ2023-04-229-62/+53
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/query-string-8.1.0 chore(deps): Bump query-string from 7.1.1 to 8.1.0
| * | | chore(deps): Bump query-string from 7.1.1 to 8.1.0John Molakvoæ2023-04-229-62/+53
|/ / / | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Merge pull request #37884 from ↵dependabot[bot]2023-04-2215-260/+131
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/underscore-1.13.6
| * | | chore(npm): compile assetsJohn Molakvoæ2023-04-2212-18/+18
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | chore(deps): bump browserslist-useragent-regexp from 3.0.2 to 4.0.0dependabot[bot]2023-04-223-225/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [browserslist-useragent-regexp](https://github.com/browserslist/browserslist-useragent-regexp) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/browserslist/browserslist-useragent-regexp/releases) - [Changelog](https://github.com/browserslist/browserslist-useragent-regexp/blob/master/CHANGELOG.md) - [Commits](https://github.com/browserslist/browserslist-useragent-regexp/commits/v4.0.0) --- updated-dependencies: - dependency-name: browserslist-useragent-regexp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
| * | | bump is-svg from 4.4.0 to 5.0.0dependabot[bot]2023-04-222-9/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --- updated-dependencies: - dependency-name: is-svg dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
| * | | bump underscore from 1.13.4 to 1.13.6dependabot[bot]2023-04-222-8/+8
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --- updated-dependencies: - dependency-name: underscore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #37866 from nextcloud/fix/files-vueJohn Molakvoæ2023-04-2218-47/+147
|\ \ \
| * | | chore(npm): compile assetsJohn Molakvoæ2023-04-212-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | fix(files): do not execute the default action on foldersJohn Molakvoæ2023-04-211-8/+14
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | chore(npm): compile assetsJohn Molakvoæ2023-04-214-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | fix(files): favorite marker cssJohn Molakvoæ2023-04-211-4/+13
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | fix(files): fileid attributeJohn Molakvoæ2023-04-213-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | feat(files): allow navigation entry removalJohn Molakvoæ2023-04-211-0/+7
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | fix(files): paths store reactivityJohn Molakvoæ2023-04-213-12/+18
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | feat(files): add dir file action parameterJohn Molakvoæ2023-04-214-8/+14
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | feat(files): add sidebar actionJohn Molakvoæ2023-04-213-3/+68
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | fix(files): always force menuJohn Molakvoæ2023-04-211-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | Merge pull request #37885 from ↵John Molakvoæ2023-04-222-51/+51
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/behat/behat-3.13.0 chore(deps-dev): bump behat/behat from 3.12.0 to 3.13.0 in /build/integration
| * | | | chore(deps-dev): bump behat/behat in /build/integrationdependabot[bot]2023-04-222-51/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [behat/behat](https://github.com/Behat/Behat) from 3.12.0 to 3.13.0. - [Release notes](https://github.com/Behat/Behat/releases) - [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md) - [Commits](https://github.com/Behat/Behat/compare/v3.12.0...v3.13.0) --- updated-dependencies: - dependency-name: behat/behat dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #37883 from ↵dependabot[bot]2023-04-222-77/+249
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | nextcloud/dependabot/npm_and_yarn/puppeteer-19.10.1
| * | | | bump puppeteer from 15.5.0 to 19.10.1dependabot[bot]2023-04-222-77/+249
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --- updated-dependencies: - dependency-name: puppeteer dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #37891 from ↵John Molakvoæ2023-04-222-44/+41
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.5.1 chore(deps-dev): bump guzzlehttp/guzzle from 7.5.0 to 7.5.1 in /build/integration
| * | | | | chore(deps-dev): bump guzzlehttp/guzzle in /build/integrationdependabot[bot]2023-04-222-44/+41
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.5.0 to 7.5.1. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.5/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.5.0...7.5.1) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #37886 from nextcloud/dependabot/npm_and_yarn/wait-on-7.0.1dependabot[bot]2023-04-222-37/+17
|\ \ \ \ \
| * | | | | bump wait-on from 6.0.1 to 7.0.1dependabot[bot]2023-04-222-37/+17
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --- updated-dependencies: - dependency-name: wait-on dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #37890 from nextcloud/dependabot/npm_and_yarn/karma-6.4.2John Molakvoæ2023-04-222-8/+8
|\ \ \ \ \ | | | | | | | | | | | | bump karma from 6.4.1 to 6.4.2
| * | | | | bump karma from 6.4.1 to 6.4.2dependabot[bot]2023-04-222-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --- updated-dependencies: - dependency-name: karma dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | Merge pull request #37889 from ↵dependabot[bot]2023-04-222-9/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/pinia/testing-0.0.16
| * | | | | bump @pinia/testing from 0.0.15 to 0.0.16dependabot[bot]2023-04-222-9/+9
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --- updated-dependencies: - dependency-name: "@pinia/testing" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #37881 from ↵dependabot[bot]2023-04-222-9/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/karma-spec-reporter-0.0.36
| * | | | | chore(deps-dev): bump karma-spec-reporter from 0.0.35 to 0.0.36dependabot[bot]2023-04-222-9/+9
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [karma-spec-reporter](https://github.com/tmcgee123/karma-spec-reporter) from 0.0.35 to 0.0.36. - [Release notes](https://github.com/tmcgee123/karma-spec-reporter/releases) - [Commits](https://github.com/tmcgee123/karma-spec-reporter/compare/v0.0.35...v0.0.36) --- updated-dependencies: - dependency-name: karma-spec-reporter dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* / / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2210-6/+120
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>