aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix(Security): Adjust test to exception text changejtr/fix-hash-hkdf-valueerrorJosh Richards2024-06-271-1/+1
* fix(Security): Don't attempt empty secret fallback on >=v3 ciphertextJosh2024-06-271-5/+18
* Merge pull request #41609 from nextcloud/enh/in-app-searchSimon L2024-06-2734-285/+862
|\
| * chore: Compile assetsFerdinand Thiessen2024-06-2720-28/+28
| * fix: Allow to reset unified search using the `nextcloud:unified-search:reset`...Ferdinand Thiessen2024-06-278-25/+240
| * fix(unified-search): Also show local search on apps managementFerdinand Thiessen2024-06-271-1/+1
| * fix: Open unified search by pressing `ctrl + F`Ferdinand Thiessen2024-06-271-1/+24
| * refactor(styles): Make padding not a magic valueFerdinand Thiessen2024-06-272-2/+3
| * fix(UnifiedSearch): Implement design comments and focus input on openFerdinand Thiessen2024-06-271-18/+54
| * feat: Add in-app searchMarco Ambrosini2024-06-275-230/+532
* | Merge pull request #45951 from nextcloud/chore/comments-event-legacyArthur Schiwon2024-06-278-26/+36
|\ \ | |/ |/|
| * chore: Move comments event handler to use proper event dispatcherJulius Härtl2024-06-268-26/+36
* | 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
| * | feat(dbal): add proper insert ignore conflict method for MySQLBenjamin Gaussorgues2024-06-251-0/+28
* | | 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
| |/ /
* | | Merge pull request #46158 from nextcloud/automated/noid/master-update-code-si...Joas Schilling2024-06-271-22/+22
|\ \ \
| * | | fix(security): Update code signing revocation listnextcloud-command2024-06-271-22/+22
* | | | Merge pull request #46143 from nextcloud/fix/45941/share-pass-labelFerdinand Thiessen2024-06-2710-8/+10
|\ \ \ \ | |/ / / |/| | |
| * | | chore(assets): Recompile assetsnextcloud-command2024-06-279-7/+7
| * | | fix(SharingEntryLink): Show enforced password input labelfenn-cs2024-06-271-1/+3
|/ / /
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2718-12/+72
* | | Merge pull request #46036 from nextcloud/fix/issue-46015Sebastian Krupinski2024-06-265-0/+45
|\ \ \
| * | | fix(dav): add missing database index for dav_shares resourceid, type and accessSebastianKrupinski2024-06-265-0/+45
* | | | 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 recip...SebastianKrupinski2024-06-253-3/+77
* | | | Merge pull request #46097 from nextcloud/artonge/fix/dont_override_expiration...Louis2024-06-263-23/+29
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix(files_sharing): Store the expiration date relative to the server's timezoneLouis Chemineau2024-06-263-23/+29
* | | | Merge pull request #45977 from nextcloud/artonge/fix/update_favorite_navigationLouis2024-06-265-5/+74
|\ \ \ \
| * | | | fix(files): Update favorites navigation list on folder renamesLouis Chemineau2024-06-265-5/+74
| |/ / /
* | | | Merge pull request #46107 from nextcloud/feat/webhook_listeners/index-endpoin...Marcel Klehr2024-06-264-2/+49
|\ \ \ \ | |/ / / |/| | |
| * | | feat(WebhooksController): Allow querying listeners by URIMarcel Klehr2024-06-264-2/+49
* | | | Merge pull request #46127 from nextcloud/feat/increase-max-copy-move-concurre...John Molakvoæ2024-06-265-7/+10
|\ \ \ \
| * | | | chore(assets): Recompile assetsnextcloud-command2024-06-264-6/+6
| * | | | feat(files): increase max copy-move concurrency to 5 John Molakvoæ2024-06-261-1/+4
|/ / / /
* | / / Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2624-6/+198
| |/ / |/| |
* | | Merge pull request #46030 from nextcloud/fix/44961/shared-state-file-listF. E Noel Nfebe2024-06-25124-269/+241
|\ \ \
| * | | chore(assets): Recompile assetsnextcloud-command2024-06-25120-258/+180
| * | | refactor(SharingDetailsView): Use NC loggerfenn-cs2024-06-251-4/+4
| * | | fix(FilesView): Update files view upon share creation/deletefenn-cs2024-06-254-7/+57
* | | | Merge pull request #46002 from nextcloud/debt/noid/use-new-http-clientDaniel2024-06-252-104/+356
|\ \ \ \ | |/ / / |/| | |
| * | | chore: don't pass null to createElementDaniel Kesselberg2024-06-251-1/+1
| * | | refactor(dav): migrate to new http clientDaniel Kesselberg2024-06-252-103/+355
| |/ /
* | | 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 roomsRichard Steinmetz2024-05-2712-798/+920
* | | | Merge pull request #46095 from nextcloud/techdebt/44770/migrate-server-notifi...Joas Schilling2024-06-2514-54/+65
|\ \ \ \
| * | | | feat(notifications): Migrate server INotifiers to new exceptionsJoas Schilling2024-06-2514-54/+65
* | | | | Merge pull request #46104 from nextcloud/build/depependabotJoas Schilling2024-06-251-41/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | build(deps): disable dependabot for EOL 27Arthur Schiwon2024-06-251-41/+0
|/ / / /