| Commit message (Expand) | Author | Age | Files | Lines |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 40 | -0/+42 |
* | Check all remotes for local access | Joas Schilling | 2020-04-14 | 1 | -38/+15 |
* | Provide dav setting for user's default calendar | Thomas Citharel | 2020-04-13 | 2 | -11/+28 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 11 | -35/+35 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 19 | -49/+49 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 33 | -165/+107 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 7 | -41/+41 |
* | Remove space between switch case and colon | Christoph Wurst | 2020-04-09 | 2 | -7/+7 |
* | Remove spaces after method or function call | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 8 | -19/+19 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 9 | -9/+0 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 2 | -17/+17 |
* | Add default titles for titleless events in invitations | Thomas Citharel | 2020-04-03 | 1 | -1/+4 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 19 | -17/+21 |
* | Merge pull request #19325 from nextcloud/dependachristoph/composer/sabre-4.0 | Roeland Jago Douma | 2020-03-30 | 3 | -2/+3 |
|\ |
|
| * | Set custom ProdId in Birthday service, do not depend on Sabre Versio number f... | Georg Ehrke | 2020-03-27 | 1 | -0/+1 |
| * | Sabre/DAV 4.0: beforeMethod is now beforeMethod:* | Georg Ehrke | 2020-03-27 | 2 | -2/+2 |
* | | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 5 | -5/+0 |
|\ \
| |/
|/| |
|
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 5 | -5/+0 |
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 2 | -3/+3 |
|/ |
|
* | Merge pull request #19986 from nextcloud/bugfix/19980/fix_uid_as_uri | Roeland Jago Douma | 2020-03-25 | 1 | -3/+11 |
|\ |
|
| * | RefreshWebcalService: randomly generate calendar-object uri | Georg Ehrke | 2020-03-16 | 1 | -3/+11 |
* | | Merge pull request #18788 from nextcloud/fix/18782/translate-busy-in-caldav | Christoph Wurst | 2020-03-24 | 3 | -9/+23 |
|\ \ |
|
| * | | Translate 'Busy' in CalDAV | Gary Kim | 2020-02-23 | 3 | -9/+23 |
* | | | Add check that DateTime parameters are of correct type | Thomas Citharel | 2020-03-22 | 1 | -3/+4 |
* | | | fix OCA\DAV\CalDAV\CalDavBackend search $options | dartcafe | 2020-03-22 | 1 | -2/+2 |
| |/
|/| |
|
* | | Merge pull request #19252 from nextcloud/bug/fix-notification-object-id | Joas Schilling | 2020-02-25 | 1 | -1/+4 |
|\ \ |
|
| * | | Hash event UID to make sure it's not too long for PushProvider | Thomas Citharel | 2020-02-01 | 1 | -1/+4 |
* | | | Correctly trim long cyrillic note | Joas Schilling | 2020-02-25 | 1 | -3/+2 |
* | | | Merge pull request #19196 from nextcloud/feature/17126/allow_apps_to_register... | Roeland Jago Douma | 2020-02-23 | 3 | -2/+239 |
|\ \ \
| |_|/
|/| | |
|
| * | | Allow apps to provide Calendars in user's calendarHome | Georg Ehrke | 2020-02-18 | 3 | -2/+239 |
* | | | Move RefreshWebcalJob logic to a proper service so that it may be called | Thomas Citharel | 2020-02-10 | 1 | -0/+416 |
|/ / |
|
* / | Fix display of DTEND for multi-day all-day event | Georg Ehrke | 2020-01-30 | 1 | -0/+4 |
|/ |
|
* | Merge pull request #18115 from nextcloud/bugfix/17951/reminderservice_resourc... | Roeland Jago Douma | 2019-12-27 | 1 | -2/+10 |
|\ |
|
| * | Properly handle resources in ReminderService | Georg Ehrke | 2019-11-26 | 1 | -2/+10 |
* | | Verify that is an array before accessing it | Georg Ehrke | 2019-12-09 | 1 | -2/+4 |
* | | Update license headers | Christoph Wurst | 2019-12-05 | 59 | -117/+208 |
* | | Merge pull request #18113 from nextcloud/bugfix/15967/webcal_cache_headers | Roeland Jago Douma | 2019-11-29 | 1 | -0/+97 |
|\ \ |
|
| * | | Add refresh-interval to exported calendars | Georg Ehrke | 2019-11-27 | 1 | -0/+97 |
| |/ |
|
* | | Set common-name to user's displayname if none is set | Georg Ehrke | 2019-11-29 | 1 | -1/+16 |
* | | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 2 | -6/+2 |
|/ |
|
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 43 | -48/+80 |
* | Merge pull request #17174 from nextcloud/bugfix/noid/properly_mark_birthday_c... | Roeland Jago Douma | 2019-09-17 | 2 | -2/+9 |
|\ |
|
| * | properly mark birthday calendars as not shareable for now | Georg Ehrke | 2019-09-17 | 2 | -2/+9 |
* | | Sabre/VObject returns a DateAndOrTime object now, so adapt to it in Birthday ... | Georg Ehrke | 2019-09-16 | 1 | -4/+11 |
|/ |
|
* | Make push notifications for calendar reminders opt-in | Georg Ehrke | 2019-09-02 | 1 | -0/+4 |
* | Merge pull request #16615 from nextcloud/feature/16518/rooms_resources_should... | Roeland Jago Douma | 2019-08-28 | 1 | -2/+395 |
|\ |
|
| * | Make rooms / resources automatically reply to invites | Georg Ehrke | 2019-08-26 | 1 | -2/+395 |
* | | replace coffin with textual description "Death of ..." | Georg Ehrke | 2019-08-26 | 1 | -49/+132 |
|/ |
|
* | fix foreach error for reminder generator | Georg Ehrke | 2019-08-18 | 1 | -0/+8 |