aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* feat(security): Add PHP \Attribute for remaining security annotationsJoas Schilling2023-04-2524-278/+1278
* 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 foundCôme Chilliet2023-02-201-1/+12
* | Merge pull request #36857 from nextcloud/scan-repair-unencrypted-sizeRobin Appelman2023-04-246-40/+54
|\ \
| * | fix type hintsRobin Appelman2023-04-044-8/+6
| * | fix unencrypted folder size when no children with unencrypted size set are leftRobin Appelman2023-04-042-31/+26
| * | fix unencrypted_size for files when scanningRobin Appelman2023-04-042-1/+12
| * | fix unencrypted_size for folders when scanning the filesystem with encryption...Robin Appelman2023-04-042-6/+16
* | | Merge pull request #37856 from march42/bugfix/ldap_profiledata_removedCôme Chilliet2023-04-241-12/+18
|\ \ \
| * | | code stylingMarc Hefter2023-04-241-5/+5
| * | | Update apps/user_ldap/lib/User/User.phpMarc Hefter2023-04-241-1/+1
| * | | removed profile data from LDAP will get removedMarc Hefter2023-04-211-12/+18
* | | | Merge pull request #37864 from nextcloud/feat/noid/ratelimit-with-attributesJoas Schilling2023-04-247-144/+386
|\ \ \ \
| * | | | feat(ratelimit): Add Attributes support to rate limit middlewareJoas Schilling2023-04-247-144/+386
|/ / / /
* | | | Merge pull request #37763 from nextcloud/techdebt/36014/require-scour-0.38.2-...Joas Schilling2023-04-24293-547/+478
|\ \ \ \
| * | | | chore(assets): Recompile JSJoas Schilling2023-04-243-203/+203
| * | | | fix(assets): Optimize JPGs with jpegoptim 1.4.7Joas Schilling2023-04-249-0/+0
| * | | | fix(assets): Optimize PNGs with optipng 0.7.7Joas Schilling2023-04-2423-0/+0
| * | | | fix(assets): Optimize SVGs with scour 0.38.2Joas Schilling2023-04-24257-340/+258
| * | | | fix(assests): Ignore some more directories from optimizationJoas Schilling2023-04-241-4/+10
| * | | | chore(assets): Require scour 0.38.2 (Ubuntu LTS 22.04+) for SVG optimizationJoas Schilling2023-04-241-0/+7
* | | | | Merge pull request #37895 from nextcloud/fix-make-grid-toggle-stickySimon L2023-04-245-7/+8
|\ \ \ \ \
| * | | | | fix: make grid view button stickyDaniel Kesselberg2023-04-235-7/+8
* | | | | | Merge pull request #37717 from nextcloud/artonge/fix/dont_override_stored_cre...Louis2023-04-242-2/+177
|\ \ \ \ \ \
| * | | | | | Test StorePasswordListenerLouis Chemineau2023-04-191-0/+175
| * | | | | | Do not override stored credentials when login in with SAMLLouis Chemineau2023-04-131-2/+2
* | | | | | | Merge pull request #37816 from nextcloud/fix/events/info-to-debug-log-legacy-...Christoph Wurst2023-04-242-2/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | fix(events): Log deprecated events as debug, not infoChristoph Wurst2023-04-192-2/+2
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-244-0/+76
| |_|/ / / / |/| | | | |
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2322-38/+104
* | | | | | Merge pull request #37032 from nextcloud/dependabot/npm_and_yarn/query-string...John Molakvoæ2023-04-229-62/+53
|\ \ \ \ \ \
| * | | | | | chore(deps): Bump query-string from 7.1.1 to 8.1.0John Molakvoæ2023-04-229-62/+53
|/ / / / / /
* | | | | | Merge pull request #37884 from nextcloud/dependabot/npm_and_yarn/underscore-1...dependabot[bot]2023-04-2215-260/+131
|\ \ \ \ \ \
| * | | | | | chore(npm): compile assetsJohn Molakvoæ2023-04-2212-18/+18
| * | | | | | chore(deps): bump browserslist-useragent-regexp from 3.0.2 to 4.0.0dependabot[bot]2023-04-223-225/+72
| * | | | | | bump is-svg from 4.4.0 to 5.0.0dependabot[bot]2023-04-222-9/+33
| * | | | | | bump underscore from 1.13.4 to 1.13.6dependabot[bot]2023-04-222-8/+8
|/ / / / / /
* | | | | | 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
| * | | | | | fix(files): do not execute the default action on foldersJohn Molakvoæ2023-04-211-8/+14
| * | | | | | chore(npm): compile assetsJohn Molakvoæ2023-04-214-6/+6
| * | | | | | fix(files): favorite marker cssJohn Molakvoæ2023-04-211-4/+13
| * | | | | | fix(files): fileid attributeJohn Molakvoæ2023-04-213-6/+6
| * | | | | | feat(files): allow navigation entry removalJohn Molakvoæ2023-04-211-0/+7
| * | | | | | fix(files): paths store reactivityJohn Molakvoæ2023-04-213-12/+18
| * | | | | | feat(files): add dir file action parameterJohn Molakvoæ2023-04-214-8/+14
| * | | | | | feat(files): add sidebar actionJohn Molakvoæ2023-04-213-3/+68
| * | | | | | fix(files): always force menuJohn Molakvoæ2023-04-211-0/+1
* | | | | | | Merge pull request #37885 from nextcloud/dependabot/composer/build/integratio...John Molakvoæ2023-04-222-51/+51
|\ \ \ \ \ \ \
| * | | | | | | chore(deps-dev): bump behat/behat in /build/integrationdependabot[bot]2023-04-222-51/+51