Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add cli commands to regen hooks & keys (#3979) | techknowlogick | 2018-05-17 | 1 | -0/+7 | |
| | | | | | | | | | | * Add cli commands to regen hooks & keys * make fmt * Allow passing path to config as an option * add docs | |||||
* | Add more webhooks support and refactor webhook templates directory (#3929) | Lunny Xiao | 2018-05-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * add more webhook support * move hooks templates to standalone dir and add more webhooks ui * fix tests * update vendor checksum * add more webhook support * move hooks templates to standalone dir and add more webhooks ui * fix tests * update vendor checksum * update vendor Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * load attributes when created release * update comparsion doc | |||||
* | 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 | |
| | | | | | | | | * Add documentation in regards to issues/pull request templates Fixes #3491 * update per suggestion to use list | |||||
* | 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 | |
| | ||||||
* | Explanation for missing releases (#3823) | Peter Hoffmann | 2018-04-21 | 1 | -0/+14 | |
| | | | Searched for missing releases/tags for some time, thought the solution might be helpful to others | |||||
* | 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 | |
| | | | | | | * add config option to enable or disable log executed SQL * rename ShowSQL to LogSQL | |||||
* | Update gogs to gitea migration manual (#3559) | Victor Polevoy | 2018-02-22 | 1 | -2/+8 | |
| | | | Updates the manual for latest gogs changes. | |||||
* | Document generate commands (#3532) | Lauris BH | 2018-02-18 | 1 | -0/+16 | |
| | | | | | | | | | | * Document generate commands Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv> * Fix examples and grammar Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv> | |||||
* | Fix app.ini sample file link in docs (#3529) | Lauris BH | 2018-02-18 | 2 | -2/+2 | |
| | | | Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv> | |||||
* | Add info from #2286, minor fixes to YAML indentation (#3338) | Richard Coleman | 2018-02-15 | 1 | -4/+19 | |
| | | | | | | * Add info from #2286, minor fixes to YAML indentation * Add space to make YAML valid again | |||||
* | 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 | |
| | | | | | | | | | | | | | | * Update source installation requirements We require Golang 1.8 since we use `net/url.PathEscape` which was not introduced until then * Use Golang 1.8 for build and test If we state Golang 1.8 we should test using that version as well * Use golang 1.8 only for single build to see if everything compiles * Change back edge also for commented out sqlite test | |||||
* | 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 | 30 | -270/+491 | |
| | | | * Clean up spelling, grammar, perspective, whitespace, language, markup, etc. | |||||
* | Update gitea version on docs/install-from-binary (#3333) | Kim "BKC" Carlbäcker | 2018-01-09 | 4 | -4/+4 | |
| | | | | | | * Update gitea version on docs/install-from-binary * Update all versions | |||||
* | 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 | |||||
* | add quotation around ports in docker-compose.yml (#3090) | bibaijin | 2017-12-05 | 1 | -12/+12 | |
| | ||||||
* | Add reactions to issues/PR and comments (#2856) | Lauris BH | 2017-12-04 | 1 | -0/+1 | |
| | ||||||
* | Reduce overhead of upgrades for users with custom stylesheets/JS (#3051) | techknowlogick | 2017-12-03 | 1 | -0/+2 | |
| | ||||||
* | Update docs for LDAP (via BindDN) user sync option. (#2985) | Mike Fellows | 2017-11-30 | 1 | -0/+11 | |
| | ||||||
* | French translation for docs (#3030) | techknowlogick | 2017-11-30 | 11 | -0/+767 | |
| | | | original PR go-gitea/docs#147 and author @0xbaadf00d | |||||
* | add notice for docker run gitea http port issue (#3020) | Lunny Xiao | 2017-11-30 | 2 | -0/+4 | |
| | ||||||
* | Adding time tracking to feature list (#2982) | techknowlogick | 2017-11-27 | 1 | -0/+1 | |
| | | | | Now that 1.3 is out time tracking is a new feature go-gitea/docs#148 | |||||
* | Import docs into main repository (#2874) | techknowlogick | 2017-11-26 | 56 | -0/+3014 | |
* import docs into main repository Signed-off-by: Matti Ranta <matti@mdranta.net> |