gitea/models/migrations
Lunny Xiao fe55ab2a68 fix forgot removed records when deleting user ()
* fix forgot removed records when deleting user

* fix migration

* fix rewritekey lock on sqlite

* remove unused codes
..
migrations.go fix forgot removed records when deleting user ()
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 Replace deprecated Id method with ID ()
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 Rename misnamed migration ()
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 Fix migration from older releases ()
v40.go Reorder migrations, skip errors if running migration again ()
v41.go Reorder migrations, skip errors if running migration again ()
v45.go Reorder migrations, skip errors if running migration again ()
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 Reorder migrations, skip errors if running migration again ()
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 Add Size column to attachment ()
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 Migration fixes for gogs (0.11.66) to gitea (1.6.0) ()
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 Switch plaintext scratch tokens to use hash instead ()
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 forgot removed records when deleting user ()