Elizabeth Danzberger
104de52d6e
refactor: remove composer dir and redirect autoloader
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2025-01-29 14:46:30 -05:00
Elizabeth Danzberger
a58dde765b
chore: update composer files for composer v2.3.5
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2025-01-27 15:12:19 -05:00
Elizabeth Danzberger
82b0e9bd82
Merge pull request #4398 from nextcloud/fix/noid/getfile-responsetype
...
fix(Controller): incomplete return type list
2025-01-23 13:46:40 -05:00
Arthur Schiwon
f98489efbe
build(composer): update installed meta data
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2025-01-21 22:01:30 +01:00
Elizabeth Danzberger
e8afcf32d8
chore: update autoload files
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2025-01-21 14:46:42 -05:00
Elizabeth Danzberger
371314b22d
feat: insert ai-generated text and images
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2024-12-17 12:04:58 -05:00
Julius Knorr
098a2a9f7b
chore: Update composer files
...
Signed-off-by: Julius Knorr <jus@bitgrid.net>
2024-12-12 12:22:50 +01:00
Julius Härtl
295562723e
fix: Emit notification on mentions
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-09-27 13:24:04 -04:00
Julius Härtl
7491f79bb5
chore: Move to actual runtime dependency file
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-08-21 13:41:29 +02:00
Luka Trovic
2aaeac4f7c
feat: PDF form extraction and filling using pdftk
...
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2024-08-21 13:41:28 +02:00
Elizabeth Danzberger
a30356c48e
fix: move Field and FieldType back to server API
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2024-07-25 09:08:35 -04:00
Elizabeth Danzberger
f425774481
fix: Template field classes
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2024-07-25 09:08:35 -04:00
Elizabeth Danzberger
965c665ecf
fix: Inject template fields via new BeforeGetTemplates events
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2024-07-25 09:08:35 -04:00
Elizabeth Danzberger
8d82a686fb
fix: Composer dump
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2024-07-25 09:08:34 -04:00
Jonas
00f61ba7a5
fix(client): Use shared default options for HTTP client requests
...
Makes sure we always set a sane timeout and `allow_local_address`.
Fixes : #3255
Fixes : #3435
Fixes : nextcloud/server#44190
Signed-off-by: Jonas <jonas@freesources.org>
2024-07-24 12:23:36 +02:00
Julius Härtl
ea60d0ec82
fix: Avoid requesting remote endpoints during bootstrap
...
This will add some abstraction layer for cached request data as used by
capabilities and discovery endpoints. By default it will always return
the cached data which will never expire (backed by a file in app data in
case the memory cache vanishes).
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-06-11 18:07:21 +02:00
Julius Härtl
2b57190284
chore: Set copyright for generated composer file
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-05-09 10:37:23 +02:00
Andy Scherzinger
b505e60e8a
chore: Move generated files license info to dep5
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-05-09 10:37:22 +02:00
Andy Scherzinger
868859f393
chore: Add SPDX header
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-05-09 10:37:22 +02:00
Elizabeth Danzberger
43a82631d2
fix: file action for opening pdf files with richdocuments
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2024-05-02 14:36:55 -04:00
Julius Härtl
8da79239f9
perf(bootstrap): Lazy register template creator through event
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-04-29 13:30:30 +02:00
Julius Härtl
93225dda10
chore: Move to class/method attributes for middleware checks
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-01-11 12:03:14 +01:00
Luka Trovic
1a3411ff79
feat: add repair step to install default fonts on installation
...
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2023-12-08 16:16:14 +01:00
Julius Härtl
e9f8d1f374
feat: Add headers for wasm support
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-12-06 14:30:25 +01:00
Julius Härtl
ae8e248e96
fix: Properly handle internal urls
...
Improve handling of different URLs. From now on we will allow to
configure:
- wopi_url Used by Nextcloud to connect to Collabora in the backend
- wop_callback_url Passed to collabora to connect back to Nextcloud
(optional, determined from the browser URL if not set)
The public_wopi_url which was only partly working is no longer ment to
be manually set and will be overwritten depending on the
/hosting/discovery response.
Further this PR improves:
- Add setup check on occ and admin page
- Give proper error on individual failures of the setup check
- Display configured and detected URLs to make setup issue debugging
easier
- Refactor services to have a cleaner structure for setup checks,
discovery and capabilities fetching
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-24 09:08:12 +01:00
Daniel Kesselberg
0221c8a41e
feat: add preview provider for emf files
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-11-20 16:44:43 +01:00
Julius Härtl
398d165a5d
fix: Add proper feature policy
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-10-20 15:50:55 +02:00
Julius Härtl
ec1f4d62a6
chore(composer): Bump autoloader with newer composer releases
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-06-20 20:04:35 +02:00
Julius Härtl
227a1de15d
fix: Allow dynamic autoloading for classes added during upgrade
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-06-09 08:18:33 +02:00
Julius Härtl
a903a1db75
feat: Implement reference picker for document sections
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-06-06 15:42:04 +02:00
Julius Härtl
4416746466
chore: Dump autoloader with new composer version
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-03-22 08:19:16 +01:00
Julius Härtl
fa5c5f85b1
chore: remove wrong annotations
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-02-09 22:01:56 +01:00
Julius Härtl
56a5c9e8aa
perf(autoloader): Add composer autoloader
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-27 09:23:30 +01:00