Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-09Adjust further columnsVincent Petry
2020-12-09Adjust calendars.components to 64 charsVincent Petry
2020-11-11Manually iterate over calendardata when oracle is usedJulius Härtl
2020-11-10Fix CSJoas Schilling
2020-11-10Make sure columns with an empty default are nullable for OracleJoas Schilling
2020-11-09Don't leave cursors open when tests failJoas Schilling
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-20Don't load all calendar objects into memoryJoas Schilling
2020-07-01Replace TYPE with TYPESDaniel Kesselberg
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-06Merge pull request #19761 from nextcloud/bugfix/19658/add_missing_index_to_or...Roeland Jago Douma
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-03-03Create Mount IDs as BigInt by defaultGeorg Ehrke
2020-03-03Add indices to original DAV migrationGeorg Ehrke
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-10-29Return $schema on change and null otherwiseDaniel Kesselberg
2019-08-26Check the calendar type of calendarobjects & calendarchangesThomas Citharel
2019-08-22Remove orphaned calendar data from deleted subscriptionsThomas Citharel
2019-08-15Final fixesGeorg Ehrke
2019-08-15Add repair step to register reminder index for existing eventsGeorg Ehrke
2019-08-15Support recurring events + repeating alarmsGeorg Ehrke
2019-08-15Support event reminders (email and notifications)Thomas Citharel
2019-08-15use principaluri instead of userid, allowing to add delegates for rooms and t...Georg Ehrke
2019-08-14Add table to handle calendar delegationsRoeland Jago Douma
2019-08-01add oc_calendar_resources_md and oc_calendar_rooms_md tablesGeorg Ehrke
2019-05-23Don't run repair step for every individual user, outsource that to background...Georg Ehrke
2019-04-17avoids users searches on backend, faster processingArthur Schiwon
2019-03-27Deduplicate index namesJoas Schilling
2019-03-27Make sure all tables have named indexesJoas Schilling
2019-02-20Merge pull request #11832 from nextcloud/bugfix/9849/birthday_without_yearMorris Jobke
2019-02-16Add Repair step to regenerate birthday calendarGeorg Ehrke
2019-01-17Merge pull request #13511 from nextcloud/bugfix/noid/remove-orphan-event-and-...Morris Jobke
2019-01-14Principals can be principal/user/<name> or principal/<name> from legacy installsJoas Schilling
2019-01-11Remove orphan event and contacts dataJoas Schilling
2019-01-11Check for no longer existing calendarsRoeland Jago Douma
2019-01-09Merge pull request #13430 from nextcloud/bugfix/13331/respect-classification-...Roeland Jago Douma
2019-01-08Add a repair step to remove sensitive event activityJoas Schilling
2019-01-04Add live repair step to cleanup old chunksRoeland Jago Douma
2018-11-14Shorten index name of calendar changes tableJoas Schilling
2018-11-13Fix Calendarsubscriptions source column change on OracleGeorg Ehrke
2018-11-07cache webcal calendars on serverGeorg Ehrke
2018-11-05bump dav version for migrationJohn Molakvoæ (skjnldsv)
2018-10-30move migrationJohn Molakvoæ (skjnldsv)
2018-10-19Merge pull request #11668 from nextcloud/bugfix/7726/convert_caldav_subscript...Morris Jobke