You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/cmd
zeripath 356854fc5f Move serv hook functionality & drop GitLogger (#6993)
* Move hook functionality internally

* Internalise serv logic

* Remove old internal paths

* finally remove the gitlogger

* Disallow push on archived repositories

* fix lint error

* Update modules/private/key.go

* Update routers/private/hook.go

* Update routers/private/hook.go

* Update routers/private/hook.go

* Updated routers/private/serv.go

* Fix LFS Locks over SSH

* rev-list needs to be run by the hook process

* fixup

* Improve git test

* Ensure that the lfs files are created with a different prefix

* Reduce the replication in git_test.go

* slight refactor

* Remove unnecessary "/"

* Restore ensureAnonymousClone

* Restore ensureAnonymousClone

* Run rev-list on server side

* Try passing in the alternative directories instead

* Mark test as skipped

* Improve git test

* Ensure that the lfs files are created with a different prefix
* Reduce the replication in git_test.go
* Remove unnecessary "/"
5 years ago
..
admin.go Generate access token in admin cli (#6847) 5 years ago
cert.go General refactor of the cmd package (#3328) 7 years ago
cmd.go Disallow empty titles (#5785) 6 years ago
dump.go Change verbose flag in dump command to avoid colliding with global version flag (#6822) 5 years ago
generate.go Rename LFS_JWT_SECRET to include OAUTH2 as well (#6826) 5 years ago
hook.go Move serv hook functionality & drop GitLogger (#6993) 5 years ago
keys.go Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631) 5 years ago
migrate.go Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631) 5 years ago
serv.go Move serv hook functionality & drop GitLogger (#6993) 5 years ago
web.go Fix wrong init dependency on markup extensions (#7038) 5 years ago
web_graceful.go Better logging (#6038) (#6095) 5 years ago
web_windows.go fix windows build broken by #416 8 years ago