summaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* 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:
| * 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
|\ | | | | Birthday events are generated on upgrade
| * 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
|/ | | | debugging
* 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 ↵Thomas Müller2016-03-071-1/+4
| | | | and continue
* Handle calendar migration issue by writing the faulty event to the log and ↵Thomas Müller2016-03-071-1/+4
| | | | continue
* Use CLOB for timezoneLukas Reschke2016-03-042-3/+3
| | | | | | | | TEXT defaults to a length of 255 which is going to fail in some cases as the timezone can be rather long. This changes it back to a CLOB as it has been before as well: https://github.com/owncloudarchive/calendar/commit/8d8bb68b010fc2c42a258dee43516404a95ab861. I'm not super convinced that CLOB is the best choice here but at least it seems to work. Fixes https://github.com/owncloud/core/issues/22876
* Increase all versions on master which is now 9.1Joas Schilling2016-03-021-2/+2
|
* Update author informationLukas Reschke2016-03-015-1/+6
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* 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
| | | | system address book
* remove remote address book if the admin removes the server from the trusted ↵Bjoern Schiessle2016-02-291-0/+12
| | | | servers list
* 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
|\ | | | | Sync a users contacts birthday to the users birthday calendar
| * 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
| | | | - fixes #22360
* 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 access
| * 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
|
* Remove deprecated and unused standalone tagJoas Schilling2016-02-031-1/+0
|
* Unit testing migration logicThomas Müller2016-01-271-1/+2
|
* Add app to migrate contacts and calendarsThomas Müller2016-01-273-0/+35
| | | | | | Add group sharing migration Migrate all users
* Merge pull request #21856 from owncloud/sync-federated-cloud-users-in-cronThomas Müller2016-01-272-2/+0
|\ | | | | Sync federated clouds using a cron job
| * Adding unit testsThomas Müller2016-01-252-2/+0
| |
* | Reassemble behavior on shared address books with respect to uri and displaynameThomas Müller2016-01-262-6/+2
|/
* Merge pull request #21785 from owncloud/cron-sync-system-addressbookThomas Müller2016-01-204-3/+58
|\ | | | | Add daily cron job to sync system address book
| * Install cron job on install and updateThomas Müller2016-01-193-4/+52
| |
| * Add daily cron job to sync system address bookThomas Müller2016-01-182-0/+7
| |
* | Adjust ctor callThomas Müller2016-01-181-1/+2
| |
* | Call ctors properlyThomas Müller2016-01-181-1/+2
|/
* Fix ctorThomas Müller2016-01-141-1/+4
|
* Start updating system addressbookThomas Müller2016-01-142-7/+34
|
* Remove the listener pluginJoas Schilling2016-01-132-2/+0
|
* Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-136-13/+64
|\ | | | | Update license headers 2016
| * Happy new year!Thomas Müller2016-01-126-13/+64
| |
* | Reuse backend as provided by the app containerThomas Müller2016-01-121-9/+3
| |
* | Fix ctor callThomas Müller2016-01-121-2/+0
| |
* | Address commentsThomas Müller2016-01-121-3/+8
| |