summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* fix typoThomas Citharel2016-12-021-1/+1
* Make sure we only use numbers as lengthJoas Schilling2016-10-191-2/+3
* Unset user PHOTO before setting new one in OCA\DAV\CardDAV\Converter::updateC...Olivier Mehani2016-10-121-0/+1
* Don't print exception message in HTMLLukas Reschke2016-09-091-4/+3
* UPDATE permissions qualify for renaming a nodeJoas Schilling2016-09-081-5/+10
* Only require CREATE permissions when the file does not exist yetJoas Schilling2016-09-081-2/+11
* Correctly handle multi-values when converting VCards to arrayJoas Schilling2016-08-311-1/+43
* [stable9] Adding quota plugin to new dav endpointLukas Reschke2016-07-291-0/+4
* Run the license scriptJoas Schilling2016-07-2283-160/+252
* Cast share id to string (#25402) (#25431)Thomas Müller2016-07-201-1/+1
* Use the themed Defaults everywhereJoas Schilling2016-07-151-1/+1
* Merge branch 'stable9' into sync-stable9Morris Jobke2016-07-072-6/+29
|\
| * Merge pull request #254 from nextcloud/fix-229-stable9Morris Jobke2016-06-301-1/+1
| |\
| | * get only vcard which match both the address book id and the vcard uriBjoern Schiessle2016-06-301-1/+1
| * | add some additonal permission checks to the webdav backendBjoern Schiessle2016-06-301-5/+28
| |/
| * Merge remote-tracking branch 'upstream/stable9' into stable9-upstream-syncLukas Reschke2016-06-263-6/+35
| |\
| * | Adjust some more branding textsLukas Reschke2016-06-111-1/+1
* | | Merge pull request #25298 from owncloud/schiessle-fix-get-contact-stable9Vincent Petry2016-07-061-1/+1
|\ \ \
| * | | get only vcards which match both the address book id and the vcard uri (#25294)Björn Schießle2016-06-291-1/+1
| | |/ | |/|
* / | Suppress warnings from DAV migration if there's nothing to do (#25279)Thomas Müller2016-07-013-2/+29
|/ /
* / DAV now returns file name with Content-Disposition headerVincent Petry2016-06-133-6/+35
|/
* 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-221-16/+17
* Birthday calendar should never have write acl - fixes #24154Thomas Müller2016-04-211-13/+7
* Adding VCFExportPluginThomas Müller2016-04-101-0/+2
* Merge pull request #23574 from owncloud/sabre-plugin-browser-error-page-stable9Thomas Müller2016-04-064-2/+130
|\
| * 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-244-2/+124
* | Revert "Explicitly add the current principal to the acl in case of group shar...Thomas Müller2016-03-317-86/+42
* | 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-316-80/+69
* | 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-297-42/+86
* | Return remote shares in oc:share-types Webdav propertyVincent Petry2016-03-241-1/+2
|/
* Check if request is sent from official ownCloud clientLukas Reschke2016-03-241-17/+65
* 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-221-1/+7
|/
* Remove duplicated copyrightRoeland Jago Douma2016-03-181-21/+0
* Add webdav property for share info in PROPFIND responseVincent Petry2016-03-183-0/+290
* 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-143-8/+6
|\ \ \
| * | | Fix group sharing and sharing permissions - fixes #22932Thomas Müller2016-03-083-8/+6
* | | | Merge pull request #23114 from owncloud/no-fatal-error-if-DSTART-is-not-set-s...Thomas Müller2016-03-141-2/+2
|\ \ \ \