summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Migration
Commit message (Expand)AuthorAgeFilesLines
* Allow DAV Object propertiesThomas Citharel2022-05-162-0/+123
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-021-9/+3
* Cast orphan subscription id to intChristoph Wurst2021-12-011-4/+5
* Add repair job to delete calendar subscriptions that were orphaned whenThomas Citharel2021-09-041-0/+144
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0432-76/+82
* Add a trashbin for calendars and calendar objectsChristoph Wurst2021-05-311-0/+45
* Drop redundant indesRoeland Jago Douma2021-02-162-1/+55
* Add cards_abiduri index on installRoeland Jago Douma2021-01-161-0/+1
* Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-1210-10/+10
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-084-5/+5
* Update license headersChristoph Wurst2020-12-302-4/+2
* re-index contacts with social profilescall-me-matt2020-12-222-0/+216
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-165-0/+5
* Adjust further columnsVincent Petry2020-12-091-0/+6
* Adjust calendars.components to 64 charsVincent Petry2020-12-091-0/+6
* Manually iterate over calendardata when oracle is usedJulius Härtl2020-11-111-0/+32
* Fix CSJoas Schilling2020-11-101-0/+1
* Make sure columns with an empty default are nullable for OracleJoas Schilling2020-11-102-1/+61
* Don't leave cursors open when tests failJoas Schilling2020-11-092-2/+6
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-2410-1/+10
* Don't load all calendar objects into memoryJoas Schilling2020-08-201-14/+15
* Replace TYPE with TYPESDaniel Kesselberg2020-06-3010-56/+56
* Update license headers for 19Christoph Wurst2020-04-294-0/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-108-8/+4
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Merge pull request #19761 from nextcloud/bugfix/19658/add_missing_index_to_or...Roeland Jago Douma2020-04-062-0/+2
|\
| * Create Mount IDs as BigInt by defaultGeorg Ehrke2020-03-032-1/+1
| * Add indices to original DAV migrationGeorg Ehrke2020-03-031-0/+2
* | Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+2
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\ \
| * | Remove unused importsChristoph Wurst2020-03-251-1/+0
| |/
* / Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
|/
* Update license headersChristoph Wurst2019-12-0527-25/+138
* Some php-cs fixesRoeland Jago Douma2019-11-2221-18/+29
* Return $schema on change and null otherwiseDaniel Kesselberg2019-10-291-1/+3
* Check the calendar type of calendarobjects & calendarchangesThomas Citharel2019-08-261-0/+6
* Remove orphaned calendar data from deleted subscriptionsThomas Citharel2019-08-221-0/+5
* Final fixesGeorg Ehrke2019-08-151-1/+2
* Add repair step to register reminder index for existing eventsGeorg Ehrke2019-08-151-0/+96
* Support recurring events + repeating alarmsGeorg Ehrke2019-08-153-84/+117
* Support event reminders (email and notifications)Thomas Citharel2019-08-151-0/+82
* use principaluri instead of userid, allowing to add delegates for rooms and t...Georg Ehrke2019-08-151-0/+2
* Add table to handle calendar delegationsRoeland Jago Douma2019-08-141-0/+53
* add oc_calendar_resources_md and oc_calendar_rooms_md tablesGeorg Ehrke2019-08-011-0/+69
* Don't run repair step for every individual user, outsource that to background...Georg Ehrke2019-05-231-16/+3
* avoids users searches on backend, faster processingArthur Schiwon2019-04-171-2/+2
* Deduplicate index namesJoas Schilling2019-03-271-2/+2
* Make sure all tables have named indexesJoas Schilling2019-03-271-2/+2
* Merge pull request #11832 from nextcloud/bugfix/9849/birthday_without_yearMorris Jobke2019-02-201-0/+85
|\
| * Add Repair step to regenerate birthday calendarGeorg Ehrke2019-02-161-0/+85