Commit Graph

72628 Commits (backport/stable28/44905)
 

Author SHA1 Message Date
Christopher Ng 4789433e5a chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 week ago
Christopher Ng b200bd38c4 chore(deps): Bump @nextcloud/dialogs to v5.3.1
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 week ago
Josh 278aafd4a4
Merge pull request #45282 from nextcloud/backport/45242/stable28
[stable28] fix(setupCheck): Only warn when memcache present w/o memcached
2 weeks ago
Louis 58711fbf3c
Merge pull request #45327 from nextcloud/backport/45237/stable28
[stable28] perf(deleteAction): Queue delete requests
2 weeks ago
John Molakvoæ 4722123dfe
Merge pull request #45335 from nextcloud/release/28.0.6_rc1 2 weeks ago
fenn-cs c6a0f23bb5 perf(deleteAction): Queue delete requests
When multiple files are deleted at once, all the requests bombard the server
simultaneously, causing performance issues.

This commit adds queuing that limits the concurrency of these requests to 5
at a time.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 weeks ago
Joas Schilling b042aacd59
Merge pull request #45372 from nextcloud/backport/45236/stable28
[stable28] Hide 'updater.server.url' As It May Contain Enterprise Key
2 weeks ago
Joas Schilling 5c1c789040
Merge pull request #45359 from nextcloud/backport/45357/stable28
[stable28] fix: add ldap_exop_passwd function to sensitive value
2 weeks ago
Joas Schilling 55dd8087c4
Merge pull request #45339 from nextcloud/backport/44710/stable28
[stable28] fix(preview): check mime type before processing with Imagick
2 weeks ago
derschiw a70d14aa3a fix(SystemConfig.php): Add 'updater.server.url' to Private Variables
Add "updater.server.url" to the privacy redacted values, as it may contain the enterprise key.

Signed-off-by: derschiw <37687705+derschiw@users.noreply.github.com>
2 weeks ago
Josh Richards 166b8b8135 fix(setupCheck): Only warn when memcache present w/o memcached
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2 weeks ago
yemkareems 140ca2bbec fix: add ldap_exop_passwd function to sensitive value
Signed-off-by: yemkareems <yemkareems@gmail.com>
2 weeks ago
John Molakvoæ 99d9244ef6
Merge pull request #45147 from nextcloud/backport/45138/stable28 2 weeks ago
Joas Schilling 9551fe5255
Merge pull request #45342 from nextcloud/backport/45340/stable28
[stable28] fix: Extend SVG reference check
2 weeks ago
Joas Schilling 794bf744d5
Merge pull request #45323 from nextcloud/backport/45321/stable28
[stable28] fix: Correctly check result of function
2 weeks ago
Joas Schilling 9b1216b744
Merge pull request #45319 from nextcloud/backport/45317/stable28
[stable28] fix(search): Limit maximum number of search results
2 weeks ago
Joas Schilling 5b07cfa5db
fix: Extend SVG reference check
Signed-off-by: Joas Schilling <coding@schilljs.com>
2 weeks ago
Varun Patil 312dc5612f fix(preview): check mime type before processing with Imagick
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
2 weeks ago
skjnldsv fa2c11e5c6 build(hub): 28.0.6 RC1
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2 weeks ago
Anna 10dfb76f28
Merge pull request #45312 from nextcloud/backport/45309/stable28
[stable28] fix(caldav): loop through all events for busy events
3 weeks ago
Joas Schilling 901be699e4
fix(search): Limit maximum number of search results
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 weeks ago
Joas Schilling 9379fd9f70
fix: Correctly check result of function
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 weeks ago
John Molakvoæ 1db0220de5
Merge pull request #45203 from nextcloud/backport/44939/stable28
[stable28] fix(settings): Save one HTTP request on enabling an app
3 weeks ago
Anna Larch 19f95cd10d fix(caldav): loop through all events for busy events
Signed-off-by: Anna Larch <anna@nextcloud.com>
3 weeks ago
Côme Chilliet 7101ae8eab
Merge pull request #45278 from nextcloud/backport/43794/stable28
[stable28] fix(files): handle multidimensional arrays in scanner
3 weeks ago
Josh b62901131f fix(Files): Change how scanner diffs for changed metadata
Fixes #43408 

Signed-off-by: Josh <josh.t.richards@gmail.com>
3 weeks ago
Ferdinand Thiessen 2cbb3baf2a chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 weeks ago
Ferdinand Thiessen 773823792b fix(settings): When testing server stability, request URL with trailing slash
This prevents one HTTP request for most situations (301 from `apps/files` to `apps/files/`)
and helps users with faulty reverse-proxy configuration.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 weeks ago
Robin Appelman 623023c8e5 test: retry smb notify test a few times
Signed-off-by: Robin Appelman <robin@icewind.nl>
3 weeks ago
Nextcloud bot efb03b726d
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 weeks ago
Joas Schilling d3ac782399
Merge pull request #45230 from nextcloud/backport/45219/stable28
[stable28] fix(userstatus): Fix docs of user status manager
3 weeks ago
Joas Schilling 1550776a98 fix(userstatus): Fix docs of user status manager
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 weeks ago
Nextcloud bot 2967c21465
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks ago
Joas Schilling 46db517ff4
Merge pull request #45201 from nextcloud/backport/45088/stable28
[stable28] fix(User\Manager): Avoid future collisions with updater/audit logs
4 weeks ago
Côme Chilliet 6ab53e23f9
Merge pull request #45133 from nextcloud/automated/noid/stable28-update-psalm-baseline
[stable28] Update psalm-baseline.xml
4 weeks ago
nextcloud-command c3fa6b6f4e chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
4 weeks ago
Nextcloud bot bae9e2e6e1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks ago
Côme Chilliet b649ee9a61
Merge pull request #45112 from nextcloud/backport/45106/stable28
[stable28] [stable29] fix(setupchecks): Fix opcache buffer check
4 weeks ago
Côme Chilliet 253167626a fix(setupchecks): Fix opcache buffer check
This was broken because of operator precedence.
Now using vars to make it readable and correct at the same time.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 weeks ago
Côme Chilliet 7c6ba41b82
Merge pull request #45187 from nextcloud/automated/noid/stable28-fix-npm-audit
[stable28] Fix npm audit
4 weeks ago
Josh 9046cd9c0f fix(User\Manager): Avoid future collisions with updater/audit logs
Avoid future collisions for not yet created updater and audit log files (at least using default names).

Signed-off-by: Josh <josh.t.richards@gmail.com>
4 weeks ago
Joas Schilling 9517e56ec9
Merge pull request #45191 from nextcloud/backport/45093/stable28
[stable28] fix(session): Avoid race condition for cache::get() vs. cache::hasKey()
4 weeks ago
Ferdinand Thiessen bf017c3c5d
Merge pull request #44984 from nextcloud/backport/44982/stable28
[stable28] fix(provisioning_api): Show warning but do not fail when listing accounts in case of users removed from backend but still in database
4 weeks ago
Joas Schilling f09f4ec8db
fix(session): Avoid race condition for cache::get() vs. cache::hasKey()
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 weeks ago
Joas Schilling afe8b9b1f1
Merge pull request #45017 from nextcloud/backport/45001/stable28
[stable28] fix(DAV): Migrate known exceptions to Sabre exceptions when copying
4 weeks ago
Nextcloud bot 24c2c0a307
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks ago
nextcloud-command 57469e85e9 chore(deps): fix npm audit
Signed-off-by: GitHub <noreply@github.com>
4 weeks ago
Nextcloud bot 3e31eb6746
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks ago
Nextcloud bot 4d5059f8d1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks ago
Andy Scherzinger 6ea4be2942
Merge pull request #45170 from nextcloud/backport/45163/stable28
[stable28] fix(icons): Update files icon
4 weeks ago