| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Storage wrappers should normally always be registered inside a presetup
hook. However in the public link scenario this is not possible and
there is currently no good alternative with the current architecture.
Instead of logging a warning every time, this fix prevents the warning
to be shown but also adds a FIXME in the code for the future. This is
ok because this app is already using private/internal APIs at the
moment and should be reworked properly in the future.
|
|\
| |
| |
| |
| | |
owncloud/stable9.1-565c875fc84436fe25e3f690b2859f94011159b0
[stable9.1] Merge pull request #26459 from owncloud/limit-carddav-ima…
|
| |
| |
| |
| |
| |
| | |
owncloud/limit-carddav-image-export-mime-types
Limit carddav image export mime types
|
|/
|
|
|
|
| |
owncloud/throw-exceptions-not-printable
Don't print exception messages in html
|
| |
|
| |
|
|
|
|
| |
fixes #26202
|
|\
| |
| |
| |
| | |
owncloud/stable9.1-fa711834a18eaae6706a49885d0884baf8e3494b
[stable9.1] fix issue #23600 - mail invites through v1 webdav (#26188)
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
owncloud/stable9.1-2c4c56c69b1c8e1bf3b3f1abbb408749668a324a
[stable9.1] Return ETag and OC-ETag in case of a move (#25683)
|
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Escape LIKE parameter
* Escape LIKE parameter
* Escape LIKE parameter
* Escape LIKE parameter
* Escape LIKE parameter
* Use correct method in the AbstractMapping class
* Change the getNamesBySearch method so that input can be properly escaped while still supporting matches
* Don't escape hardcoded wildcard
|
|/
|
|
|
| |
Because fetching the user information will also fetch the avatar, the
avatar code sets up the FS and leaves the mount points cached, we need
to call tearDownFS to clear that up.
|
|
|
|
|
| |
owncloud/fix-birthday-calendar-component (#26056)
The birthday calendar can only hold VEVENT
|
|
|
|
|
|
|
| |
OCA\DAV\CardDAV\Converter::updateCard (#26243) (#26246)
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
#26242
|
| |
|
|
|
|
|
|
|
|
|
|
| |
size of… (#25857)
* Best practice through out the web speak of a max avatar image size of 96 pixels
* Respect size argument
THX @felixboehm
|
|
|
|
|
| |
* Move over to new caldac tester repo
* no run.py anymore
|
|
|
|
|
|
| |
For owncloud/client#5056
Users can configure arbitrary subfolders for syncing, therefore we should
always return it when asked for.
The sync client makes sure to not always ask for it to save bandwidth.
|
|
|
|
|
|
| |
* [stable9.1] Faster classification migration
* Update PHPDoc
|
|
|
|
|
|
|
| |
* Adding quota plugin to new dav endpoint
* Added integrated test failing in old endpoint
* Added 0B quota test
|
|
|
| |
Fixes #24469
|
| |
|
|
|
|
| |
OCA\DAV\Connector\Sabre\Auth - fixes #25362 (#25478)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Revert "Merge pull request #25240 from owncloud/remove-svg"
This reverts commit 8b8d2b679a12f703141de9da71340f1f02151f3d, reversing
changes made to a35747b6fa8f7704bf7333f16a2b867b76acb187.
* Revert "Merge pull request #25253 from owncloud/users-fixotherquotadropdown"
This reverts commit a35747b6fa8f7704bf7333f16a2b867b76acb187, reversing
changes made to a573b6863cbb4eb21feb7fe5a17a9b8fc60cf059.
* Revert "Merge pull request #25314 from owncloud/files_external-backends-config"
This reverts commit a573b6863cbb4eb21feb7fe5a17a9b8fc60cf059, reversing
changes made to 8147eefaeba3822c9331283e973006ad3aeac1f5.
* Revert "Add all properties while creating a subscription (#25318)"
This reverts commit aaf4c3073af2511ab895e982cadae8dc6a143e55.
* Revert "Merge pull request #25276 from owncloud/delete-own-session-token"
This reverts commit e42ce62ce2855c95861eeae669508e5c20f99be4, reversing
changes made to aaf4c3073af2511ab895e982cadae8dc6a143e55.
* Revert "Merge pull request #25262 from owncloud/fed-sharing-error"
This reverts commit 027715f9acba4dc314a7e4c63ac41a58d4e33f22, reversing
changes made to e42ce62ce2855c95861eeae669508e5c20f99be4.
|
|
|
| |
Fixes #24469
|
| |
|
| |
|
|
|
|
|
| |
When an internal server error occurs while creating or updating a
comment, display a proper error notification in the UI.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add uri to AddressBookImpl array
* Introduce ImageExportPlugin for CardDav
* add plugin to v1 routes
* replace binary contact photo with link
* update tests
* Adding unit tests
|
|
|
|
|
|
| |
The auth code from Sabre will forward NotAuthenticated exceptions but
in the case of a generic exception, it is packaged as "service not
available".
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Wrap publicwebdav in sharePermission mask
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes #24868
The writable mask was a bit misleading. We should wrap with the
sharepermissions (as they are used everywhere else). The
PERMISSIONS_SHARE are added since that is required for the public link
check plugin.
|
|\ \
| | |
| | | |
Extract CLASS property from calendar object and store it in the database
|
| | |
| | |
| | |
| | | |
Filter private calendar objects in shared calendars
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Use the correct realm for basic authentication
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
DAV now returns file name with Content-Disposition header
|