gitea/models/migrations
mrsdizzie 1f1ecda541 Display original author and URL information when showing migrated issues/comments (#7352)
* Store original author info for migrated issues and comments

Keep original author name for displaying in Gitea interface and also
store original author user ID for potential future use in linking
accounts from old location.

* Add original_url for repo

Store the original URL for a migrated repo

Clean up migrations/tests

* fix migration

* fix golangci-lint

* make 'make revive' happy also

* Modify templates to use OriginalAuthor if set

Use the original author name in templates if it is set rather than the
user who migrated/currently owns the issues

* formatting fixes

* make generate-swagger

* Use default avatar for imported comments

* Remove no longer used IgnoreIssueAuthor option

* Add OriginalAuthorID to swagger also
2019-07-08 10:14:12 +08:00
..
migrations.go
v13.go Refactor session close as xorm already does everything needed internally (#2020) 2017-06-21 08:57:05 +08:00
v14.go Fix typos in models/ and modules/ (#1248) 2017-03-15 08:52:01 +08:00
v15.go
v16.go Rewrite migrations to not depend on future code changes (#2604) 2017-10-08 19:08:18 +08:00
v17.go Protected branches system (#339) 2017-02-21 23:02:10 +08:00
v18.go Take back control of hooks (#1006) 2017-02-23 11:40:44 +08:00
v19.go Use buffersize to reduce database connection when iterate (#2724) 2017-10-21 14:26:23 +08:00
v20.go fix avatar update bug (#1729) 2017-05-16 08:36:09 +08:00
v21.go Fix lint errors (#2547) 2017-09-19 11:08:30 +03:00
v22.go
v23.go
v24.go fix gpg wrong column types 2017-03-20 02:55:07 +01:00
v25.go
v26.go
v27.go
v28.go
v29.go Status-API (#1332) 2017-04-21 19:32:31 +08:00
v30.go Add primary key and index to external login user table (#1656) 2017-05-02 16:41:44 +08:00
v31.go Fix error log when loading issues caused by a xorm bug (#7271) 2019-06-23 18:22:43 +03:00
v32.go
v33.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
v34.go
v35.go Fix "Dashboard shows deleted comments" (#1995) 2017-06-25 20:20:29 +02:00
v36.go
v37.go
v38.go
v39.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 2019-03-27 17:33:00 +08:00
v40.go
v41.go
v45.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
v46.go Fix organization watch migration (#2703) 2017-10-14 20:47:05 +03:00
v47.go Add branch overiew page (#2108) 2017-10-26 08:49:16 +08:00
v48.go
v49.go
v50.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
v51.go Reorder migrations, skip errors if running migration again (#3160) 2017-12-13 16:52:18 +02:00
v52.go
v53.go
v54.go Add Pull Request merge options - Ignore white-space for conflict checking, Rebase, Squash merge (#3188) 2018-01-05 20:56:50 +02:00
v55.go
v56.go Multiple assignees (#3705) 2018-05-09 19:29:04 +03:00
v57.go
v58.go Add label descriptions (#3662) 2018-03-13 10:03:55 +08:00
v59.go
v60.go
v61.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
v62.go
v63.go Added user language setting (#3875) 2018-05-05 08:28:30 +08:00
v64.go
v65.go
v66.go LDAP Public SSH Keys synchronization (#1844) 2018-05-24 07:59:02 +03:00
v67.go
v68.go
v69.go
v70.go Added dependencies for issues (#2196) (#2531) 2018-07-17 17:23:58 -04:00
v71.go
v72.go
v73.go
v74.go Approvals at Branch Protection (#5350) 2018-12-11 19:28:37 +08:00
v75.go
v76.go
v77.go Fix migration for user defined themes (#5682) 2019-01-12 14:43:47 -05:00
v78.go
v79.go Add option to close issues via commit on a non master branch (#5992) 2019-02-10 21:27:19 +02:00
v80.go
v81.go Override xorm type mapping for U2F counter (#6232) 2019-03-04 21:34:52 -05:00
v82.go
v83.go fix upload attachments (#6481) 2019-04-02 15:25:05 -04:00
v84.go
v85.go
v86.go Add GET requests to webhook (#6771) 2019-05-05 14:09:02 -04:00
v87.go Add commit statuses reports on pull request view (#6845) 2019-06-30 08:57:59 +01:00
v88.go Add commit statuses reports on pull request view (#6845) 2019-06-30 08:57:59 +01:00
v89.go