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
2022-03-10Add a primary key to ratelimit_entries tableJoas Schilling
2022-02-22Allow apps to specify if their background job can be delayedJoas Schilling
2022-01-27Fix psalm not runningCarl Schwan
2022-01-18Add hashed attribute column for indexed job existence checkJulius Härtl
2021-12-29Add missing index for propertypath only queries against propertiesChristoph Wurst
2021-12-15Migrate profile_config id column to bigintChristopher Ng
2021-12-15Use bigint for autoincremented columnChristopher Ng
2021-12-10Update core/Migrations/Version23000Date20211203110726.phpPytal
2021-12-10Fix relation "user_id" already exists migration errorChristopher Ng
2021-12-02Add an index for selecting the next jobJoas Schilling
2021-10-19Merge pull request #28541 from nextcloud/path-prefix-index2Robin Appelman
2021-10-19Profile backendChristopher Ng
2021-10-08disable path prefix index on postgresql for nowRobin Appelman
2021-10-08add a prefix index to filecache.pathRobin Appelman
2021-10-07add better index for finding unindexed pathsRobin Appelman
2021-09-29Add admin privilege delegation for admin settingsCarl Schwan
2021-09-13Implement review feedbackLukas Reschke
2021-09-13Apply suggestions from code review Lukas Reschke
2021-09-07Implement PR review feedbackLukas Reschke
2021-09-06phpcsLukas Reschke
2021-09-06Adjust logic to store period instead of current timestampLukas Reschke
2021-09-06Add database ratelimiting backendLukas Reschke
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