summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "Explicitly add the current principal to the acl in case of group shar...Thomas Müller2016-03-312-28/+14
* Fix acls for calendar objects and cards - fixes #23273Thomas Müller2016-03-312-3/+122
* Explicitly add the current principal to the acl in case of group sharingThomas Müller2016-03-292-14/+28
* Return remote shares in oc:share-types Webdav propertyVincent Petry2016-03-241-0/+2
* Check if request is sent from official ownCloud clientLukas Reschke2016-03-241-19/+174
* adjust PrincipalUri as returned from Sabre to effective usernameArthur Schiwon2016-03-221-3/+3
* Remove duplicated copyrightRoeland Jago Douma2016-03-181-6/+0
* Add webdav property for share info in PROPFIND responseVincent Petry2016-03-181-0/+263
* Merge pull request #22949 from owncloud/stable9-fix-group-share-migration-for...Thomas Müller2016-03-142-10/+25
|\
| * Fix group sharing and sharing permissions - fixes #22932Thomas Müller2016-03-082-10/+25
* | Merge pull request #23114 from owncloud/no-fatal-error-if-DSTART-is-not-set-s...Thomas Müller2016-03-141-2/+17
|\ \
| * | fixes #23004Thomas Müller2016-03-101-2/+17
* | | Merge pull request #23105 from owncloud/readonly-birthday-cal-stable9Thomas Müller2016-03-141-3/+4
|\ \ \
| * | | The birthday_calendar is read-onlyThomas Müller2016-03-101-3/+4
* | | | getOwner is not available on FileHome - fixes #23116Thomas Müller2016-03-101-2/+50
|/ / /
* | | Merge pull request #22909 from owncloud/backport-22244-prevent-calendar-propp...Thomas Müller2016-03-102-0/+55
|\ \ \ | |/ / |/| |
| * | Allow to hide a shared calendarJoas Schilling2016-03-071-3/+26
| * | For 9.0 we don't have the possibility to store calendar and addressbook prope...Thomas Müller2016-03-072-0/+32
* | | Merge pull request #22841 from owncloud/stable9_22830Thomas Müller2016-03-091-2/+2
|\ \ \ | |_|/ |/| |
| * | Rename and move permissions are set when a file is updatableRoeland Jago Douma2016-03-041-2/+2
| |/
* | Handle addressbook migration issue by writing the faulty event to the log and...Thomas Müller2016-03-071-1/+4
* | Handle calendar migration issue by writing the faulty event to the log and co...Thomas Müller2016-03-071-5/+7
|/
* Merge pull request #22757 from owncloud/apply-licenseC. Montero Luque2016-03-019-4/+28
|\
| * Remove Scrutinizer Auto FixerLukas Reschke2016-03-012-2/+0
| * Map MaciLukas Reschke2016-03-011-0/+1
| * Update author informationLukas Reschke2016-03-017-2/+27
* | allow putting the part file in the view rootRobin Appelman2016-03-011-0/+56
|/
* Merge pull request #22686 from owncloud/cleanup_remote_address_booksThomas Müller2016-03-011-3/+6
|\
| * remove synced remote address book if the remote server revoked access to his ...Bjoern Schiessle2016-02-291-3/+6
* | Merge pull request #22613 from owncloud/quota-changedavreturnvaluewhennoquotasetThomas Müller2016-03-011-3/+36
|\ \
| * | Return -3 for unlimited quotaVincent Petry2016-02-291-3/+36
| |/
* / Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*Joas Schilling2016-02-291-3/+4
|/
* Merge pull request #22569 from owncloud/issue-22566-too-much-mapping-entriesThomas Müller2016-02-231-11/+11
|\
| * Fix dav unit testsJoas Schilling2016-02-231-11/+11
* | Case insensitive search in contacts - fixes #22575Thomas Müller2016-02-221-2/+2
|/
* Make non-public-method protectedJoas Schilling2016-02-221-8/+8
* Check if user has permission to create such a tagLukas Reschke2016-02-191-2/+253
* Merge pull request #22198 from owncloud/birthday-calendarThomas Müller2016-02-194-8/+183
|\
| * Adding cli command to sync birthday calendarThomas Müller2016-02-181-2/+34
| * Prevent deletion of birthday calendarThomas Müller2016-02-181-2/+4
| * Sync a users contacts birthday to the users birthday calendarThomas Müller2016-02-183-6/+147
* | Merge pull request #22424 from owncloud/add-generic-csrf-protection-to-webdavThomas Müller2016-02-191-45/+62
|\ \
| * | Require CSRF token for non WebDAV authenticated requestsLukas Reschke2016-02-181-45/+62
| |/
* / Check the quota on the actual file's storage in dav quota pluginVincent Petry2016-02-171-5/+104
|/
* Queries on the cards table by uri require the addressbook as well - fixes #22284Thomas Müller2016-02-152-7/+7
* Adding a custom webdav property which holds the list of contacts groupsThomas Müller2016-02-101-0/+17
* Fix group principalThomas Müller2016-02-101-2/+12
* Merge pull request #22228 from owncloud/comments-limit-messageThomas Müller2016-02-092-0/+132
|\
| * on DAV throw Bad Request if provided message is too longArthur Schiwon2016-02-092-0/+132
* | Merge pull request #22234 from owncloud/systemtags-filter-intersect-emptyThomas Müller2016-02-091-17/+100
|\ \