aboutsummaryrefslogtreecommitdiffstats
path: root/routers/private/serv.go
Commit message (Expand)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-3/+3
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-2/+2
* more context for models (#19511)65432022-04-281-1/+1
* Fix the bug: deploy key with write access can not push (#19010)wxiaoguang2022-03-221-4/+3
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* Return nicer error if trying to pull from non-existent user (#18288)zeripath2022-01-161-3/+12
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-11/+12
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-3/+4
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-6/+7
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-7/+8
* More pleasantly handle broken or missing git repositories (#17747)zeripath2021-11-221-0/+8
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-4/+5
* 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
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-2/+2
* Add agit flow support in gitea (#14295)a10121127962021-07-281-0/+6
* Small refactoring of modules/private (#15947)KN4CK3R2021-06-231-110/+86
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-4/+3
* 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
* Add ssh certificate support (#12281)Wim2020-10-101-1/+1
* Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherE...zeripath2020-08-301-0/+15
* Fix typos (#12542)Gjergji Ramku2020-08-201-1/+1
* Prevent clones and pushes to disabled wiki (#11131)zeripath2020-04-191-1/+20
* Fix push-create SSH bugs (#10145)John Olheiser2020-02-051-1/+11
* Move wiki related funtions from models to services/wiki (#9355)Lunny Xiao2020-01-071-1/+2
* Push to create repo (#8419)John Olheiser2019-12-151-30/+83
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-131-0/+9
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Add golangci (#6418)kolaente2019-06-121-2/+0
* Move serv hook functionality & drop GitLogger (#6993)zeripath2019-06-011-0/+286