aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #48353 from ↵Julien Veyssier2024-09-25119-213/+3602
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enh/30551/weather-status-support-more-codes [WeatherStatus] Support more weather codes, change icons, fix style
| * | | | | chore(assets): Recompile assetsenh/30551/weather-status-support-more-codesnextcloud-command2024-09-259-16/+17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | fix(weatherstatus): adjustments from review commentsJulien Veyssier2024-09-253-48/+13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | | | fix(weatherstatus): fix location marker icon with dark theme, only use icons ↵Julien Veyssier2024-09-252-16/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from @mdi/svg Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | | | fix(weatherstatus): make a difference between 'unknown weather code' and 'no ↵Julien Veyssier2024-09-251-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | weather info' Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | | | feat(weatherstatus): support all weather codes from api.met.no, use the ↵Julien Veyssier2024-09-25108-156/+3551
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | icons provided by met.no, cleanup UI Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | | | Fix #30551: Added snowfall option to weather statusXxTysweezyxX2024-09-251-0/+14
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | Merge pull request #48356 from nextcloud/bugfix/noid/document-icon-requirementsJoas Schilling2024-09-252-0/+16
|\ \ \ \ \ | | | | | | | | | | | | fix(icons): Document icon requirements for notifications and activities
| * | | | | fix(icons): Document icon requirements for notifications and activitiesbugfix/noid/document-icon-requirementsJoas Schilling2024-09-252-0/+16
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #48331 from nextcloud/fix/duplicated-conflict-resolutionSimon L.2024-09-256-19/+20
|\ \ \ \ \ | |/ / / / |/| | | | fix(files): Fix having to resolve conflicts twice when dropping files
| * | | | chore(assets): Recompile assetsfix/duplicated-conflict-resolutionnextcloud-command2024-09-244-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(files): Fix having to resolve conflicts twice when dropping filesChristopher Ng2024-09-242-13/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Merge pull request #48344 from nextcloud/bugfix/noid/more-reliable-testsJoas Schilling2024-09-251-2/+19
|\ \ \ \ \ | |_|/ / / |/| | | | More reliable user_status tests
| * | | | fix(tests): Check that the revert was successfulbugfix/noid/more-reliable-testsJoas Schilling2024-09-251-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | fix(tests): Also check that the backup status worksJoas Schilling2024-09-251-0/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | fix(tests): Make timing test more reliableJoas Schilling2024-09-251-1/+4
|/ / / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #48327 from ↵Joas Schilling2024-09-251-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/web-auth/webauthn-lib-4.9.1 chore(deps): Bump web-auth/webauthn-lib from 4.8.5 to 4.9.1
| * | | | 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
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #48333 from ↵Joas Schilling2024-09-252-3/+101
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-ca-cert-bundle [master] fix(security): Update CA certificate bundle
| * | | | fix(security): Update CA certificate bundlenextcloud-command2024-09-252-3/+101
|/ / / / | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-09-25172-182/+222
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #48244 from nextcloud/fix/sharing-entry-linkFerdinand Thiessen2024-09-2416-377/+378
|\ \ \ | | | | | | | | fix(files): Link share URL was not generated due to typo
| * | | chore(assets): Recompile assetsfix/sharing-entry-linknextcloud-command2024-09-2415-374/+374
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(files): Link share URL was not generated due to typoFerdinand Thiessen2024-09-241-3/+4
|/ / / | | | | | | | | | | | | | | | `toen` vs `token` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #48323 from nextcloud/chore/legacy-updatenotificationFerdinand Thiessen2024-09-2425-66/+302
|\ \ \ | | | | | | | | refactor(updatenotification): Migrate legacy code
| * | | chore(assets): Recompile assetschore/legacy-updatenotificationnextcloud-command2024-09-2418-21/+216
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | refactor(updatenotification): Migrate legacy codeFerdinand Thiessen2024-09-247-45/+86
|/ / / | | | | | | | | | | | | | | | | | | 1. Remove hook usage and just provide an initial state 2. Replace jQuery code with modern non-deprecated frontend code Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #32018 from nextcloud/cleanup/event/trashbinCôme Chilliet2024-09-2414-73/+147
|\ \ \ | |/ / |/| | Port files trashbin events to IEventDispatcher/IEventListener
| * | fix(tests): Pause trashbin for lock tests in ViewTest using rmdir and unlinkcleanup/event/trashbinCôme Chilliet2024-09-241-1/+16
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix(tests): Fix tests now that trashbin listens to events properlyCôme Chilliet2024-09-232-18/+12
| | | | | | | | | | | | | | | | | | | | | Hooks are cleared in test bootstrap so switching to events activates them in tests. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | chore: Use SPDX headers and property promotion in new filesCôme Chilliet2024-09-232-42/+10
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | feat(trashbin): Port files trashbin events to IEventDispatcher/IEventListenerCarl Schwan2024-09-2311-54/+151
| | | | | | | | | | | | | | | | | | | | | | | | oc_hooks is deprecated and will at some point be removed Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #48307 from ↵Kate2024-09-244-2/+42
|\ \ \ | | | | | | | | | | | | nextcloud/fix/gracefully-parse-trusted-certificates
| * | | fix: gracefully parse non-standard trusted certificatesfix/gracefully-parse-trusted-certificatesRichard Steinmetz2024-09-244-2/+42
| | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | Merge pull request #48311 from nextcloud/fix/app-discoverFerdinand Thiessen2024-09-241-1/+1
|\ \ \ \ | |/ / / |/| | | fix: Ensure app discover section is returned as list
| * | | fix: Ensure app discover section is returned as listfix/app-discoverFerdinand Thiessen2024-09-241-1/+1
|/ / / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #47349 from nextcloud/feat/31420/bidi-backend-supportJoas Schilling2024-09-246-2/+87
|\ \ \ | | | | | | | | Add bidirectional text support - Backend
| * | | fix(rtl): Make clear that the direction is based on languagefeat/31420/bidi-backend-supportJoas Schilling2024-09-234-11/+10
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | ci: Restrict RTL characters to RTL languagesJoas Schilling2024-09-231-0/+35
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | fix(rtl): Fix list of RTL languagesJoas Schilling2024-09-231-5/+11
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | fix(rtl): Add unittest for language directionMostafa Ahangarha2024-09-231-0/+18
| | | | | | | | | | | | | | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
| * | | feat(rtl): Set layout direction based on languageali ghorbani2024-09-234-2/+29
| |/ / | | | | | | | | | Signed-off-by: ali ghorbani <ghorbani.ali.developer@gmail.com>
* | | Merge pull request #44945 from nextcloud/rakekniven-patch-1Joas Schilling2024-09-243-4/+4
|\ \ \ | | | | | | | | fix(i18n): Changed grammar
| * | | chore(assets): Recompile assetsJoas Schilling2024-09-232-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | fix(translations): Changed grammarrakekniven2024-09-231-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | | Merge pull request #48268 from nextcloud/debt/noid/ignore-docker-image-lock-fileJoas Schilling2024-09-231-2/+3
|\ \ \ \ | |_|/ / |/| | | fix: skip the integrity check for nextcloud-init-sync.lock
| * | | fix: skip the integrity check for nextcloud-init-sync.lockdebt/noid/ignore-docker-image-lock-fileDaniel Kesselberg2024-09-221-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud-init-sync.lock is used by nextcloud/docker to prevent running the initialization script on multiple containers at the same time. Ref: https://github.com/nextcloud/docker/issues/2299. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2314-6/+92
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #48274 from nextcloud/feat/noid/priority-notificationsJoas Schilling2024-09-232-0/+44
|\ \ \ | | | | | | | | feat(prioritynotifications): Allow some apps to mark notifications as priority
| * | | feat(prioritynotifications): Allow some apps to mark notifications as priorityfeat/noid/priority-notificationsJoas Schilling2024-09-232-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They will be still send as push during DND. Apps are currently limited to: - twofactor_nextcloud_notification to help with login - spreed which will only set it for pushes in manually picked conversations Signed-off-by: Joas Schilling <coding@schilljs.com>