summaryrefslogtreecommitdiffstats
path: root/modules/private
Commit message (Expand)AuthorAgeFilesLines
* Replace `interface{}` with `any` (#25686) (#25687)silverwind2023-07-041-2/+2
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-2/+3
* Add gitea manager reload-templates command (#24843)Brecht Van Lommel2023-05-221-0/+7
* Fix regression: access log template, gitea manager cli command (#24838)wxiaoguang2023-05-224-31/+22
* Rewrite logger system (#24726)wxiaoguang2023-05-211-7/+7
* Fix incorrect internal response type (#24173)wxiaoguang2023-04-171-1/+2
* add CLI command to register runner tokens (#23762)techknowlogick2023-04-171-0/+27
* Refactor internal API for git commands, use meaningful messages instead of "I...wxiaoguang2023-03-298-419/+236
* Implement actions (#21937)Jason Song2023-01-311-0/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-277-14/+7
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-3/+3
* log real ip of requests from ssh (#21216)Lunny Xiao2022-10-111-2/+13
* Support Proxy protocol (#12527)zeripath2022-08-211-1/+27
* Allow manager logging to set SQL (#20064)zeripath2022-06-241-0/+19
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-0/+23
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-1/+1
* Fix the bug: deploy key with write access can not push (#19010)wxiaoguang2022-03-222-4/+4
* Validate migration files (#18203)Aravinth Manivannan2022-01-261-9/+11
* format with gofumpt (#18184)65432022-01-204-4/+2
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-4/+4
* Replace "unix" by "http+unix" for PROTOCOL (#17771)mscherer2021-12-051-1/+1
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-011-5/+6
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+3
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-223-6/+6
* Fix dump and restore respository (#16698)Lunny Xiao2021-08-301-0/+1
* Fix spelling of HookProcReceiveResult (#16690)Lunny Xiao2021-08-141-7/+7
* Add agit flow support in gitea (#14295)a10121127962021-07-281-0/+46
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-246-16/+7
* Second attempt at preventing zombies (#16326)zeripath2021-07-147-41/+55
* Small refactoring of modules/private (#15947)KN4CK3R2021-06-232-2/+1
* add a new internal hook to save ssh log (#15787)a10121127962021-05-211-0/+31
* Move restore repo to internal router and invoke from command to avoid open th...Lunny Xiao2021-05-101-0/+60
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-015-5/+13
* Fix send mail (#13312)Lunny Xiao2020-10-261-1/+6
* Sendmail command (#13079)Maxim Zhiburt2020-10-241-0/+53
* Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherE...zeripath2020-08-301-0/+1
* Initial support for push options (#12169)John Olheiser2020-08-231-0/+22
* Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777)zeripath2020-07-051-0/+108
* Upgrade golangci-lint to 1.24.0 (#10894)zeripath2020-03-302-4/+4
* Queue: Make WorkerPools and Queues flushable (#10001)zeripath2020-01-281-0/+83
* Batch hook pre- and post-receive calls (#8602)zeripath2019-12-261-25/+59
* AuthorizedKeysCommand should not query db directly (#9371)zeripath2019-12-161-0/+25
* Allow Protected Branches to Whitelist Deploy Keys (#8483)zeripath2019-10-211-1/+3
* Attempt to fix hook problem (#7854)zeripath2019-08-141-1/+3
* #6946 Run hooks on merge/edit and cope with protected branches (#6961)zeripath2019-07-011-1/+3
* Move serv hook functionality & drop GitLogger (#6993)zeripath2019-06-018-372/+193
* Clean up various use of escape/unescape functions for URL generation (#6334)mrsdizzie2019-03-181-2/+2
* Use url.PathEscape to escape the branchname (#6304)zeripath2019-03-122-2/+4
* Fix ssh deploy and user key constraints (#1357) (#5939)zeripath2019-02-031-0/+25