Ferdinand Thiessen
03d553f691
Merge pull request #48648 from nextcloud/rakekniven-patch-1
fix(i18n): Improved grammar
1 year ago
Nextcloud bot
0c27824263
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 year ago
nextcloud-command
7d3761a3a5
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 year ago
rakekniven
3b3f0f0ed9
fix(i18n): Improved grammar
Reported at Transifex
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
1 year ago
rakekniven
7ed71dda49
fix(i18n): Improved grammar
Reported at Transifex
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
1 year ago
John Molakvoæ (skjnldsv)
abd0cddd38
feat: make systemtags public visible
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
1 year ago
Thomas Citharel
205af79751
Merge pull request #48639 from nextcloud/add-default-request-timeout-const
feat(http client): expose default request timeout constant to be used instead of magic number 30
1 year ago
Thomas Citharel
dcd27fd986
feat(http-client): expose default request timeout constant to be used instead of magic number 30
Will be used to set default where we are able to override the default timeout.
See https://github.com/nextcloud/server/pull/48418
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
1 year ago
Nextcloud bot
d013a13eb5
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 year ago
rakekniven
2496e5db9e
chore(l10n): Use default plural handling
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
1 year ago
Pytal
e2983111e6
Merge pull request #48638 from nextcloud/fix/reasons-to-use
fix: Fix "Reasons to use Nextcloud" design
1 year ago
Nextcloud bot
d537050f19
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 year ago
Christopher Ng
c4386d408a
chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 year ago
Christopher Ng
d0262beaf6
fix: Fix "Reasons to use Nextcloud" design
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 year ago
Christopher Ng
2ec6a9ce32
chore: generate icons css
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 year ago
Christopher Ng
3c12d27c17
chore: Add text file icon class
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 year ago
Louis
9e047e9bca
Merge pull request #48536 from nextcloud/artonge/fix/vue_app_names
fix: Vue app names
1 year ago
Louis Chemineau
657b2218c9
chore: Compile assets
Signed-off-by: Louis Chemineau <louis@chmn.me>
1 year ago
Louis Chemineau
2582b6a181
fix: Minor @nc/vue usage errors
Signed-off-by: Louis Chemineau <louis@chmn.me>
1 year ago
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>
1 year ago
Kate
43b1fd7bb8
Merge pull request #48623 from nextcloud/fix/allow-quota-wrapper-check
1 year ago
Kate
0b5f0361f9
Merge pull request #48628 from nextcloud/fix/public-get
1 year ago
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>
1 year ago
Joas Schilling
3d74ed3762
Merge pull request #48605 from nextcloud/dependabot/composer/guzzlehttp/guzzle-7.9.2
chore(deps): Bump guzzlehttp/guzzle from 7.8.1 to 7.9.2
1 year ago
Pytal
d4e07ce171
Merge pull request #48619 from nextcloud/fix/unified-search-empty-sections
fix: Fix empty sections appearing in search results
1 year ago
Joas Schilling
abfc3c7421
chore(deps): Bump guzzlehttp/guzzle from 7.8.1 to 7.9.2
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 year ago
Julius Knorr
75381dfe0c
fix: Allow overriding shouldApplyQuota check from child classes
Signed-off-by: Julius Knorr <jus@bitgrid.net>
1 year ago
Pytal
d66e469194
Merge pull request #48538 from nextcloud/fix/get-managers-as-subadmin
fix: Return correct list of managers for a user
1 year ago
Nextcloud bot
85e3c9a112
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 year ago
Christopher Ng
96035d2de3
test: Fix tests
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 year ago
Christopher Ng
1dcdc87b44
refactor: Clean up
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 year ago
Christopher Ng
026b7b8b15
fix: Return correct list of managers for a user
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 year ago
Christopher Ng
ea5e27dcd8
fix: Subadmin can access self
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 year ago
F. E Noel Nfebe
50b82214e8
Merge pull request #48520 from nextcloud/chore/48409/replace-diaspora-and-twitter
chore: Replace Twitter & Diaspora links and text
1 year ago
Christopher Ng
40823775d9
fix: Fix empty sections appearing in search results
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 year ago
Côme Chilliet
05886d281d
Merge pull request #48597 from nextcloud/fix/fix-email-share-transfer-accross-storages
Fix email share transfer accross storages
1 year ago
Benjamin Gaussorgues
f70f70e0db
feat(setupchecks): add row format setup check for MySQL databases
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
1 year ago
Côme Chilliet
0e282ea21a
fix(tests): Fix sharebymail tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 year ago
Kate
356f3ded52
Merge pull request #48610 from nextcloud/fix/usertrait/backend-initialization
1 year ago
Côme Chilliet
f8c987f029
Merge pull request #48613 from nextcloud/feat/add-query-param-to-force-language
feat(l10n): Allow to force language with a query parameter
1 year ago
Côme Chilliet
5a05af05db
feat(l10n): Respect forceLanguage query parameter in more places
Attempt to make L10N Factory consistent with itself when forceLanguage
query parameter is used.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 year ago
Kate
614d8c23a0
Merge pull request #48494 from nextcloud/refactor/storage/strong-param-types
1 year ago
Côme Chilliet
1b8949ebac
feat(l10n): Allow to force language with a query parameter
This will be used by support application to always generate the support
report in english. It may also be used to debug a language, or to
temporarily show a page in an other language to take a screenshot or to
share your screen with someone speaking another language.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 year ago
nextcloud-command
97414568bb
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 year ago
Ferdinand Thiessen
30e02f2898
fix(federatedfilesharing): Use valid mastodon URL for sharing
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 year ago
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>
1 year ago
Ferdinand Thiessen
af9d7163db
refactor(federatedfilessharing): Make copy logic more resilient and use Typescript
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 year ago
Ferdinand Thiessen
52cfac5067
fix(federatedfilessharing): Use social media icons from core rather than inline SVGs
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 year ago
Ferdinand Thiessen
38cd9d3915
feat(core): Add correct X logo as provided by X Corp.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 year ago
Ferdinand Thiessen
f9d3954e49
fix(core): Use correct facebook icon provided by Meta
The legal terms require to exactly use the facebook logo as provided by Meta.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 year ago