gitea/routers/repo
Vlad Temian e78786ef39 Writable deploy keys (closes ) ()
* Add is_writable checkbox to deploy keys interface

* Add writable key option to deploy key form

* Add support for writable ssh keys in the interface

* Rename IsWritable to ReadOnly

* Test: create read-only and read-write deploy keys via api

* Add DeployKey access mode migration

* Update gitea sdk via govendor

* Fix deploykey migration

* Add unittests for writable deploy keys

* Move template text to locale

* Remove implicit column update

* Remove duplicate locales

* Replace ReadOnly field with IsReadOnly method

* Fix deploy_keys related integration test

* Rename v54 migration with v55

* Fix migration hell
..
activity.go Integration test for activity page ()
attachment.go Allow custom public files ()
branch.go Make URL scheme unambiguous ()
commit.go Fix go-get, src and raw urls to new scheme ()
download.go Memory usage improvements ()
editor.go Memory usage improvements ()
http.go Refactor struct's time to remove unnecessary memory usage ()
issue.go Add Pull Request merge options - Ignore white-space for conflict checking, Rebase, Squash merge ()
issue_label.go Unit tests for routers/repo/issue_label ()
issue_label_test.go Unit tests for routers/repo/issue_label ()
issue_stopwatch.go Fix PR, milestone and label functionality if issue unit is disabled ()
issue_timetrack.go Fix PR, milestone and label functionality if issue unit is disabled ()
issue_watch.go Fix PR, milestone and label functionality if issue unit is disabled ()
main_test.go Unit tests for wiki routers ()
middlewares.go golint fixed for routers/repo/middlewares.go ()
pull.go Add Pull Request merge options - Ignore white-space for conflict checking, Rebase, Squash merge ()
release.go Fix missing branch in release bug ()
release_test.go Fix missing branch in release bug ()
repo.go Fix ignored errors when checking if organization, team member ()
search.go Fix go-get, src and raw urls to new scheme ()
setting.go Writable deploy keys (closes ) ()
setting_protected_branch.go improve protected branch to add whitelist support ()
settings_test.go Writable deploy keys (closes ) ()
view.go Improve LFS tests + fix lfs url refs + keep path upper/lowercase in db. ()
webhook.go Fix guide link for webhooks in repository settings () ()
wiki.go Fix wiki page list not rendering after updatedunix changes ()
wiki_test.go Unit tests for wiki routers ()