| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherE... | zeripath | 2020-08-30 | 2 | -3/+4 |
* | Use shellquote to unpack arguments to gitea serv (#12624) | zeripath | 2020-08-28 | 1 | -15/+18 |
* | Initial support for push options (#12169) | John Olheiser | 2020-08-23 | 2 | -0/+47 |
* | Add a storage layer for attachments (#11387) | Lunny Xiao | 2020-08-18 | 1 | -0/+147 |
* | Make the default PID file compile-time settable (#12485) | zeripath | 2020-08-15 | 1 | -2/+3 |
* | Re-attempt to delete temporary upload if the file is locked by another proces... | zeripath | 2020-08-11 | 2 | -3/+9 |
* | Fix ipv6 parsing (#12321) | Wim | 2020-07-26 | 1 | -1/+2 |
* | Decrease the num_stars when deleting a repo (#11954) | 赵智超 | 2020-07-07 | 1 | -0/+10 |
* | Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) | zeripath | 2020-07-05 | 1 | -9/+371 |
* | Add migration to set IsArchived false if it is null (#11853) | zeripath | 2020-06-11 | 1 | -0/+16 |
* | Dump: add output format tar and output to stdout (#10376) | PhilippHomann | 2020-06-05 | 1 | -57/+212 |
* | Doctor check & fix db consistency (#11111) | 6543 | 2020-05-29 | 1 | -2/+85 |
* | Add debug option to hooks (#11624) | zeripath | 2020-05-28 | 1 | -2/+17 |
* | TrimSpace when reading InternalToken from a file (#11502) | zeripath | 2020-05-20 | 1 | -3/+20 |
* | Prevent timer leaks in Workerpool and others (#11333) | zeripath | 2020-05-08 | 1 | -9/+3 |
* | cmd: dump: check value of skip-repository flag (#11254) | Kyle Evans | 2020-05-03 | 1 | -1/+1 |
* | cmd: dump: add an -L/--skip-log option (#11253) | Kyle Evans | 2020-04-30 | 1 | -1/+10 |
* | Return error for authorized_keys and mergebase problems (#10990) | zeripath | 2020-04-08 | 1 | -1/+4 |
* | Mulitple Gitea Doctor improvements (#10943) | zeripath | 2020-04-06 | 1 | -45/+312 |
* | make `gitea admin auth list` formatting configurable (#10844) | zeripath | 2020-03-27 | 1 | -1/+37 |
* | Multiple LFS improvements (#10667) | zeripath | 2020-03-09 | 1 | -6/+9 |
* | Add restricted user filter to LDAP authentication (#10600) | Lauris BH | 2020-03-05 | 2 | -0/+15 |
* | Fix push-create SSH bugs (#10145) | John Olheiser | 2020-02-05 | 1 | -0/+6 |
* | Implement "embedded" command to extract static resources (#9982) | guillep2k | 2020-02-02 | 2 | -0/+362 |
* | Implement basic app.ini and path checks to doctor cmd (#10064) | guillep2k | 2020-01-30 | 1 | -15/+112 |
* | Queue: Make WorkerPools and Queues flushable (#10001) | zeripath | 2020-01-28 | 1 | -0/+92 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -3/+5 |
* | Refactor repository check and sync functions (#9854) | Lunny Xiao | 2020-01-20 | 1 | -3/+4 |
* | Add option to prevent LDAP from deactivating everything on empty search (#9879) | zeripath | 2020-01-20 | 1 | -0/+7 |
* | fix dump non-exist log directory (#9818) | Lunny Xiao | 2020-01-16 | 1 | -2/+4 |
* | Make hook status printing configurable with delay (#9641) | zeripath | 2020-01-12 | 1 | -26/+122 |
* | Add a new command doctor to check if some wrong configurations on gitea insta... | Lunny Xiao | 2020-01-11 | 1 | -0/+130 |
* | Fix #9530: admin auth list make readable and admin auth delete bug fix (#9628) | Shashvat Kedia | 2020-01-07 | 1 | -2/+3 |
* | Properly enforce gitea environment for pushes (#9501) | zeripath | 2019-12-27 | 1 | -4/+12 |
* | Remove unnecessary loading of settings in update hook (#9496) | zeripath | 2019-12-27 | 1 | -12/+1 |
* | Batch hook pre- and post-receive calls (#8602) | zeripath | 2019-12-26 | 1 | -43/+174 |
* | Add debug option to serv to help debug problems (#9492) | zeripath | 2019-12-25 | 3 | -7/+15 |
* | Fixed errors logging in dump.go (#9218) | Rychu | 2019-12-17 | 1 | -26/+32 |
* | AuthorizedKeysCommand should not query db directly (#9371) | zeripath | 2019-12-16 | 1 | -6/+4 |
* | Graceful: Xorm, RepoIndexer, Cron and Others (#9282) | zeripath | 2019-12-15 | 3 | -6/+12 |
* | Move some repository methods from models to modules/repository (#9353) | Lunny Xiao | 2019-12-14 | 1 | -1/+2 |
* | FCGI: Allow FCGI over unix sockets (#9298) | zeripath | 2019-12-10 | 2 | -4/+8 |
* | Graceful: Cancel Process on monitor pages & HammerTime (#9213) | zeripath | 2019-11-30 | 1 | -0/+1 |
* | Graceful: Allow graceful restart for fcgi (#9112) | zeripath | 2019-11-24 | 2 | -16/+18 |
* | Graceful: Allow graceful restart for unix sockets (#9113) | zeripath | 2019-11-24 | 2 | -29/+12 |
* | Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964) | zeripath | 2019-11-21 | 3 | -42/+4 |
* | Enforce Gitea environment for pushes (#8982) | zeripath | 2019-11-14 | 1 | -3/+22 |
* | Add Close() method to gogitRepository (#8901) | zeripath | 2019-11-13 | 1 | -0/+3 |
* | Adjust the must-change-password help (#8755) | zeripath | 2019-10-30 | 1 | -1/+1 |
* | Graceful fixes (#8645) | zeripath | 2019-10-23 | 1 | -0/+2 |