Nextcloud bot
cf2e3bc0ee
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-01 00:29:36 +00:00
Pytal
a3d37c531a
Merge pull request #40100 from nextcloud/fix/37082-replace_input_on_security_page
2023-08-31 09:16:37 -07:00
Andy Scherzinger
339576ffb7
Merge pull request #40087 from nextcloud/fix/37082-fix-label_for_creating_new_group
...
Adjust input field for "rename group"
2023-08-31 17:12:33 +02:00
Benjamin Gaussorgues
e9d6652705
Merge pull request #39897 from nextcloud/feat/share-by-mail/remove-ilogger
...
sharebymail: remove ILogger and upgrade to PHP 8 syntax
2023-08-31 15:20:27 +02:00
julia.kirschenheuter
caf97891ef
Replace custom input field with NcTextField
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-08-31 12:33:29 +02:00
julia.kirschenheuter
6e6bf2a132
Adjust input field for "rename group"
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-08-31 11:39:22 +02:00
julia.kirschenheuter
381e3ed0b9
Replace custom input field with NcInputField
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-08-31 11:37:50 +02:00
julia.kirschenheuter
29807fc5e1
Replace custom input field with NcTextField
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-08-31 11:08:44 +02:00
Nextcloud bot
931ab2e7e3
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-31 00:34:40 +00:00
Benjamin Gaussorgues
303dadfaa9
sharebymail: remove ILogger and upgrade to PHP 8 syntax
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2023-08-30 18:36:29 +02:00
fenn-cs
79f62632ea
Improve sharing flow
...
This commit introduces the following changes:
- Does not create new share once user is selected for internal shares
- Adds a `SharingDetails` view for share configurations
- Adds a quick share select to enable fast changes in share permisions.
Resolves: https://github.com/nextcloud/server/issues/26691
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-08-30 17:58:01 +02:00
Nextcloud bot
9d1547f59d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-30 00:31:33 +00:00
Christopher Ng
7b93438cf6
chore: Update dav snapshot
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-08-29 12:03:42 -07:00
Christopher Ng
7b1f8390c3
enh(a11y): Always visible user management labels
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-08-29 11:05:52 -07:00
Christopher Ng
e9fd37507f
enh(a11y): Always visible file rename label
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-08-29 11:05:52 -07:00
Christopher Ng
ffe29518e8
chore: Migrate to new @nextcloud/vue API
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-08-29 11:05:51 -07:00
Hamid Dehnavi
e1b33e6cd0
Make adjustments based on the psalm messages
...
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
2023-08-29 11:35:44 +02:00
Hamid Dehnavi
e22742b910
Refactor contactsinteraction app
...
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
2023-08-29 11:35:44 +02:00
Nextcloud bot
22206209db
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-29 00:30:57 +00:00
Joas Schilling
943f4c246f
Merge pull request #40079 from nextcloud/techdebt/noid/user-IThrottler-interface-for-DI
...
techdebt(DI): Use public IThrottler interface which exists since 25
2023-08-28 20:46:09 +02:00
Joas Schilling
25309bcb45
techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-28 15:50:45 +02:00
Joas Schilling
daac5c9a95
fix(cache): Remove displayname cache entry on delete
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-28 14:59:54 +02:00
Robin Appelman
d4e67afed7
Merge pull request #39944 from nextcloud/share-cache-share
...
pass the share to the cache instead of having to ask the storage
2023-08-28 13:44:03 +02:00
Nextcloud bot
ce9e0aec7f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-28 00:26:24 +00:00
Daniel
8f4614be16
Merge pull request #39911 from nextcloud/fix/carddav/limit-upgrade-sync-to-1000-users
2023-08-27 15:54:45 +02:00
John Molakvoæ
b570d76355
Merge pull request #39792 from nextcloud/feat/vue-filepicker-dialog
2023-08-27 11:41:06 +02:00
Nextcloud bot
0c8e577871
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-27 00:30:46 +00:00
John Molakvoæ
5831d4f536
fix(theming): user background picker
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-08-26 20:58:24 +02:00
Ferdinand Thiessen
738c596977
fix(apps): Adjust apps for FilePicker API change
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-08-26 20:56:09 +02:00
Anna Larch
7f11ee8c4a
fix(CardDAV): only run upgrade sync if 1000 users or less
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-08-26 17:21:50 +02:00
Nextcloud bot
be22f34ac3
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-26 00:32:32 +00:00
Daniel Kesselberg
7183e3db3d
fix: encode basename in restore action
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-08-25 12:52:47 +02:00
Nextcloud bot
d498f9aa38
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-25 00:34:26 +00:00
Anna Larch
5d5134e615
Do not log passwords in debug mode
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-08-24 10:39:27 +02:00
Nextcloud bot
313a06aeed
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-24 01:00:57 +00:00
Pytal
4e60b3c61e
Merge pull request #39971 from nextcloud/fix/a11y-weather-visible-label
2023-08-23 17:26:02 -07:00
Daniel
ac47eb9b94
Merge pull request #40012 from nextcloud/techdebt/noid/prepare-doctrine-update
2023-08-23 21:25:51 +02:00
John Molakvoæ
3e271d89f4
chore: upgrade to @nextcloud/files@3.0.0-beta.18
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-08-23 14:03:51 +02:00
John Molakvoæ
2c9acd5d5d
feat: migrate FileAction from server
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-08-23 14:03:51 +02:00
John Molakvoæ
b4e71ad0fb
chore: use Navigation from @nextcloud/files
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-08-23 14:03:50 +02:00
Joas Schilling
26c734abe4
fix(tests): Specify all positional parameters again to fix tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-23 09:08:08 +02:00
Nextcloud bot
bc411a2cf3
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-23 00:28:15 +00:00
jld3103
672966e4b3
files: Fix OpenAPI spec
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-08-22 20:07:26 +02:00
Kate
544c6e8ffb
Merge pull request #39984 from nextcloud/feature/openapi/files_reminders
...
files_reminders: Add OpenAPI spec
2023-08-22 18:04:10 +02:00
Julius Härtl
2bb48a6dc7
Merge pull request #39950 from nextcloud/bugfix/uncaught-preview-promise
2023-08-22 17:35:45 +02:00
Julia Kirschenheuter
e42d82fe13
Merge pull request #39987 from nextcloud/fix/39926-fix_predefined_status-buttons
...
Fix predefined status buttons
2023-08-22 15:07:46 +02:00
julia.kirschenheuter
558f5f97fc
Add logic for predefined status to be visible.
...
Add styles for radio buttons to be visible in checked, active and focus-visible state.
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-08-22 13:20:34 +02:00
Ferdinand Thiessen
da3c94161b
Merge pull request #39912 from nextcloud/fix/improved-upload-view
...
Improve upload progress visualization
2023-08-22 13:03:27 +02:00
Julius Härtl
79c240a17f
fix: Avoid throwing on folder previews as there are none
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-08-22 08:49:17 +00:00
Richard Steinmetz
6982597b6a
feat(dashboard): implement widget item api v2
...
This API enables the dashboard to render all widgets from the API data
alone without having apps to provide their own bundles. This saves a lot
of traffic and execution time as a lot less javascript has to be parsed
on the frontend.
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-08-22 08:36:53 +02:00