0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-25 12:40:12 +01:00
Commit graph

629 commits

Author SHA1 Message Date
Benedikt Kroll
d57233680b Add documentation on how to update Gitea to new version () 2018-07-30 11:35:05 -04:00
Piotr Orzechowski
a74426d631 Swagger.v1.json template ()
* Turn swagger.v1.json into template

* Rename ENABLE_SWAGGER_ENDPOINT option to ENABLE_SWAGGER
2018-07-28 03:19:01 +03:00
William Le Pommelet
f847884d16 Fix doc typo ()
* 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
2018-07-26 12:57:45 +02:00
Kjell Kvinge
ba358ecbf5 Make max commits in graph configurable () 2018-07-23 17:12:06 +03:00
kolaente
1bff02de55 Added dependencies for issues () () 2018-07-17 17:23:58 -04:00
Thomas Boerger
e6b51200ab Final CSP header fix () 2018-07-12 19:48:33 +08:00
Thomas Boerger
8afd500c48 Add missing font hosts to CSP header () 2018-07-11 19:24:06 -04:00
Thomas Boerger
8b21cdba78
Fix CSP header for docs () 2018-07-12 00:27:48 +02:00
Thomas Boerger
d84490a0df Replaced docker docs with netlify deployment () 2018-07-11 16:43:33 +02:00
Lunny Xiao
1675fc4301 add git timeout settings docs () 2018-07-06 08:49:37 +03:00
techknowlogick
61b40520ba GPG verification docs ()
* GPG verification docs

* update URL
2018-07-06 09:36:54 +08:00
techknowlogick
f1d6a1fffc
Add the ability to have built in themes in Gitea ()
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
2018-07-05 17:25:04 -04:00
Fluf
f035dcd4f2 Add Recaptcha functionality to Gitea () 2018-07-05 00:13:05 -04:00
stevegt
aaf6be3ee6 Create api-usage doc page ()
* 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 , , and 

* Close 

Signed-off-by: Steve Traugott <stevegt@t7a.org>
2018-06-25 20:12:46 +08:00
Richard Coleman
212fef0866 Add details about USER_UID and USER_GID environment variables () 2018-06-23 22:55:48 -04:00
kolaente
90ad73ae21 Reorganized feature comparison () 2018-06-18 13:16:53 -04:00
Fluf
f54626df0b Add config path as an optional flag when changing pass via CLI () 2018-06-09 18:35:14 -04:00
Jesse Lucas
47f59589c5 Update backup and restore doc usage ()
Edit example of `./gitea dump` to include -c option to pass app.ini

Signed-off-by: Jesse Lucas <jesse@jesselucas.com>
2018-06-09 15:16:16 -04:00
Lunny Xiao
ed51aa9c92 improve backup document and add zh-cn backup document () 2018-06-08 19:47:51 -04:00
techknowlogick
fa3ceb610d Fix link in HTTPS doc () 2018-06-05 17:36:15 +03:00
David Schneiderbauer
1a6c97be9c update debian binary information () 2018-06-05 09:24:52 -04:00
Lauris BH
1aee261aae More detailed documentation on how to set up from binary ()
* More detailed documentation on how to set up from binary
Also change recommended file locations
2018-06-04 22:02:04 -04:00
Daniel Peukert
b9be49cd96 Minor 'Installation with Docker' docs page fix () 2018-06-05 02:08:56 +03:00
Marcin Kuźmiński
809babb562 Update comparison.en-us.md with RhodeCode Community edition ()
Added RhodeCode Community edition into comparison page
2018-06-04 15:01:35 -04:00
Jonas Franz
fb1daad13d Add how-to for enabling HTTPS ()
Signed-off-by: Jonas Franz <info@jonasfranz.de>
2018-06-03 09:55:23 +08:00
Inon S
15f6ec9632 LFS: make HTTP auth period configurable ()
* 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
2018-05-29 16:07:16 +08:00
David Schneiderbauer
2eabf18c9b add api section to config cheat sheet () 2018-05-24 16:36:45 -04:00
David Schneiderbauer
3b35c6e47c add i18n section in config cheat sheet, reordered app.ini.sample ()
* add i18n section in config cheat sheet, reordered app.ini.sample

* fix wrong default config
2018-05-24 14:07:02 -04:00
Fluf
48797e7199 Gitea with Caddy with sub-path documentation. ()
Matches rest of headings
2018-05-24 08:24:04 +08:00
Fluf
b299d7bceb Add Environment Variables to Docker template ()
* 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
2018-05-23 23:31:12 +08:00
Fluf
416ded5f3e Add documentation for reverse proxies ()
Fixes 
2018-05-23 13:21:17 +08:00
Fluf
dd3d78ffed Fix support channels ()
Now matches navigation on Gitea website
2018-05-22 08:34:02 +03:00
Timothée Ravier
b3a3024f03 doc: update LOCAL_ROOT_URL description for PROTOCOL = 'unix' case ()
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 .

Signed-off-by: Timothée Ravier <tim@siosm.fr>
2018-05-22 09:35:36 +08:00
Dominik Rimpf
1ef98a6eaa Added doc for 'IMPORT_LOCAL_PATHS' () 2018-05-21 09:04:41 +08:00
Jonas Franz
951309f76a Add support for FIDO U2F ()
* 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>
2018-05-19 17:12:37 +03:00
kolaente
0fa07ccf99 Added docs for configuring fail2ban () 2018-05-18 17:16:30 +08:00
techknowlogick
8176345c0e Add cli commands to regen hooks & keys ()
* Add cli commands to regen hooks & keys

* make fmt

* Allow passing path to config as an option

* add docs
2018-05-17 09:35:07 +08:00
Lunny Xiao
24941a1046
Add more webhooks support and refactor webhook templates directory ()
* 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
2018-05-16 22:01:55 +08:00
David Schneiderbauer
8c7e632a3d remove build tag information for redis and memcache () 2018-05-11 10:31:33 +08:00
techknowlogick
87ebaa97ee Add documentation in regards to issues/pull request templates ()
* Add documentation in regards to issues/pull request templates

Fixes 

* update per suggestion to use list
2018-05-11 08:42:22 +08:00
David Schneiderbauer
2431fc71da update multiple assignes feature in comparison () 2018-05-10 20:53:32 +08:00
Lauris BH
16b34448d4
Compare git services in docs page () 2018-05-09 12:57:02 +03:00
Morgan Bazalgette
3e578b5d29 Fix docs site index page () 2018-04-30 20:54:38 +03:00
Lauris BH
5424f75a63
Fix building of docs with latest hugo version () 2018-04-28 23:46:05 +03:00
Peter Hoffmann
48b19a5d14 Explanation for missing releases ()
Searched for missing releases/tags for some time, thought the solution might be helpful to others
2018-04-21 09:22:02 +08:00
kolaente
9f7c4d92c9 Added explanation for docker environment variables to docs () 2018-04-17 08:56:28 +08:00
Adrian Sieber
ed4935e696 Clarify purpose of ROOT_URL () 2018-04-05 00:08:55 +03:00
Lunny Xiao
d877bf7e15
Add config option to enable or disable log executed SQL ()
* add config option to enable or disable log executed SQL

* rename ShowSQL to LogSQL
2018-03-30 22:49:46 +08:00
Victor Polevoy
e7cea92535 Update gogs to gitea migration manual ()
Updates the manual for latest gogs changes.
2018-02-22 20:55:26 +08:00
Lauris BH
6f751409b4 Document generate commands ()
* 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>
2018-02-18 21:23:41 -06:00