summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Add details about USER_UID and USER_GID environment variables (#4301)Richard Coleman2018-06-231-0/+2
|
* Reorganized feature comparison (#4264)kolaente2018-06-181-656/+90
|
* Add config path as an optional flag when changing pass via CLI (#4184)Fluf2018-06-091-0/+1
|
* Update backup and restore doc usage (#4165)Jesse Lucas2018-06-091-1/+1
| | | | | Edit example of `./gitea dump` to include -c option to pass app.ini Signed-off-by: Jesse Lucas <jesse@jesselucas.com>
* improve backup document and add zh-cn backup document (#4145)Lunny Xiao2018-06-082-1/+62
|
* Fix link in HTTPS doc (#4135)techknowlogick2018-06-051-1/+1
|
* update debian binary information (#4132)David Schneiderbauer2018-06-051-8/+5
|
* More detailed documentation on how to set up from binary (#4121)Lauris BH2018-06-041-2/+50
| | | | | * More detailed documentation on how to set up from binary Also change recommended file locations
* Minor 'Installation with Docker' docs page fix (#4122)Daniel Peukert2018-06-051-1/+1
|
* Update comparison.en-us.md with RhodeCode Community edition (#4112)Marcin Kuźmiński2018-06-041-0/+65
| | | Added RhodeCode Community edition into comparison page
* Add how-to for enabling HTTPS (#4101)Jonas Franz2018-06-031-0/+46
| | | Signed-off-by: Jonas Franz <info@jonasfranz.de>
* 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
* Gitea with Caddy with sub-path documentation. (#4028)Fluf2018-05-241-1/+3
| | | Matches rest of headings
* Add Environment Variables to Docker template (#4012)Fluf2018-05-231-0/+2
| | | | | | | | | | | | * Add disable registration as an environment variable for docker * Add REQUIRE_SIGNIN_VIEW as env var to docker * Add variables to template * Update docker docs
* Add documentation for reverse proxies (#4022)Fluf2018-05-231-0/+102
| | | Fixes #3904
* Fix support channels (#4014)Fluf2018-05-221-3/+2
| | | Now matches navigation on Gitea website
* 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-192-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Added docs for configuring fail2ban (#3949)kolaente2018-05-181-0/+60
|
* Add cli commands to regen hooks & keys (#3979)techknowlogick2018-05-171-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 Xiao2018-05-161-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 Schneiderbauer2018-05-111-2/+0
|
* Add documentation in regards to issues/pull request templates (#3942)techknowlogick2018-05-111-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 Schneiderbauer2018-05-101-1/+1
|
* Compare git services in docs page (#3911)Lauris BH2018-05-091-0/+611
|
* Fix docs site index page (#3868)Morgan Bazalgette2018-04-304-1/+5
|
* Fix building of docs with latest hugo version (#3856)Lauris BH2018-04-281-0/+2
|
* Explanation for missing releases (#3823)Peter Hoffmann2018-04-211-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)kolaente2018-04-171-0/+21
|
* 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
* Update gogs to gitea migration manual (#3559)Victor Polevoy2018-02-221-2/+8
| | | Updates the manual for latest gogs changes.
* Document generate commands (#3532)Lauris BH2018-02-181-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 BH2018-02-182-2/+2
| | | Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* Add info from #2286, minor fixes to YAML indentation (#3338)Richard Coleman2018-02-151-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ö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
|
* Update source installation requirements (#3124)Kim "BKC" Carlbäcker2018-01-161-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 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-0830-270/+491
| | | * Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
* Update gitea version on docs/install-from-binary (#3333)Kim "BKC" Carlbäcker2018-01-094-4/+4
| | | | | | * Update gitea version on docs/install-from-binary * Update all versions
* 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
* Ensure docs makefile downloads theme if failed before. (#3322)Alberto González Palomo2018-01-071-3/+4
| | | | | | | | | | | | | | | The makefile did not download the theme if the directory "themes/gitea" is there, even if empty. On a fresh Ubuntu install, curl is not included, so the theme rule fails just after creating the empty directory. When you try again after installing curl, the rule is not triggered. This could also happen if the download fails for other reasons. This change makes the theme rule depend on the file "theme.toml" which will be there only after unpacking a successfully downloaded theme archive. Signed-off-by: Alberto González Palomo <bugs@sentido-labs.com>
* 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.