Lunny Xiao
f48bf6b9f2
Add more webhooks support and refactor webhook templates directory ( #3929 )
...
* 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
7ff0f95a11
remove build tag information for redis and memcache ( #3940 )
2018-05-11 10:31:33 +08:00
techknowlogick
cc7de93601
Add documentation in regards to issues/pull request templates ( #3942 )
...
* Add documentation in regards to issues/pull request templates
Fixes #3491
* update per suggestion to use list
2018-05-11 08:42:22 +08:00
David Schneiderbauer
1093cde63b
update multiple assignes feature in comparison ( #3938 )
2018-05-10 20:53:32 +08:00
Lauris BH
4712a18a02
Compare git services in docs page ( #3911 )
2018-05-09 12:57:02 +03:00
Morgan Bazalgette
f11f37f770
Fix docs site index page ( #3868 )
2018-04-30 20:54:38 +03:00
Peter Hoffmann
646bf928b1
Explanation for missing releases ( #3823 )
...
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
413c6e7250
Added explanation for docker environment variables to docs ( #3804 )
2018-04-17 08:56:28 +08:00
Adrian Sieber
e85ab887a0
Clarify purpose of ROOT_URL ( #3759 )
2018-04-05 00:08:55 +03:00
Lunny Xiao
7c21042e37
Add config option to enable or disable log executed SQL ( #3726 )
...
* add config option to enable or disable log executed SQL
* rename ShowSQL to LogSQL
2018-03-30 22:49:46 +08:00
Victor Polevoy
71471bdca2
Update gogs to gitea migration manual ( #3559 )
...
Updates the manual for latest gogs changes.
2018-02-22 20:55:26 +08:00
Lauris BH
f8c89d1f43
Document generate commands ( #3532 )
...
* 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
Lauris BH
4c18c6830b
Fix app.ini sample file link in docs ( #3529 )
...
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv >
2018-02-18 22:38:50 +08:00
Richard Coleman
d9bf3371c7
Add info from #2286 , minor fixes to YAML indentation ( #3338 )
...
* Add info from #2286 , minor fixes to YAML indentation
* Add space to make YAML valid again
2018-02-15 19:56:10 -06:00
Jonas Bröms
22e85a503a
Docs: Fix broken markdown with unescaped character ( #3470 )
2018-02-07 21:29:42 -06:00
Jonas Bröms
fbe2f666e7
Clarify Indexer MAX_FILE_SIZE ( #3469 )
2018-02-07 20:10:36 -06:00
Timo Schindler
e181c93071
Added quoting for passwords in sample.app.ini and documentation ( #3395 )
2018-01-27 20:35:49 +02:00
Kim "BKC" Carlbäcker
b213b50dda
Update source installation requirements ( #3124 )
...
* 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
2018-01-16 22:18:11 +01:00
Alberto González Palomo
0a13e391e9
Improve documentation about custom templates. ( #3345 )
...
Now includes all the template hooks in the page, and a detailed
example for the common case of adding an "about" page.
2018-01-11 21:56:40 +02:00
Alberto González Palomo
ac5ec671c6
Templates for extra links in top navbar and repo tool tabs. ( #3308 )
...
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 >
2018-01-10 08:19:50 +02:00
Michael Lustfield
3f7768d4e8
General documentation cleanup ( #3317 )
...
* Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
2018-01-08 23:48:42 +01:00
Kim "BKC" Carlbäcker
2c0960a9cd
Update gitea version on docs/install-from-binary ( #3333 )
...
* Update gitea version on docs/install-from-binary
* Update all versions
2018-01-09 00:48:05 +02:00
Antoine GIRARD
a48de0304a
Add missing indexer doc in configuration ( #3324 )
...
* Add missing indexer doc in configuration
* Unify MAX_FILE_SIZE to 1024 * 1024
2018-01-08 07:03:52 +02:00
Michael Lustfield
40eb44b973
Add defaults to config cheatsheet, and minor language cleanup. ( #3290 )
...
* Add defaults to config cheatsheet, and clean up document.
* Updates and touchups, per review.
2018-01-06 22:15:14 +02:00
Lunny Xiao
cb76d2b1fc
add external tool docs ( #3301 )
2018-01-06 05:28:31 -06:00
Mike Fellows
f4cd1e6f8e
Add docs for REDIRECT_OTHER_PORT and PORT_TO_REDIRECT config options ( #3262 )
2017-12-27 08:35:19 -06:00
Lunny Xiao
b92998c090
Support default private when creating or migrating repository ( #3239 )
...
* support default private when creating or migrating repository
* fix fmt
* use string constants on repository default private in app.ini
* fix fmt
2017-12-20 06:59:56 -06:00
Sandro Santilli
20097c2807
Add missing repository setting docs in cheat sheet ( #3230 )
2017-12-19 04:40:21 -06:00
Sandro Santilli
11236ebd7d
Improve cron.archive_cleanup docs in cheat sheet and app.ini.sample ( #3215 )
...
Include defaults in cheat sheet, for that section
2017-12-17 16:37:34 +02:00
bibaijin
8b4833b3cc
add quotation around ports in docker-compose.yml ( #3090 )
2017-12-05 14:03:40 +08:00
Lauris BH
b4a62ee6f1
Add reactions to issues/PR and comments ( #2856 )
2017-12-04 01:14:26 +02:00
techknowlogick
de0e3f1fa0
Reduce overhead of upgrades for users with custom stylesheets/JS ( #3051 )
2017-12-03 02:26:06 +02:00
Mike Fellows
08b2a0c391
Update docs for LDAP (via BindDN) user sync option. ( #2985 )
2017-11-30 21:36:53 +08:00
techknowlogick
3d25922ae7
French translation for docs ( #3030 )
...
original PR go-gitea/docs#147 and author @0xbaadf00d
2017-11-30 20:45:48 +08:00
Lunny Xiao
cc28351407
add notice for docker run gitea http port issue ( #3020 )
2017-11-30 19:18:35 +08:00
techknowlogick
b478389785
Adding time tracking to feature list ( #2982 )
...
Now that 1.3 is out time tracking is a new feature
go-gitea/docs#148
2017-11-27 10:47:43 +08:00
techknowlogick
4b90703858
Import docs into main repository ( #2874 )
...
* import docs into main repository
Signed-off-by: Matti Ranta <matti@mdranta.net >
2017-11-26 23:44:32 +02:00