Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hide issues from org private repos w/o team assignment (#4034) | David Schneiderbauer | 2018-06-21 | 24 | -72/+545 |
| | |||||
* | Fix topics addition (Another solution) (#4031) (#4258) | Alexey Terentyev | 2018-06-21 | 8 | -4/+229 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added topics validation, fixed repo topics duplication (#4031) Signed-off-by: Alexey Terentyev <axifnx@gmail.com> * Added tests Signed-off-by: Alexey Terentyev <axifnx@gmail.com> * Fixed fmt Signed-off-by: Alexey Terentyev <axifnx@gmail.com> * Added comments to exported functions Signed-off-by: Alexey Terentyev <axifnx@gmail.com> * Deleted RemoveDuplicateTopics function Signed-off-by: Alexey Terentyev <axifnx@gmail.com> * Fixed messages Signed-off-by: Alexey Terentyev <axifnx@gmail.com> * Added migration Signed-off-by: Alexey Terentyev <axifnx@gmail.com> * fmt migration file Signed-off-by: Alexey Terentyev <axifnx@gmail.com> * fixed lint Signed-off-by: Alexey Terentyev <axifnx@gmail.com> * Added Copyright Signed-off-by: Alexey Terentyev <axifnx@gmail.com> * Added query solution for duplicates Signed-off-by: Alexey Terentyev <axifnx@gmail.com> * Fixed migration query Signed-off-by: Alexey Terentyev <axifnx@gmail.com> * Changed RegExp. Fixed migration Signed-off-by: Alexey Terentyev <axifnx@gmail.com> * fmt migration file Signed-off-by: Alexey Terentyev <axifnx@gmail.com> * Fixed test for changed regexp Signed-off-by: Alexey Terentyev <axifnx@gmail.com> * Removed validation log messages Signed-off-by: Alexey Terentyev <axifnx@gmail.com> * Renamed migration file Signed-off-by: Alexey Terentyev <axifnx@gmail.com> * Renamed validate function Signed-off-by: Alexey Terentyev <axifnx@gmail.com> | ||||
* | Fix webhook type conflation. (#4285) | Russell Aunger | 2018-06-21 | 2 | -2/+2 |
| | | | | | | - Fix typo that caused Gogs hooks to be created as Gitea hooks. - Fix typo that caused Gogs hooks to be duplicated upon edit (though this bug was masked by the previous one). Signed-off-by: Russell Aunger <rba@live.com> | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-06-20 | 1 | -5/+5 |
| | |||||
* | Updated drone config to use the "next" git plugin (#4281) | kolaente | 2018-06-20 | 1 | -1/+1 |
| | |||||
* | Change parsing of postgresql settings (#4275) | techknowlogick | 2018-06-20 | 2 | -8/+54 |
| | | | | | | | | | | | | | * Change parsing of postgresql settings Fix #4200 * Add copyright * update postgresql connection string * add tests | ||||
* | Fix not removed watches on unallowed repositories (#4201) | David Schneiderbauer | 2018-06-19 | 6 | -0/+233 |
| | |||||
* | Fix milestone appliance and permission checks (#4271) | Jonas Franz | 2018-06-19 | 1 | -9/+17 |
| | | | | | | | | | | | * Fix milestone appliance Fix missing permission check Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix comment * Add Gitea copyright line | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-06-19 | 2 | -6/+15 |
| | |||||
* | Fix missing close tags in U2F (#4256) | François M | 2018-06-19 | 1 | -2/+2 |
| | |||||
* | fix missing data on redirects (#3975) | David Schneiderbauer | 2018-06-18 | 6 | -86/+90 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-06-18 | 2 | -158/+162 |
| | |||||
* | Reorganized feature comparison (#4264) | kolaente | 2018-06-18 | 1 | -656/+90 |
| | |||||
* | Show second line by using >= 1 instead of > 1 (#4251) | Jonas Franz | 2018-06-15 | 1 | -1/+1 |
| | | | Signed-off-by: Jonas Franz <info@jonasfranz.software> | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-06-15 | 1 | -8/+8 |
| | |||||
* | markup: escape short wiki link (#4091) | Antoine GIRARD | 2018-06-15 | 2 | -0/+29 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-06-15 | 1 | -1/+1 |
| | |||||
* | fix CreateIssueCommentOption reference (#4239) | stevegt | 2018-06-15 | 2 | -2/+2 |
| | | | * fixes a warning remaining from #4010 and #4220 | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-06-15 | 2 | -0/+7 |
| | |||||
* | fix not respecting landing page setting (#4209) | David Schneiderbauer | 2018-06-15 | 3 | -6/+26 |
| | | | | | | | | * fix not respecting landing page setting * fmt * add landing page test | ||||
* | Fix swagger security parts (#4236) | Antoine GIRARD | 2018-06-12 | 2 | -16/+8 |
| | |||||
* | Delete reactions added to issues and comments when deleting repository (#4232) | Lauris BH | 2018-06-12 | 1 | -0/+3 |
| | |||||
* | fix bug when deleting a release (#4207) | Lunny Xiao | 2018-06-12 | 1 | -0/+5 |
| | |||||
* | Fix swagger errors (#4220) | Antoine GIRARD | 2018-06-12 | 15 | -254/+432 |
| | | | | | | | | | | Fix all the resting errors to have a valid swagger file. They are still some warnings but nothing blocking. Doing so I found that some request still misses son parameters for some POST/PUT/PATCH request. This means the a client generated from the swagger file will not work completely. Fix #4088 by activating validation in drone Should fix #4010. | ||||
* | Improve wiki content width. (#4195) | harry | 2018-06-12 | 2 | -1/+5 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-06-12 | 1 | -1/+2 |
| | |||||
* | Fixed drone command in readme (#4222) | Alexey Terentyev | 2018-06-12 | 1 | -1/+1 |
| | | | Signed-off-by: Alexey Terentyev <axifnx@gmail.com> | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-06-11 | 24 | -24/+1 |
| | |||||
* | fix delete comment bug (#4216) | Lunny Xiao | 2018-06-11 | 1 | -0/+4 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-06-11 | 1 | -0/+2 |
| | |||||
* | Fixed spelling + clarity (#4213) | BNolet | 2018-06-11 | 1 | -1/+1 |
| | | | Message given when password was too short was incorrectly spelled and was not clear enough. | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-06-10 | 1 | -0/+11 |
| | |||||
* | HTML-escape text READMEs (#4192) | nickolas360 | 2018-06-10 | 1 | -2/+6 |
| | |||||
* | undo #3142 because processes don't use the util.Timestamp (#4203) | David Schneiderbauer | 2018-06-10 | 1 | -2/+2 |
| | |||||
* | Add config path as an optional flag when changing pass via CLI (#4184) | Fluf | 2018-06-09 | 2 | -0/+10 |
| | |||||
* | Only show "You cannot fork a repository you own" when needed (#4130) | Fluf | 2018-06-09 | 1 | -1/+1 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-06-09 | 1 | -0/+9 |
| | |||||
* | 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 |
| |