aboutsummaryrefslogtreecommitdiffstats
path: root/routers/private
Commit message (Expand)AuthorAgeFilesLines
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-1/+1
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-092-6/+8
* Prevent panic in serv.go with Deploy Keys (#17434)zeripath2021-10-261-1/+1
* Ensure correct SSH permissions check for private and restricted users (#17370)zeripath2021-10-201-2/+7
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+2
* Clean-up HookPreReceive and restore functionality for pushing non-standard re...zeripath2021-09-168-780/+990
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-0/+17
* Add bundle download for repository (#14538)John Olheiser2021-08-242-4/+6
* Fix spelling of HookProcReceiveResult (#16690)Lunny Xiao2021-08-141-1/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-1/+1
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-292-3/+3
* Add agit flow support in gitea (#14295)a10121127962021-07-283-1/+148
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-243-6/+4
* 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