Commit Graph

72605 Commits (901be699e4584a8cc2fe59bf0b53841fecae22d7)
 

Author SHA1 Message Date
Joas Schilling 901be699e4
fix(search): Limit maximum number of search results
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-05-15 10:45:51 +07:00
John Molakvoæ 1db0220de5
Merge pull request #45203 from nextcloud/backport/44939/stable28
[stable28] fix(settings): Save one HTTP request on enabling an app
2024-05-14 16:01:18 +07:00
Côme Chilliet 7101ae8eab
Merge pull request #45278 from nextcloud/backport/43794/stable28
[stable28] fix(files): handle multidimensional arrays in scanner
2024-05-13 12:15:52 +07:00
Josh b62901131f fix(Files): Change how scanner diffs for changed metadata
Fixes #43408 

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-05-13 09:06:41 +07:00
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>
2024-05-11 16:11:56 +07:00
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>
2024-05-11 16:11:56 +07:00
Nextcloud bot efb03b726d
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-09 00:20:23 +07:00
Joas Schilling d3ac782399
Merge pull request #45230 from nextcloud/backport/45219/stable28
[stable28] fix(userstatus): Fix docs of user status manager
2024-05-08 20:55:00 +07:00
Joas Schilling 1550776a98 fix(userstatus): Fix docs of user status manager
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-05-08 07:26:46 +07:00
Nextcloud bot 2967c21465
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-08 00:21:13 +07:00
Joas Schilling 46db517ff4
Merge pull request #45201 from nextcloud/backport/45088/stable28
[stable28] fix(User\Manager): Avoid future collisions with updater/audit logs
2024-05-07 09:47:01 +07:00
Côme Chilliet 6ab53e23f9
Merge pull request #45133 from nextcloud/automated/noid/stable28-update-psalm-baseline
[stable28] Update psalm-baseline.xml
2024-05-07 09:09:36 +07:00
nextcloud-command c3fa6b6f4e chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2024-05-07 02:25:32 +07:00
Nextcloud bot bae9e2e6e1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-07 00:20:24 +07:00
Côme Chilliet b649ee9a61
Merge pull request #45112 from nextcloud/backport/45106/stable28
[stable28] [stable29] fix(setupchecks): Fix opcache buffer check
2024-05-06 19:33:35 +07:00
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>
2024-05-06 18:02:57 +07:00
Côme Chilliet 7c6ba41b82
Merge pull request #45187 from nextcloud/automated/noid/stable28-fix-npm-audit
[stable28] Fix npm audit
2024-05-06 17:18:31 +07:00
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>
2024-05-06 14:31:49 +07:00
Joas Schilling 9517e56ec9
Merge pull request #45191 from nextcloud/backport/45093/stable28
[stable28] fix(session): Avoid race condition for cache::get() vs. cache::hasKey()
2024-05-06 16:30:06 +07:00
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
2024-05-06 16:07:52 +07:00
Joas Schilling f09f4ec8db
fix(session): Avoid race condition for cache::get() vs. cache::hasKey()
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-05-06 12:08:41 +07:00
Joas Schilling afe8b9b1f1
Merge pull request #45017 from nextcloud/backport/45001/stable28
[stable28] fix(DAV): Migrate known exceptions to Sabre exceptions when copying
2024-05-06 07:59:24 +07:00
Nextcloud bot 24c2c0a307
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-06 00:20:31 +07:00
nextcloud-command 57469e85e9 chore(deps): fix npm audit
Signed-off-by: GitHub <noreply@github.com>
2024-05-05 02:49:05 +07:00
Nextcloud bot 3e31eb6746
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-05 00:20:28 +07:00
Nextcloud bot 4d5059f8d1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-04 00:21:13 +07:00
Andy Scherzinger 6ea4be2942
Merge pull request #45170 from nextcloud/backport/45163/stable28
[stable28] fix(icons): Update files icon
2024-05-03 19:05:36 +07:00
provokateurin af24912117
fix(icons): Update files icon
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-05-03 16:09:48 +07:00
Nextcloud bot d1a0b1946c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-03 00:20:05 +07:00
Nextcloud bot fc979cf3f2
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-02 00:20:28 +07:00
Nextcloud bot 83a07e7193
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-01 00:20:45 +07:00
Ferdinand Thiessen 26372c429e
Merge pull request #43412 from nextcloud/automated/noid/stable28-update-psalm-baseline
[stable28] Update psalm-baseline.xml
2024-04-30 18:14:59 +07:00
Côme Chilliet 9589ac4468
Merge pull request #45116 from nextcloud/backport/45104/stable28
[stable28] fix: Remove bogus code from query builder and fix parameter name
2024-04-30 17:24:00 +07:00
Côme Chilliet 706ec3b5b4
Merge pull request #45114 from nextcloud/backport/45107/stable28
[stable28] fix: Fix default values for ini var in lib/base.php
2024-04-30 16:20:49 +07:00
Côme Chilliet 8edf5eee74
Merge pull request #45119 from nextcloud/backport/45108/stable28
[stable28] fix(user_ldap): Fix a var name
2024-04-30 15:45:11 +07:00
Ferdinand Thiessen ebf51cfed0
chore(tests): Update psalm baseline
Co-authored-by: GitHub <noreply@github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-30 15:23:03 +07:00
Côme Chilliet f4420625f8 fix(user_ldap): Fix a var name
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-04-30 11:13:03 +07:00
Côme Chilliet a3456b74be fix: Remove bogus code from query builder and fix parameter name
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-04-30 10:35:50 +07:00
Côme Chilliet 8915a984d3 fix: Fix default values for ini var in lib/base.php
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-04-30 10:12:34 +07:00
Nextcloud bot 3750072975
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-30 00:20:51 +07:00
Côme Chilliet 369247338b
Merge pull request #44500 from nextcloud/backport/44484/stable28
[stable28] fix(share): Send correct share attributes upon share creation
2024-04-29 15:25:21 +07:00
Simon L 5b72d48cff
Merge pull request #45039 from nextcloud/backport/45035/stable28
[stable28] fix: chunked upload leading to 0-byte files
2024-04-29 12:57:45 +07:00
Simon L. c1a90cbfb9 fix: chunked upload leading to 0-byte files
Signed-off-by: Simon L <szaimen@e.mail.de>
2024-04-29 11:10:28 +07:00
Nextcloud bot 0d64cff139
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-29 00:20:55 +07:00
Nextcloud bot b12b6ba6c3
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-28 00:20:34 +07:00
Nextcloud bot 4be7b83426
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-27 00:20:28 +07:00
nextcloud-command a37aa0333c chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-04-26 21:48:48 +07:00
fenn-cs bbb28fd483 fix(share): Send correct share attributes upon share creation
- Send correct share attributes (`share.attributes`) to server upon creation.

- Delete parts of code that create or reference, `share.hasDownloadPermission`

(Not required by Share API)

Resolves : https://github.com/nextcloud/server/issues/44131

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
2024-04-26 20:59:57 +07:00
Nextcloud bot 4006d9961e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-26 00:21:20 +07:00
Benjamin Gaussorgues 0d911312f5
Merge pull request #45005 from nextcloud/release/28.0.5 2024-04-25 10:28:10 +07:00