summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26473 from ↵Vincent Petry2016-10-251-2/+8
|\ | | | | | | | | owncloud/stable9.1-565c875fc84436fe25e3f690b2859f94011159b0 [stable9.1] Merge pull request #26459 from owncloud/limit-carddav-ima…
| * [stable9.1] Merge pull request #26459 from ↵Vincent Petry2016-10-251-2/+8
| | | | | | | | | | | | owncloud/limit-carddav-image-export-mime-types Limit carddav image export mime types
* | [stable9.1] Merge pull request #26460 from ↵Vincent Petry2016-10-251-13/+4
|/ | | | | | owncloud/throw-exceptions-not-printable Don't print exception messages in html
* Sanitize length headers when validating quota (#26416)Vincent Petry2016-10-201-10/+16
|
* Merge pull request #26334 from ↵Vincent Petry2016-10-112-6/+36
|\ | | | | | | | | owncloud/stable9.1-2c4c56c69b1c8e1bf3b3f1abbb408749668a324a [stable9.1] Return ETag and OC-ETag in case of a move (#25683)
| * [stable9.1] Return ETag and OC-ETag in case of a move (#25683)Thomas Müller2016-10-102-6/+36
| |
* | [stable9.1] Escape special characters (#25429)Aaron Wood2016-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Tear down FS after user update in CardDAV sync job (#26320)Vincent Petry2016-10-101-0/+2
|/ | | | | 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.
* [stable9.1] Merge pull request #25636 from ↵Thomas Müller2016-09-302-0/+63
| | | | | owncloud/fix-birthday-calendar-component (#26056) The birthday calendar can only hold VEVENT
* [stable9.1] Unset user PHOTO before setting new one in ↵Thomas Müller2016-09-301-0/+1
| | | | | | | OCA\DAV\CardDAV\Converter::updateCard (#26243) (#26246) Signed-off-by: Olivier Mehani <shtrom@ssji.net> #26242
* Improve chunk upload AssemblyStream performance (#26062) (#26072)Vincent Petry2016-09-091-8/+31
|
* [stable9.1] Best practice through out the web speak of a max avatar image ↵Thomas Müller2016-08-221-1/+1
| | | | | | | | | | size of… (#25857) * Best practice through out the web speak of a max avatar image size of 96 pixels * Respect size argument THX @felixboehm
* DAV: Return data-fingerprint always when asked (#25482)Markus Goetz2016-08-131-7/+2
| | | | | | 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 (#25638)Thomas Müller2016-08-102-28/+38
| | | | | | * [stable9.1] Faster classification migration * Update PHPDoc
* [stable9.1] Adding quota plugin to new dav endpoint (#25615) (#25648)Thomas Müller2016-08-011-0/+3
| | | | | | | * Adding quota plugin to new dav endpoint * Added integrated test failing in old endpoint * Added 0B quota test
* Add all properties while creating a subscription (#25318) (#25335)Thomas Müller2016-07-211-9/+14
| | | Fixes #24469
* [stable9.1] Added custom exception as non fatal (#25486) (#25489)Thomas Müller2016-07-161-0/+2
|
* Change load order of auth backends so that we can throw an exception in ↵Vincent Petry2016-07-141-1/+4
| | | | OCA\DAV\Connector\Sabre\Auth - fixes #25362 (#25478)
* [stable9.1] Cast share id to string (#25402) (#25432)Thomas Müller2016-07-131-1/+1
|
* Additional perm check in WebdavVincent Petry2016-07-121-0/+5
|
* [stable9.1] Revert invalid commits from master->stable9.1 merge (#25420)Vincent Petry2016-07-081-15/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Add all properties while creating a subscription (#25318)Thomas Citharel2016-07-011-10/+15
| | | Fixes #24469
* get only vcards which match both the address book id and the vcard uri (#25294)Björn Schießle2016-06-291-1/+1
|
* fix a ImageExportPlugin Test (#25215)Georg Ehrke2016-06-271-2/+12
|
* Show error message when posting an invalid commentVincent Petry2016-06-241-1/+1
| | | | | When an internal server error occurs while creating or updating a comment, display a proper error notification in the UI.
* Contacts API: replace raw image data with url (#25081)Georg Ehrke2016-06-216-19/+198
| | | | | | | | | | | | | | * 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
* PasswordLoginForbidden must extend NotAuthenticatedVincent Petry2016-06-171-2/+2
| | | | | | The auth code from Sabre will forward NotAuthenticated exceptions but in the case of a generic exception, it is packaged as "service not available".
* throw PasswordLoginForbidden on DAVChristoph Wurst2016-06-172-2/+56
|
* add PasswordLoginForbiddenExceptionChristoph Wurst2016-06-171-6/+13
|
* Move birthday calendar generation to a live migration job (#25135)Thomas Müller2016-06-162-14/+81
|
* create session token on all APIsChristoph Wurst2016-06-131-2/+1
|
* Merge pull request #24080 from owncloud/support-calendar-class-propertyVincent Petry2016-06-105-25/+337
|\ | | | | Extract CLASS property from calendar object and store it in the database
| * Filter confidential calendar objects in shared calendarsThomas Müller2016-06-093-3/+172
| | | | | | | | Filter private calendar objects in shared calendars
| * Added unit testing for the migration stepThomas Müller2016-06-092-4/+12
| |
| * Implement classification migration as repair stepThomas Müller2016-06-093-57/+101
| |
| * Bump dav app version and fix variable renameThomas Müller2016-06-091-2/+2
| |
| * Add migration stepThomas Müller2016-06-092-0/+59
| |
| * Extract CLASS property from calendar object and store it in the databaseThomas Müller2016-06-091-21/+53
| |
* | Merge pull request #25046 from owncloud/fix-the-realmVincent Petry2016-06-103-4/+12
|\ \ | | | | | | Use the correct realm for basic authentication
| * | Use the correct realm for basic authentication - fixes #23427Thomas Müller2016-06-093-4/+12
| |/
* | Merge pull request #25043 from owncloud/webdav-download-mimetypeVincent Petry2016-06-103-1/+24
|\ \ | | | | | | DAV now returns file name with Content-Disposition header
| * | DAV now returns file name with Content-Disposition headerVincent Petry2016-06-093-1/+24
| |/ | | | | | | | | Fixes issue where Chrome would append ".txt" to XML files when downloaded in the web UI
* / Allow login by email address via webdav as well - fixes #24791Thomas Müller2016-06-091-2/+2
|/
* Better handling of forbidden files in davRobin Appelman2016-06-072-0/+4
|
* Fix checkMove() implementation for dav v2 - fixes #24776 (#24971)Thomas Müller2016-06-062-5/+8
|
* Merge pull request #24935 from owncloud/2fa-block-davVincent Petry2016-06-022-3/+14
|\ | | | | block DAV if 2FA challenge needs to be solved first
| * block DAV if 2FA challenge needs to be solved firstChristoph Wurst2016-06-012-3/+14
| |
* | Catch the ForbiddenException to make sure it gets handledJoas Schilling2016-06-011-0/+3
|/
* Update license headersLukas Reschke2016-05-2647-50/+163
|
* do not allow client password logins if token auth is enforced or 2FA is enabledChristoph Wurst2016-05-241-2/+1
|