| Commit message (Expand) | Author | Age | Files | Lines |
* | Directly fix the values | Joas Schilling | 2017-03-26 | 1 | -1/+1 |
* | Merge pull request #3802 from Ko-/master | Roeland Jago Douma | 2017-03-16 | 2 | -2/+6 |
|\ |
|
| * | Check that set_time_limit is not disabled before calling it | Ko- | 2017-03-11 | 2 | -2/+6 |
* | | Fix scheduling plugin on legacy caldav endpoint | Joas Schilling | 2017-03-16 | 1 | -1/+1 |
|/ |
|
* | Add integration tests for legacy DAV endpoints | Lukas Reschke | 2017-02-10 | 2 | -0/+2 |
* | Prevent PHP request to get killed when using fclose callback (#26775) | Vincent Petry | 2017-01-23 | 2 | -0/+2 |
* | Fix legacy caldav endpoints | Roeland Jago Douma | 2017-01-02 | 1 | -1/+1 |
* | Add test execution against legacy DAV backend | Lukas Reschke | 2017-01-02 | 2 | -0/+2 |
* | Merge pull request #2273 from nextcloud/fix_invalid_calendar | Lukas Reschke | 2016-12-20 | 1 | -0/+1 |
|\ |
|
| * | Add DAV repair step to fix calendar data | Roeland Jago Douma | 2016-11-24 | 1 | -0/+1 |
* | | Update app versions and requirements | Joas Schilling | 2016-12-13 | 1 | -2/+2 |
* | | Move event and todo parsing to new API | Joas Schilling | 2016-11-29 | 1 | -0/+2 |
* | | Move calendar activity parsing to new API | Joas Schilling | 2016-11-29 | 1 | -0/+3 |
* | | Move CalDAV activity settings to new API | Joas Schilling | 2016-11-29 | 1 | -0/+7 |
* | | Move CalDAV activity filters to new API | Joas Schilling | 2016-11-29 | 1 | -0/+7 |
|/ |
|
* | Remove 9.1 migration steps in app dav (#25654) | Thomas Müller | 2016-11-22 | 1 | -4/+0 |
* | Hack to prevent warning for read-only wrapper in public links | Vincent Petry | 2016-11-16 | 1 | -5/+3 |
* | Use 11.0 instead 9.2 | Lukas Reschke | 2016-11-15 | 1 | -1/+1 |
* | Use the event dispatcher | Joas Schilling | 2016-11-03 | 1 | -4/+2 |
* | Move the methods into a new class | Joas Schilling | 2016-11-03 | 1 | -2/+4 |
* | Only enable files_drop plugin when we actuall do files_drop | Roeland Jago Douma | 2016-10-24 | 1 | -0/+5 |
* | Make files_drop work | Roeland Jago Douma | 2016-10-24 | 1 | -3/+9 |
* | fix issue #1482 - mail invites through v1 webdav | Claudemir Todo Bom | 2016-10-12 | 1 | -0/+2 |
* | [9.2] Register commands in info.xml (#26248) | Thomas Müller | 2016-10-11 | 2 | -39/+6 |
* | Fix SyncJob class name in info.xml | Joas Schilling | 2016-10-06 | 1 | -1/+1 |
* | Merge pull request #1197 from nextcloud/oc-public-sharing | Lukas Reschke | 2016-09-27 | 2 | -1/+12 |
|\ |
|
| * | Use true random string as uri for public calendars - as a result we can no lo... | Thomas Müller | 2016-09-26 | 1 | -1/+3 |
| * | Add publicuri to oc_dav_shares table and start working with it | Thomas Citharel | 2016-09-26 | 2 | -1/+9 |
| * | fix things (indentation, tests, comments, backend custom implementation | Thomas Citharel | 2016-09-26 | 1 | -1/+2 |
| * | Make little corrections | Thomas Citharel | 2016-09-26 | 1 | -1/+0 |
| * | Proper work on Publishing | Thomas Citharel | 2016-09-26 | 1 | -0/+1 |
* | | Increase the max length for components | Joas Schilling | 2016-09-27 | 2 | -2/+2 |
* | | Merge pull request #1457 from nextcloud/upstream-fix-birthday-calendar-component | Lukas Reschke | 2016-09-26 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Adding repair step to fix component of birthday calendars | Thomas Müller | 2016-09-20 | 1 | -0/+1 |
* | | Use magic DI | Joas Schilling | 2016-09-20 | 2 | -4/+5 |
|/ |
|
* | Better displaynames for shared address books | Joas Schilling | 2016-08-24 | 1 | -1/+1 |
* | Better displaynames for shared calendars | Joas Schilling | 2016-08-24 | 1 | -1/+1 |
* | Increment the versions and adjust the capitilization | Joas Schilling | 2016-08-08 | 1 | -1/+1 |
* | fix #724 by using step instead of job | Bernhard Posselt | 2016-08-04 | 1 | -2/+2 |
* | add dav property to check if a file has a preview available | Robin Appelman | 2016-07-27 | 2 | -2/+4 |
* | Also increase the min version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
* | bumb compatible app versions for core apps | Robin Appelman | 2016-07-22 | 1 | -1/+1 |
* | Merge pull request #517 from nextcloud/fix-typo | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
|\ |
|
| * | Use app name from stable9 | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
* | | Merge pull request #500 from nextcloud/bump_version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Increase app versions | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | | Merge pull request #496 from nextcloud/fix-config-generation | Morris Jobke | 2016-07-21 | 1 | -1/+1 |
|\ \ |
|
| * | | Change the app name | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| |/ |
|
* | | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | | Fix apps/ | Joas Schilling | 2016-07-21 | 7 | -14/+26 |
|/ |
|