Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update backup and restore doc usage (#4165) | Jesse Lucas | 2018-06-09 | 1 | -1/+1 |
| | | | | | Edit example of `./gitea dump` to include -c option to pass app.ini Signed-off-by: Jesse Lucas <jesse@jesselucas.com> | ||||
* | Add security advice to contrib guide (#4187) | Antoine GIRARD | 2018-06-09 | 1 | -0/+7 |
| | | | | * Improve contributing guidelines for security | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-06-09 | 1 | -0/+45 |
| | |||||
* | Move Screenshots to Bottom (#4128) | Ben Yanke | 2018-06-08 | 1 | -7/+10 |
| | | | | | 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. | ||||
* | improve backup document and add zh-cn backup document (#4145) | Lunny Xiao | 2018-06-08 | 2 | -1/+62 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-06-08 | 1 | -0/+3 |
| | |||||
* | Improve logging for e-mail and OpenID already in use errors (#4174) | Christopher Medlin | 2018-06-08 | 1 | -2/+2 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-06-08 | 23 | -46/+0 |
| | |||||
* | Add myself as a maintainer (#4172) | Fluf | 2018-06-08 | 1 | -0/+1 |
| | |||||
* | Show only needed values in database configuration section depending on type ↵ | Lauris BH | 2018-06-06 | 2 | -4/+8 |
| | | | | (#4164) | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-06-06 | 1 | -0/+3 |
| | |||||
* | Fix typo (#4151) | Barbossa | 2018-06-06 | 1 | -1/+1 |
| | | | 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. | ||||
* | Fix link in HTTPS doc (#4135) | techknowlogick | 2018-06-05 | 1 | -1/+1 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-06-05 | 2 | -2/+46 |
| | |||||
* | update debian binary information (#4132) | David Schneiderbauer | 2018-06-05 | 1 | -8/+5 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-06-05 | 1 | -1/+3 |
| | |||||
* | More detailed documentation on how to set up from binary (#4121) | Lauris BH | 2018-06-04 | 8 | -29/+81 |
| | | | | | * More detailed documentation on how to set up from binary Also change recommended file locations | ||||
* | 1.4.2 changelog (#4124) | techknowlogick | 2018-06-05 | 1 | -0/+15 |
| | |||||
* | Add pronunciation to README.md (#4123) | AJ ONeal | 2018-06-04 | 1 | -0/+6 |
| | |||||
* | Minor 'Installation with Docker' docs page fix (#4122) | Daniel Peukert | 2018-06-05 | 1 | -1/+1 |
| | |||||
* | Update comparison.en-us.md with RhodeCode Community edition (#4112) | Marcin Kuźmiński | 2018-06-04 | 1 | -0/+65 |
| | | | Added RhodeCode Community edition into comparison page | ||||
* | Removed unnecessary line referencing LFS struct (#4113) | Inon S | 2018-06-04 | 1 | -1/+0 |
| | | | | | | | | 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") ``` | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-06-04 | 1 | -0/+67 |
| | |||||
* | Add tag check to release draft creation (#3729) | Bwko | 2018-06-04 | 2 | -2/+2 |
| | |||||
* | Add how-to for enabling HTTPS (#4101) | Jonas Franz | 2018-06-03 | 1 | -0/+46 |
| | | | Signed-off-by: Jonas Franz <info@jonasfranz.de> | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-06-03 | 1 | -0/+2 |
| | |||||
* | Remove dupelicate link (#4100) | Fluf | 2018-06-03 | 1 | -1/+1 |
| | |||||
* | Update gitgraph.js to fix "Cannot read property color of undefined" (#4095) | Alexey Terentyev | 2018-06-02 | 2 | -28/+45 |
| | | | Signed-off-by: Alexey Terentyev <axifnx@gmail.com> | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-06-02 | 1 | -0/+290 |
| | |||||
* | swagger: add 'required: true' for params in URL (#4097) | stevegt | 2018-06-02 | 3 | -2/+6 |
| | | | | | | | | * 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> | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-06-02 | 1 | -0/+1 |
| | |||||
* | Add make command to validate swagger file (#4096) | Fluf | 2018-06-02 | 1 | -0/+7 |
| | | | Partial fix for #4088 | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-06-01 | 1 | -1/+2 |
| | |||||
* | add simple descriptions for file API responses (#4089) | stevegt | 2018-06-01 | 2 | -6/+15 |
| | | | | | | | | | | * 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> | ||||
* | add simple descriptions for swagger validate (#4087) | stevegt | 2018-05-31 | 8 | -0/+82 |
| | | | | | | | | | | | * 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> | ||||
* | Update Contribution docs with non-404 link (#4077) | techknowlogick | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-05-30 | 1 | -0/+3 |
| | |||||
* | Fix #4081 Check for leading / in base before removing it (#4082) | Antoine GIRARD | 2018-05-30 | 2 | -2/+8 |
| | |||||
* | LFS: make HTTP auth period configurable (#4035) | Inon S | 2018-05-29 | 4 | -5/+12 |
| | | | | | | | | | | | | | | * 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 | ||||
* | Remove autolink.js references (#4072) | techknowlogick | 2018-05-29 | 2 | -8/+3 |
| | | | | | | | | | | * Autolink.js no longer used Fixes #4069 * Remove autolink.js references * Fix reference to u2f js | ||||
* | Fix relative markdown links with anchors (#4058) | Jonas Franz | 2018-05-28 | 2 | -6/+18 |
| | | | | | | | | | | | * 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> | ||||
* | Added deletion of an empty line at the end of the file (#4050) (#4054) | Alexey Terentyev | 2018-05-29 | 1 | -0/+4 |
| | | | Signed-off-by: Alexey Terentyev <axifnx@gmail.com> | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-05-29 | 1 | -0/+1 |
| | |||||
* | Fix drone CLI install link (#4071) | stevegt | 2018-05-29 | 1 | -1/+1 |
| | | | Fixes #4070 | ||||
* | fix attachment ENABLED (#4064) | Lunny Xiao | 2018-05-28 | 2 | -2/+2 |
| | | | | | | * fix attachment ENABLED * change wrong name on app.ini.sample | ||||
* | Fix wiki redirects (#3919) | Michael Kuhn | 2018-05-28 | 1 | -2/+2 |
| | | | | 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. | ||||
* | update git vendor (#4059) | David Schneiderbauer | 2018-05-27 | 2 | -6/+28 |
| | |||||
* | Update drone test instructions in CONTRIBUTING.md (#4055) | techknowlogick | 2018-05-27 | 1 | -2/+2 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-05-27 | 3 | -2/+61 |
| | |||||
* | Mac OS X -> macOS (#4056) | techknowlogick | 2018-05-27 | 1 | -6/+6 |
| |