Commit Graph

694 Commits (23db3375dfa6a882fa7561b840369fa7d145383f)

Author SHA1 Message Date
Kyle Evans a5018d099d
cmd: dump: check value of skip-repository flag (#11254)
4 years ago
Kyle Evans 1bdffefc05
cmd: dump: add an -L/--skip-log option (#11253)
4 years ago
zeripath 089b34858c
Return error for authorized_keys and mergebase problems (#10990)
4 years ago
zeripath d26885e2bf
Mulitple Gitea Doctor improvements (#10943)
4 years ago
zeripath 1737fca220
make `gitea admin auth list` formatting configurable (#10844)
4 years ago
zeripath 9269b7f627
Multiple LFS improvements (#10667)
4 years ago
Lauris BH 37c3db7be6
Add restricted user filter to LDAP authentication (#10600)
4 years ago
John Olheiser 95013fde60
Fix push-create SSH bugs (#10145)
4 years ago
guillep2k bcb52aef09
Implement "embedded" command to extract static resources (#9982)
4 years ago
guillep2k 04cbdf5c08
Implement basic app.ini and path checks to doctor cmd (#10064)
4 years ago
zeripath c01221e70f
Queue: Make WorkerPools and Queues flushable (#10001)
4 years ago
SpaWn2KiLl 1f01f53c53 API add/generalize pagination (#9452)
4 years ago
Lunny Xiao d92781bf94 Refactor repository check and sync functions (#9854)
4 years ago
zeripath c5014a7f2c Add option to prevent LDAP from deactivating everything on empty search (#9879)
4 years ago
Lunny Xiao 9f40bb020e fix dump non-exist log directory (#9818)
4 years ago
zeripath 65baacf227
Make hook status printing configurable with delay (#9641)
4 years ago
Lunny Xiao f69f5a9f10 Add a new command doctor to check if some wrong configurations on gitea instance (#9095)
4 years ago
Shashvat Kedia 1e9b3d4743 Fix #9530: admin auth list make readable and admin auth delete bug fix (#9628)
4 years ago
zeripath 4acca9d2e8
Properly enforce gitea environment for pushes (#9501)
4 years ago
zeripath 154424623a
Remove unnecessary loading of settings in update hook (#9496)
4 years ago
zeripath 7bfb83e064 Batch hook pre- and post-receive calls (#8602)
4 years ago
zeripath 3e166bd055 Add debug option to serv to help debug problems (#9492)
4 years ago
Rychu 2b0e4e0cb8 Fixed errors logging in dump.go (#9218)
4 years ago
zeripath d1a49977b0 AuthorizedKeysCommand should not query db directly (#9371)
4 years ago
zeripath e3c3b33ea7
Graceful: Xorm, RepoIndexer, Cron and Others (#9282)
4 years ago
Lunny Xiao 7b2ff82d20 Move some repository methods from models to modules/repository (#9353)
4 years ago
zeripath 2c83dac5d4 FCGI: Allow FCGI over unix sockets (#9298)
4 years ago
zeripath 60c5339042 Graceful: Cancel Process on monitor pages & HammerTime (#9213)
4 years ago
zeripath 7523314ef8
Graceful: Allow graceful restart for fcgi (#9112)
4 years ago
zeripath e3f22ad2cc Graceful: Allow graceful restart for unix sockets (#9113)
4 years ago
zeripath cbaa1de9ec Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964)
4 years ago
zeripath dd1beee2ef
Enforce Gitea environment for pushes (#8982)
5 years ago
zeripath 722a7c902d
Add Close() method to gogitRepository (#8901)
5 years ago
zeripath b48cad6a2a
Adjust the must-change-password help (#8755)
5 years ago
zeripath f067e12859
Graceful fixes (#8645)
5 years ago
zeripath 0bfe5eb10b
Allow Protected Branches to Whitelist Deploy Keys (#8483)
5 years ago
zeripath 167e8f18da
Restore Graceful Restarting & Socket Activation (#7274)
5 years ago
Maxim Tkachenko db657192d0 Password Complexity Checks (#6230)
5 years ago
Lunny Xiao f83db078f0 Move database settings from models to setting (#7806)
5 years ago
Tamal Saha 171b359877 Use gitea forked macaron (#7933)
5 years ago
zeripath def84840db Attempt to fix hook problem (#7854)
5 years ago
clavinet 8101d803e6 Update serv.go (#7822)
5 years ago
Allen Wild 2186a99c76 cmd/serv: actually exit after fatal errors (#7458)
5 years ago
zeripath 3563650bdb #6946 Run hooks on merge/edit and cope with protected branches (#6961)
5 years ago
Lunny Xiao 8ec659722d Only check and config git on web subcommand but not others (#7236)
5 years ago
ngourdon a618df8d84 Add CLI commands to manage LDAP authentication source (#6681)
5 years ago
zeripath eaa3a1db4e Use certmanager provided TLSConfig for LetsEncrypt (#7229)
5 years ago
kolaente f9ec2f89f2 Add golangci (#6418)
5 years ago
Lunny Xiao 74690f6451
fix pusher name via ssh push (#7167)
5 years ago
Lunny Xiao 23a2ee3510
Add command to convert mysql database from utf8 to utf8mb4 (#7144)
5 years ago
Sandro Santilli 45f588e85d Avoid arbitrary format strings upon calling fail() function (#7112)
5 years ago
zeripath 356854fc5f Move serv hook functionality & drop GitLogger (#6993)
5 years ago
Lunny Xiao 355ab0c62c Fix wrong init dependency on markup extensions (#7038)
5 years ago
James E. Blair 488d34691a Ignore non-standard refs in git push (#6758)
5 years ago
Lanre Adelowo e0dde8173f Generate access token in admin cli (#6847)
5 years ago
techknowlogick 897927690f
Rename LFS_JWT_SECRET to include OAUTH2 as well (#6826)
5 years ago
John Olheiser e255df83a6 Change verbose flag in dump command to avoid colliding with global version flag (#6822)
5 years ago
zeripath 8d0d7bc28d Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)
5 years ago
ngourdon 2b9b3310f6 Add username flag in create-user command (#6534)
5 years ago
mrsdizzie e14cad79c9 Include custom configuration file in dump (#6516)
5 years ago
zeripath 704da08fdc
Better logging (#6038) (#6095)
5 years ago
glaszig dbba46c216 support custom file name in `gitea dump` command (#6474)
5 years ago
Lunny Xiao d578b71d61
move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)
5 years ago
mrsdizzie ca46385637 Clean up various use of escape/unescape functions for URL generation (#6334)
5 years ago
Jonas Franz e777c6bdc6 Integrate OAuth2 Provider (#5378)
5 years ago
zeripath 01c10a951b
Fix ssh deploy and user key constraints (#1357) (#5939)
5 years ago
zeripath 13c0f7dfff
Fix notifications on pushing with deploy keys by setting hook environment variables (#5935)
5 years ago
zeripath 2902b3a68c
Fix #5866: Silence console logger in gitea serv (#5887)
5 years ago
Lanre Adelowo e1fcd6b742 Disallow empty titles (#5785)
5 years ago
Zsombor 656456441c Add flag to skip repository dumping (#5695)
5 years ago
Lanre Adelowo 8d2c24f7f9 Allow for user specific themes (#5668)
5 years ago
Lanre Adelowo a82ba73346 Make sure argsSet verifies string isn't empty too (#4980)
5 years ago
Lunny Xiao 7fd34c0517
fix lfs version check warning log when using ssh protocol (#5501)
5 years ago
Greg Karékinian ebef3eff23 Remove a double slash in the HTTPS redirection when Let's Encrypt is enabled (#5537)
5 years ago
Lunny Xiao af6bce3ad5 fix detect force push failure on deletion of protected branches (#5522)
5 years ago
Lunny Xiao ba75319157 fix clone wiki failed via ssh (#5503)
5 years ago
Greg Karékinian 15d6cf179d Fix the Let's Encrypt handler by listening on a valid address (#5525)
5 years ago
Lunny Xiao eabbddcd98
Restrict permission check on repositories and fix some problems (#5314)
5 years ago
Lanre Adelowo ce9a5173fe fix password variable shadowing (#5405)
5 years ago
Lanre Adelowo fd37fb01fd Don't force a password change for the admin user when creating an account via cli (#5391)
5 years ago
zeripath 7d9a191a3c Create AuthorizedKeysCommand (#5236)
6 years ago
Robert Ștefan 7edb930240 Add command for migrating database (#4954)
6 years ago
Lanre Adelowo e5daa2698f Generate random password (#5023)
6 years ago
Lunny Xiao 0ba57949e4 remove unused db init on commands serv, update, hooks (#5225)
6 years ago
Antoine GIRARD 617a2433a3 Make gitea serv use api/internal (#4886)
6 years ago
Lunny Xiao a2ee2a3c67 fix showing pull request link when delete a branch (#5166)
6 years ago
Lanre Adelowo c2748ea7fe Add must-change-password flag to cli for creating a user (#4955)
6 years ago
Julien Tant dea3d849e1 Give user a link to create PR after push (#4716)
6 years ago
Bo-Yi Wu 1e34413238 refactor: err != nil check, just return error instead (#5093)
6 years ago
techknowlogick e91a2cf2ea
Add/remove/list oauth providers via cli (#4591)
6 years ago
Fluf b82c14b3d2 add letsencrypt to Gitea (#4189)
6 years ago
Jerry Jacobs b1bc08e268 cmd/serve: pprof cpu and memory profile dumps to disk (#4560)
6 years ago
Fluf f54626df0b Add config path as an optional flag when changing pass via CLI (#4184)
6 years ago
Inon S 15f6ec9632 LFS: make HTTP auth period configurable (#4035)
6 years ago
techknowlogick 8176345c0e Add cli commands to regen hooks & keys (#3979)
6 years ago
Lauris BH b66d6b3449
Do not allow inactive users to access repositories using private keys (#3887)
6 years ago
Codruț Constantin Gușoi 96c268c0fc Implements generator cli for secrets (#3531)
6 years ago
Antoine GIRARD 9e842c8a72 Fix SSH auth lfs locks (#3152)
6 years ago
Morgan Bazalgette 2b52f77e1b General refactor of the cmd package (#3328)
6 years ago
Kim "BKC" Carlbäcker e5b8b4b5ec Cleanup models.User.HashPassword (#3334)
6 years ago