]> source.dussan.org Git - gitea.git/log
gitea.git
5 years agoUpdate go-macaron/session for RCE-fix. backport of #5177 (#5196)
Kim "BKC" Carlbäcker [Sun, 28 Oct 2018 03:19:57 +0000 (04:19 +0100)]
Update go-macaron/session for RCE-fix. backport of #5177 (#5196)

6 years ago1.5.2 changelog (#5052) v1.5.2
techknowlogick [Tue, 9 Oct 2018 14:21:35 +0000 (10:21 -0400)]
1.5.2 changelog (#5052)

6 years agoRemove links from topics in edit mode (#5030)
SagePtr [Sun, 7 Oct 2018 00:11:13 +0000 (02:11 +0200)]
Remove links from topics in edit mode (#5030)

6 years agoDetect charset and convert non UTF-8 files for display (#4950) (#4994)
Lauris BH [Sun, 30 Sep 2018 01:02:16 +0000 (04:02 +0300)]
Detect charset and convert non UTF-8 files for display (#4950) (#4994)

* Detect charset and convert non UTF-8 files for display

* Refactor and move function to correct module

* Revert unrelated changes

* More unrelated changes

* Duplicate content for small text to have better encoding detection

* Check if original content is valid before duplicating it

6 years agoBackport: Fix layout of the topics editing form (#4971) (#4993)
Iwasa Kazmi [Sat, 29 Sep 2018 10:06:11 +0000 (19:06 +0900)]
Backport: Fix layout of the topics editing form (#4971) (#4993)

6 years agoFix null pointer dereference in ParseCommitWithSignature (#4964)
SagePtr [Thu, 20 Sep 2018 19:09:01 +0000 (21:09 +0200)]
Fix null pointer dereference in ParseCommitWithSignature (#4964)

6 years agofix url in discord webhook (#4951)
crito [Tue, 18 Sep 2018 05:27:02 +0000 (07:27 +0200)]
fix url in discord webhook (#4951)

opening issues generates a webhook to discord that contains
a url to the gitea api. the message title in discord is therefore
referencing to the api instead of the issue itself.

6 years agoBackport: fix crippled diff (#4726) (#4929)
Toni Villena [Fri, 14 Sep 2018 11:06:38 +0000 (13:06 +0200)]
Backport: fix crippled diff (#4726) (#4929)

* fix: Crippled diff (#4726)

* ci

* fix: rebuild styles with v1.5's node_modules

6 years agofix bug forget to remove Stopwatch when remove repository (#4933)
linweijie2012 [Fri, 14 Sep 2018 08:09:25 +0000 (16:09 +0800)]
fix bug forget to remove Stopwatch when remove repository (#4933)

fix bug forget to remove Stopwatch when remove repository

6 years agoFix bug when repo remained bare if multiple branches pushed (#4927)
SagePtr [Thu, 13 Sep 2018 10:36:41 +0000 (12:36 +0200)]
Fix bug when repo remained bare if multiple branches pushed (#4927)

6 years agobackport "Enforce token on api routes (#4840)" (#4905)
techknowlogick [Tue, 11 Sep 2018 14:39:32 +0000 (10:39 -0400)]
backport "Enforce token on api routes (#4840)" (#4905)

6 years agoFix redirect with non-ascii branch names (#4764) (#4887)
SagePtr [Fri, 7 Sep 2018 20:32:46 +0000 (22:32 +0200)]
Fix redirect with non-ascii branch names (#4764) (#4887)

6 years agoissues api allow pulls and fix #4832 (#4852) (#4862)
Lunny Xiao [Wed, 5 Sep 2018 02:13:56 +0000 (10:13 +0800)]
issues api allow pulls and fix #4832 (#4852) (#4862)

6 years agoFix trimming of markup section names (#4864)
Nicolas Lenz [Tue, 4 Sep 2018 01:43:16 +0000 (03:43 +0200)]
Fix trimming of markup section names (#4864)

Signed-off-by: Nicolas Lenz <nicolas@eisfunke.com>
6 years ago1.5.1 Changelog (#4851) v1.5.1
techknowlogick [Mon, 3 Sep 2018 00:53:34 +0000 (20:53 -0400)]
1.5.1 Changelog (#4851)

As title

6 years agoFix missing release title in webhook (#4783) (#4800)
SagePtr [Sun, 26 Aug 2018 19:07:44 +0000 (21:07 +0200)]
Fix missing release title in webhook (#4783) (#4800)

6 years agoDon't disclose emails of all users when sending out emails (#4784)
techknowlogick [Fri, 24 Aug 2018 18:37:30 +0000 (14:37 -0400)]
Don't disclose emails of all users when sending out emails (#4784)

Backport (#4664)

6 years agoMake sure to reset commit count in the cache on mirror syncing (#4720) (#4770)
Lanre Adelowo [Thu, 23 Aug 2018 14:23:21 +0000 (15:23 +0100)]
Make sure to reset commit count in the cache on mirror syncing (#4720) (#4770)

* Make sure to reset commit count in the cache on mirror syncing

* reset count of commits in all branches

6 years agoFixed bug where team with admin privelege type doesn't get any unit attached to the...
Lanre Adelowo [Tue, 21 Aug 2018 19:29:25 +0000 (20:29 +0100)]
Fixed bug where team with admin privelege type doesn't get any unit attached to the team (#4719) (#4759)

6 years agoImprove URL validation for external wiki and external issues (#4710) (#4740)
Lauris BH [Sat, 18 Aug 2018 00:21:20 +0000 (03:21 +0300)]
Improve URL validation for external wiki  and external issues (#4710) (#4740)

* Improve URL validation for external wiki  and external issues

* Do not allow also localhost address for external URLs

6 years agoFix failure on creating pull request with assignees (#4419) (#4727)
SagePtr [Thu, 16 Aug 2018 17:46:06 +0000 (19:46 +0200)]
Fix failure on creating pull request with assignees (#4419) (#4727)

6 years agoFix incorrect caption of webhook setting (#4701) (#4718)
SagePtr [Wed, 15 Aug 2018 16:06:56 +0000 (18:06 +0200)]
Fix incorrect caption of webhook setting (#4701) (#4718)

6 years agoMake cookies HttpOnly and obey COOKIE_SECURE flag (#4707)
SagePtr [Tue, 14 Aug 2018 20:19:20 +0000 (22:19 +0200)]
Make cookies HttpOnly and obey COOKIE_SECURE flag (#4707)

6 years agoHide org/create menu item in Dashboard if user has no rights (#4678) (#4686)
SagePtr [Mon, 13 Aug 2018 11:22:15 +0000 (13:22 +0200)]
Hide org/create menu item in Dashboard if user has no rights (#4678) (#4686)

6 years ago1.5.0 changelog v1.5.0
techknowlogick [Fri, 10 Aug 2018 17:16:53 +0000 (13:16 -0400)]
1.5.0 changelog

6 years agoSite admin could create repos even MAX_CREATION_LIMIT=0 (#4645) (#4650)
Lunny Xiao [Thu, 9 Aug 2018 03:31:57 +0000 (11:31 +0800)]
Site admin could create repos even MAX_CREATION_LIMIT=0 (#4645) (#4650)

* site admin could create repos even MAX_CREATION_LIMIT=0

* Optimize if structure

6 years agoBackport Remove link to GitHub issues in 404 template #4639 (#4644)
techknowlogick [Wed, 8 Aug 2018 20:20:05 +0000 (16:20 -0400)]
Backport Remove link to GitHub issues in 404 template #4639 (#4644)

6 years agoPush whitelist now doesn't apply to branch deletion (#4601) (#4640)
SagePtr [Wed, 8 Aug 2018 08:19:13 +0000 (10:19 +0200)]
Push whitelist now doesn't apply to branch deletion (#4601) (#4640)

6 years agofix bugs when too many IN variables (#4594) (#4597)
Lunny Xiao [Thu, 2 Aug 2018 18:48:39 +0000 (02:48 +0800)]
fix bugs when too many IN variables (#4594) (#4597)

6 years agofix panic issue on update avatar email (#4580) (#4590)
Dingjun [Wed, 1 Aug 2018 13:34:57 +0000 (21:34 +0800)]
fix panic issue on update avatar email (#4580) (#4590)

fix #4580

back port PR for release/v1.5,  refer to #4581

6 years agoFix incorrect MergeWhitelistTeamIDs check in CanUserMerge function (#4519) (#4526)
SagePtr [Fri, 27 Jul 2018 19:11:53 +0000 (21:11 +0200)]
Fix incorrect MergeWhitelistTeamIDs check in CanUserMerge function (#4519) (#4526)

6 years agoFix out-of-transaction query in removeOrgUser (#4521) (#4524)
SagePtr [Fri, 27 Jul 2018 12:57:49 +0000 (14:57 +0200)]
Fix out-of-transaction query in removeOrgUser (#4521) (#4524)

6 years agoAdd 1.5.0-rc2 changelog (#4488) v1.5.0-rc2
Lauris BH [Sat, 21 Jul 2018 17:06:06 +0000 (20:06 +0300)]
Add 1.5.0-rc2 changelog (#4488)

6 years agoPrevent html entity escaping (#4471) (#4485)
Lauris BH [Fri, 20 Jul 2018 22:39:40 +0000 (01:39 +0300)]
Prevent html entity escaping (#4471) (#4485)

6 years agoFix column droping for MSSQL that need new transaction for that (#4440) (#4484)
Lauris BH [Fri, 20 Jul 2018 19:27:30 +0000 (22:27 +0300)]
Fix column droping for MSSQL that need new transaction for that (#4440) (#4484)

6 years agoUpdate xorm to latest version and fix correct `user` table referencing in sql (#4473...
Lauris BH [Fri, 20 Jul 2018 18:48:15 +0000 (21:48 +0300)]
Update xorm to latest version and fix correct `user` table referencing in sql (#4473) (#4483)

6 years agoadd valid for lfs oid (#4461) (#4477)
Lunny Xiao [Fri, 20 Jul 2018 16:36:56 +0000 (00:36 +0800)]
add valid for lfs oid (#4461) (#4477)

6 years agobackport: Redirect to correct page after using scratch token (#4472)
techknowlogick [Thu, 19 Jul 2018 21:15:12 +0000 (17:15 -0400)]
backport: Redirect to correct page after using scratch token (#4472)

6 years agoFix drone git@next plugin Gitea version display when building tag (#4380) (#4430)
Lauris BH [Thu, 12 Jul 2018 15:40:50 +0000 (18:40 +0300)]
Fix drone git@next plugin Gitea version display when building tag (#4380) (#4430)

6 years agoDisable swagger validation while it is not fixed in upstream (#4423) (#4431)
Lauris BH [Thu, 12 Jul 2018 11:49:40 +0000 (14:49 +0300)]
Disable swagger validation while it is not fixed in upstream (#4423) (#4431)

6 years agoReplace src with raw to fix image paths (#4386)
Jonas Franz [Fri, 6 Jul 2018 22:44:16 +0000 (00:44 +0200)]
Replace src with raw to fix image paths (#4386)

Signed-off-by: Jonas Franz <info@jonasfranz.software>
6 years agoFixes repo membership check in API (#4341) (#4379)
Nicolas Da Mutten [Thu, 5 Jul 2018 20:34:31 +0000 (22:34 +0200)]
Fixes repo membership check in API (#4341) (#4379)

Untested, since I can't compile (yet).

6 years agoAdd default merge options when adding new repository (#4369) (#4373)
Lauris BH [Thu, 5 Jul 2018 14:12:09 +0000 (17:12 +0300)]
Add default merge options when adding new repository (#4369) (#4373)

6 years agofix repository last updated time update when delete a user who watched the repo ...
Lunny Xiao [Thu, 5 Jul 2018 06:46:13 +0000 (14:46 +0800)]
fix repository last updated time update when delete a user who watched the repo (#4363) (#4371)

6 years agoCheck that repositories can only be migrated to own user or organizations (#4366...
Lauris BH [Wed, 4 Jul 2018 23:18:06 +0000 (02:18 +0300)]
Check that repositories can only be migrated to own user or organizations (#4366) (#4370)

* Repositories can only migrated to own user or organizations

* Add check for organization that user does not belong to

* Allow admin to migrate repositories for other users

6 years agoUpdate changelog v1.5.0-dev v1.5.0-rc1
Lauris Bukšis-Haberkorns [Tue, 3 Jul 2018 20:24:15 +0000 (23:24 +0300)]
Update changelog

Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 3 Jul 2018 20:23:00 +0000 (20:23 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoChange 1.5.0 RC1 release date in changelog
Lauris Bukšis-Haberkorns [Tue, 3 Jul 2018 20:21:44 +0000 (23:21 +0300)]
Change 1.5.0 RC1 release date in changelog

Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 3 Jul 2018 19:58:30 +0000 (19:58 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoChange 1.5.0 RC1 release date in changelog
Lauris Bukšis-Haberkorns [Tue, 3 Jul 2018 19:57:59 +0000 (22:57 +0300)]
Change 1.5.0 RC1 release date in changelog

Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 3 Jul 2018 19:38:06 +0000 (19:38 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoAdd changelog for 1.5.0-RC1 (#4324)
techknowlogick [Tue, 3 Jul 2018 19:37:07 +0000 (15:37 -0400)]
Add changelog for 1.5.0-RC1 (#4324)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 3 Jul 2018 03:57:42 +0000 (03:57 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoLimit uploaded avatar image-size to 4096x3072 by default (#4353)
Kim "BKC" Carlbäcker [Tue, 3 Jul 2018 03:56:32 +0000 (05:56 +0200)]
Limit uploaded avatar image-size to 4096x3072 by default (#4353)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Mon, 2 Jul 2018 12:43:33 +0000 (12:43 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoUpdate TRANSLATORS (#4349)
Guilhem Marion [Mon, 2 Jul 2018 12:42:28 +0000 (14:42 +0200)]
Update TRANSLATORS (#4349)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Sun, 1 Jul 2018 06:03:32 +0000 (06:03 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoAdd myself as a maintainer (#4345)
Alexey Terentyev [Sun, 1 Jul 2018 06:02:18 +0000 (09:02 +0300)]
Add myself as a maintainer (#4345)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Sat, 30 Jun 2018 17:14:19 +0000 (17:14 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoAdd scope to Gitlab oauth request (#4330)
techknowlogick [Sat, 30 Jun 2018 17:13:17 +0000 (13:13 -0400)]
Add scope to Gitlab oauth request (#4330)

Fix #3449

6 years agoBackport 1.4.3 changelog to master branch (#4323)
techknowlogick [Wed, 27 Jun 2018 07:06:39 +0000 (03:06 -0400)]
Backport 1.4.3 changelog to master branch (#4323)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Wed, 27 Jun 2018 05:25:28 +0000 (05:25 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFixed violation of the unique constraint for v68 migration (#4297)
Alexey Terentyev [Wed, 27 Jun 2018 05:23:10 +0000 (08:23 +0300)]
Fixed violation of the unique constraint for v68 migration (#4297)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 26 Jun 2018 14:46:26 +0000 (14:46 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix open redirect vulnerability on login screen (#4312)
Jonas Franz [Tue, 26 Jun 2018 14:45:18 +0000 (16:45 +0200)]
Fix open redirect vulnerability on login screen (#4312)

* Fix open redirect vulnerability on login screen

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Reorder imports

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Replace www. from Domain too

Signed-off-by: Jonas Franz <info@jonasfranz.software>
6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Mon, 25 Jun 2018 12:13:56 +0000 (12:13 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoCreate api-usage doc page (#4306)
stevegt [Mon, 25 Jun 2018 12:12:46 +0000 (05:12 -0700)]
Create api-usage doc page (#4306)

* add api user guides in doc

* update user-guides api page

* fix typo: user guides -> user guide

* move api-usage page under advanced category

* flesh out API usage docs

* Build on work by @tungsheng

* Address issues raised in #4037, #3673, and #4243

* Close #4247

Signed-off-by: Steve Traugott <stevegt@t7a.org>
6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Sun, 24 Jun 2018 21:25:00 +0000 (21:25 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoAdd a basic SMF manifest for SunOS platforms (#4238)
Antonio Huete Jimenez [Sun, 24 Jun 2018 21:24:00 +0000 (21:24 +0000)]
Add a basic SMF manifest for SunOS platforms (#4238)

Signed-off-by: Antonio Huete Jimenez <tuxillo@quantumachine.net>
6 years agofix exclude files .sha265 to .sha256 (#4304)
Lunny Xiao [Sun, 24 Jun 2018 11:10:11 +0000 (19:10 +0800)]
fix exclude files .sha265 to .sha256 (#4304)

6 years agoAdd gpg-sign step to drone (#4188)
Antoine GIRARD [Sun, 24 Jun 2018 06:40:30 +0000 (08:40 +0200)]
Add gpg-sign step to drone (#4188)

* Add gpg-sign step to drone

* add compressed releases to gpg-sign targets

* Use exclude to simplify file list

drone-plugins/drone-gpgsign#2

6 years agoAdd details about USER_UID and USER_GID environment variables (#4301)
Richard Coleman [Sun, 24 Jun 2018 02:55:48 +0000 (03:55 +0100)]
Add details about USER_UID and USER_GID environment variables (#4301)

6 years agoRemove call to update certs (#4296)
techknowlogick [Thu, 21 Jun 2018 21:12:56 +0000 (17:12 -0400)]
Remove call to update certs (#4296)

6 years agohide issues from org private repos w/o team assignment (#4034)
David Schneiderbauer [Thu, 21 Jun 2018 16:00:13 +0000 (18:00 +0200)]
hide issues from org private repos w/o team assignment (#4034)

6 years agoFix topics addition (Another solution) (#4031) (#4258)
Alexey Terentyev [Thu, 21 Jun 2018 09:09:46 +0000 (12:09 +0300)]
Fix topics addition (Another solution) (#4031) (#4258)

* 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>
6 years agoFix webhook type conflation. (#4285)
Russell Aunger [Thu, 21 Jun 2018 05:22:03 +0000 (01:22 -0400)]
Fix webhook type conflation. (#4285)

- 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>
6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Wed, 20 Jun 2018 16:04:23 +0000 (16:04 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoUpdated drone config to use the "next" git plugin (#4281)
kolaente [Wed, 20 Jun 2018 16:03:22 +0000 (18:03 +0200)]
Updated drone config to use the "next" git plugin  (#4281)

6 years agoChange parsing of postgresql settings (#4275)
techknowlogick [Wed, 20 Jun 2018 05:06:01 +0000 (01:06 -0400)]
Change parsing of postgresql settings (#4275)

* Change parsing of postgresql settings

Fix #4200

* Add copyright

* update postgresql connection string

* add tests

6 years agoFix not removed watches on unallowed repositories (#4201)
David Schneiderbauer [Tue, 19 Jun 2018 19:44:33 +0000 (21:44 +0200)]
Fix not removed watches on unallowed repositories (#4201)

6 years agoFix milestone appliance and permission checks (#4271)
Jonas Franz [Tue, 19 Jun 2018 15:15:11 +0000 (17:15 +0200)]
Fix milestone appliance and permission checks (#4271)

* Fix milestone appliance
Fix missing permission check

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Fix comment

* Add Gitea copyright line

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 19 Jun 2018 08:51:02 +0000 (08:51 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix missing close tags in U2F (#4256)
François M [Tue, 19 Jun 2018 08:48:50 +0000 (10:48 +0200)]
Fix missing close tags in U2F (#4256)

6 years agofix missing data on redirects (#3975)
David Schneiderbauer [Mon, 18 Jun 2018 18:24:45 +0000 (20:24 +0200)]
fix missing data on redirects (#3975)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Mon, 18 Jun 2018 17:18:22 +0000 (17:18 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoReorganized feature comparison (#4264)
kolaente [Mon, 18 Jun 2018 17:16:53 +0000 (19:16 +0200)]
Reorganized feature comparison (#4264)

6 years agoShow second line by using >= 1 instead of > 1 (#4251)
Jonas Franz [Fri, 15 Jun 2018 14:07:48 +0000 (16:07 +0200)]
Show second line by using >= 1 instead of > 1 (#4251)

Signed-off-by: Jonas Franz <info@jonasfranz.software>
6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Fri, 15 Jun 2018 12:43:56 +0000 (12:43 +0000)]
[skip ci] Updated translations via Crowdin

6 years agomarkup: escape short wiki link (#4091)
Antoine GIRARD [Fri, 15 Jun 2018 12:42:49 +0000 (14:42 +0200)]
markup: escape short wiki link (#4091)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Fri, 15 Jun 2018 07:48:26 +0000 (07:48 +0000)]
[skip ci] Updated translations via Crowdin

6 years agofix CreateIssueCommentOption reference (#4239)
stevegt [Fri, 15 Jun 2018 07:47:13 +0000 (00:47 -0700)]
fix CreateIssueCommentOption reference (#4239)

* fixes a warning remaining from #4010 and #4220

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Fri, 15 Jun 2018 03:43:54 +0000 (03:43 +0000)]
[skip ci] Updated translations via Crowdin

6 years agofix not respecting landing page setting (#4209)
David Schneiderbauer [Fri, 15 Jun 2018 03:42:46 +0000 (05:42 +0200)]
fix not respecting landing page setting (#4209)

* fix not respecting landing page setting

* fmt

* add landing page test

6 years agoFix swagger security parts (#4236)
Antoine GIRARD [Tue, 12 Jun 2018 23:23:00 +0000 (01:23 +0200)]
Fix swagger security parts (#4236)

6 years agoDelete reactions added to issues and comments when deleting repository (#4232)
Lauris BH [Tue, 12 Jun 2018 17:02:51 +0000 (20:02 +0300)]
Delete reactions added to issues and comments when deleting repository (#4232)

6 years agofix bug when deleting a release (#4207)
Lunny Xiao [Tue, 12 Jun 2018 16:44:17 +0000 (00:44 +0800)]
fix bug when deleting a release (#4207)

6 years agoFix swagger errors (#4220)
Antoine GIRARD [Tue, 12 Jun 2018 14:59:22 +0000 (16:59 +0200)]
Fix swagger errors (#4220)

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.

6 years agoImprove wiki content width. (#4195)
harry [Tue, 12 Jun 2018 11:27:18 +0000 (19:27 +0800)]
Improve wiki content width. (#4195)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 12 Jun 2018 10:36:20 +0000 (10:36 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFixed drone command in readme (#4222)
Alexey Terentyev [Tue, 12 Jun 2018 10:34:56 +0000 (13:34 +0300)]
Fixed drone command in readme (#4222)

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>