gitea/models/migrations
David Svantesson a0e88dfc2e Add teams to repo on collaboration page. ()
* Add teams to repo on collaboration page.

Signed-off-by: David Svantesson <davidsvantesson@gmail.com>

* Add option for repository admins to change teams access to repo.

Signed-off-by: David Svantesson <davidsvantesson@gmail.com>

* Add comment for functions

Signed-off-by: David Svantesson <davidsvantesson@gmail.com>

* Make RepoAdminChangeTeamAccess default false in xorm and make it default checked in template instead.

Signed-off-by: David Svantesson <davidsvantesson@gmail.com>

* Make proper language strings and fix error redirection.

* Add unit tests for adding and deleting team from repository.

Signed-off-by: David Svantesson <davidsvantesson@gmail.com>

* Add database migration

Signed-off-by: David Svantesson <davidsvantesson@gmail.com>

* Fix redirect

Signed-off-by: David Svantesson <davidsvantesson@gmail.com>

* Fix locale string mismatch.

Signed-off-by: David Svantesson <davidsvantesson@gmail.com>

* Move team access mode text logic to template.

* Move collaborator access mode text logic to template.
..
migrations.go Add teams to repo on collaboration page. ()
v13.go Use gitea forked macaron ()
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 Move database settings from models to setting ()
v20.go fix avatar update bug ()
v21.go Use gitea forked macaron ()
v22.go Move database settings from models to setting ()
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 Move database settings from models to setting ()
v27.go Move database settings from models to setting ()
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 Fix error log when loading issues caused by a xorm bug ()
v32.go Add units to team ()
v33.go Move database settings from models to setting ()
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 Fix error log when loading issues caused by a xorm bug ()
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 Move database settings from models to setting ()
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 Move database settings from models to setting ()
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 Display ui time with customize time location ()
v55.go Use gitea forked macaron ()
v56.go Multiple assignees ()
v57.go Display ui time with customize time location ()
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 Display ui time with customize time location ()
v65.go Display ui time with customize time location ()
v66.go LDAP Public SSH Keys synchronization ()
v67.go Move database settings from models to setting ()
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 Display ui time with customize time location ()
v72.go Display ui time with customize time location ()
v73.go Force user to change password ()
v74.go Approvals at Branch Protection ()
v75.go Fix error log when loading issues caused by a xorm bug ()
v76.go Display ui time with customize time location ()
v77.go Fix migration for user defined themes ()
v78.go Fix dropTableColumns sqlite implementation ()
v79.go Add option to close issues via commit on a non master branch ()
v80.go Delete releases attachments if release is deleted ()
v81.go Move database settings from models to setting ()
v82.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
v83.go Display ui time with customize time location ()
v84.go add .gpg url (match github behaviour) ()
v85.go Display ui time with customize time location ()
v86.go Add GET requests to webhook ()
v87.go Add commit statuses reports on pull request view ()
v88.go Add commit statuses reports on pull request view ()
v89.go Display original author and URL information when showing migrated issues/comments ()
v90.go change length of some repository's columns ()
v91.go Add SQL execution on log and indexes on table repository and comment ()
v92.go Add migration step to remove old repo_indexer_status orphaned records ()
v93.go Add Ability for User to Customize Email Notification Frequency ()
v94.go Refuse merge until all required status checks success ()
v95.go Reference issues from pull requests and other issues ()
v96.go Delete releases attachments if release is deleted ()
v97.go Add teams to repo on collaboration page. ()