0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-05-02 13:00:42 +00:00
nextcloud_server/apps/files/lib
Elizabeth Danzberger 9112dce051
feat: only get template fields once selected
In order to improve the performance and flow of creating a new file
from a template, the `setFields` method will be deprecated and we
instead use a new property, `setFieldsUrl`, which allows apps to
specify an endpoint for extracting the template fields. This endpoint
is used by the template picker to request the fields only once the
user has selected a template, instead of fetching all template fields
before opening and causing a terribly slow experience.

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2025-04-28 15:19:31 -04:00
..
Activity fix:remote account activity translation 2025-03-07 09:22:11 -05:00
AppInfo feat(files): Add capability for clients to check WCF state 2025-03-18 17:02:06 +01:00
BackgroundJob chore: Apply new rector configuration to apps folder 2025-02-13 11:46:42 +01:00
Collaboration/Resources refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Command feat: move streaming output helps to command base class 2025-03-31 14:30:42 +02:00
Controller fix(files): properly forward open params from short urls 2025-02-18 10:53:23 +01:00
Dashboard fix(files): Fix folder preview for favorites widget 2025-02-03 10:25:15 +01:00
Db chore: Add SPDX header 2024-05-29 08:58:16 +02:00
Event chore: Add SPDX header 2024-05-29 08:58:16 +02:00
Exception chore: Add SPDX header 2024-05-29 08:58:16 +02:00
Listener Merge pull request #48612 from nextcloud/fix/activity-log-for-favorites-in-dav 2024-12-12 15:18:47 +01:00
Migration feat(files): Expose chunked upload config via capabilities 2024-10-21 12:03:33 +02:00
Notification refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Search refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Service feat: improve occ file:transfer-ownership logging 2025-03-06 09:47:07 +01:00
Settings refactor(files): Migrate from event listener to class based declarative settings 2024-10-15 20:35:30 +02:00
AdvancedCapabilities.php feat(files): Add capability for clients to check WCF state 2025-03-18 17:02:06 +01:00
App.php feat(Navigation): emit dedicated event for loading additional entries 2024-12-18 12:50:11 +01:00
Capabilities.php fix(files): conversion api simplification and conflict check 2025-01-16 18:35:40 +01:00
DirectEditingCapabilities.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Helper.php chore: Apply new rector configuration to apps folder 2025-02-13 11:46:42 +01:00
ResponseDefinitions.php feat: only get template fields once selected 2025-04-28 15:19:31 -04:00