aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(Security): Adjust test to exception text changejtr/fix-hash-hkdf-valueerrorJosh Richards2024-06-271-1/+1
| | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* fix(Security): Don't attempt empty secret fallback on >=v3 ciphertextJosh2024-06-271-5/+18
| | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* Merge pull request #41609 from nextcloud/enh/in-app-searchSimon L2024-06-2734-285/+862
|\ | | | | feat: In app search
| * chore: Compile assetsFerdinand Thiessen2024-06-2720-28/+28
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix: Allow to reset unified search using the ↵Ferdinand Thiessen2024-06-278-25/+240
| | | | | | | | | | | | `nextcloud:unified-search:reset` event Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(unified-search): Also show local search on apps managementFerdinand Thiessen2024-06-271-1/+1
| | | | | | | | Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix: Open unified search by pressing `ctrl + F`Ferdinand Thiessen2024-06-271-1/+24
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * refactor(styles): Make padding not a magic valueFerdinand Thiessen2024-06-272-2/+3
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(UnifiedSearch): Implement design comments and focus input on openFerdinand Thiessen2024-06-271-18/+54
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * feat: Add in-app searchMarco Ambrosini2024-06-275-230/+532
| | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
* | Merge pull request #45951 from nextcloud/chore/comments-event-legacyArthur Schiwon2024-06-278-26/+36
|\ \ | |/ |/| chore: Move comments event handler to use proper event dispatcher
| * chore: Move comments event handler to use proper event dispatcherJulius Härtl2024-06-268-26/+36
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #45655 from nextcloud/feat/mysql_ignore_conflicsBenjamin Gaussorgues2024-06-273-0/+109
|\ \
| * | feat(dbal): add proper insert ignore conflict method for SQLiteBenjamin Gaussorgues2024-06-252-0/+81
| | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
| * | feat(dbal): add proper insert ignore conflict method for MySQLBenjamin Gaussorgues2024-06-251-0/+28
| | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | Merge pull request #46059 from nextcloud/perf/remove_useless_sessionBenjamin Gaussorgues2024-06-271-3/+0
|\ \ \
| * | | perf(session): remove useless session openBenjamin Gaussorgues2024-06-241-3/+0
| |/ / | | | | | | | | | | | | | | | | | | `UseSession` isn’t used in theses controllers. Not using it should avoid a few session locks. Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | Merge pull request #46158 from ↵Joas Schilling2024-06-271-22/+22
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-code-signing-crl [master] fix(security): Update code signing revocation list
| * | | fix(security): Update code signing revocation listnextcloud-command2024-06-271-22/+22
| | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | Merge pull request #46143 from nextcloud/fix/45941/share-pass-labelFerdinand Thiessen2024-06-2710-8/+10
|\ \ \ \ | |/ / / |/| | | fix(SharingEntryLink): Show enforced password input label
| * | | chore(assets): Recompile assetsnextcloud-command2024-06-279-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(SharingEntryLink): Show enforced password input labelfenn-cs2024-06-271-1/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | While upgrading icons in b3ec461fe86258a0a3831dff28e394018d0044c9 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>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2718-12/+72
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #46036 from nextcloud/fix/issue-46015Sebastian Krupinski2024-06-265-0/+45
|\ \ \ | | | | | | | | fix(dav): add missing database index for dav_shares
| * | | fix(dav): add missing database index for dav_shares resourceid, type and accessSebastianKrupinski2024-06-265-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #44893 from nextcloud/fix/issue-43115Daniel2024-06-263-3/+77
|\ \ \ \ | |/ / / |/| | | fix(caldav): When message is a reply compare the message sender not the recipient
| * | | fix(caldav): when message is a reply compare the message sender not the ↵SebastianKrupinski2024-06-253-3/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | recipient Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #46097 from ↵Louis2024-06-263-23/+29
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | nextcloud/artonge/fix/dont_override_expiration_date fix(files_sharing): Also set the expiration date timezone during validation
| * | | fix(files_sharing): Store the expiration date relative to the server's timezoneLouis Chemineau2024-06-263-23/+29
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #45977 from nextcloud/artonge/fix/update_favorite_navigationLouis2024-06-265-5/+74
|\ \ \ \ | | | | | | | | | | Update favorites navigation list on folder renames
| * | | | fix(files): Update favorites navigation list on folder renamesLouis Chemineau2024-06-265-5/+74
| |/ / / | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #46107 from ↵Marcel Klehr2024-06-264-2/+49
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/feat/webhook_listeners/index-endpoint-by-uri feat(WebhooksController): Allow querying listeners by URI
| * | | feat(WebhooksController): Allow querying listeners by URIMarcel Klehr2024-06-264-2/+49
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | Merge pull request #46127 from ↵John Molakvoæ2024-06-265-7/+10
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/feat/increase-max-copy-move-concurrency-to-5
| * | | | chore(assets): Recompile assetsnextcloud-command2024-06-264-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | feat(files): increase max copy-move concurrency to 5 John Molakvoæ2024-06-261-1/+4
|/ / / / | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | / / Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2624-6/+198
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #46030 from nextcloud/fix/44961/shared-state-file-listF. E Noel Nfebe2024-06-25124-269/+241
|\ \ \ | | | | | | | | fix(FilesView): Update files view upon share creation/delete
| * | | chore(assets): Recompile assetsnextcloud-command2024-06-25120-258/+180
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | refactor(SharingDetailsView): Use NC loggerfenn-cs2024-06-251-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * | | fix(FilesView): Update files view upon share creation/deletefenn-cs2024-06-254-7/+57
| | | | | | | | | | | | | | | | | | | | | | | | Resolves : https://github.com/nextcloud/server/issues/44961 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | Merge pull request #46002 from nextcloud/debt/noid/use-new-http-clientDaniel2024-06-252-104/+356
|\ \ \ \ | |/ / / |/| | | Use guzzle for addressbook federation
| * | | chore: don't pass null to createElementDaniel Kesselberg2024-06-251-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | refactor(dav): migrate to new http clientDaniel Kesselberg2024-06-252-103/+355
| |/ / | | | | | | | | | | | | | | | 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>
* | | Merge pull request #45532 from nextcloud/feat/publish-resources-room-updateRichard Steinmetz2024-06-2512-798/+920
|\ \ \ | | | | | | | | feat: implement public OCP api to update resources and rooms
| * | | feat: implement public OCP api to update resources and roomsRichard Steinmetz2024-05-2712-798/+920
| | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | Merge pull request #46095 from ↵Joas Schilling2024-06-2514-54/+65
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/44770/migrate-server-notifier-to-new-exceptions feat(notifications): Migrate server INotifiers to new exceptions
| * | | | feat(notifications): Migrate server INotifiers to new exceptionsJoas Schilling2024-06-2514-54/+65
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #46104 from nextcloud/build/depependabotJoas Schilling2024-06-251-41/+0
|\ \ \ \ \ | |_|_|/ / |/| | | | build(deps): disable dependabot for EOL 27
| * | | | build(deps): disable dependabot for EOL 27Arthur Schiwon2024-06-251-41/+0
|/ / / / | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>