summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #34359 from nextcloud/enh/admin-theming-vueJohn Molakvoæ2022-10-2840-3352/+1250
|\
| * Purge unused legacy code and drop 3rdparty jscolor dependencyChristopher Ng2022-10-287-3094/+0
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Rewrite admin theming in VueChristopher Ng2022-10-2833-258/+1250
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #34858 from raboof/disable-browser-translationSimon L2022-10-284-4/+4
|\ \ | | | | | | Disable browser translations
| * | Disable browser translationsArnout Engelen2022-10-274-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will tell the browser not to translate the text on the page, since this is very confusing given the good existing translation support in Nextcloud and the fact that the language the Nextcloud UI is set to might not match the language the content of the instance is in, leading to surprising effects. Better to disable it and remove the confusion. Fixes #34857 Signed-off-by: Arnout Engelen <arnout@bzzt.net>
* | | Merge pull request #31064 from nextcloud/prune-calendar-changesChristoph Wurst2022-10-2810-1/+272
|\ \ \ | | | | | | | | Add a background job to prune outdated sync tokens
| * | | Add a background job to prune outdated sync tokensThomas Citharel2022-10-2710-1/+272
| | |/ | |/| | | | | | | | | | | | | | | | | | | We remove all outdated sync tokens, based on their auto-incremented ID. By default we only keep the last 10 000, but this can be configurable. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #34832 from ↵Joas Schilling2022-10-284-0/+51
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/allow-to-conditionally-enable-dashboard-widgets Allow to conditionally enable dashboard widgets
| * | | Allow to conditionally enable dashboard widgetsJoas Schilling2022-10-274-0/+51
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-10-28136-216/+428
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #34785 from nextcloud/fix/federated-scopePytal2022-10-278-18/+26
|\ \ \ \ | |_|/ / |/| | | Fix disabled federated scope
| * | | Fix disabled federated scopeChristopher Ng2022-10-288-18/+26
|/ / / | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #34847 from ↵Joas Schilling2022-10-275-14/+14
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/refactor/local-address-checker-method-capitalization Rename LocalAddressChecker methods to lower case
| * | | Rename LocalAddressChecker methods to lower caseChristoph Wurst2022-10-275-14/+14
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #34799 from nextcloud/bugfix/noid/preview-eventJohn Molakvoæ2022-10-277-27/+120
|\ \ \ \ | |/ / / |/| | | Emit typed event when preview is requested
| * | | Emit typed event when preview is requestedJulius Härtl2022-10-277-27/+120
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #34736 from nextcloud/bugfix/autotest-with-postgresqlSimon L2022-10-271-1/+1
|\ \ \ \ | | | | | | | | | | Fix autotest creating PostgreSQL database before install
| * | | | Create database to autotestVitor Mattos2022-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Followed: https://github.com/docker-library/docs/blob/master/postgres/README.md#postgres_db Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | | | Merge pull request #34683 from nextcloud/enh/a11y-input-errorJohn Molakvoæ2022-10-276-10/+74
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Display invalid input messageChristopher Ng2022-10-276-10/+74
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Merge pull request #34831 from ↵Joas Schilling2022-10-271-4/+7
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | nextcloud/bugfix/noid/dont-stop-loading-dashboards Continue registering and loading other dashboard widgets when one fai…
| * | | | Continue registering and loading other dashboard widgets when one failed ↵Joas Schilling2022-10-271-4/+7
|/ / / / | | | | | | | | | | | | | | | | | | | | creation Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / / [tx-robot] updated from transifexNextcloud bot2022-10-2750-66/+108
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #33458 from nextcloud/object-store-validate-writeJohn Molakvoæ2022-10-263-1/+20
|\ \ \ | | | | | | | | allow disabling object store write check
| * | | test disabling write checkRobin Appelman2022-10-262-0/+13
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | allow disabling object store write checkRobin Appelman2022-10-261-1/+7
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #33488 from ↵Julius Härtl2022-10-262-8/+8
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/testing-library/user-event-14.4.3 Bump @testing-library/user-event from 14.1.1 to 14.4.3
| * | | Bump @testing-library/user-event from 14.1.1 to 14.4.3dependabot[bot]2022-08-092-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.1.1 to 14.4.3. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v14.1.1...v14.4.3) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #34825 from nextcloud/fix/noid/comments-empty-contentRichard Steinmetz2022-10-265-18/+41
|\ \ \ \ | | | | | | | | | | Fix empty content regressions in comments app
| * | | | Fix empty content regressions in comments appRichard Steinmetz2022-10-265-18/+41
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | Merge pull request #34789 from ↵Julius Härtl2022-10-261-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/fix/pre-commit-exclude-composer-autoload-from-codestyle Do not apply codestyle to composer autoloaders
| * | | | Do not apply codestyle to composer autoloadersCôme Chilliet2022-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #34788 from nextcloud/bugfix/noid/preview-attributesJulius Härtl2022-10-263-0/+30
|\ \ \ \ \
| * | | | | Check share attributes on preview endpointsJulius Härtl2022-10-253-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #34809 from nextcloud/artonge/fix/getMetadata_return_typeLouis2022-10-261-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix getMetadata return type
| * | | | | | Fix getMetadata return typeLouis Chemineau2022-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | Merge pull request #34804 from nextcloud/bugfix/noid/ldap-login-filter-no-mailVincent Petry2022-10-262-2/+15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Skip general login with email for non-valid addresses and LDAP
| * | | | | | | Skip general login with email for non-valid addresses and LDAPJulius Härtl2022-10-262-2/+15
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #34776 from nextcloud/enh/noid/improve-browser-warningJohn Molakvoæ2022-10-264-7/+7
|\ \ \ \ \ \ \
| * | | | | | | Compile assetsnextcloud-command2022-10-252-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | Address reviewSimon L2022-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: Simon L. <szaimen@e.mail.de>
| * | | | | | | update browser warningszaimen2022-10-252-4/+4
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* / | | | | | [tx-robot] updated from transifexNextcloud bot2022-10-2622-8/+56
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #34691 from nextcloud/profiler/ldap-backtraceCarl Schwan2022-10-252-2/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add backtrace to ldap profiler collector
| * | | | | | Add backtrace to ldap profiler collectorCarl Schwan2022-10-202-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | Merge pull request #34774 from nextcloud/fix/fair-use-ldap-fixCôme Chilliet2022-10-256-6/+70
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Expose mapped user count from LDAP and use that for user limit check
| * | | | | | Fix autoloadersCôme Chilliet2022-10-252-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Update lib/public/User/Backend/ICountMappedUsersBackend.phpCôme Chilliet2022-10-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
| * | | | | | Add missing fileCôme Chilliet2022-10-241-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Expose mapped user count from LDAP and use that for user limit checkCôme Chilliet2022-10-243-6/+29
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>