| Commit message (Expand) | Author | Age | Files | Lines |
* | add git timeout settings docs (#4383) | Lunny Xiao | 2018-07-06 | 2 | -0/+14 |
* | GPG verification docs (#4381) | techknowlogick | 2018-07-06 | 1 | -1/+9 |
* | Add the ability to have built in themes in Gitea (#4198) | techknowlogick | 2018-07-05 | 2 | -0/+5 |
* | Add Recaptcha functionality to Gitea (#4044) | Fluf | 2018-07-05 | 1 | -1/+4 |
* | Create api-usage doc page (#4306) | stevegt | 2018-06-25 | 1 | -0/+75 |
* | Add details about USER_UID and USER_GID environment variables (#4301) | Richard Coleman | 2018-06-23 | 1 | -0/+2 |
* | Reorganized feature comparison (#4264) | kolaente | 2018-06-18 | 1 | -656/+90 |
* | Add config path as an optional flag when changing pass via CLI (#4184) | Fluf | 2018-06-09 | 1 | -0/+1 |
* | Update backup and restore doc usage (#4165) | Jesse Lucas | 2018-06-09 | 1 | -1/+1 |
* | improve backup document and add zh-cn backup document (#4145) | Lunny Xiao | 2018-06-08 | 2 | -1/+62 |
* | Fix link in HTTPS doc (#4135) | techknowlogick | 2018-06-05 | 1 | -1/+1 |
* | update debian binary information (#4132) | David Schneiderbauer | 2018-06-05 | 1 | -8/+5 |
* | More detailed documentation on how to set up from binary (#4121) | Lauris BH | 2018-06-04 | 1 | -2/+50 |
* | Minor 'Installation with Docker' docs page fix (#4122) | Daniel Peukert | 2018-06-05 | 1 | -1/+1 |
* | Update comparison.en-us.md with RhodeCode Community edition (#4112) | Marcin Kuźmiński | 2018-06-04 | 1 | -0/+65 |
* | Add how-to for enabling HTTPS (#4101) | Jonas Franz | 2018-06-03 | 1 | -0/+46 |
* | LFS: make HTTP auth period configurable (#4035) | Inon S | 2018-05-29 | 1 | -0/+1 |
* | add api section to config cheat sheet (#4037) | David Schneiderbauer | 2018-05-24 | 1 | -0/+5 |
* | add i18n section in config cheat sheet, reordered app.ini.sample (#4038) | David Schneiderbauer | 2018-05-24 | 1 | -0/+30 |
* | Gitea with Caddy with sub-path documentation. (#4028) | Fluf | 2018-05-24 | 1 | -1/+3 |
* | Add Environment Variables to Docker template (#4012) | Fluf | 2018-05-23 | 1 | -0/+2 |
* | Add documentation for reverse proxies (#4022) | Fluf | 2018-05-23 | 1 | -0/+102 |
* | Fix support channels (#4014) | Fluf | 2018-05-22 | 1 | -3/+2 |
* | doc: update LOCAL_ROOT_URL description for PROTOCOL = 'unix' case (#3760) | Timothée Ravier | 2018-05-22 | 1 | -0/+5 |
* | Added doc for 'IMPORT_LOCAL_PATHS' (#3997) | Dominik Rimpf | 2018-05-21 | 1 | -0/+1 |
* | Add support for FIDO U2F (#3971) | Jonas Franz | 2018-05-19 | 2 | -0/+13 |
* | Added docs for configuring fail2ban (#3949) | kolaente | 2018-05-18 | 1 | -0/+60 |
* | Add cli commands to regen hooks & keys (#3979) | techknowlogick | 2018-05-17 | 1 | -0/+7 |
* | Add more webhooks support and refactor webhook templates directory (#3929) | Lunny Xiao | 2018-05-16 | 1 | -1/+1 |
* | remove build tag information for redis and memcache (#3940) | David Schneiderbauer | 2018-05-11 | 1 | -2/+0 |
* | Add documentation in regards to issues/pull request templates (#3942) | techknowlogick | 2018-05-11 | 1 | -0/+41 |
* | update multiple assignes feature in comparison (#3938) | David Schneiderbauer | 2018-05-10 | 1 | -1/+1 |
* | Compare git services in docs page (#3911) | Lauris BH | 2018-05-09 | 1 | -0/+611 |
* | Fix docs site index page (#3868) | Morgan Bazalgette | 2018-04-30 | 4 | -1/+5 |
* | Fix building of docs with latest hugo version (#3856) | Lauris BH | 2018-04-28 | 1 | -0/+2 |
* | Explanation for missing releases (#3823) | Peter Hoffmann | 2018-04-21 | 1 | -0/+14 |
* | Added explanation for docker environment variables to docs (#3804) | kolaente | 2018-04-17 | 1 | -0/+21 |
* | Clarify purpose of ROOT_URL (#3759) | Adrian Sieber | 2018-04-05 | 1 | -1/+3 |
* | Add config option to enable or disable log executed SQL (#3726) | Lunny Xiao | 2018-03-30 | 2 | -0/+2 |
* | Update gogs to gitea migration manual (#3559) | Victor Polevoy | 2018-02-22 | 1 | -2/+8 |
* | Document generate commands (#3532) | Lauris BH | 2018-02-18 | 1 | -0/+16 |
* | Fix app.ini sample file link in docs (#3529) | Lauris BH | 2018-02-18 | 2 | -2/+2 |
* | Add info from #2286, minor fixes to YAML indentation (#3338) | Richard Coleman | 2018-02-15 | 1 | -4/+19 |
* | Docs: Fix broken markdown with unescaped character (#3470) | Jonas Bröms | 2018-02-07 | 1 | -2/+2 |
* | Clarify Indexer MAX_FILE_SIZE (#3469) | Jonas Bröms | 2018-02-07 | 1 | -1/+1 |
* | Added quoting for passwords in sample.app.ini and documentation (#3395) | Timo Schindler | 2018-01-27 | 1 | -2/+2 |
* | Update source installation requirements (#3124) | Kim "BKC" Carlbäcker | 2018-01-16 | 1 | -1/+1 |
* | Improve documentation about custom templates. (#3345) | Alberto González Palomo | 2018-01-11 | 1 | -3/+23 |
* | Templates for extra links in top navbar and repo tool tabs. (#3308) | Alberto González Palomo | 2018-01-10 | 1 | -0/+2 |
* | General documentation cleanup (#3317) | Michael Lustfield | 2018-01-08 | 30 | -270/+491 |