aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix(caldav): duration handling in the event reader classfix/caldav/event-reader-durationRichard Steinmetz2024-10-161-6/+9
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1644-56/+210
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* refactor(encryption): Migrate away from Hooks to typed eventsFerdinand Thiessen2024-10-1516-807/+789
| | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Louis <louis@chmn.me> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #48702 from nextcloud/chore/update-sass-loaderFerdinand Thiessen2024-10-157-11/+11
|\ | | | | chore: migrate from deprecated SASS API and SASS JS API
| * chore(assets): recompile assetschore/update-sass-loaderGrigorii K. Shartsev2024-10-145-5/+5
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * chore(sass): migrate from deprecated mixed declsGrigorii K. Shartsev2024-10-142-6/+6
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-15304-1624/+2096
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #48206 from nextcloud/feat/systemtags-publicJohn Molakvoæ2024-10-159-12/+114
|\ \
| * | feat: make systemtags public visiblefeat/systemtags-publicJohn Molakvoæ (skjnldsv)2024-10-119-12/+114
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1580-194/+270
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #48673 from nextcloud/fix/null-labelFerdinand Thiessen2024-10-142-3/+2
|\ \ \ | |_|/ |/| | fix(share): Return empty string if no label is set
| * | revert: "fix(files_sharing): Make share labels nullable"fix/null-labelFerdinand Thiessen2024-10-142-3/+2
| | | | | | | | | | | | | | | | | | This reverts commit 01c4fa3ba8a7311da331e6a2b70fc866b0a9b39c. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | chore: Use more gender neutral languageprovokateurin2024-10-1412-13/+13
|/ / | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #48653 from nextcloud/rakekniven-patch-2Louis2024-10-141-2/+2
|\ \ | | | | | | chore(l10n): Use default plural handling
| * | chore(l10n): Use default plural handlingrakekniven-patch-2rakekniven2024-10-101-2/+2
| | | | | | | | | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1436-90/+206
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1370-184/+208
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #48648 from nextcloud/rakekniven-patch-1Ferdinand Thiessen2024-10-122-2/+2
|\ \ \ | | | | | | | | fix(i18n): Improved grammar
| * | | fix(i18n): Improved grammarrakekniven2024-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
| * | | fix(i18n): Improved grammarrakekniven2024-10-111-1/+1
| | |/ | |/| | | | | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* / | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1248-106/+330
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1170-208/+342
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48638 from nextcloud/fix/reasons-to-usePytal2024-10-104-14/+13
|\ | | | | fix: Fix "Reasons to use Nextcloud" design
| * chore: compile assetsfix/reasons-to-useChristopher Ng2024-10-092-2/+2
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * fix: Fix "Reasons to use Nextcloud" designChristopher Ng2024-10-092-12/+11
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1040-4/+318
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Minor @nc/vue usage errorsLouis Chemineau2024-10-092-3/+9
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix: Vue app namesLouis Chemineau2024-10-091-5/+5
| | | | | | This improves the debugging experience in the vue dev tool. Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(dav): Public WebDAV endpoint should allow `GET` requestsfix/public-getFerdinand Thiessen2024-10-091-6/+10
| | | | | | | `GET` should be allowed even without Ajax header to allow downloading files, or show files in the viewer. All other requests could be guarded, but this should not. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #48619 from nextcloud/fix/unified-search-empty-sectionsPytal2024-10-091-2/+18
|\ | | | | fix: Fix empty sections appearing in search results
| * fix: Fix empty sections appearing in search resultsfix/unified-search-empty-sectionsChristopher Ng2024-10-081-2/+18
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #48538 from nextcloud/fix/get-managers-as-subadminPytal2024-10-085-49/+63
|\ \ | | | | | | fix: Return correct list of managers for a user
| * | test: Fix testsfix/get-managers-as-subadminChristopher Ng2024-10-082-17/+13
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | refactor: Clean upChristopher Ng2024-10-081-33/+11
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | fix: Return correct list of managers for a userChristopher Ng2024-10-083-3/+43
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-09138-544/+776
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #48520 from ↵F. E Noel Nfebe2024-10-081-32/+50
|\ \ | |/ |/| | | | | nextcloud/chore/48409/replace-diaspora-and-twitter chore: Replace Twitter & Diaspora links and text
| * fix(federatedfilesharing): Use valid mastodon URL for sharingFerdinand Thiessen2024-10-081-1/+1
| | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(federatedfilesharing): Add aria label to include the `X` in `X (formerly ↵Ferdinand Thiessen2024-10-081-1/+2
| | | | | | | | | | | | Twitter)` button. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * refactor(federatedfilessharing): Make copy logic more resilient and use ↵Ferdinand Thiessen2024-10-081-17/+14
| | | | | | | | | | | | Typescript Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(federatedfilessharing): Use social media icons from core rather than ↵Ferdinand Thiessen2024-10-081-7/+27
| | | | | | | | | | | | inline SVGs Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * chore: Replace Twitter & Diaspora links and textfenn-cs2024-10-081-15/+15
| | | | | | | | | | | | | | | | | | - Use Twitters new name "X" - Remove Diaspora social and include Mastodon instead Resolves : https://github.com/nextcloud/server/issues/48409 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | Merge pull request #48597 from ↵Côme Chilliet2024-10-083-1/+8
|\ \ | | | | | | | | | | | | nextcloud/fix/fix-email-share-transfer-accross-storages Fix email share transfer accross storages
| * | fix(tests): Fix sharebymail testsfix/fix-email-share-transfer-accross-storagesCôme Chilliet2024-10-082-2/+4
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix(sharebymail): Fix share update when node id changedCôme Chilliet2024-10-071-1/+4
| | | | | | | | | | | | | | | | | | | | | This fixes transfering an email share from a user to another one when using objectstore as primary storage. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | feat(transfer-ownership): Improve verbose output of commandCôme Chilliet2024-10-071-0/+2
| | | | | | | | | | | | | | | | | | Makes debbuging way easier Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #48494 from nextcloud/refactor/storage/strong-param-typesKate2024-10-0816-227/+168
|\ \ \ | |_|/ |/| |
| * | refactor(files_external): Add Storage parameter strong typesrefactor/storage/strong-param-typesprovokateurin2024-10-078-175/+116
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | refactor(files_sharing): Add Storage parameter strong typesprovokateurin2024-10-073-38/+33
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | refactor(files_trashbin): Add Storage parameter strong typesprovokateurin2024-10-072-10/+7
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>