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-09-13Add database ratelimiting backendLukas Reschke
2021-01-11Don't remove assignable column for nowVincent Petry
2021-01-07Fix column name to check prior to deletingJoas Schilling
2020-12-14Add missing table columnsJulius Härtl
2020-12-14Change further columns to be nullable with a default of 0Julius Härtl
2020-12-14Handle oc_dav_properties migrationJulius Härtl
2020-12-14Move authtoken login_name column to varchar(255)Julius Härtl
2020-12-14Add missing mount_id indexJulius Härtl
2020-12-14Drop attributes on oc_share tableJulius Härtl
2020-12-14Drop assignable systemtag columnJulius Härtl
2020-12-14Drop oc_dav_job_status tableJulius Härtl
2020-12-14Adjust execution duration to 0Vincent Petry
2020-12-14Fix missing authtoken scopeJulius Härtl
2020-11-12Also make direct_edit.accessed nullableJoas Schilling
2020-11-12fix migration of oc_credentials tableRobin Appelman
2020-11-12Fix CSJoas Schilling
2020-11-12Create primary keys on all tables and add a command to create the afterwardsJoas Schilling
2020-11-12Replace the credentials table with one that can have empty userJoas Schilling
2020-11-12Make sure columns with an empty default are nullable for OracleJoas Schilling
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
2019-12-20Update license headers for 18Christoph Wurst
2019-12-11Merge pull request #18224 from nextcloud/bugfix/noid/direct-editing-pathRoeland Jago Douma
2019-12-05Update license headersChristoph Wurst
2019-12-05Use file path for direct editingJulius Härtl
2019-11-27Code style fixes and cleanupJulius Härtl
2019-11-27Direct editing API to allow file editing using a one-time token forJulius Härtl
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-13store filecache extension fieldsRobin Appelman
2019-09-27Set default valueJoas Schilling
2019-09-27Add a displayname to the database group backendJoas Schilling
2019-07-15Add DB table to extend filecache with metadata etag, creation time and upload...Morris Jobke
2019-05-02Remove method stubsDaniel Kesselberg
2019-05-02Add second migration for addColumnDaniel Kesselberg
2019-05-02Pass type object instance instead of identifierDaniel Kesselberg