aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2538-14/+292
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #37780 from nextcloud/enh/a11y-focus-dialogPytal2023-04-245-4/+25
|\
| * Trap focus in dialogsChristopher Ng2023-04-243-4/+23
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Add focus-trapChristopher Ng2023-04-242-0/+2
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #37622 from nextcloud/group-list-numeric-useridRobin Appelman2023-04-241-2/+13
|\ | | | | fix output for group:list command with numeric user ids
| * fix output for group:list command with numeric user idsRobin Appelman2023-04-061-2/+13
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #36784 from nextcloud/fix/user_ldap-update-groups-fail-getDaniel2023-04-241-1/+12
|\ \ | | | | | | Properly test and log when a group is not found
| * | Properly test and log when a group is not foundCôme Chilliet2023-02-201-1/+12
| | | | | | | | | | | | | | | | | | | | | Avoid an error about passing null instead of IGroup to the event constructor, instead skip the failed group and log the problem. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #36857 from nextcloud/scan-repair-unencrypted-sizeRobin Appelman2023-04-246-40/+54
|\ \ \ | | | | | | | | fix unencrypted_size for folders when scanning the filesystem with encryption enabled
| * | | fix type hintsRobin Appelman2023-04-044-8/+6
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | fix unencrypted folder size when no children with unencrypted size set are leftRobin Appelman2023-04-042-31/+26
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | fix unencrypted_size for files when scanningRobin Appelman2023-04-042-1/+12
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | fix unencrypted_size for folders when scanning the filesystem with ↵Robin Appelman2023-04-042-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | encryption enabled Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #37856 from march42/bugfix/ldap_profiledata_removedCôme Chilliet2023-04-241-12/+18
|\ \ \ \ | | | | | | | | | | removed profile data from LDAP will get removed
| * | | | code stylingMarc Hefter2023-04-241-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marc Hefter <marchefter@march42.net>
| * | | | Update apps/user_ldap/lib/User/User.phpMarc Hefter2023-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marc Hefter <marchefter@march42.net>
| * | | | removed profile data from LDAP will get removedMarc Hefter2023-04-211-12/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If attribute mapping is configured and no value present in LDAP, the according profile field is emptied. Removing an attribute e.g. phone from LDAP will cause the phone number being removed from profile. Signed-off-by: Marc Hefter <marchefter@gmail.com>
* | | | | Merge pull request #37864 from nextcloud/feat/noid/ratelimit-with-attributesJoas Schilling2023-04-247-144/+386
|\ \ \ \ \ | | | | | | | | | | | | feat(ratelimit): Add Attributes support to rate limit middleware
| * | | | | 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>