| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Package Registry (#16510) | KN4CK3R | 2022-03-30 | 2 | -0/+51 |
* | Provide configuration to allow camo-media proxying (#12802) | zeripath | 2022-03-29 | 1 | -0/+15 |
* | Ensure that setting.LocalURL always has a trailing slash (#19171) | zeripath | 2022-03-22 | 1 | -1/+4 |
* | Update golang.org/x/crypto (#19097) | Gusted | 2022-03-16 | 1 | -1/+1 |
* | Support ignore all santize for external renderer (#18984) | Lunny Xiao | 2022-03-06 | 1 | -6/+8 |
* | Disable service worker by default (#18914) | silverwind | 2022-02-26 | 1 | -1/+1 |
* | Update SSH Server crypto settings (#18697) | Gusted | 2022-02-10 | 1 | -3/+3 |
* | Prevent security failure due to bad APP_ID (#18678) | zeripath | 2022-02-09 | 1 | -2/+5 |
* | Support custom ACME provider (#18340) | Cristian Le | 2022-02-08 | 1 | -22/+52 |
* | Only request write when necessary (#18657) | Gusted | 2022-02-08 | 1 | -11/+4 |
* | Add separate SSH_USER config option (#17584) | Clar Fon | 2022-02-07 | 1 | -0/+2 |
* | Warn at startup if the provided `SCRIPT_TYPE` is not on the PATH (#18467) | zeripath | 2022-01-30 | 1 | -0/+5 |
* | Add packagist webhook (#18224) | Dr. Tobias Quathamer | 2022-01-23 | 1 | -1/+1 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 19 | -269/+243 |
* | Enable deprecation error for v1.17.0 (#18341) | Gusted | 2022-01-20 | 7 | -48/+79 |
* | Refactor Router Logger (#17308) | wxiaoguang | 2022-01-20 | 2 | -7/+10 |
* | Support webauthn (#17957) | Lunny Xiao | 2022-01-14 | 1 | -7/+4 |
* | Enable partial clone by default (#18195) | Gusted | 2022-01-06 | 1 | -0/+2 |
* | Add option to convert CRLF to LF line endings for sendmail (#18075) | zeripath | 2022-01-06 | 1 | -5/+7 |
* | Add MP4 as default allowed attachment type (#18170) | Gusted | 2022-01-04 | 1 | -1/+1 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 2 | -4/+4 |
* | Make AvatarRenderedSizeFactor configurable and set it to 3 (#17951) | silverwind | 2021-12-16 | 1 | -6/+9 |
* | allways set a message-id on mails (#17900) | Garionion | 2021-12-08 | 1 | -5/+11 |
* | Refactor install page (db type) (#17919) | wxiaoguang | 2021-12-07 | 2 | -9/+5 |
* | Replace "unix" by "http+unix" for PROTOCOL (#17771) | mscherer | 2021-12-05 | 1 | -19/+18 |
* | Improve install code to avoid low-level mistakes. (#17779) | wxiaoguang | 2021-12-01 | 3 | -43/+136 |
* | Make Co-committed-by and co-authored-by trailers optional (#17848) | zeripath | 2021-11-29 | 1 | -0/+3 |
* | Handle relative unix socket paths (#17836) | zeripath | 2021-11-27 | 1 | -3/+10 |
* | Use `hostmatcher` to replace `matchlist`, improve security (#17605) | wxiaoguang | 2021-11-20 | 2 | -18/+6 |
* | Make SSL cipher suite configurable (#17440) | zeripath | 2021-11-20 | 1 | -0/+8 |
* | Add settings to allow different SMTP envelope from address (#17479) | zeripath | 2021-11-19 | 1 | -7/+25 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 1 | -0/+1 |
* | Fix bug when read mysql database max lifetime (#17682) | Lunny Xiao | 2021-11-17 | 1 | -2/+2 |
* | Use correct defaultValue for stracktrace (#17552) | Gusted | 2021-11-05 | 1 | -1/+1 |
* | Only allow webhook to send requests to allowed hosts (#17482) | wxiaoguang | 2021-11-01 | 1 | -8/+11 |
* | Sync gitea app path for git hooks and authorized keys when starting (#17335) | wxiaoguang | 2021-10-21 | 1 | -0/+12 |
* | Use a variable but a function for IsProd because of a slight performance incr... | Lunny Xiao | 2021-10-20 | 1 | -5/+2 |
* | Make the Mirror Queue a queue (#17326) | zeripath | 2021-10-17 | 3 | -31/+39 |
* | Disable core.protectNTFS (#17300) | zeripath | 2021-10-13 | 1 | -0/+1 |
* | Add protection to disable Gitea when run as root (#17168) | techknowlogick | 2021-10-07 | 1 | -0/+12 |
* | Add metrics to get issues by repository (#17225) | Romain | 2021-10-05 | 1 | -6/+8 |
* | Add metrics to get issues by label (#17201) | Romain | 2021-10-03 | 1 | -4/+6 |
* | Add nodeinfo endpoint for federation purposes (#16953) | techknowlogick | 2021-09-28 | 2 | -0/+23 |
* | Use light/dark theme based on system preference (#17051) | Gwyneth Morgan | 2021-09-27 | 1 | -2/+2 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 1 | -3/+2 |
* | Enable Malayalam, Greek, Persian, Hungarian & Indonesian by default (#16998) | 6543 | 2021-09-09 | 1 | -2/+4 |
* | Make mirror feature more configurable (#16957) | 6543 | 2021-09-07 | 3 | -19/+60 |
* | Remove ParseQueueConnStr as it is unused (#16878) | zeripath | 2021-08-31 | 1 | -33/+0 |
* | Paginate releases page & set default page size to 10 (#16857) | Lunny Xiao | 2021-08-29 | 1 | -3/+6 |
* | Add bundle download for repository (#14538) | John Olheiser | 2021-08-24 | 1 | -0/+1 |