summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/advanced
Commit message (Collapse)AuthorAgeFilesLines
...
* Punctuation changes in documentation (#4866)maiki2018-09-041-9/+9
|
* MySQL TLS (#4642)Russell Aunger2018-08-231-1/+1
|
* add letsencrypt to Gitea (#4189)Fluf2018-08-211-0/+5
|
* Disable merging a WIP Pull request (#4529)Julien Tant2018-08-131-0/+4
| | | | | | | | | | | | | | | | | * prevent pull request to be merged when PR is a WIP * add tests * add helper to prepend WIP: in PR title * move default wip prefixes into settings * use configurable WIP prefixes in javascript and default to first one in templates * add documentation * add unit test on pull model Signed-off-by: Julien Tant <julien@craftyx.fr>
* Fix doc typo (#4517)William Le Pommelet2018-07-261-1/+1
| | | | | | | | | | | | * fix language list Standardized the languages' names within the list displayed when picking up a language at the bottom of the webpages * typo fix a typo into documentation (template rather than templete) * fix languages list
* Make max commits in graph configurable (#4498)Kjell Kvinge2018-07-231-0/+1
|
* Added dependencies for issues (#2196) (#2531)kolaente2018-07-171-0/+1
|
* add git timeout settings docs (#4383)Lunny Xiao2018-07-062-0/+14
|
* Add the ability to have built in themes in Gitea (#4198)techknowlogick2018-07-052-0/+5
| | | | | | | | | This makes it easier for user who want to theme but don't have the ability to know how to customize templates all that is required is a change in a config option The reason why I chose the DEFAULT_THEME as variable, as perhaps in the future we will allow users to chose their theme whon logged in just like we do with languages
* Add Recaptcha functionality to Gitea (#4044)Fluf2018-07-051-1/+4
|
* Create api-usage doc page (#4306)stevegt2018-06-251-0/+75
| | | | | | | | | | | | | | | | | | | | * add api user guides in doc * update user-guides api page * fix typo: user guides -> user guide * move api-usage page under advanced category * flesh out API usage docs * Build on work by @tungsheng * Address issues raised in #4037, #3673, and #4243 * Close #4247 Signed-off-by: Steve Traugott <stevegt@t7a.org>
* LFS: make HTTP auth period configurable (#4035)Inon S2018-05-291-0/+1
| | | | | | | | | | | | | | * LFS: make HTTP auth period configurable * Formatting: Removed semicolon Due to automated fmt-check failure (drone.gitea.io) * applying code reviews * Applied code review comment: Change HTTPAuthExpiry to time.Duration * Updated config cheat sheet
* add api section to config cheat sheet (#4037)David Schneiderbauer2018-05-241-0/+5
|
* add i18n section in config cheat sheet, reordered app.ini.sample (#4038)David Schneiderbauer2018-05-241-0/+30
| | | | | | * add i18n section in config cheat sheet, reordered app.ini.sample * fix wrong default config
* doc: update LOCAL_ROOT_URL description for PROTOCOL = 'unix' case (#3760)Timothée Ravier2018-05-221-0/+5
| | | | | | | | | Update the sample configuration and config cheat sheet description for the LOCAL_ROOT_URL configuration variable to mention the special case required if PROTOCOL is set to 'unix'. Fixes #3741. Signed-off-by: Timothée Ravier <tim@siosm.fr>
* Added doc for 'IMPORT_LOCAL_PATHS' (#3997)Dominik Rimpf2018-05-211-0/+1
|
* Add support for FIDO U2F (#3971)Jonas Franz2018-05-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for U2F Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add vendor library Add missing translations Signed-off-by: Jonas Franz <info@jonasfranz.software> * Minor improvements Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add U2F support for Firefox, Chrome (Android) by introducing a custom JS library Add U2F error handling Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add U2F login page to OAuth Signed-off-by: Jonas Franz <info@jonasfranz.software> * Move U2F user settings to a separate file Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add unit tests for u2f model Renamed u2f table name Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix problems caused by refactoring Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add U2F documentation Signed-off-by: Jonas Franz <info@jonasfranz.software> * Remove not needed console.log-s Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add default values to app.ini.sample Add FIDO U2F to comparison Signed-off-by: Jonas Franz <info@jonasfranz.software>
* remove build tag information for redis and memcache (#3940)David Schneiderbauer2018-05-111-2/+0
|
* Clarify purpose of ROOT_URL (#3759)Adrian Sieber2018-04-051-1/+3
|
* Add config option to enable or disable log executed SQL (#3726)Lunny Xiao2018-03-302-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öms2018-02-071-2/+2
|
* Clarify Indexer MAX_FILE_SIZE (#3469)Jonas Bröms2018-02-071-1/+1
|
* Added quoting for passwords in sample.app.ini and documentation (#3395)Timo Schindler2018-01-271-2/+2
|
* Improve documentation about custom templates. (#3345)Alberto González Palomo2018-01-111-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 Palomo2018-01-101-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 Lustfield2018-01-086-102/+174
| | | * Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
* Add missing indexer doc in configuration (#3324)Antoine GIRARD2018-01-081-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 Lustfield2018-01-061-136/+134
| | | | | | * Add defaults to config cheatsheet, and clean up document. * Updates and touchups, per review.
* add external tool docs (#3301)Lunny Xiao2018-01-062-0/+37
|
* Add docs for REDIRECT_OTHER_PORT and PORT_TO_REDIRECT config options (#3262)Mike Fellows2017-12-271-0/+2
|
* Support default private when creating or migrating repository (#3239)Lunny Xiao2017-12-202-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 Santilli2017-12-191-0/+4
|
* Improve cron.archive_cleanup docs in cheat sheet and app.ini.sample (#3215)Sandro Santilli2017-12-171-0/+7
| | | Include defaults in cheat sheet, for that section
* Reduce overhead of upgrades for users with custom stylesheets/JS (#3051)techknowlogick2017-12-031-0/+2
|
* French translation for docs (#3030)techknowlogick2017-11-301-0/+44
| | | original PR go-gitea/docs#147 and author @0xbaadf00d
* Import docs into main repository (#2874)techknowlogick2017-11-267-0/+658
* import docs into main repository Signed-off-by: Matti Ranta <matti@mdranta.net>