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
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-04-08Revert "add a prefix index to filecache.path"Roeland Jago Douma
2021-03-19add a prefix index to filecache.pathRobin Appelman
2021-03-17Add missing index on the user columnJoas Schilling
2021-03-10Add a KnownUsers database with modelJoas Schilling
2021-02-16Drop redundant indesRoeland Jago Douma
2021-01-20Drop authtoken_version_indexRoeland Jago Douma
2021-01-12Migrate internal classes to the OCP db col typesChristoph Wurst
2021-01-11Merge pull request #25073 from nextcloud/psalm/24521/remove-unneeded-castsMorris Jobke
2021-01-11Remove unneeded casts that were found by PsalmMorris Jobke
2021-01-11Don't remove assignable column for nowVincent Petry
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2021-01-07Fix column name to check prior to deletingJoas Schilling
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-09Change further columns to be nullable with a default of 0Julius Härtl
2020-12-09Handle oc_dav_properties migrationJulius Härtl
2020-12-09Move authtoken login_name column to varchar(255)Julius Härtl
2020-12-09Add missing mount_id indexJulius Härtl
2020-12-09Drop attributes on oc_share tableJulius Härtl
2020-12-09Drop assignable systemtag columnJulius Härtl
2020-12-09Drop oc_dav_job_status tableJulius Härtl
2020-12-09Adjust execution duration to 0Vincent Petry
2020-12-09Fix missing authtoken scopeJulius Härtl
2020-12-09Add missing table columnsJulius Härtl
2020-12-07Add a database table for the accounts data so we can search it betterJoas Schilling
2020-11-12Merge pull request #24053 from nextcloud/bugfix/noid/fix-user-status-for-oracleJulius Härtl
2020-11-12fix migration of oc_credentials tableRobin Appelman
2020-11-11Also make direct_edit.accessed nullableJoas Schilling
2020-11-10Fix CSJoas Schilling
2020-11-10Create primary keys on all tables and add a command to create the afterwardsJoas Schilling
2020-11-10Replace the credentials table with one that can have empty userJoas Schilling
2020-11-10Make sure columns with an empty default are nullable for OracleJoas Schilling
2020-09-22add size index for filecacheRobin Appelman
2020-09-16Remove @suppress SqlInjectionCheckerMorris Jobke
2020-09-07Fix installing on OracleJoas Schilling
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-07-01Replace TYPE with TYPESDaniel Kesselberg
2020-05-01Add index to properties tableMario Danic
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Use a blank line after the opening tagChristoph Wurst
2020-04-06Merge pull request #19761 from nextcloud/bugfix/19658/add_missing_index_to_or...Roeland Jago Douma
2020-04-02Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling
2020-04-01Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma
2020-03-31Start with webauthnRoeland Jago Douma
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-31Add optional column oc_comments.reference_idJoas Schilling
2020-03-26Remove unused importsChristoph Wurst
2020-03-06Fix mismatching docblock return typesChristoph Wurst
2020-03-03Create Mount IDs as BigInt by defaultGeorg Ehrke