Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #26473 from ↵ | Vincent Petry | 2016-10-25 | 1 | -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 Petry | 2016-10-25 | 1 | -2/+8 |
| | | | | | | | | | | | | owncloud/limit-carddav-image-export-mime-types Limit carddav image export mime types | ||||
* | | [stable9.1] Merge pull request #26460 from ↵ | Vincent Petry | 2016-10-25 | 1 | -13/+4 |
|/ | | | | | | owncloud/throw-exceptions-not-printable Don't print exception messages in html | ||||
* | Sanitize length headers when validating quota (#26416) | Vincent Petry | 2016-10-20 | 1 | -10/+16 |
| | |||||
* | Merge pull request #26334 from ↵ | Vincent Petry | 2016-10-11 | 2 | -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üller | 2016-10-10 | 2 | -6/+36 |
| | | |||||
* | | [stable9.1] Escape special characters (#25429) | Aaron Wood | 2016-10-11 | 1 | -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 Petry | 2016-10-10 | 1 | -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üller | 2016-09-30 | 2 | -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üller | 2016-09-30 | 1 | -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 Petry | 2016-09-09 | 1 | -8/+31 |
| | |||||
* | [stable9.1] Best practice through out the web speak of a max avatar image ↵ | Thomas Müller | 2016-08-22 | 1 | -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 Goetz | 2016-08-13 | 1 | -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üller | 2016-08-10 | 2 | -28/+38 |
| | | | | | | * [stable9.1] Faster classification migration * Update PHPDoc | ||||
* | [stable9.1] Adding quota plugin to new dav endpoint (#25615) (#25648) | Thomas Müller | 2016-08-01 | 1 | -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üller | 2016-07-21 | 1 | -9/+14 |
| | | | Fixes #24469 | ||||
* | [stable9.1] Added custom exception as non fatal (#25486) (#25489) | Thomas Müller | 2016-07-16 | 1 | -0/+2 |
| | |||||
* | Change load order of auth backends so that we can throw an exception in ↵ | Vincent Petry | 2016-07-14 | 1 | -1/+4 |
| | | | | OCA\DAV\Connector\Sabre\Auth - fixes #25362 (#25478) | ||||
* | [stable9.1] Cast share id to string (#25402) (#25432) | Thomas Müller | 2016-07-13 | 1 | -1/+1 |
| | |||||
* | Additional perm check in Webdav | Vincent Petry | 2016-07-12 | 1 | -0/+5 |
| | |||||
* | [stable9.1] Revert invalid commits from master->stable9.1 merge (#25420) | Vincent Petry | 2016-07-08 | 1 | -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 Citharel | 2016-07-01 | 1 | -10/+15 |
| | | | Fixes #24469 | ||||
* | get only vcards which match both the address book id and the vcard uri (#25294) | Björn Schießle | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | fix a ImageExportPlugin Test (#25215) | Georg Ehrke | 2016-06-27 | 1 | -2/+12 |
| | |||||
* | Show error message when posting an invalid comment | Vincent Petry | 2016-06-24 | 1 | -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 Ehrke | 2016-06-21 | 6 | -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 NotAuthenticated | Vincent Petry | 2016-06-17 | 1 | -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 DAV | Christoph Wurst | 2016-06-17 | 2 | -2/+56 |
| | |||||
* | add PasswordLoginForbiddenException | Christoph Wurst | 2016-06-17 | 1 | -6/+13 |
| | |||||
* | Move birthday calendar generation to a live migration job (#25135) | Thomas Müller | 2016-06-16 | 2 | -14/+81 |
| | |||||
* | create session token on all APIs | Christoph Wurst | 2016-06-13 | 1 | -2/+1 |
| | |||||
* | Merge pull request #24080 from owncloud/support-calendar-class-property | Vincent Petry | 2016-06-10 | 5 | -25/+337 |
|\ | | | | | Extract CLASS property from calendar object and store it in the database | ||||
| * | Filter confidential calendar objects in shared calendars | Thomas Müller | 2016-06-09 | 3 | -3/+172 |
| | | | | | | | | Filter private calendar objects in shared calendars | ||||
| * | Added unit testing for the migration step | Thomas Müller | 2016-06-09 | 2 | -4/+12 |
| | | |||||
| * | Implement classification migration as repair step | Thomas Müller | 2016-06-09 | 3 | -57/+101 |
| | | |||||
| * | Bump dav app version and fix variable rename | Thomas Müller | 2016-06-09 | 1 | -2/+2 |
| | | |||||
| * | Add migration step | Thomas Müller | 2016-06-09 | 2 | -0/+59 |
| | | |||||
| * | Extract CLASS property from calendar object and store it in the database | Thomas Müller | 2016-06-09 | 1 | -21/+53 |
| | | |||||
* | | Merge pull request #25046 from owncloud/fix-the-realm | Vincent Petry | 2016-06-10 | 3 | -4/+12 |
|\ \ | | | | | | | Use the correct realm for basic authentication | ||||
| * | | Use the correct realm for basic authentication - fixes #23427 | Thomas Müller | 2016-06-09 | 3 | -4/+12 |
| |/ | |||||
* | | Merge pull request #25043 from owncloud/webdav-download-mimetype | Vincent Petry | 2016-06-10 | 3 | -1/+24 |
|\ \ | | | | | | | DAV now returns file name with Content-Disposition header | ||||
| * | | DAV now returns file name with Content-Disposition header | Vincent Petry | 2016-06-09 | 3 | -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 #24791 | Thomas Müller | 2016-06-09 | 1 | -2/+2 |
|/ | |||||
* | Better handling of forbidden files in dav | Robin Appelman | 2016-06-07 | 2 | -0/+4 |
| | |||||
* | Fix checkMove() implementation for dav v2 - fixes #24776 (#24971) | Thomas Müller | 2016-06-06 | 2 | -5/+8 |
| | |||||
* | Merge pull request #24935 from owncloud/2fa-block-dav | Vincent Petry | 2016-06-02 | 2 | -3/+14 |
|\ | | | | | block DAV if 2FA challenge needs to be solved first | ||||
| * | block DAV if 2FA challenge needs to be solved first | Christoph Wurst | 2016-06-01 | 2 | -3/+14 |
| | | |||||
* | | Catch the ForbiddenException to make sure it gets handled | Joas Schilling | 2016-06-01 | 1 | -0/+3 |
|/ | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 47 | -50/+163 |
| | |||||
* | do not allow client password logins if token auth is enforced or 2FA is enabled | Christoph Wurst | 2016-05-24 | 1 | -2/+1 |
| |