Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Return 401 DummyBasicAuth in case of ajax call | Vincent Petry | 2016-03-31 | 1 | -1/+1 |
| | |||||
* | Merge pull request #23508 from owncloud/text-columns-should-have-length | Thomas Müller | 2016-03-30 | 2 | -1/+22 |
|\ | | | | | Text columns should really have a length :see_no_evil: | ||||
| * | Text columns should really have a length :see_no_evil: | Thomas Müller | 2016-03-23 | 2 | -1/+22 |
| | | |||||
* | | Fix acls for calendar objects and cards - fixes #23273 | Thomas Müller | 2016-03-24 | 1 | -1/+1 |
| | | |||||
* | | fixes #23496 | Thomas Müller | 2016-03-23 | 1 | -2/+4 |
|/ | |||||
* | Merge pull request #23083 from owncloud/generate-birthdays-on-upgrade | Thomas Müller | 2016-03-21 | 4 | -1/+18 |
|\ | | | | | Birthday events are generated on upgrade | ||||
| * | Generate birthdays on upgrade from 8.2 as well | Thomas Müller | 2016-03-10 | 1 | -0/+1 |
| | | |||||
| * | Birthday events are generated on upgrade | Thomas Müller | 2016-03-10 | 3 | -1/+17 |
| | | |||||
* | | In debugging mode we enable Sabre's browser plugin since it helps a lot when ↵ | Thomas Müller | 2016-03-17 | 2 | -8/+18 |
|/ | | | | debugging | ||||
* | Calendar and addressbook migration commands are always available | Thomas Müller | 2016-03-07 | 1 | -10/+2 |
| | |||||
* | Handle addressbook migration issue by writing the faulty event to the log ↵ | Thomas Müller | 2016-03-07 | 1 | -1/+4 |
| | | | | and continue | ||||
* | Handle calendar migration issue by writing the faulty event to the log and ↵ | Thomas Müller | 2016-03-07 | 1 | -1/+4 |
| | | | | continue | ||||
* | Use CLOB for timezone | Lukas Reschke | 2016-03-04 | 2 | -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.1 | Joas Schilling | 2016-03-02 | 1 | -2/+2 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 5 | -1/+6 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Handle null case | Thomas Müller | 2016-03-01 | 1 | -2/+5 |
| | |||||
* | remove synced remote address book if the remote server revoked access to his ↵ | Bjoern Schiessle | 2016-02-29 | 1 | -1/+2 |
| | | | | system address book | ||||
* | remove remote address book if the admin removes the server from the trusted ↵ | Bjoern Schiessle | 2016-02-29 | 1 | -0/+12 |
| | | | | servers list | ||||
* | Add correct principals for the current user before ACL check | Joas Schilling | 2016-02-19 | 2 | -3/+8 |
| | |||||
* | Merge pull request #22198 from owncloud/birthday-calendar | Thomas Müller | 2016-02-19 | 2 | -5/+40 |
|\ | | | | | Sync a users contacts birthday to the users birthday calendar | ||||
| * | Adding cli command to sync birthday calendar | Thomas Müller | 2016-02-18 | 2 | -8/+13 |
| | | |||||
| * | Sync a users contacts birthday to the users birthday calendar | Thomas Müller | 2016-02-18 | 2 | -5/+35 |
| | | |||||
* | | Require CSRF token for non WebDAV authenticated requests | Lukas Reschke | 2016-02-18 | 3 | -0/+3 |
|/ | |||||
* | On login we create a default calendar and a default addressbook for the user ↵ | Thomas Müller | 2016-02-15 | 1 | -1/+3 |
| | | | | - fixes #22360 | ||||
* | Merge pull request #20928 from owncloud/publicdav-check-permissions | C. Montero Luque | 2016-02-09 | 1 | -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 access | Robin Appelman | 2016-02-09 | 1 | -1/+7 |
| | | |||||
* | | Migration of calendars | Thomas Müller | 2016-02-09 | 3 | -2/+44 |
|/ | |||||
* | Fix path | Thomas Müller | 2016-02-08 | 1 | -2/+2 |
| | |||||
* | Adding pre oc 9.0 CalDAV endpoint for migration of old clients | Thomas Müller | 2016-02-08 | 2 | -2/+75 |
| | |||||
* | Adding pre oc 9.0 CardDAV endpoint for migration of old clients | Thomas Müller | 2016-02-08 | 3 | -2/+75 |
| | |||||
* | Add calendar sharing | Thomas Müller | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | Remove deprecated and unused standalone tag | Joas Schilling | 2016-02-03 | 1 | -1/+0 |
| | |||||
* | Unit testing migration logic | Thomas Müller | 2016-01-27 | 1 | -1/+2 |
| | |||||
* | Add app to migrate contacts and calendars | Thomas Müller | 2016-01-27 | 3 | -0/+35 |
| | | | | | | Add group sharing migration Migrate all users | ||||
* | Merge pull request #21856 from owncloud/sync-federated-cloud-users-in-cron | Thomas Müller | 2016-01-27 | 2 | -2/+0 |
|\ | | | | | Sync federated clouds using a cron job | ||||
| * | Adding unit tests | Thomas Müller | 2016-01-25 | 2 | -2/+0 |
| | | |||||
* | | Reassemble behavior on shared address books with respect to uri and displayname | Thomas Müller | 2016-01-26 | 2 | -6/+2 |
|/ | |||||
* | Merge pull request #21785 from owncloud/cron-sync-system-addressbook | Thomas Müller | 2016-01-20 | 4 | -3/+58 |
|\ | | | | | Add daily cron job to sync system address book | ||||
| * | Install cron job on install and update | Thomas Müller | 2016-01-19 | 3 | -4/+52 |
| | | |||||
| * | Add daily cron job to sync system address book | Thomas Müller | 2016-01-18 | 2 | -0/+7 |
| | | |||||
* | | Adjust ctor call | Thomas Müller | 2016-01-18 | 1 | -1/+2 |
| | | |||||
* | | Call ctors properly | Thomas Müller | 2016-01-18 | 1 | -1/+2 |
|/ | |||||
* | Fix ctor | Thomas Müller | 2016-01-14 | 1 | -1/+4 |
| | |||||
* | Start updating system addressbook | Thomas Müller | 2016-01-14 | 2 | -7/+34 |
| | |||||
* | Remove the listener plugin | Joas Schilling | 2016-01-13 | 2 | -2/+0 |
| | |||||
* | Merge pull request #21653 from owncloud/update-license-headers-2016 | Thomas Müller | 2016-01-13 | 6 | -13/+64 |
|\ | | | | | Update license headers 2016 | ||||
| * | Happy new year! | Thomas Müller | 2016-01-12 | 6 | -13/+64 |
| | | |||||
* | | Reuse backend as provided by the app container | Thomas Müller | 2016-01-12 | 1 | -9/+3 |
| | | |||||
* | | Fix ctor call | Thomas Müller | 2016-01-12 | 1 | -2/+0 |
| | | |||||
* | | Address comments | Thomas Müller | 2016-01-12 | 1 | -3/+8 |
| | |