Julius Härtl
3b75c5b98c
Merge pull request #46184 from nextcloud/fix/dav-auth-check
...
fix: Authorization header can be an empty string
2024-07-01 11:43:10 +07:00
Nextcloud bot
d5b7525e1f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-01 00:19:23 +07:00
Nextcloud bot
a7fd9c9831
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-30 00:19:22 +07:00
Ferdinand Thiessen
682faad0b3
Merge pull request #46009 from nextcloud/refactor/ajax-cron
...
refactor(cron): Use `IAppConfig` for cron settings and migrate ajax cron away from jQuery
2024-06-29 16:29:34 +07:00
Daniel
02983f3317
Merge pull request #46190 from nextcloud/bug/45047/skip-check-when-disk-free-space-disabled
...
fix(setupchecks): skip check when disk_free_space is disabled
2024-06-29 15:59:17 +07:00
Nextcloud bot
7003725782
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-29 00:19:43 +07:00
Ferdinand Thiessen
b901a62957
Merge pull request #46121 from nextcloud/fix/database-versions
...
ci: Adjust database versions to current LTS / supported versions
2024-06-28 18:26:31 +07:00
Ferdinand Thiessen
14778811b4
refactor: Use `IAppConfig` for setting cron type
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-28 18:00:39 +07:00
Julius Härtl
4d6b4b71c7
fix: Authorization header can be an empty string
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-06-28 14:42:36 +07:00
Daniel Kesselberg
fd9fd1b6fb
fix(setupchecks): skip check when disk_free_space is disabled
...
Make it easier to discover that the check failed because disk_free_space is disabled.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-06-28 13:06:49 +07:00
Nextcloud bot
e3f6959c60
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-28 00:20:40 +07:00
Ferdinand Thiessen
6601adcd6d
refactor(SetupCheck): Make mariadb and mysql version variables
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-27 16:22:42 +07:00
Ferdinand Thiessen
6e48ca1cf8
fix(settings): Adjust SetupCheck for supported database versions
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-27 16:15:16 +07:00
Joas Schilling
00aa8f5438
Merge pull request #46133 from nextcloud/bugfix/noid/fix-missing-protocol-on-remotes
...
fix(federation): Fix missing protocol on CloudID remote
2024-06-27 14:59:19 +07:00
Simon L
a184161978
Merge pull request #41609 from nextcloud/enh/in-app-search
...
feat: In app search
2024-06-27 13:34:05 +07:00
Arthur Schiwon
ff499a6baa
Merge pull request #45951 from nextcloud/chore/comments-event-legacy
...
chore: Move comments event handler to use proper event dispatcher
2024-06-27 12:40:06 +07:00
Ferdinand Thiessen
362c6238fc
fix: Allow to reset unified search using the `nextcloud:unified-search:reset` event
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-27 12:13:14 +07:00
Joas Schilling
280d70a5f4
fix(federation): Fix missing protocol on CloudID remote
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-06-27 11:26:08 +07:00
Benjamin Gaussorgues
ec39228b89
Merge pull request #46059 from nextcloud/perf/remove_useless_session
2024-06-27 11:15:50 +07:00
fenn-cs
0c8fe406f1
fix(SharingEntryLink): Show enforced password input label
...
While upgrading icons in b3ec461fe8 enforced password label
icon was not correctly wrapped.
Resolves : https://github.com/nextcloud/server/issues/45941
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-06-27 08:11:41 +07:00
Nextcloud bot
7eecfd6d89
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-27 00:19:56 +07:00
Sebastian Krupinski
380a253aab
Merge pull request #46036 from nextcloud/fix/issue-46015
...
fix(dav): add missing database index for dav_shares
2024-06-26 15:03:02 +07:00
SebastianKrupinski
ff7e2c1837
fix(dav): add missing database index for dav_shares resourceid, type and access
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud>
Signed-off-by: Sebastian Krupinski <165827823+SebastianKrupinski@users.noreply.github.com>
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud>
Signed-off-by: Sebastian Krupinski <165827823+SebastianKrupinski@users.noreply.github.com>
Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud>
Signed-off-by: Sebastian Krupinski <165827823+SebastianKrupinski@users.noreply.github.com>
Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud>
Signed-off-by: Sebastian Krupinski <165827823+SebastianKrupinski@users.noreply.github.com>
Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: Sebastian Krupinski <165827823+SebastianKrupinski@users.noreply.github.com>
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2024-06-26 14:20:36 +07:00
Daniel
aa0bbd2774
Merge pull request #44893 from nextcloud/fix/issue-43115
...
fix(caldav): When message is a reply compare the message sender not the recipient
2024-06-26 18:58:27 +07:00
Julius Härtl
9713dd3fa9
chore: Move comments event handler to use proper event dispatcher
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-06-26 18:13:07 +07:00
Louis
ba306950e6
Merge pull request #46097 from nextcloud/artonge/fix/dont_override_expiration_date
...
fix(files_sharing): Also set the expiration date timezone during validation
2024-06-26 16:40:02 +07:00
Louis
9b05759c03
Merge pull request #45977 from nextcloud/artonge/fix/update_favorite_navigation
...
Update favorites navigation list on folder renames
2024-06-26 14:20:30 +07:00
Marcel Klehr
1748bc5074
Merge pull request #46107 from nextcloud/feat/webhook_listeners/index-endpoint-by-uri
...
feat(WebhooksController): Allow querying listeners by URI
2024-06-26 14:15:54 +07:00
Louis Chemineau
fc359e3097
fix(files): Update favorites navigation list on folder renames
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-06-26 13:59:43 +07:00
Louis Chemineau
f5fd6c8f08
fix(files_sharing): Store the expiration date relative to the server's timezone
...
This is needed as we want to store the difference between the server's and the user's timezones.
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-06-26 12:49:42 +07:00
John Molakvoæ
d5b286c9d2
feat(files): increase max copy-move concurrency to 5
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2024-06-26 08:32:02 +07:00
Marcel Klehr
0bdecb96f3
feat(WebhooksController): Allow querying listeners by URI
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-06-26 07:27:40 +07:00
Nextcloud bot
d0d589c661
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-26 00:19:48 +07:00
SebastianKrupinski
d7eb509b26
fix(caldav): when message is a reply compare the message sender not the recipient
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-06-25 16:43:51 +07:00
F. E Noel Nfebe
f0182226d4
Merge pull request #46030 from nextcloud/fix/44961/shared-state-file-list
...
fix(FilesView): Update files view upon share creation/delete
2024-06-25 20:51:39 +07:00
Daniel
952271929d
Merge pull request #46002 from nextcloud/debt/noid/use-new-http-client
...
Use guzzle for addressbook federation
2024-06-25 21:10:12 +07:00
fenn-cs
f7527c3279
refactor(SharingDetailsView): Use NC logger
...
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-06-25 18:16:48 +07:00
fenn-cs
38b5987b40
fix(FilesView): Update files view upon share creation/delete
...
Resolves : https://github.com/nextcloud/server/issues/44961
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-06-25 18:16:48 +07:00
Richard Steinmetz
6121325310
Merge pull request #45532 from nextcloud/feat/publish-resources-room-update
...
feat: implement public OCP api to update resources and rooms
2024-06-25 16:48:30 +07:00
Joas Schilling
ad2fa3724d
Merge pull request #46095 from nextcloud/techdebt/44770/migrate-server-notifier-to-new-exceptions
...
feat(notifications): Migrate server INotifiers to new exceptions
2024-06-25 16:09:38 +07:00
Daniel Kesselberg
f73c5c4aa9
chore: don't pass null to createElement
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-06-25 12:24:47 +07:00
Daniel Kesselberg
1fa37ed2dc
refactor(dav): migrate to new http client
...
The request method is available since 29 and thus we can finally use the modern http client to send the report request for the addressbook sync.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-06-25 12:24:47 +07:00
Joas Schilling
8130968a35
feat(notifications): Migrate server INotifiers to new exceptions
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-06-25 11:56:24 +07:00
Anna
eed6216d55
Merge pull request #46077 from nextcloud/bugfix/noid/user-status-automation
...
fix(userstatus): Fix user status automation in real-life scenario
2024-06-25 11:32:12 +07:00
Côme Chilliet
9496ce6c7a
Merge pull request #46079 from nextcloud/fix/well-known-checks
...
fix(settings): make trailing slash for caldav/carddav redirects optional
2024-06-25 10:24:01 +07:00
Benjamin Gaussorgues
369c552e41
Merge pull request #46073 from nextcloud/fix/save_global_credentials
2024-06-25 09:48:24 +07:00
Joas Schilling
2c977d2b6e
fix(userstatus): Fix user status automation in real-life scenario
...
Order of applying:
- Out-of-office
- Availability
- Call
- Meeting
- User status
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-06-25 09:29:35 +07:00
Nextcloud bot
ffa8b00bdd
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-25 00:19:52 +07:00
Jérôme Herbinet
7b13405370
fix: Better wordings in the new user modal
...
Co-authored-by: Jan C. Borchardt <925062+jancborchardt@users.noreply.github.com>
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Co-authored-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2024-06-25 00:10:13 +07:00
Ferdinand Thiessen
079d026d39
feat(files): Allow uploading directories
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-24 20:03:09 +07:00