Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | * add config option to enable or disable log executed SQL * rename ShowSQL to LogSQL | ||||
* | 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 |
| | |||||
* | Improve documentation about custom templates. (#3345) | Alberto González Palomo | 2018-01-11 | 1 | -3/+23 |
| | | | | Now includes all the template hooks in the page, and a detailed example for the common case of adding an "about" page. | ||||
* | Templates for extra links in top navbar and repo tool tabs. (#3308) | Alberto González Palomo | 2018-01-10 | 1 | -0/+2 |
| | | | | | | | | | These templates add content to the top navbar and to the repository page. This way we do not have to copy and modify the whole template, and re-modify it after upgrading Gitea if it changes. Signed-off-by: Alberto González Palomo <bugs@sentido-labs.com> | ||||
* | General documentation cleanup (#3317) | Michael Lustfield | 2018-01-08 | 6 | -102/+174 |
| | | | * Clean up spelling, grammar, perspective, whitespace, language, markup, etc. | ||||
* | Add missing indexer doc in configuration (#3324) | Antoine GIRARD | 2018-01-08 | 1 | -0/+8 |
| | | | | | | * Add missing indexer doc in configuration * Unify MAX_FILE_SIZE to 1024 * 1024 | ||||
* | Add defaults to config cheatsheet, and minor language cleanup. (#3290) | Michael Lustfield | 2018-01-06 | 1 | -136/+134 |
| | | | | | | * Add defaults to config cheatsheet, and clean up document. * Updates and touchups, per review. | ||||
* | add external tool docs (#3301) | Lunny Xiao | 2018-01-06 | 2 | -0/+37 |
| | |||||
* | Add docs for REDIRECT_OTHER_PORT and PORT_TO_REDIRECT config options (#3262) | Mike Fellows | 2017-12-27 | 1 | -0/+2 |
| | |||||
* | Support default private when creating or migrating repository (#3239) | Lunny Xiao | 2017-12-20 | 2 | -0/+2 |
| | | | | | | | | | | * support default private when creating or migrating repository * fix fmt * use string constants on repository default private in app.ini * fix fmt | ||||
* | Add missing repository setting docs in cheat sheet (#3230) | Sandro Santilli | 2017-12-19 | 1 | -0/+4 |
| | |||||
* | Improve cron.archive_cleanup docs in cheat sheet and app.ini.sample (#3215) | Sandro Santilli | 2017-12-17 | 1 | -0/+7 |
| | | | Include defaults in cheat sheet, for that section | ||||
* | Reduce overhead of upgrades for users with custom stylesheets/JS (#3051) | techknowlogick | 2017-12-03 | 1 | -0/+2 |
| | |||||
* | French translation for docs (#3030) | techknowlogick | 2017-11-30 | 1 | -0/+44 |
| | | | original PR go-gitea/docs#147 and author @0xbaadf00d | ||||
* | Import docs into main repository (#2874) | techknowlogick | 2017-11-26 | 7 | -0/+658 |
* import docs into main repository Signed-off-by: Matti Ranta <matti@mdranta.net> |