aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* refactor(theming): Reduce duplicated code in `BackgroundService`refactor/background-serviceFerdinand Thiessen2024-09-281-34/+28
* Merge pull request #48424 from nextcloud/fix/declarative-settings-priorityFerdinand Thiessen2024-09-284-79/+72
|\
| * fix(settings): Sort all settings - incl declarative settings - by priorityfix/declarative-settings-priorityFerdinand Thiessen2024-09-284-79/+72
* | feat(files_sharing): Make `ShareController` download route use the DAV `ZipFo...Ferdinand Thiessen2024-09-281-91/+24
* | feat(files): Make the files download action use WebDAV zip downloadFerdinand Thiessen2024-09-284-273/+222
* | feat(dav): New `ZipFolderPlugin` which allows to download folders using GET r...Ferdinand Thiessen2024-09-285-0/+167
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2822-6/+172
* Merge pull request #48219 from nextcloud/fix/istorage/return-typesKate2024-09-2714-330/+178
|\
| * test: Fix IStorage return typesprovokateurin2024-09-262-3/+3
| * fix(files_external): Fix all IStorage return typesprovokateurin2024-09-267-232/+130
| * fix(files_sharing): Fix all IStorage return typesprovokateurin2024-09-263-70/+34
| * fix(files_trashbin): Fix all IStorage return typesprovokateurin2024-09-262-25/+11
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2724-18/+256
|/
* Merge pull request #48366 from nextcloud/fix/files_sharing/ocm-permissionsDaniel2024-09-261-6/+13
|\
| * fix(files_sharing): Check if propfind response is valid before accessing shar...fix/files_sharing/ocm-permissionsprovokateurin2024-09-261-0/+4
| * refactor(files_sharing): Make permissions prop checks less error proneprovokateurin2024-09-261-6/+9
| * fix(files_sharing): Parse OCM share permissions from OCM and not OCS propprovokateurin2024-09-261-1/+1
* | Merge pull request #48375 from nextcloud/bugfix/noid/skip-future-shipped-apps...Joas Schilling2024-09-261-0/+3
|\ \
| * | fix(updatenotification): Communicate app_api as shipped in 30+bugfix/noid/skip-future-shipped-apps-from-updatenotification-checkJoas Schilling2024-09-261-0/+1
| * | fix(updatenotification): Communicate twofactor_nextcloud_notification as ship...Joas Schilling2024-09-261-0/+1
| * | fix(updatenotification): Communicate files_downloadlimit as shipped in 29+Joas Schilling2024-09-261-0/+1
* | | Merge pull request #48359 from nextcloud/artonge/feat/compare_hashed_password...Louis2024-09-261-0/+8
|\ \ \ | |/ / |/| |
| * | fix: Use hashed password in files_external settingsartonge/feat/compare_hashed_password_when_updating_global_cred_in_files_externalLouis Chemineau2024-09-251-0/+8
* | | Merge pull request #48354 from nextcloud/artonge/fix/storage_full_warningLouis2024-09-261-2/+2
|\ \ \ | |_|/ |/| |
| * | fix: Show storage full warning when storage is actually fullartonge/fix/storage_full_warningLouis Chemineau2024-09-251-2/+2
* | | Merge pull request #48345 from nextcloud/fix/files_external/forbidden-exceptionMarcel Klehr2024-09-261-7/+9
|\ \ \
| * | | fix(files_external): Catch correct exceptionfix/files_external/forbidden-exceptionMarcel Klehr2024-09-261-7/+9
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2698-108/+194
| |/ / |/| |
* | | fix(weatherstatus): adjustments from review commentsJulien Veyssier2024-09-251-6/+10
* | | fix(weatherstatus): fix location marker icon with dark theme, only use icons ...Julien Veyssier2024-09-252-16/+26
* | | fix(weatherstatus): make a difference between 'unknown weather code' and 'no ...Julien Veyssier2024-09-251-3/+7
* | | feat(weatherstatus): support all weather codes from api.met.no, use the icons...Julien Veyssier2024-09-25108-156/+3551
* | | Fix #30551: Added snowfall option to weather statusXxTysweezyxX2024-09-251-0/+14
* | | Merge pull request #48331 from nextcloud/fix/duplicated-conflict-resolutionSimon L.2024-09-252-13/+14
|\ \ \ | |/ / |/| |
| * | fix(files): Fix having to resolve conflicts twice when dropping filesChristopher Ng2024-09-242-13/+14
* | | fix(tests): Check that the revert was successfulbugfix/noid/more-reliable-testsJoas Schilling2024-09-251-1/+3
* | | fix(tests): Also check that the backup status worksJoas Schilling2024-09-251-0/+12
* | | fix(tests): Make timing test more reliableJoas Schilling2024-09-251-1/+4
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-25172-182/+222
|/ /
* | fix(files): Link share URL was not generated due to typoFerdinand Thiessen2024-09-241-3/+4
* | refactor(updatenotification): Migrate legacy codeFerdinand Thiessen2024-09-246-45/+85
* | Merge pull request #32018 from nextcloud/cleanup/event/trashbinCôme Chilliet2024-09-248-71/+87
|\ \ | |/ |/|
| * fix(tests): Fix tests now that trashbin listens to events properlyCôme Chilliet2024-09-231-17/+11
| * chore: Use SPDX headers and property promotion in new filesCôme Chilliet2024-09-231-18/+2
| * feat(trashbin): Port files trashbin events to IEventDispatcher/IEventListenerCarl Schwan2024-09-237-54/+92
* | fix: Ensure app discover section is returned as listfix/app-discoverFerdinand Thiessen2024-09-241-1/+1
* | Merge pull request #44945 from nextcloud/rakekniven-patch-1Joas Schilling2024-09-241-1/+1
|\ \ | |/ |/|
| * fix(translations): Changed grammarrakekniven2024-09-231-1/+1
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-236-6/+10
|/
* Merge pull request #48111 from nextcloud/fix/move-storage-constructor-to-spec...Côme Chilliet2024-09-231-0/+5
|\