aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-2820-525/+795
* Fix download archiver of a commit (#20962)Lunny Xiao2022-08-261-0/+1
* Only show relevant repositories on explore page (#19361)Gusted2022-08-251-0/+2
* Replace `ServeStream` with `ServeContent` (#20903)KN4CK3R2022-08-252-17/+6
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-2524-164/+629
* Avoid frequent string2bytes conversions (#20940)Jason Song2022-08-241-7/+8
* Set no-tags in git fetch on compare (#20893)zeripath2022-08-231-1/+1
* Enable contenthash in filename for dynamic assets (#20813)silverwind2022-08-232-1/+6
* Support Proxy protocol (#12527)zeripath2022-08-219-47/+734
* Fix graceful doc (#20883)wxiaoguang2022-08-211-4/+6
* call builtinUnused() if internal SSH is disabled (#20877)JonRB2022-08-202-2/+3
* Don't open new page for ext wiki on same repository (#20725)Gusted2022-08-201-0/+1
* Disable doctor logging on panic (#20847)zeripath2022-08-181-3/+3
* Add proxy host into allow list (#20798)Lunny Xiao2022-08-161-0/+5
* auth/reverseproxy: Add support for full name (#20776)Will Norris2022-08-162-0/+4
* Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao2022-08-161-5/+5
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-1610-17/+17
* Fix push mirror address backend get error Address cause setting page display ...xpy2022-08-141-2/+2
* Remove follow from commits by file (#20765)zeripath2022-08-141-23/+23
* Preserve unix socket file (#20499)Frank2022-08-132-3/+50
* Switch Unicode Escaping to a VSCode-like system (#19990)zeripath2022-08-1314-273/+1956
* Fix git.Init for doctor sub-command (#20782)wxiaoguang2022-08-141-1/+6
* Remove useless JS operation for relative time tooltips (#20756)silverwind2022-08-122-3/+3
* refactor webhook *NewPost (#20729)oliverpool2022-08-111-1/+10
* Add support mCaptcha as captcha provider (#20458)Gusted2022-08-103-0/+34
* Refactor legacy git init (#20376)wxiaoguang2022-08-095-79/+40
* Fix disable download button (#20701)Lunny Xiao2022-08-081-1/+1
* Fix SecToTime edge-cases (#20610)Gusted2022-08-082-10/+33
* Add support for Pub packages (#20560)KN4CK3R2022-08-072-0/+290
* Use request timeout for git service rpc (#20689)parnic2022-08-061-8/+17
* Increase default item listing size `ISSUE_PAGING_NUM` to 20 (#20547)Norwin2022-08-061-2/+2
* Executable check always returns true for windows (#20637)JonRB2022-08-041-0/+5
* Use `strings.Cut` for GIT_PROTOCOL value (#20638)Gusted2022-08-031-2/+1
* Fix package upload for files >32mb (#20622)KN4CK3R2022-08-023-5/+98
* Enable Wire 2 for Internal SSH Server (#20616)Gusted2022-08-021-0/+10
* Rework mailer settings (#18982)Clar Fon2022-08-021-42/+157
* Should also support upper-case README files (#20581)Gary Wang2022-08-012-0/+12
* Support localized README (#20508)Gary Wang2022-08-012-23/+65
* Add disable download source configuration (#20548)Lunny Xiao2022-07-312-4/+6
* Add setting `SQLITE_JOURNAL_MODE` to enable WAL (#20535)Norwin2022-07-301-1/+9
* Rework file highlight rendering and fix yaml copy-paste (#19967)silverwind2022-07-302-130/+164
* Add new API endpoints for push mirrors management (#19841)Mohamed Sekour2022-07-303-1/+65
* Add latest commit's SHA to content response (#20398)Gusted2022-07-302-3/+22
* Rework raw file http header logic (#20484)silverwind2022-07-291-0/+10
* Stop logging EOFs and exit(1)s in ssh handler (#20476)zeripath2022-07-281-2/+7
* Extended permission checks. (#20517)KN4CK3R2022-07-281-1/+18
* Added email notification option to receive all own messages (#20179)Tyrone Yeh2022-07-281-2/+2
* Add Docker /v2/_catalog endpoint (#20469)KN4CK3R2022-07-281-0/+1
* Removed some vestigial code related to Range bounds checks (#20312)Philip Peterson2022-07-281-16/+0
* Slightly simplify LastCommitCache (#20444)zeripath2022-07-2513-150/+143