aboutsummaryrefslogtreecommitdiffstats
path: root/routers/private
Commit message (Expand)AuthorAgeFilesLines
* Add tag protection (#15629)KN4CK3R2021-06-251-160/+193
* Small refactoring of modules/private (#15947)KN4CK3R2021-06-237-200/+180
* Make modules/context.Context a context.Context (#16031)zeripath2021-05-312-2/+2
* add a new internal hook to save ssh log (#15787)a10121127962021-05-212-0/+35
* Prevent double-login for Git HTTP and LFS and simplify login (#15303)zeripath2021-05-151-1/+1
* Move restore repo to internal router and invoke from command to avoid open th...Lunny Xiao2021-05-102-0/+52
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-1/+1
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-012-2/+4
* Move macaron to chi (#14293)Lunny Xiao2021-01-268-64/+86
* Check for 'main' as potential default branch name (#14193)Chester Liu2020-12-301-2/+2
* Use native git variants by default with go-git variants as build tag (#13673)zeripath2020-12-171-2/+1
* Log IP on SSH authentication failure for Built-in SSH server (#13150)Eric Lesiuta2020-12-081-0/+2
* Fix a bug when check if owner is active (#13612)Lunny Xiao2020-11-181-1/+1
* Prevent git operations for inactive users (#13527)Lunny Xiao2020-11-131-10/+35
* Refactor: Move PushUpdateOptions (#13363)Lunny Xiao2020-10-301-2/+3
* Fix send mail (#13312)Lunny Xiao2020-10-261-3/+25
* Sendmail command (#13079)Maxim Zhiburt2020-10-242-0/+68
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-131-156/+155
* Add ssh certificate support (#12281)Wim2020-10-101-1/+1
* Move all push update operations to a queue (#10133)Lunny Xiao2020-09-111-4/+4
* 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