aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2816-8/+44
* Merge pull request #46133 from nextcloud/bugfix/noid/fix-missing-protocol-on-...Joas Schilling2024-06-271-0/+5
|\
| * fix(federation): Fix missing protocol on CloudID remoteJoas Schilling2024-06-271-0/+5
* | Merge pull request #41609 from nextcloud/enh/in-app-searchSimon L2024-06-271-8/+16
|\ \
| * | fix: Allow to reset unified search using the `nextcloud:unified-search:reset`...Ferdinand Thiessen2024-06-271-8/+16
* | | Merge pull request #45951 from nextcloud/chore/comments-event-legacyArthur Schiwon2024-06-275-26/+27
|\ \ \ | |/ / |/| |
| * | chore: Move comments event handler to use proper event dispatcherJulius Härtl2024-06-265-26/+27
* | | 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
* | | | fix(SharingEntryLink): Show enforced password input labelfenn-cs2024-06-271-1/+3
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2716-10/+70
* | | | 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-261-3/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fix(files_sharing): Store the expiration date relative to the server's timezoneLouis Chemineau2024-06-261-3/+0
| | |_|/ | |/| |
* | | | Merge pull request #45977 from nextcloud/artonge/fix/update_favorite_navigationLouis2024-06-263-2/+71
|\ \ \ \
| * | | | fix(files): Update favorites navigation list on folder renamesLouis Chemineau2024-06-263-2/+71
| |/ / /
* | | | 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
* | | | feat(files): increase max copy-move concurrency to 5 John Molakvoæ2024-06-261-1/+4
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2622-6/+118
| |/ / |/| |
* | | Merge pull request #46030 from nextcloud/fix/44961/shared-state-file-listF. E Noel Nfebe2024-06-254-11/+61
|\ \ \
| * | | 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-252-796/+12
|\ \ \
| * | | feat: implement public OCP api to update resources and roomsRichard Steinmetz2024-05-272-796/+12
* | | | Merge pull request #46095 from nextcloud/techdebt/44770/migrate-server-notifi...Joas Schilling2024-06-2512-49/+59
|\ \ \ \ | |_|/ / |/| | |
| * | | feat(notifications): Migrate server INotifiers to new exceptionsJoas Schilling2024-06-2512-49/+59
* | | | Merge pull request #46077 from nextcloud/bugfix/noid/user-status-automationAnna2024-06-254-21/+101
|\ \ \ \ | |/ / / |/| | |
| * | | fix(userstatus): Fix user status automation in real-life scenarioJoas Schilling2024-06-254-21/+101
* | | | Merge pull request #46079 from nextcloud/fix/well-known-checksCôme Chilliet2024-06-251-1/+1
|\ \ \ \
| * | | | fix(settings): make trailing slash for caldav/carddav redirects optionalMichaIng2024-06-241-1/+1
| |/ / /
* | | | Merge pull request #46073 from nextcloud/fix/save_global_credentialsBenjamin Gaussorgues2024-06-251-3/+9
|\ \ \ \
| * | | | fix: allows admin to edit global credentialsBenjamin Gaussorgues2024-06-241-3/+9
| | |_|/ | |/| |
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-25200-312/+396
* | | | fix: Better wordings in the new user modalJérôme Herbinet2024-06-251-2/+2
* | | | feat(files): Allow uploading directoriesFerdinand Thiessen2024-06-241-11/+34
| |/ / |/| |
* | | Merge pull request #45998 from nextcloud/publicdav-fs-setupJulius Härtl2024-06-242-18/+15
|\ \ \
| * | | perf: remove full filesystem setup for accessing public link share dav endpointsRobin Appelman2024-06-202-18/+15
* | | | refactor(files): Fix nullish operator usage and add missing code commentFerdinand Thiessen2024-06-243-4/+8
* | | | fix(files): Properly handle files in failed stateFerdinand Thiessen2024-06-245-4/+12
* | | | Merge pull request #45938 from nextcloud/do-not-log-an-error-when-connecting-...Louis2024-06-241-5/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | fix: Do not log an error when connecting to SFTP without a logged in userDaniel Calviño Sánchez2024-06-181-5/+7
* | | | Merge pull request #45973 from nextcloud/remove-chunking-v1Julius Härtl2024-06-2410-660/+5
|\ \ \ \
| * | | | chore: remove chunking-v1Robin Appelman2024-06-1910-660/+5