summaryrefslogtreecommitdiffstats
path: root/routers/private
Commit message (Expand)AuthorAgeFilesLines
* Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherE...zeripath2020-08-301-0/+15
* Initial support for push options (#12169)John Olheiser2020-08-231-0/+12
* Fix typos (#12542)Gjergji Ramku2020-08-202-3/+3
* Git 2.28 no longer permits diff with ... on unrelated branches (#12364)zeripath2020-07-291-0/+2
* Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777)zeripath2020-07-052-2/+121
* Protect default branch against deletion (#11115)65432020-05-061-0/+8
* Prevent clones and pushes to disabled wiki (#11131)zeripath2020-04-191-1/+20
* Prevent merge of outdated PRs on protected branches (#11012)65432020-04-161-0/+1
* Allow to set protected file patterns that can not be changed under no conditi...Lauris BH2020-03-271-1/+68
* Migrate to go-git/go-git v5.0.0 (#10735)Lauris BH2020-03-171-1/+1
* Make PR message on pushes configurable (#10664)John Olheiser2020-03-081-2/+3
* Remove Unused Functions (#10516)65432020-03-021-50/+0
* Show Signer in commit lists and add basic trust (#10425)zeripath2020-02-271-2/+0
* Fix push-create SSH bugs (#10145)John Olheiser2020-02-051-1/+11
* Improve push update options (#10105)Lunny Xiao2020-02-021-9/+2
* Queue: Make WorkerPools and Queues flushable (#10001)zeripath2020-01-284-0/+101
* Fix admin handling at merge of PR (#9749)David Svantesson2020-01-161-12/+14
* Add require signed commit for protected branch (#9708)zeripath2020-01-151-15/+140
* Allow repo admin to merge PR regardless of review status (#9611)David Svantesson2020-01-111-9/+42
* Move wiki related funtions from models to services/wiki (#9355)Lunny Xiao2020-01-071-1/+2
* Add branch protection option to block merge on requested changes. (#9592)David Svantesson2020-01-031-0/+7
* Remove obsolete file private/push_update.go (#9503)David Svantesson2019-12-261-56/+0
* Batch hook pre- and post-receive calls (#8602)zeripath2019-12-262-172/+264
* Use Req.URL.RequestURI() to cope with FCGI urls (#9473)zeripath2019-12-241-0/+2
* AuthorizedKeysCommand should not query db directly (#9371)zeripath2019-12-162-4/+22
* Push to create repo (#8419)John Olheiser2019-12-151-30/+83
* Branch protection: Possibility to not use whitelist but allow anyone with wri...David Svantesson2019-12-031-1/+1
* Move PushUpdateOptions from models to repofiles (#9124)Lunny Xiao2019-11-292-2/+2
* Allow Protected Branches to Whitelist Deploy Keys (#8483)zeripath2019-10-211-1/+7
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-131-0/+9
* Use gitea forked macaron (#7933)Tamal Saha2019-08-235-5/+5
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-2/+2
* Attempt to fix hook problem (#7854)zeripath2019-08-141-5/+14
* #6946 Run hooks on merge/edit and cope with protected branches (#6961)zeripath2019-07-011-1/+19
* Add golangci (#6418)kolaente2019-06-122-3/+0
* Move PushUpdate dependency from models to repofiles (#6763)Lunny Xiao2019-06-102-1/+66
* Move serv hook functionality & drop GitLogger (#6993)zeripath2019-06-018-297/+511
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Clean up various use of escape/unescape functions for URL generation (#6334)mrsdizzie2019-03-181-7/+6
* Fix ssh deploy and user key constraints (#1357) (#5939)zeripath2019-02-032-0/+19
* fix clone wiki failed via ssh (#5503)Lunny Xiao2018-12-112-0/+35
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-21/+15
* Make gitea serv use api/internal (#4886)Antoine GIRARD2018-10-302-5/+137
* Give user a link to create PR after push (#4716)Julien Tant2018-10-202-0/+86
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-142-1/+24
* Trigger sync webhooks on UI commit (#2302)Ethan Koenig2017-08-171-14/+1
* fix bug when push a branch name with / & fix an integration test bug (#1689)Lunny Xiao2017-05-082-2/+2
* Drop db operations from hook commands (#1514)Lunny Xiao2017-05-043-0/+93
* Add internal routes for ssh hook comands (#1471)Lunny Xiao2017-04-191-0/+44