Commit graph

64809 commits

Author SHA1 Message Date
John Molakvoæ
a8e8a89ade
Only check unsupported browsers on user rendering
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-10-28 12:23:02 +02:00
John Molakvoæ
3323b1ac0d
Merge pull request #34359 from nextcloud/enh/admin-theming-vue 2022-10-28 11:47:58 +02:00
Simon L
d6ea109733
Merge pull request #34858 from raboof/disable-browser-translation
Disable browser translations
2022-10-28 09:34:33 +02:00
Christoph Wurst
08e11d7e14
Merge pull request #31064 from nextcloud/prune-calendar-changes
Add a background job to prune outdated sync tokens
2022-10-28 08:44:33 +02:00
Joas Schilling
613b2a51e7
Merge pull request #34832 from nextcloud/bugfix/noid/allow-to-conditionally-enable-dashboard-widgets
Allow to conditionally enable dashboard widgets
2022-10-28 07:30:16 +02:00
Nextcloud bot
8db40df3bd
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-28 02:14:23 +00:00
Pytal
c723daaa56
Merge pull request #34785 from nextcloud/fix/federated-scope
Fix disabled federated scope
2022-10-27 17:52:48 -07:00
Christopher Ng
9ec32a739c Purge unused legacy code and drop 3rdparty jscolor dependency
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-10-28 00:18:47 +00:00
Christopher Ng
4a2bbc7af9 Rewrite admin theming in Vue
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-10-28 00:18:47 +00:00
Christopher Ng
531bb62223 Fix disabled federated scope
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-10-28 00:07:05 +00:00
Thomas Citharel
6f15873321 Add a background job to prune outdated sync tokens
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>
2022-10-27 20:12:13 +00:00
Arnout Engelen
087deb9f1b
Disable browser translations
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>
2022-10-27 20:16:47 +02:00
Joas Schilling
d007088cf5
Merge pull request #34847 from nextcloud/refactor/local-address-checker-method-capitalization
Rename LocalAddressChecker methods to lower case
2022-10-27 15:57:58 +02:00
John Molakvoæ
5b77675ee9
Merge pull request #34799 from nextcloud/bugfix/noid/preview-event
Emit typed event when preview is requested
2022-10-27 15:38:26 +02:00
Julius Härtl
07e94eca6f
Emit typed event when preview is requested
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-27 14:31:33 +02:00
Christoph Wurst
d4b9b010b0
Rename LocalAddressChecker methods to lower case
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-10-27 13:24:28 +02:00
Simon L
9ba3f264c0
Merge pull request #34736 from nextcloud/bugfix/autotest-with-postgresql
Fix autotest creating PostgreSQL database before install
2022-10-27 13:07:27 +02:00
John Molakvoæ
a0dea4639f
Merge pull request #34683 from nextcloud/enh/a11y-input-error 2022-10-27 12:35:47 +02:00
Joas Schilling
8ee76c0d89
Merge pull request #34831 from nextcloud/bugfix/noid/dont-stop-loading-dashboards
Continue registering and loading other dashboard widgets when one fai…
2022-10-27 10:41:48 +02:00
Joas Schilling
23171206b4
Allow to conditionally enable dashboard widgets
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-27 07:25:25 +02:00
Joas Schilling
c5fcebb65d
Continue registering and loading other dashboard widgets when one failed creation
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-27 07:20:16 +02:00
Nextcloud bot
71493433b8
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-27 02:14:02 +00:00
Christopher Ng
9c54e74e08 Display invalid input message
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-10-27 00:41:46 +00:00
John Molakvoæ
5e71875626
Merge pull request #33458 from nextcloud/object-store-validate-write
allow disabling object store write check
2022-10-26 21:40:07 +02:00
Julius Härtl
71f698649f
Merge pull request #33488 from 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
2022-10-26 21:34:20 +02:00
Robin Appelman
3357c8e783 test disabling write check
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-10-26 18:45:59 +00:00
Robin Appelman
a5036a973c allow disabling object store write check
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-10-26 18:45:59 +00:00
Richard Steinmetz
43dbd9fa5a
Merge pull request #34825 from nextcloud/fix/noid/comments-empty-content
Fix empty content regressions in comments app
2022-10-26 18:17:07 +02:00
Julius Härtl
9c337183c7
Merge pull request #34789 from nextcloud/fix/pre-commit-exclude-composer-autoload-from-codestyle
Do not apply codestyle to composer autoloaders
2022-10-26 18:01:40 +02:00
Richard Steinmetz
cba636124a Fix empty content regressions in comments app
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-26 14:42:11 +00:00
Julius Härtl
aec8dce61a
Merge pull request #34788 from nextcloud/bugfix/noid/preview-attributes 2022-10-26 15:11:01 +02:00
Louis
1e450407f6
Merge pull request #34809 from nextcloud/artonge/fix/getMetadata_return_type
Fix getMetadata return type
2022-10-26 14:25:09 +02:00
Vincent Petry
5198fa49f7
Merge pull request #34804 from nextcloud/bugfix/noid/ldap-login-filter-no-mail
Skip general login with email for non-valid addresses and LDAP
2022-10-26 14:12:31 +02:00
Julius Härtl
298d2b9b58
Skip general login with email for non-valid addresses and LDAP
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-26 12:30:25 +02:00
Louis Chemineau
38f5006c3e Fix getMetadata return type
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-10-26 11:37:51 +02:00
John Molakvoæ
ae86359671
Merge pull request #34776 from nextcloud/enh/noid/improve-browser-warning 2022-10-26 10:07:48 +02:00
Nextcloud bot
d8f045bc8a
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-26 02:13:50 +00:00
nextcloud-command
95963ead03 Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-25 23:10:21 +00:00
Simon L
d26c390631 Address review
Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: Simon L. <szaimen@e.mail.de>
2022-10-25 23:01:29 +00:00
szaimen
88a0e773c0 update browser warning
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-10-25 23:01:29 +00:00
Carl Schwan
4344a54a1d
Merge pull request #34691 from nextcloud/profiler/ldap-backtrace
Add backtrace to ldap profiler collector
2022-10-25 17:00:23 +02:00
Julius Härtl
8629d8e44f
Check share attributes on preview endpoints
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-25 11:35:31 +02:00
Côme Chilliet
91392c08d6
Merge pull request #34774 from nextcloud/fix/fair-use-ldap-fix
Expose mapped user count from LDAP and use that for user limit check
2022-10-25 11:16:01 +02:00
Côme Chilliet
c49bf7fa9f
Do not apply codestyle to composer autoloaders
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-25 09:16:19 +02:00
Côme Chilliet
8b7f6a80c3
Fix autoloaders
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-25 09:13:56 +02:00
Côme Chilliet
b4eeaae77d
Update lib/public/User/Backend/ICountMappedUsersBackend.php
Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2022-10-25 09:12:02 +02:00
Nextcloud bot
e3aac7d573
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-25 02:18:42 +00:00
Simon L
7835223902
Merge pull request #34756 from nextcloud/revert-33087-fix/30282/external-storages
Revert "fix external storages access"
2022-10-24 20:58:13 +02:00
Simon L
855be71bbd
Merge pull request #34706 from nextcloud/enh/noid/improve-one-click-instance-notification
update notifications for one-click instances
2022-10-24 19:55:01 +02:00
szaimen
9e7e1e8a87 update notifications for one-click instances
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-10-24 18:28:00 +02:00