gitea/models/migrations
Lunny Xiao 09fb036ad6 fix upload attachments ()
* fix upload attachments

* add migration for new column uploader_id on table attachment

* fix imports sequence
..
migrations.go fix upload attachments ()
v13.go Refactor session close as xorm already does everything needed internally ()
v14.go Fix typos in models/ and modules/ ()
v15.go Rewrite migrations to not depend on future code changes ()
v16.go Rewrite migrations to not depend on future code changes ()
v17.go Protected branches system ()
v18.go Take back control of hooks ()
v19.go Use buffersize to reduce database connection when iterate ()
v20.go fix avatar update bug ()
v21.go Fix lint errors ()
v22.go Use buffersize to reduce database connection when iterate ()
v23.go Run "make fmt" with go-1.6 ()
v24.go fix gpg wrong column types
v25.go Show user OpenID URIs in their profile ()
v26.go Use buffersize to reduce database connection when iterate ()
v27.go Fix broken migration v27 ()
v28.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
v29.go Status-API ()
v30.go Add primary key and index to external login user table ()
v31.go Add units to team ()
v32.go Add units to team ()
v33.go Better logging () ()
v34.go Migration to fix existing owner team units ()
v35.go Fix "Dashboard shows deleted comments" ()
v36.go Fix git hooks update to receive required arguments. Fixes ()
v37.go Rewrite migrations to not depend on future code changes ()
v38.go hide issues from org private repos w/o team assignment ()
v39.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
v40.go Reorder migrations, skip errors if running migration again ()
v41.go Reorder migrations, skip errors if running migration again ()
v45.go Better logging () ()
v46.go Fix organization watch migration ()
v47.go Add branch overiew page ()
v48.go Code/repo search ()
v49.go Reorder migrations, skip errors if running migration again ()
v50.go Better logging () ()
v51.go Reorder migrations, skip errors if running migration again ()
v52.go Reorder migrations, skip errors if running migration again ()
v53.go Reorder migrations, skip errors if running migration again ()
v54.go Add Pull Request merge options - Ignore white-space for conflict checking, Rebase, Squash merge ()
v55.go Writable deploy keys (closes ) ()
v56.go Multiple assignees ()
v57.go Add issue closed time column to fix activity closed issues list ()
v58.go Add label descriptions ()
v59.go Add protected branch whitelists for merging ()
v60.go Add repository setting to enable/disable health checks ()
v61.go Better logging () ()
v62.go Do not allow to reuse TOTP passcode ()
v63.go Added user language setting ()
v64.go Migration fixes for gogs (0.11.66) to gitea (1.6.0) ()
v65.go Add support for FIDO U2F ()
v66.go LDAP Public SSH Keys synchronization ()
v67.go Fix failing migration v67 ()
v68.go fix topic name length on database ()
v69.go Fix column droping for MSSQL that need new transaction for that ()
v70.go Added dependencies for issues () ()
v71.go update v71.go to resolve ()
v72.go Pull request review/approval and comment on code ()
v73.go Force user to change password ()
v74.go Approvals at Branch Protection ()
v75.go fix table name typo on SQL ()
v76.go Add rebase with merge commit merge style () ()
v77.go Fix migration for user defined themes ()
v78.go fix migration 78 error mssql ()
v79.go Add option to close issues via commit on a non master branch ()
v80.go Implement "conversation lock" for issue comments ()
v81.go Override xorm type mapping for U2F counter ()
v82.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
v83.go fix upload attachments ()