Ben Yanke
512678a5a3
Move Screenshots to Bottom ( #4128 )
...
The 'above the fold' space is very important, it seems possibly wasted with screenshots which aren't legible without enlarging.
This is a proposal to move them down.
7 years ago
Lunny Xiao
ed51aa9c92
improve backup document and add zh-cn backup document ( #4145 )
7 years ago
GiteaBot
d41084c54a
[skip ci] Updated translations via Crowdin
7 years ago
Christopher Medlin
b5f61f1d15
Improve logging for e-mail and OpenID already in use errors ( #4174 )
7 years ago
GiteaBot
3fbba2553a
[skip ci] Updated translations via Crowdin
7 years ago
Fluf
c9c5d164d5
Add myself as a maintainer ( #4172 )
7 years ago
Lauris BH
a89d6253e0
Show only needed values in database configuration section depending on type ( #4164 )
7 years ago
GiteaBot
e5fd43c231
[skip ci] Updated translations via Crowdin
7 years ago
Barbossa
83d956ce6b
Fix typo ( #4151 )
...
Fix incorrect tmpl in oauth when we have a custom authorize url. The tmpl will append an additional character "v" every time we save the settings.
7 years ago
techknowlogick
fa3ceb610d
Fix link in HTTPS doc ( #4135 )
7 years ago
GiteaBot
25b1a8099b
[skip ci] Updated translations via Crowdin
7 years ago
David Schneiderbauer
1a6c97be9c
update debian binary information ( #4132 )
7 years ago
GiteaBot
2fcd9b69b7
[skip ci] Updated translations via Crowdin
7 years ago
Lauris BH
1aee261aae
More detailed documentation on how to set up from binary ( #4121 )
...
* More detailed documentation on how to set up from binary
Also change recommended file locations
7 years ago
techknowlogick
6400d8a3cb
1.4.2 changelog ( #4124 )
7 years ago
AJ ONeal
0b718535b6
Add pronunciation to README.md ( #4123 )
7 years ago
Daniel Peukert
b9be49cd96
Minor 'Installation with Docker' docs page fix ( #4122 )
7 years ago
Marcin Kuźmiński
809babb562
Update comparison.en-us.md with RhodeCode Community edition ( #4112 )
...
Added RhodeCode Community edition into comparison page
7 years ago
Inon S
1bcabb8b1e
Removed unnecessary line referencing LFS struct ( #4113 )
...
https://github.com/go-gitea/gitea/pull/4035#issuecomment-394286204
@ohwgiles points out that the config section should, in fact, still be in accordance with the "server" struct, which contains the "LFS" struct. I should just remove the line
```
sec = Cfg.Section("LFS")
```
7 years ago
GiteaBot
d62bc3362b
[skip ci] Updated translations via Crowdin
7 years ago
Bwko
1f877f8c87
Add tag check to release draft creation ( #3729 )
7 years ago
Jonas Franz
fb1daad13d
Add how-to for enabling HTTPS ( #4101 )
...
Signed-off-by: Jonas Franz <info@jonasfranz.de>
7 years ago
GiteaBot
da466b0505
[skip ci] Updated translations via Crowdin
7 years ago
Fluf
85b7fd1e61
Remove dupelicate link ( #4100 )
7 years ago
Alexey Terentyev
7893e5939a
Update gitgraph.js to fix "Cannot read property color of undefined" ( #4095 )
...
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
7 years ago
GiteaBot
9a1772b0fa
[skip ci] Updated translations via Crowdin
7 years ago
stevegt
a5f63fc4d1
swagger: add 'required: true' for params in URL ( #4097 )
...
* Partial fix for #4010
Swagger validation needs 'required: true' for parameters that are in
the URL path.
Signed-off-by: Steve Traugott <stevegt@t7a.org>
7 years ago
GiteaBot
b8c1dc55b4
[skip ci] Updated translations via Crowdin
7 years ago
Fluf
28fb255d91
Add make command to validate swagger file ( #4096 )
...
Partial fix for #4088
7 years ago
GiteaBot
0549762fd0
[skip ci] Updated translations via Crowdin
7 years ago
stevegt
39f2aa7c12
add simple descriptions for file API responses ( #4089 )
...
* Partial fix for #4010
Swagger needs a description field in each swagger:operation response. Adding
minimal text for now on the way to getting swagger validate to pass. Many
standard swagger client libraries will not work with gitea until validate
passes, so prioritizing that over better descriptions for now.
Signed-off-by: Steve Traugott <stevegt@t7a.org>
7 years ago
stevegt
7707ad7a0a
add simple descriptions for swagger validate ( #4087 )
...
* Partial fix for #4010
Swagger needs a comment line above each swagger:response comment -- it
uses these to populate the description: fields. Adding minimal text
for now on the way to getting swagger validate to pass. Many standard
swagger client libraries will not work at all with gitea until validate
passes, so prioritizing that over better descriptions for now.
Signed-off-by: Steve Traugott <stevegt@t7a.org>
7 years ago
techknowlogick
728cc27284
Update Contribution docs with non-404 link ( #4077 )
7 years ago
GiteaBot
af05212bf8
[skip ci] Updated translations via Crowdin
7 years ago
Antoine GIRARD
35c3510335
Fix #4081 Check for leading / in base before removing it ( #4082 )
7 years ago
Inon S
15f6ec9632
LFS: make HTTP auth period configurable ( #4035 )
...
* 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
7 years ago
techknowlogick
832ca509d3
Remove autolink.js references ( #4072 )
...
* Autolink.js no longer used
Fixes #4069
* Remove autolink.js references
* Fix reference to u2f js
7 years ago
Jonas Franz
2139c152cb
Fix relative markdown links with anchors ( #4058 )
...
* Replace '%28' with '#'
Add test case
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Use ResolveReference instead of strings.Replace
Signed-off-by: Jonas Franz <info@jonasfranz.software>
7 years ago
Alexey Terentyev
f86f56e19c
Added deletion of an empty line at the end of the file ( #4050 ) ( #4054 )
...
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
7 years ago
GiteaBot
9aa8fdc5d7
[skip ci] Updated translations via Crowdin
7 years ago
stevegt
dc789ad7db
Fix drone CLI install link ( #4071 )
...
Fixes #4070
7 years ago
Lunny Xiao
5c95f7c7ce
fix attachment ENABLED ( #4064 )
...
* fix attachment ENABLED
* change wrong name on app.ini.sample
7 years ago
Michael Kuhn
fd274ffcd9
Fix wiki redirects ( #3919 )
...
When creating or editing a wiki page, the redirect to the wiki page does
not work because the file name is used instead of the page name.
7 years ago
David Schneiderbauer
0be2b34cec
update git vendor ( #4059 )
7 years ago
techknowlogick
b6604505e7
Update drone test instructions in CONTRIBUTING.md ( #4055 )
7 years ago
GiteaBot
5095dfaed6
[skip ci] Updated translations via Crowdin
7 years ago
techknowlogick
2986e942ee
Mac OS X -> macOS ( #4056 )
7 years ago
David Schneiderbauer
2eabf18c9b
add api section to config cheat sheet ( #4037 )
7 years ago
Fluf
2a9799493a
Make home.tmpl visible with Signin-View enabled ( #4040 )
...
Fix #3846
7 years ago
3_1_3_u
8ebd15e6a6
fix add a Ukrainian language ( #4036 ) ( #4042 )
7 years ago