aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix: Make user removal more resilientFerdinand Thiessen2024-09-2611-85/+309
* Merge pull request #48370 from nextcloud/dependabot/composer/laravel/serializ...Joas Schilling2024-09-261-0/+0
|\
| * build(deps): Bump laravel/serializable-closure from 1.3.3 to 1.3.5dependabot/composer/laravel/serializable-closure-1.3.5Joas Schilling2024-09-261-0/+0
* | 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 #48153 from nextcloud/feat/shipped/app_apiJoas Schilling2024-09-261-0/+2
|\ \ \
| * | | feat: add app_api to shipped and default enabled appsfeat/shipped/app_apiAndrey Borysenko2024-09-251-0/+2
* | | | 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 #48361 from nextcloud/fix/querybuilder/oracle-indentifier-...Joas Schilling2024-09-261-0/+17
|\ \ \ \
| * | | | fix(QueryBuilder): Restrict identifier length to 30 characters due to Oracle ...fix/querybuilder/oracle-indentifier-lengthprovokateurin2024-09-261-0/+17
* | | | | 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 #48343 from nextcloud/dependabot/composer/giggsey/libphone...Joas Schilling2024-09-261-0/+0
|\ \ \ \ \
| * | | | | chore(deps): Bump giggsey/libphonenumber-for-php-lite to 8.13.45dependabot/composer/giggsey/libphonenumber-for-php-lite-8.13.45Joas Schilling2024-09-261-0/+0
* | | | | | Merge pull request #48354 from nextcloud/artonge/fix/storage_full_warningLouis2024-09-263-5/+5
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | fix: Show storage full warning when storage is actually fullartonge/fix/storage_full_warningLouis Chemineau2024-09-253-5/+5
* | | | | | 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-26102-112/+198
| |/ / / / |/| | | |
* | | | | Merge pull request #48353 from nextcloud/enh/30551/weather-status-support-mor...Julien Veyssier2024-09-25119-213/+3602
|\ \ \ \ \
| * | | | | chore(assets): Recompile assetsenh/30551/weather-status-support-more-codesnextcloud-command2024-09-259-16/+17
| * | | | | fix(weatherstatus): adjustments from review commentsJulien Veyssier2024-09-253-48/+13
| * | | | | 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 #48356 from nextcloud/bugfix/noid/document-icon-requirementsJoas Schilling2024-09-252-0/+16
|\ \ \ \ \
| * | | | | fix(icons): Document icon requirements for notifications and activitiesbugfix/noid/document-icon-requirementsJoas Schilling2024-09-252-0/+16
|/ / / / /
* | | | | Merge pull request #48331 from nextcloud/fix/duplicated-conflict-resolutionSimon L.2024-09-256-19/+20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | chore(assets): Recompile assetsfix/duplicated-conflict-resolutionnextcloud-command2024-09-244-6/+6
| * | | | fix(files): Fix having to resolve conflicts twice when dropping filesChristopher Ng2024-09-242-13/+14
* | | | | Merge pull request #48344 from nextcloud/bugfix/noid/more-reliable-testsJoas Schilling2024-09-251-2/+19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | 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
|/ / / /
* | | | Merge pull request #48327 from nextcloud/dependabot/composer/web-auth/webauth...Joas Schilling2024-09-251-0/+0
|\ \ \ \
| * | | | chore(deps): Bump web-auth/webauthn-lib from 4.8.5 to 4.9.1dependabot/composer/web-auth/webauthn-lib-4.9.1Joas Schilling2024-09-251-0/+0
| |/ / /
* | | | Merge pull request #48333 from nextcloud/automated/noid/master-update-ca-cert...Joas Schilling2024-09-252-3/+101
|\ \ \ \
| * | | | fix(security): Update CA certificate bundlenextcloud-command2024-09-252-3/+101
|/ / / /
* / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-09-25172-182/+222
|/ / /
* | | Merge pull request #48244 from nextcloud/fix/sharing-entry-linkFerdinand Thiessen2024-09-2416-377/+378
|\ \ \
| * | | chore(assets): Recompile assetsfix/sharing-entry-linknextcloud-command2024-09-2415-374/+374
| * | | fix(files): Link share URL was not generated due to typoFerdinand Thiessen2024-09-241-3/+4
|/ / /
* | | Merge pull request #48323 from nextcloud/chore/legacy-updatenotificationFerdinand Thiessen2024-09-2425-66/+302
|\ \ \
| * | | chore(assets): Recompile assetschore/legacy-updatenotificationnextcloud-command2024-09-2418-21/+216