summaryrefslogtreecommitdiffstats
path: root/core/Migrations
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24053 from nextcloud/bugfix/noid/fix-user-status-for-oracleJulius Härtl2020-11-122-1/+62
|\
| * Also make direct_edit.accessed nullableJoas Schilling2020-11-112-1/+62
* | fix migration of oc_credentials tableRobin Appelman2020-11-121-23/+25
|/
* Fix CSJoas Schilling2020-11-103-0/+3
* Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-104-6/+10
* Replace the credentials table with one that can have empty userJoas Schilling2020-11-104-17/+176
* Make sure columns with an empty default are nullable for OracleJoas Schilling2020-11-107-6/+71
* add size index for filecacheRobin Appelman2020-09-221-0/+1
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-2/+0
* Fix installing on OracleJoas Schilling2020-09-071-1/+3
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-249-1/+9
* Replace TYPE with TYPESDaniel Kesselberg2020-06-309-64/+64
* Add index to properties tableMario Danic2020-04-301-0/+1
* Update license headers for 19Christoph Wurst2020-04-294-0/+24
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1013-15/+2
* Use a blank line after the opening tagChristoph Wurst2020-04-091-0/+1
* Merge pull request #19761 from nextcloud/bugfix/19658/add_missing_index_to_or...Roeland Jago Douma2020-04-061-3/+6
|\
| * Create Mount IDs as BigInt by defaultGeorg Ehrke2020-03-031-3/+6
* | Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling2020-04-021-0/+4
|\ \
| * | Add optional column oc_comments.reference_idJoas Schilling2020-03-311-0/+4
* | | Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma2020-04-011-0/+1
|\ \ \
| * | | Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
| |/ /
* / / Start with webauthnRoeland Jago Douma2020-03-311-0/+45
|/ /
* | Remove unused importsChristoph Wurst2020-03-252-2/+0
* | Fix mismatching docblock return typesChristoph Wurst2020-03-061-1/+2
|/
* Update license headers for 18Christoph Wurst2019-12-201-1/+1
* Merge pull request #18224 from nextcloud/bugfix/noid/direct-editing-pathRoeland Jago Douma2019-12-111-0/+66
|\
| * Use file path for direct editingJulius Härtl2019-12-051-0/+66
* | Update license headersChristoph Wurst2019-12-0523-27/+84
|/
* Code style fixes and cleanupJulius Härtl2019-11-271-36/+34
* Direct editing API to allow file editing using a one-time token forJulius Härtl2019-11-271-0/+95
* Some php-cs fixesRoeland Jago Douma2019-11-2219-20/+21
* store filecache extension fieldsRobin Appelman2019-11-131-1/+1
* Set default valueJoas Schilling2019-09-271-0/+1
* Add a displayname to the database group backendJoas Schilling2019-09-271-0/+74
* Add DB table to extend filecache with metadata etag, creation time and upload...Morris Jobke2019-07-151-0/+73
* Remove method stubsDaniel Kesselberg2019-05-022-27/+0
* Add second migration for addColumnDaniel Kesselberg2019-05-022-7/+74
* Pass type object instance instead of identifierDaniel Kesselberg2019-05-021-1/+2
* Merge dropColumn and addColumn into changeColumnDaniel Kesselberg2019-05-021-3/+2
* Migration to change column type from smallint to booleanDaniel Kesselberg2019-05-021-0/+86
* Make sure all tables have named indexesJoas Schilling2019-03-272-4/+4
* Also cache the resource type because it is part of the identifierJoas Schilling2019-03-011-2/+7
* Add default value, because null does not trigger unique-keyJoas Schilling2019-03-011-0/+2
* Start implementing access cacheJoas Schilling2019-03-011-1/+25
* Make names mandatoryJoas Schilling2019-03-011-0/+4
* Basic implementation of resource and collection handlingJoas Schilling2019-03-011-0/+76
* Merge pull request #14025 from nextcloud/fix/authtoken_idx_lengthMorris Jobke2019-02-251-1/+1
|\
| * Fix authtoken index lengthRoeland Jago Douma2019-02-051-1/+1
* | Login flow V2Roeland Jago Douma2019-02-251-0/+101
|/