summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #282 from nextcloud/fix-testsBjörn Schießle2016-07-012-32/+26
|\
| * Fix Comments tests with phpunit 5.2+Joas Schilling2016-07-011-10/+0
| * Fix DAV tests with phpunit 5.2+Joas Schilling2016-07-011-22/+26
* | Merge pull request #244 from nextcloud/theming-app-stable9Björn Schießle2016-07-011-0/+2
|\ \ | |/ |/|
| * Also fix the dav testJoas Schilling2016-07-011-0/+2
* | Merge pull request #254 from nextcloud/fix-229-stable9Morris Jobke2016-06-302-1/+6
|\ \ | |/ |/|
| * get only vcard which match both the address book id and the vcard uriBjoern Schiessle2016-06-302-1/+6
* | Name method properlyLukas Reschke2016-06-301-1/+1
* | add some additonal permission checks to the webdav backendBjoern Schiessle2016-06-302-5/+48
|/
* Merge remote-tracking branch 'upstream/stable9' into stable9-upstream-syncLukas Reschke2016-06-265-9/+51
|\
| * DAV now returns file name with Content-Disposition headerVincent Petry2016-06-135-9/+51
* | fixed codeMorris Jobke2016-06-201-1/+1
* | [stable9] Backport files drop featureLukas Reschke2016-06-111-0/+4
* | Adjust some more branding textsLukas Reschke2016-06-111-1/+1
|/
* Catch the ForbiddenException to make sure it gets handledJoas Schilling2016-06-031-0/+3
* Personal calendar should be generated even if the birthday calendar already e...Thomas Müller2016-04-222-16/+169
* Birthday calendar should never have write acl - fixes #24154Thomas Müller2016-04-213-15/+19
* Adding VCFExportPluginThomas Müller2016-04-101-0/+2
* Merge pull request #23801 from owncloud/fix-23496-master-stable9Thomas Müller2016-04-081-2/+4
|\
| * fixes #23496Thomas Müller2016-04-051-2/+4
* | Merge pull request #23574 from owncloud/sabre-plugin-browser-error-page-stable9Thomas Müller2016-04-066-2/+217
|\ \ | |/ |/|
| * Add magical regex to catch browsersLukas Reschke2016-03-241-1/+7
| * In case of exception we return an html page in case the client is a browserThomas Müller2016-03-246-2/+211
* | Revert "Explicitly add the current principal to the acl in case of group shar...Thomas Müller2016-03-3114-137/+65
* | Handle group shares of addressbooks on v1 as well ... now FINALLY ....Thomas Müller2016-03-311-1/+2
* | Fix acls for calendar objects and cards - fixes #23273Thomas Müller2016-03-319-84/+193
* | Return proper current-user-principal on v1 endpoints - fixes #23306Thomas Müller2016-03-311-0/+15
* | Fix group shares on v1 caldav and carddav - fixes #23328Thomas Müller2016-03-313-4/+5
* | Fix unit testThomas Müller2016-03-301-1/+1
* | Explicitly add the current principal to the acl in case of group sharingThomas Müller2016-03-2914-66/+138
* | Return remote shares in oc:share-types Webdav propertyVincent Petry2016-03-242-1/+4
|/
* Check if request is sent from official ownCloud clientLukas Reschke2016-03-242-36/+239
* Merge pull request #23467 from owncloud/early-creation-of-birthday-calendar-s...Thomas Müller2016-03-221-16/+12
|\
| * Create the contact birthday calendar right away as soon as the command is exe...Thomas Müller2016-03-221-16/+12
* | adjust PrincipalUri as returned from Sabre to effective usernameArthur Schiwon2016-03-222-4/+10
|/
* Generate birthdays on upgrade from 8.2 as wellThomas Müller2016-03-211-0/+1
* Birthday events are generated on upgradeThomas Müller2016-03-213-1/+17
* Remove duplicated copyrightRoeland Jago Douma2016-03-182-27/+0
* Add webdav property for share info in PROPFIND responseVincent Petry2016-03-184-0/+553
* Set proper public webdav permissions when public upload disabledRoeland Jago Douma2016-03-171-0/+5
* Merge pull request #23128 from owncloud/contacts_calendar_name_color-stable9Thomas Müller2016-03-171-0/+5
|\
| * add title and color to birthday calendarGeorg Ehrke2016-03-101-0/+5
* | Merge pull request #23075 from owncloud/backport-23074-oracle-ext-storageThomas Müller2016-03-151-2/+2
|\ \
| * | Correctly escape join statements and use selectAliasJoas Schilling2016-03-101-2/+2
* | | Merge pull request #22949 from owncloud/stable9-fix-group-share-migration-for...Thomas Müller2016-03-145-18/+31
|\ \ \
| * | | Fix group sharing and sharing permissions - fixes #22932Thomas Müller2016-03-085-18/+31
* | | | Merge pull request #23114 from owncloud/no-fatal-error-if-DSTART-is-not-set-s...Thomas Müller2016-03-142-4/+19
|\ \ \ \
| * | | | fixes #23004Thomas Müller2016-03-102-3/+18
| * | | | fixes #23020Thomas Müller2016-03-101-1/+1
| | |/ / | |/| |
* | | | Merge pull request #23105 from owncloud/readonly-birthday-cal-stable9Thomas Müller2016-03-142-7/+13
|\ \ \ \