6513 Commits (a7f90905df12b649dd48d9b6b05e419ff47b2a7c)
 

Author SHA1 Message Date
GiteaBot 508092a248 [skip ci] Updated translations via Crowdin 6 years ago
BNolet 3da0d437e9 Fixed spelling + clarity (#4213)
Message given when password was too short was incorrectly spelled and was not clear enough.
6 years ago
GiteaBot e3b77f92c1 [skip ci] Updated translations via Crowdin 6 years ago
nickolas360 2bb73fe12c HTML-escape text READMEs (#4192) 6 years ago
David Schneiderbauer af57d6ab8a undo #3142 because processes don't use the util.Timestamp (#4203) 6 years ago
Fluf f54626df0b Add config path as an optional flag when changing pass via CLI (#4184) 6 years ago
Fluf 9033eaeec1 Only show "You cannot fork a repository you own" when needed (#4130) 6 years ago
GiteaBot ef0bc57ae7 [skip ci] Updated translations via Crowdin 6 years ago
Jesse Lucas 47f59589c5 Update backup and restore doc usage (#4165)
Edit example of `./gitea dump` to include -c option to pass app.ini

Signed-off-by: Jesse Lucas <jesse@jesselucas.com>
6 years ago
Antoine GIRARD 048468560f Add security advice to contrib guide (#4187)
* Improve contributing guidelines for security
6 years ago
GiteaBot 8786c15221 [skip ci] Updated translations via Crowdin 6 years ago
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.
6 years ago
Lunny Xiao ed51aa9c92 improve backup document and add zh-cn backup document (#4145) 6 years ago
GiteaBot d41084c54a [skip ci] Updated translations via Crowdin 6 years ago
Christopher Medlin b5f61f1d15 Improve logging for e-mail and OpenID already in use errors (#4174) 6 years ago
GiteaBot 3fbba2553a [skip ci] Updated translations via Crowdin 6 years ago
Fluf c9c5d164d5 Add myself as a maintainer (#4172) 6 years ago
Lauris BH a89d6253e0 Show only needed values in database configuration section depending on type (#4164) 6 years ago
GiteaBot e5fd43c231 [skip ci] Updated translations via Crowdin 6 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.
6 years ago
techknowlogick fa3ceb610d Fix link in HTTPS doc (#4135) 6 years ago
GiteaBot 25b1a8099b [skip ci] Updated translations via Crowdin 6 years ago
David Schneiderbauer 1a6c97be9c update debian binary information (#4132) 6 years ago
GiteaBot 2fcd9b69b7 [skip ci] Updated translations via Crowdin 6 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
6 years ago
techknowlogick 6400d8a3cb 1.4.2 changelog (#4124) 6 years ago
AJ ONeal 0b718535b6 Add pronunciation to README.md (#4123) 6 years ago
Daniel Peukert b9be49cd96 Minor 'Installation with Docker' docs page fix (#4122) 6 years ago
Marcin Kuźmiński 809babb562 Update comparison.en-us.md with RhodeCode Community edition (#4112)
Added RhodeCode Community edition into comparison page
6 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")
```
6 years ago
GiteaBot d62bc3362b [skip ci] Updated translations via Crowdin 6 years ago
Bwko 1f877f8c87 Add tag check to release draft creation (#3729) 6 years ago
Jonas Franz fb1daad13d Add how-to for enabling HTTPS (#4101)
Signed-off-by: Jonas Franz <info@jonasfranz.de>
6 years ago
GiteaBot da466b0505 [skip ci] Updated translations via Crowdin 6 years ago
Fluf 85b7fd1e61 Remove dupelicate link (#4100) 6 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>
6 years ago
GiteaBot 9a1772b0fa [skip ci] Updated translations via Crowdin 6 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>
6 years ago
GiteaBot b8c1dc55b4 [skip ci] Updated translations via Crowdin 6 years ago
Fluf 28fb255d91 Add make command to validate swagger file (#4096)
Partial fix for #4088
6 years ago
GiteaBot 0549762fd0 [skip ci] Updated translations via Crowdin 6 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>
6 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>
6 years ago
techknowlogick 728cc27284
Update Contribution docs with non-404 link (#4077) 6 years ago
GiteaBot af05212bf8 [skip ci] Updated translations via Crowdin 6 years ago
Antoine GIRARD 35c3510335 Fix #4081 Check for leading / in base before removing it (#4082) 6 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
6 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
6 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>
6 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>
6 years ago