skjnldsv
|
4a77fe3530
|
fix(dav): also return shared-with-me shares data
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
|
2024-06-12 10:27:29 +02:00 |
|
Andy Scherzinger
|
56d4f3aa2d
|
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
|
2024-05-28 14:41:28 +02:00 |
|
Ferdinand Thiessen
|
f82c5f0146
|
fix(tests): Replace deprecated methods in FileTest
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2024-05-02 20:56:09 +02:00 |
|
Côme Chilliet
|
9aa7225ed3
|
Merge pull request #44332 from nextcloud/fix/fix-chunkupload-quota-check
fix(dav): Fix quota check for chunk upload
|
2024-04-02 17:44:21 +02:00 |
|
Côme Chilliet
|
ec5133b739
|
fix: Apply new coding standard to all files
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2024-04-02 14:16:21 +02:00 |
|
Côme Chilliet
|
01f59be55a
|
chore(dav): Fix tests for length headers on upload
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2024-04-02 14:16:13 +02:00 |
|
Robin Appelman
|
e7a7b4a401
|
perf: switch places that always use the first getById result to getFirstNodeById
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2024-03-04 13:57:31 +01:00 |
|
Richard Steinmetz
|
53ef6c5f71
|
feat(dav): update a principal's schedule-default-calendar-URL
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
|
2024-02-28 14:51:10 +01:00 |
|
Hamid Dehnavi
|
7bf31df0bc
|
Refactors "substr" calls to improve code readability
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
|
2024-02-23 15:54:10 +01:00 |
|
John Molakvoæ
|
18399fc1cf
|
fix: improve typing and use \OCP\Server::get
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2024-01-09 10:56:34 +01:00 |
|
John Molakvoæ
|
82b5a19a35
|
fix: public dav and files_sharing testing fixes
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2024-01-09 10:56:14 +01:00 |
|
Joas Schilling
|
aa5f037af7
|
chore: apply changes from Nextcloud coding standards 1.1.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
|
2023-11-23 10:36:13 +01:00 |
|
Louis Chemineau
|
d3a313f192
|
Support getting and setting metadata in DAV requests
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
2023-11-08 16:23:53 +01:00 |
|
John Molakvoæ (skjnldsv)
|
f8ed23a426
|
fix(dav): fix report tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
2023-09-18 22:19:30 +02:00 |
|
Robin Appelman
|
8966f7fbf2
|
reuse l10n and request in dav folder listing
instead of having to query those once for every node
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2023-09-04 14:06:54 +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 |
|
Robin Appelman
|
8af60b915b
|
fix share roots always being marked as writable
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2023-07-28 17:34:54 +02:00 |
|
Joas Schilling
|
72667a667d
|
feat(dav): Emit a typed event to deprecate OCA\DAV\Connector\Sabre::addPlugin
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-07-17 16:06:15 +02:00 |
|
Joas Schilling
|
308fc8d8ed
|
fix(dav): Use IRequest constant to match version
The pattern matches since a 10 year old client version
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-07-11 07:35:50 +02:00 |
|
Arthur Schiwon
|
a0f9556f7c
|
fix: cominbation of small fixes
- possible null return
- parameter name mismatch in implementation
- incomplete unit test
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2023-06-21 20:28:01 +02:00 |
|
Arthur Schiwon
|
49db546f78
|
fix: include invisible tags for admins
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2023-06-21 20:28:01 +02:00 |
|
Arthur Schiwon
|
29f59a54b4
|
fix: search with more than one search tags
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2023-06-21 20:28:00 +02:00 |
|
Julius Härtl
|
d9c81f56ad
|
tests: Adapt node related unit tests mocks to required root view
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2023-04-17 23:46:52 +02:00 |
|
Julius Härtl
|
160bd75d0a
|
fix: Use proper path when creating node instances
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2023-04-17 23:46:52 +02:00 |
|
Côme Chilliet
|
8f26a5d766
|
Fix dav application tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-04-03 10:52:35 +02:00 |
|
Côme Chilliet
|
966a3e6963
|
Tidy up typing in OC\Files\View
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-04-03 10:52:33 +02:00 |
|
Michiel de Jong
|
c0e84cb512
|
Add SHARE_TYPE_SCIENCEMESH
Signed-off-by: Michiel de Jong <michiel@unhosted.org>
|
2023-03-08 16:46:55 +01:00 |
|
Julius Härtl
|
d515da502f
|
fix: Use proper path for quota fetching
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2023-03-06 22:46:07 +00:00 |
|
Joas Schilling
|
98ed72b3ed
|
Revert "fix(performance): Do not set up filesystem on every call"
|
2023-02-21 07:36:43 +01:00 |
|
Anna Larch
|
5d4efb4d5f
|
Do not set up filesystem on every call
Also remove old Oc_FileChunking logis that produced GC- collectable chunks
Signed-off-by: Anna Larch <anna@nextcloud.com>
|
2023-02-17 19:18:37 +01:00 |
|
Julius Härtl
|
7b413a41eb
|
perf(dav): Do not call general setupFS on ever dav auth
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2023-02-09 10:19:37 +01:00 |
|
Côme Chilliet
|
1994554b44
|
Fix Sabre connector test
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-02-07 11:23:33 +01:00 |
|
Côme Chilliet
|
cd885b5705
|
Type sizes as int|float throughout the code base
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-02-07 11:23:31 +01:00 |
|
Christoph Wurst
|
898d2923cc
|
chore(dav): Add void return type to test methods
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-01-20 08:38:43 +01:00 |
|
Côme Chilliet
|
574c6770d1
|
Get rid of deprecated at matcher in dav application tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-01-05 18:28:07 +01:00 |
|
Julius Härtl
|
1746344481
|
Use display name cache on getStorageInfo
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Adapt test to also run isolated
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2022-12-16 17:15:21 +00:00 |
|
Joas Schilling
|
13957032cf
|
More fixing
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2022-11-25 11:46:56 +01:00 |
|
Côme Chilliet
|
c79a6b3f62
|
Fix errors from PHP 8.2 testing
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2022-11-14 17:08:21 +01:00 |
|
Richard Steinmetz
|
304b71647f
|
Fix duplicate event email notifications
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
|
2022-11-04 16:24:57 +01:00 |
|
Robin Appelman
|
1de0b10751
|
add test for trying to fopen a file which no longer exists on disk
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2022-09-29 10:27:32 +02:00 |
|
Vincent Petry
|
92e60e3858
|
Add nc:share-attributes Webdav property
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
|
2022-07-28 16:53:23 +02:00 |
|
luz paz
|
d4637ef4d8
|
Fix typos in apps/dav subdirectory
Found via `codespell -q 3 -S l10n -L jus ./apps/dav`
Signed-off-by: luz paz <luzpaz@github.com>
|
2022-07-26 17:40:10 -04:00 |
|
Vincent Petry
|
804ee11803
|
Merge pull request #31029 from nextcloud/expose-extra-emails-in-dav
Expose additional emails in {DAV:}alternate-URI-set
|
2022-06-10 16:56:37 +02:00 |
|
Joas Schilling
|
8e3b30f388
|
Don't spam the log with fatals when maintenance mode is enabled or an upgrade has to be done
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2022-06-10 00:36:52 +02:00 |
|
Thomas Citharel
|
190a71ecf9
|
Expose additional emails in {DAV:}alternate-URI-set
This allows iMip invitations to be send with an alternative email as
"Reply-To" field.
Closes #27201
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2022-05-17 15:11:36 +02:00 |
|
Louis
|
7ccfddbe64
|
Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_search
Use share setting in DAV search
|
2022-05-04 13:38:03 +02:00 |
|
Côme Chilliet
|
e2531f8503
|
Migrate dav application from ILogger to LoggerInterface
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2022-05-02 10:52:43 +02:00 |
|
Louis Chemineau
|
e8ab298d2c
|
Use email settings in DAV search
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
2022-04-19 16:23:08 +02:00 |
|
blizzz
|
fb7f65a687
|
Merge pull request #25747 from nextcloud/XAccelBuffering
Add X-Accel-Buffering header to downloads
|
2022-04-07 15:08:21 +02:00 |
|
Robin Appelman
|
ae7205f550
|
use existing node in SharesPlugin
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2022-04-06 15:46:50 +02:00 |
|