summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #34576 from nextcloud/fix/user-theming-admin-overrrideJohn Molakvoæ2022-10-1926-101/+259
|\ | | | | Add admin user customization kill switch
| * Simplify variable namesJohn Molakvoæ2022-10-197-77/+113
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * Fix testsJohn Molakvoæ2022-10-197-12/+54
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * Add admin user customization kill switchJohn Molakvoæ2022-10-1924-35/+115
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * Adjust testingJohn Molakvoæ2022-10-197-14/+14
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #34668 from ↵John Molakvoæ2022-10-192-114/+124
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/jest-environment-jsdom-29.2.1 Bump jest-environment-jsdom from 29.0.3 to 29.2.1
| * Bump jest-environment-jsdom from 29.0.3 to 29.2.1dependabot[bot]2022-10-192-114/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.0.3 to 29.2.1. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.2.1/packages/jest-environment-jsdom) --- updated-dependencies: - dependency-name: jest-environment-jsdom dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #26358 from nextcloud/fix/ie-cleanupJohn Molakvoæ2022-10-1988-303/+911
|\ \ | |/ |/| Cleanup old IE/edge properties and implement unsupported browser error page
| * Add config and fix seleniumJohn Molakvoæ2022-10-1924-102/+56
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * Compile assetsJohn Molakvoæ2022-10-1956-78/+76
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * Cleanup ie and old edge propertiesJohn Molakvoæ (skjnldsv)2022-10-1923-193/+849
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #34639 from ↵Joas Schilling2022-10-195-12/+12
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/moment-timezone-0.5.38 Bump moment-timezone from 0.5.37 to 0.5.38
| * Bump moment-timezone from 0.5.37 to 0.5.38dependabot[bot]2022-10-185-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.37 to 0.5.38. - [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.37...0.5.38) --- 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: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #34664 from nextcloud/nickvergessen-patch-1Joas Schilling2022-10-191-23/+30
|\ \ | | | | | | Update OCI workflow of server
| * | Update OCI workflow of serverJoas Schilling2022-10-181-23/+30
| | | | | | | | | | | | | | | | | | | | | | | | * Only on pull requests * Concurrency group * Bump used actions * Add summary Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-10-1910-4/+18
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #34650 from nextcloud/bugfix/noid/fix-rebuildNavigationJoas Schilling2022-10-1810-129/+20
|\ \ | | | | | | Fix rebuild navigation
| * | 🤖 RebuildJoas Schilling2022-10-188-12/+12
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | 🧭 Fix rebuilding the navigationJoas Schilling2022-10-182-117/+8
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #34614 from nextcloud/bugfix/34441/fix-search-in-regexpSimon L2022-10-183-7/+14
|\ \ | | | | | | Fix regexp for unified searching in apps
| * | Fix regexp for unified searching in appsVincent Petry2022-10-143-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | Use the correct match for operators. Prevent the dropdown to close itself when selecting an app to filter by. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Merge pull request #34632 from nextcloud/fix/rate-limit-recovery-emailsCôme Chilliet2022-10-183-11/+27
|\ \ \ | | | | | | | | Add rate limiting on lost password emails
| * | | Fix LostController testCôme Chilliet2022-10-181-2/+7
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Add rate limiting on lost password emailsCôme Chilliet2022-10-182-9/+20
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #34625 from nextcloud/fix/filepicker-endtoendCarl Schwan2022-10-185-7/+12
|\ \ \ \ | |/ / / |/| | | Fix icon of encrypted folders in filepicker
| * | | Fix icon of encrypted folders in filepickerCarl Schwan2022-10-175-7/+12
| | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #34628 from nextcloud/fix/files_sharing_psalmCarl Schwan2022-10-1815-96/+28
|\ \ \ \ | | | | | | | | | | Various psalm fixes in files_sharing
| * | | | Fix various other small psalm issuesCarl Schwan2022-10-178-80/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | Fix incorrect argument name in inherited methodCarl Schwan2022-10-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The arguments now need to be the same as in the parent method Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | Fix checkpassword undocummented null parameterCarl Schwan2022-10-173-5/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | Fix permission not being intCarl Schwan2022-10-172-5/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | Fix exception getCode typeCarl Schwan2022-10-171-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | Fix type when getting appconfig with intCarl Schwan2022-10-172-2/+2
| |/ / / | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #34554 from nextcloud/fix/psalm-twofactor-registryCarl Schwan2022-10-184-26/+7
|\ \ \ \ | | | | | | | | | | Fix wrong types in phpdoc for twofactor registry
| * | | | Fix the type of the return array in a few more placesCarl Schwan2022-10-183-15/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | Fix wrong types in phpdoc for twofactor registryCarl Schwan2022-10-122-11/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #34379 from nextcloud/fix/transactional-session-token-renewalChristoph Wurst2022-10-182-25/+50
|\ \ \ \ \ | | | | | | | | | | | | Run session token renewals in a database transaction
| * | | | | Run session token renewals in a database transactionChristoph Wurst2022-10-182-25/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The session token renewal does 1) Read the old token 2) Write a new token 3) Delete the old token If two processes succeed to read the old token there can be two new tokens because the queries were not run in a transaction. This is particularly problematic on clustered DBs where 1) would go to a read node and 2) and 3) go to a write node. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #34636 from nextcloud/fix/user-status-dislexiaSimon L2022-10-183-3/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix vertical alignment of user status icon
| * | | | | | Make css rule importantCarl Schwan2022-10-183-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | Fix vertical alignment of user status iconCarl Schwan2022-10-173-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now it is properly centered even if the font size is bigger (when using the dislexia font) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | Merge pull request #34620 from nextcloud/fix/cleanup-theming-cacheblizzz2022-10-182-1/+78
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add a repair step to cleanup old theming cache
| * | | | | | | Add a repair step to cleanup old theming cacheChristopher Ng2022-10-182-1/+78
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | Merge pull request #34634 from nextcloud/fix/focus-file-selectionCarl Schwan2022-10-183-5/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix unnecessary highlighting of selected element
| * | | | | | | Fix unnecessary highlighting of selected elementCarl Schwan2022-10-173-5/+5
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use focus-visible to only show focus ring on keyboard navigation Fix #34589 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | Merge pull request #34609 from nextcloud/enh/noid/always-enable-themingblizzz2022-10-183-2/+13
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | set theming app to alwaysEnabled
| * | | | | | set theming app to alwaysEnabledszaimen2022-10-173-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-10-188-4/+10
| |_|/ / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #34643 from ↵Pytal2022-10-172-9/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/exports-loader-4.0.0
| * | | | | | Bump exports-loader from 3.1.0 to 4.0.0dependabot[bot]2022-10-172-9/+9
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [exports-loader](https://github.com/webpack-contrib/exports-loader) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/webpack-contrib/exports-loader/releases) - [Changelog](https://github.com/webpack-contrib/exports-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/exports-loader/compare/v3.1.0...v4.0.0) --- updated-dependencies: - dependency-name: exports-loader dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>