summaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo
Commit message (Expand)AuthorAgeFilesLines
...
| * | Implement classification migration as repair stepThomas Müller2016-06-092-1/+5
| * | Bump dav app version and fix variable renameThomas Müller2016-06-091-1/+1
| * | Add migration stepThomas Müller2016-06-092-1/+2
| * | Extract CLASS property from calendar object and store it in the databaseThomas Müller2016-06-091-0/+6
| |/
* / block webdav access if share is not readableBjoern Schiessle2016-06-091-0/+5
|/
* block DAV if 2FA challenge needs to be solved firstChristoph Wurst2016-06-013-0/+3
* Update license headersLukas Reschke2016-05-268-5/+11
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-126-174/+5
* Add background job declaration of dav app to info.xmlThomas Müller2016-05-034-7/+3
* firstoccurence and lastoccurence have a length now - triggering BIGINT on pos...Thomas Müller2016-04-292-1/+3
* move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-221-1/+3
* Merge pull request #23268 from owncloud/range-requests-should-not-block-the-s...Thomas Müller2016-04-181-0/+1
|\
| * Close session for publicwebdavLukas Reschke2016-03-151-0/+1
* | Remove dav migration for 9.1Thomas Müller2016-04-133-66/+0
* | Merge pull request #23510 from owncloud/birthdays-on-shared-addressbooksThomas Müller2016-04-081-4/+11
|\ \
| * | Propagate birthday to group shares as wellThomas Müller2016-03-231-4/+9
| * | Propagate birthdays of shared addressbooks to the sharee's birthday calendar ...Thomas Müller2016-03-231-0/+2
* | | Move public webdav auth over to share managerRoeland Jago Douma2016-04-081-5/+8
* | | All webdav endpoints within remote.php are now hardcoded - helps to prevent m...Thomas Müller2016-04-051-11/+0
* | | Return 401 DummyBasicAuth in case of ajax callVincent Petry2016-03-311-1/+1
* | | Merge pull request #23508 from owncloud/text-columns-should-have-lengthThomas Müller2016-03-302-1/+22
|\ \ \
| * | | Text columns should really have a length :see_no_evil:Thomas Müller2016-03-232-1/+22
| |/ /
* | | Fix acls for calendar objects and cards - fixes #23273Thomas Müller2016-03-241-1/+1
* | | fixes #23496Thomas Müller2016-03-231-2/+4
|/ /
* | Merge pull request #23083 from owncloud/generate-birthdays-on-upgradeThomas Müller2016-03-214-1/+18
|\ \
| * | Generate birthdays on upgrade from 8.2 as wellThomas Müller2016-03-101-0/+1
| * | Birthday events are generated on upgradeThomas Müller2016-03-103-1/+17
| |/
* / In debugging mode we enable Sabre's browser plugin since it helps a lot when ...Thomas Müller2016-03-172-8/+18
|/
* Calendar and addressbook migration commands are always availableThomas Müller2016-03-071-10/+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-1/+4
* Use CLOB for timezoneLukas Reschke2016-03-042-3/+3
* Increase all versions on master which is now 9.1Joas Schilling2016-03-021-2/+2
* Update author informationLukas Reschke2016-03-015-1/+6
* Handle null caseThomas Müller2016-03-011-2/+5
* remove synced remote address book if the remote server revoked access to his ...Bjoern Schiessle2016-02-291-1/+2
* remove remote address book if the admin removes the server from the trusted s...Bjoern Schiessle2016-02-291-0/+12
* Add correct principals for the current user before ACL checkJoas Schilling2016-02-192-3/+8
* Merge pull request #22198 from owncloud/birthday-calendarThomas Müller2016-02-192-5/+40
|\
| * Adding cli command to sync birthday calendarThomas Müller2016-02-182-8/+13
| * Sync a users contacts birthday to the users birthday calendarThomas Müller2016-02-182-5/+35
* | Require CSRF token for non WebDAV authenticated requestsLukas Reschke2016-02-183-0/+3
|/
* On login we create a default calendar and a default addressbook for the user ...Thomas Müller2016-02-151-1/+3
* Merge pull request #20928 from owncloud/publicdav-check-permissionsC. Montero Luque2016-02-091-1/+7
|\
| * Check that the owner of a link share still has share permissions on accessRobin Appelman2016-02-091-1/+7
* | Migration of calendarsThomas Müller2016-02-093-2/+44
|/
* Fix pathThomas Müller2016-02-081-2/+2
* Adding pre oc 9.0 CalDAV endpoint for migration of old clientsThomas Müller2016-02-082-2/+75
* Adding pre oc 9.0 CardDAV endpoint for migration of old clientsThomas Müller2016-02-083-2/+75
* Add calendar sharingThomas Müller2016-02-031-1/+1