Ferdinand Thiessen
e8c1e2c611
fix(code-style): Adjust JS code to our code style
...
This resolves 68 ESLint warnings about invalid code style.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-16 22:11:59 +02:00
Ferdinand Thiessen
5be832344e
Merge pull request #48425 from nextcloud/fix/files-rename
...
fix(files): Ensure renaming state is correctly reset
2024-10-16 13:12:00 +02:00
Ferdinand Thiessen
0ccced8664
fix(files_sharing): Add proper user facing messages on success
...
1. Use proper translated strings
2. Fix invalid use of translation message on API result
3. Log all errors
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-16 12:09:53 +02:00
Nextcloud bot
94e1241c58
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-16 00:20:20 +00:00
Ferdinand Thiessen
f3aa004b1c
refactor(encryption): Migrate away from Hooks to typed events
...
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>
2024-10-15 18:33:06 +02:00
Ferdinand Thiessen
ef5a9cf00d
fix(files): Ensure renaming state is correctly reset
...
Problem: Is a node is renamed and the new name is out of the current
visible list of nodes the component will be recycled, this means
the props will change, so when the `onRename` functions is about to reset
the state the `this.source` will point to a different node.
To fix this, but also to separate business logic from visual representation,
the logic is moved into the renaming store and the component is only
responsible for rendering.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-15 18:20:16 +02:00
Ferdinand Thiessen
a5d8f4c8b6
Merge pull request #48702 from nextcloud/chore/update-sass-loader
...
chore: migrate from deprecated SASS API and SASS JS API
2024-10-15 15:11:41 +02:00
Côme Chilliet
1580c8612b
chore(apps): Apply new rector configuration to autouse classes
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-10-15 10:40:25 +02:00
John Molakvoæ
832695d565
Merge pull request #48206 from nextcloud/feat/systemtags-public
2024-10-15 09:15:16 +02:00
Nextcloud bot
07f822c916
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-15 00:20:12 +00:00
Ferdinand Thiessen
b964e05312
Merge pull request #48673 from nextcloud/fix/null-label
...
fix(share): Return empty string if no label is set
2024-10-14 19:10:12 +02:00
Grigorii K. Shartsev
39ebc6ebc2
chore(assets): recompile assets
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-10-14 18:54:32 +02:00
Grigorii K. Shartsev
7e03371dd7
chore(sass): migrate from deprecated mixed decls
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-10-14 18:52:36 +02:00
Ferdinand Thiessen
64dd4ce0ee
revert: "fix(files_sharing): Make share labels nullable"
...
This reverts commit 01c4fa3ba8 .
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-14 15:16:25 +02:00
provokateurin
51d9d63a01
chore: Use more gender neutral language
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-10-14 13:59:24 +02:00
Louis
3f75c4808d
Merge pull request #48653 from nextcloud/rakekniven-patch-2
...
chore(l10n): Use default plural handling
2024-10-14 11:23:28 +02:00
Nextcloud bot
ec7f3605ac
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-14 00:20:01 +00:00
Nextcloud bot
e2bdefa0a2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-13 00:21:55 +00:00
Ferdinand Thiessen
03d553f691
Merge pull request #48648 from nextcloud/rakekniven-patch-1
...
fix(i18n): Improved grammar
2024-10-12 18:08:44 +02:00
Nextcloud bot
0c27824263
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-12 00:20:13 +00:00
rakekniven
3b3f0f0ed9
fix(i18n): Improved grammar
...
Reported at Transifex
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2024-10-11 20:10:45 +02:00
rakekniven
7ed71dda49
fix(i18n): Improved grammar
...
Reported at Transifex
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2024-10-11 20:10:45 +02:00
John Molakvoæ (skjnldsv)
abd0cddd38
feat: make systemtags public visible
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2024-10-11 16:06:44 +02:00
Nextcloud bot
d013a13eb5
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-11 00:25:09 +00:00
rakekniven
2496e5db9e
chore(l10n): Use default plural handling
...
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2024-10-10 21:51:36 +02:00
Pytal
e2983111e6
Merge pull request #48638 from nextcloud/fix/reasons-to-use
...
fix: Fix "Reasons to use Nextcloud" design
2024-10-10 09:58:02 -07:00
Nextcloud bot
d537050f19
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-10 00:20:15 +00:00
Christopher Ng
c4386d408a
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-10-09 14:34:53 -07:00
Christopher Ng
d0262beaf6
fix: Fix "Reasons to use Nextcloud" design
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-10-09 14:34:53 -07:00
Louis Chemineau
2582b6a181
fix: Minor @nc/vue usage errors
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-10-09 19:49:07 +02:00
Louis Chemineau
c0e5635ade
fix: Vue app names
...
This improves the debugging experience in the vue dev tool.
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-10-09 19:49:07 +02:00
Ferdinand Thiessen
bbc5d32c8e
fix(dav): Public WebDAV endpoint should allow GET requests
...
`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>
2024-10-09 17:10:52 +02:00
Pytal
d4e07ce171
Merge pull request #48619 from nextcloud/fix/unified-search-empty-sections
...
fix: Fix empty sections appearing in search results
2024-10-09 01:58:52 -07:00
Pytal
d66e469194
Merge pull request #48538 from nextcloud/fix/get-managers-as-subadmin
...
fix: Return correct list of managers for a user
2024-10-08 17:48:21 -07:00
Nextcloud bot
85e3c9a112
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-09 00:20:13 +00:00
Christopher Ng
96035d2de3
test: Fix tests
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-10-08 17:16:56 -07:00
Christopher Ng
1dcdc87b44
refactor: Clean up
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-10-08 16:33:17 -07:00
Christopher Ng
026b7b8b15
fix: Return correct list of managers for a user
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-10-08 16:33:17 -07:00
F. E Noel Nfebe
50b82214e8
Merge pull request #48520 from nextcloud/chore/48409/replace-diaspora-and-twitter
...
chore: Replace Twitter & Diaspora links and text
2024-10-08 21:02:38 +02:00
Christopher Ng
40823775d9
fix: Fix empty sections appearing in search results
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-10-08 10:57:20 -07:00
Côme Chilliet
05886d281d
Merge pull request #48597 from nextcloud/fix/fix-email-share-transfer-accross-storages
...
Fix email share transfer accross storages
2024-10-08 17:31:53 +02:00
Côme Chilliet
0e282ea21a
fix(tests): Fix sharebymail tests
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-10-08 16:53:51 +02:00
Kate
614d8c23a0
Merge pull request #48494 from nextcloud/refactor/storage/strong-param-types
2024-10-08 15:20:17 +02:00
Ferdinand Thiessen
30e02f2898
fix(federatedfilesharing): Use valid mastodon URL for sharing
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-08 14:31:21 +02:00
Ferdinand Thiessen
268aad3704
fix(federatedfilesharing): Add aria label to include the X in X (formerly Twitter) button.
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-08 14:31:21 +02:00
Ferdinand Thiessen
af9d7163db
refactor(federatedfilessharing): Make copy logic more resilient and use Typescript
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-08 14:31:21 +02:00
Ferdinand Thiessen
52cfac5067
fix(federatedfilessharing): Use social media icons from core rather than inline SVGs
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-08 14:31:21 +02:00
fenn-cs
cacfa5da04
chore: Replace Twitter & Diaspora links and text
...
- 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>
2024-10-08 14:31:21 +02:00
provokateurin
54ec472d9a
fix(BackgroundJobs): Adjust intervals and time sensitivities
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-10-08 11:26:53 +02:00
Nextcloud bot
d7aff6c150
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-08 00:20:08 +00:00