| Commit message (Expand) | Author | Age | Files | Lines |
* | git migration: don't prompt interactively for clone credentials (#15902) | Norwin | 2021-05-17 | 1 | -2/+8 |
* | GitHub: migrate draft releases too (#15884) | 6543 | 2021-05-15 | 2 | -34/+31 |
* | Hold the event source when there are no listeners (#15725) | zeripath | 2021-05-15 | 2 | -0/+35 |
* | Create a session on ReverseProxy and ensure that ReverseProxy users cannot ch... | zeripath | 2021-05-15 | 1 | -5/+14 |
* | Prevent double-login for Git HTTP and LFS and simplify login (#15303) | zeripath | 2021-05-15 | 4 | -19/+170 |
* | Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev... | zeripath | 2021-05-15 | 23 | -409/+596 |
* | Close the gitrepo when deleting the repository (#15876) | zeripath | 2021-05-14 | 1 | -0/+1 |
* | Fix LFS commit finder not working (#15856) | KN4CK3R | 2021-05-14 | 3 | -9/+12 |
* | Add timeout to writing to responses (#15831) | zeripath | 2021-05-14 | 1 | -0/+10 |
* | Stop calling WriteHeader in Write (#15862) | zeripath | 2021-05-14 | 1 | -1/+1 |
* | Allow custom highlight mapping beyond file extensions (#15808) | mlpo | 2021-05-13 | 1 | -10/+17 |
* | fix truncate utf8 string (#15828) | yan | 2021-05-13 | 2 | -4/+13 |
* | Tagger can be empty, as can Commit and Author - tolerate this (#15835) | zeripath | 2021-05-12 | 2 | -1/+4 |
* | Fix individual tests (addition to #15802) (#15818) | KN4CK3R | 2021-05-12 | 1 | -0/+2 |
* | Queue manager FlushAll can loop rapidly - add delay (#15733) | zeripath | 2021-05-12 | 1 | -6/+9 |
* | Add Active and ProhibitLogin to API (#15689) | KN4CK3R | 2021-05-11 | 2 | -0/+6 |
* | Add mimetype mapping settings (#15133) | Adam Szatyin | 2021-05-10 | 2 | -0/+32 |
* | Add err to log (#15813) | John Olheiser | 2021-05-10 | 1 | -1/+1 |
* | Move restore repo to internal router and invoke from command to avoid open th... | Lunny Xiao | 2021-05-10 | 2 | -11/+101 |
* | Use single shared random string generation function (#15741) | silverwind | 2021-05-10 | 9 | -178/+87 |
* | On open repository open common cat file batch and batch-check (#15667) | zeripath | 2021-05-10 | 25 | -161/+451 |
* | Fix incorrect asset URL (#15805) | silverwind | 2021-05-09 | 1 | -1/+1 |
* | Respect default merge message syntax when parsing item references (#15772) | Steven | 2021-05-09 | 2 | -1/+8 |
* | Add trace logging to SSO methods (#15803) | zeripath | 2021-05-09 | 5 | -0/+20 |
* | Tests should use test files (#15801) | 6543 | 2021-05-09 | 1 | -10/+5 |
* | Allow only internal registration (#15795) | 6543 | 2021-05-09 | 1 | -0/+6 |
* | Fixed individual markdown tests. (#15802) | KN4CK3R | 2021-05-09 | 1 | -0/+6 |
* | Exponential Backoff for ByteFIFO (#15724) | zeripath | 2021-05-08 | 1 | -29/+59 |
* | Rename StaticUrlPrefix to AssetUrlPrefix (#15779) | silverwind | 2021-05-08 | 1 | -1/+1 |
* | Fix URL of gitea emoji (#15770) | silverwind | 2021-05-07 | 2 | -2/+2 |
* | OAuth2 login: Set account link to "login" as default behavior (#15768) | 6543 | 2021-05-07 | 1 | -3/+3 |
* | Set GIT_DIR correctly if it is not set (#15751) | zeripath | 2021-05-07 | 1 | -3/+47 |
* | Drop back to use IsAnInteractiveSession for SVC (#15749) | zeripath | 2021-05-07 | 1 | -2/+4 |
* | Fix bug where repositories appear unadopted (#15757) | zeripath | 2021-05-07 | 1 | -1/+1 |
* | fix some ui bug about draft release (#15137) | a1012112796 | 2021-05-06 | 1 | -1/+4 |
* | Defer closing the gitrepo until the end of the wrapped context functions (#15... | zeripath | 2021-05-06 | 2 | -8/+41 |
* | Use route rather than use thus reducing the number of stack frames (#15301) | zeripath | 2021-05-04 | 1 | -0/+6 |
* | Fix setting redis db path (#15698) | zeripath | 2021-05-03 | 1 | -3/+3 |
* | Prevent race in TestChannelQueue_Batch (#15703) | zeripath | 2021-05-03 | 1 | -3/+3 |
* | Addition to (Add Location, Website and Description to API #15675) (#15690) | KN4CK3R | 2021-05-02 | 3 | -9/+10 |
* | Only use boost workers for leveldb shadow queues (#15696) | zeripath | 2021-05-02 | 3 | -10/+48 |
* | Performance improvement for last commit cache and show-ref (#15455) | zeripath | 2021-05-02 | 3 | -5/+30 |
* | add cron job to delete old actions from database (#15688) | a1012112796 | 2021-05-01 | 1 | -0/+15 |
* | Add Location, Website and Biography to API (#15675) | KN4CK3R | 2021-05-01 | 2 | -7/+16 |
* | Delete references if repository gets deleted (#15681) | KN4CK3R | 2021-04-30 | 1 | -9/+46 |
* | Unified link creation. (#15619) | KN4CK3R | 2021-04-30 | 1 | -3/+2 |
* | Delete protected branch if repository gets removed (#15658) | KN4CK3R | 2021-04-30 | 1 | -8/+26 |
* | add `/assets` as root dir of public files (#15219) | a1012112796 | 2021-04-28 | 4 | -5/+4 |
* | fix webhook timeout bug (#15613) | Lunny Xiao | 2021-04-25 | 1 | -4/+5 |
* | If the default branch is not present do not report error on stats indexing (f... | zeripath | 2021-04-22 | 1 | -1/+1 |