]> source.dussan.org Git - gitea.git/log
gitea.git
4 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Mon, 13 Jan 2020 14:10:01 +0000 (14:10 +0000)]
[skip ci] Updated translations via Crowdin

4 years agoci: go back to golangci-lint 1.20.0 (#9742)
Antoine GIRARD [Mon, 13 Jan 2020 14:06:49 +0000 (15:06 +0100)]
ci: go back to golangci-lint 1.20.0 (#9742)

Revert https://github.com/go-gitea/gitea/pull/9711

4 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Mon, 13 Jan 2020 10:42:46 +0000 (10:42 +0000)]
[skip ci] Updated translations via Crowdin

4 years agoci: re-ordering Drone CI for optimizing time (#9719)
Antoine GIRARD [Mon, 13 Jan 2020 10:40:10 +0000 (11:40 +0100)]
ci: re-ordering Drone CI for optimizing time (#9719)

* ci: try re-ordering for optimizing time

* ci: try re-ordering for optimizing time

* ci: try re-ordering for optimizing time

* ci: try re-ordering for optimizing time

* ci: try re-ordering for optimizing time

* ci: try re-ordering for optimizing time

* ci: try offloading mysql8 to arm64

* Revert "ci: try offloading mysql8 to arm64"

This reverts commit c60de5db1cf8b5984c3014a57da6490f06c8d980.

* ci: try offloading pgsql to arm64

* ci: activate ldap on arm64

* ci: test mysql8 in place pgsql arm64

* chore: clean un-needed move

* typo

* ci: revert runnning mysql on arm64

* ci: run compliance on arm

* chore: limit change

* chore: readd maybe need for release fetch-tags

* ci: remove docker-linux-amd64-dry-run

* ci: remove docker-linux-amd64-dry-run

* Revert "ci: remove docker-linux-amd64-dry-run"

This reverts commit 0715f65b11c37869359aaaa5d22901da512e8184.

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
4 years agoadd package-lock=true in .npmrc (#9736)
silverwind [Sun, 12 Jan 2020 23:11:43 +0000 (00:11 +0100)]
add package-lock=true in .npmrc (#9736)

Some users (like me) have this option disabled in their global npm
config which can lead to package-lock.json not being updated. This
explicitely enables the option for this repo, so that the file is
always updated when adding/removing dependencies.

Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
4 years agoci: use docker image for golangci-lint (#9737)
Antoine GIRARD [Sun, 12 Jan 2020 21:26:13 +0000 (22:26 +0100)]
ci: use docker image for golangci-lint (#9737)

4 years agofix webpack polyfills (#9735)
silverwind [Sun, 12 Jan 2020 20:53:12 +0000 (21:53 +0100)]
fix webpack polyfills (#9735)

webpack polyfills did not work because useBuiltIns: 'entry' expects a
explicit core-js import. Changed it to 'usage' which does not require
these explicit imports and polyfills based on browserslist.

As a result, the built index.js now went from 128kB to 192kB.

Ref: https://babeljs.io/docs/en/babel-preset-env#usebuiltins

Co-authored-by: zeripath <art27@cantab.net>
4 years agoremove deprecated targets from Makefile (#9729)
silverwind [Sun, 12 Jan 2020 17:22:26 +0000 (18:22 +0100)]
remove deprecated targets from Makefile (#9729)

- remove deprecated targets
- ensure 1 empty line between targets

Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
4 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Sun, 12 Jan 2020 16:34:48 +0000 (16:34 +0000)]
[skip ci] Updated translations via Crowdin

4 years ago[API] add GET /orgs endpoint (#9560)
6543 [Sun, 12 Jan 2020 15:43:44 +0000 (16:43 +0100)]
[API] add GET /orgs endpoint (#9560)

* introduce `GET /orgs`

* add TEST

* show also other VisibleType's

* update description

* refactor a lot

* SearchUserOptions by default return only public

4 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Sun, 12 Jan 2020 12:12:40 +0000 (12:12 +0000)]
[skip ci] Updated translations via Crowdin

4 years agoMove create/fork repository from models to modules/repository (#9489)
Lunny Xiao [Sun, 12 Jan 2020 12:11:17 +0000 (20:11 +0800)]
Move create/fork repository from models to modules/repository (#9489)

* Move create/fork repository from models to modules/repository

* fix wrong reference

* fix test

* fix test

* fix lint

* Fix DBContext

* remove duplicated TestMain

* fix lint

* fix conflicts

4 years agoAdd owner_name column for table repository for maintaince reason (#9717)
Lunny Xiao [Sun, 12 Jan 2020 09:36:21 +0000 (17:36 +0800)]
Add owner_name column for table repository for maintaince reason (#9717)

* Add owner_name column for table repository for maintaince reason

* refactor

* Fix tests

* fix test

* fix bug when fork repository

Co-authored-by: zeripath <art27@cantab.net>
4 years agoMake hook status printing configurable with delay (#9641)
zeripath [Sun, 12 Jan 2020 08:46:03 +0000 (08:46 +0000)]
Make hook status printing configurable with delay (#9641)

* Delay printing hook statuses until after 1 second

* Move to a 5s delay, wrapped writer structure and add config

* Update cmd/hook.go

* Apply suggestions from code review

* Update cmd/hook.go

Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
4 years ago[BugFix] [API] ​/repos​/issues​/search (#9698)
6543 [Sun, 12 Jan 2020 06:35:11 +0000 (07:35 +0100)]
[BugFix] [API] ​/repos​/issues​/search (#9698)

* fix

* fix options

* add TEST

Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
4 years agosilence fomantic error regarding tabs (#9713)
silverwind [Sun, 12 Jan 2020 02:57:32 +0000 (03:57 +0100)]
silence fomantic error regarding tabs (#9713)

Fomantic expects all tabs to have a target element with content as
defined by the data-tab attribute. All our usage of the tab module seems
to use <a> element tabs that link to new pages so these content elements
are never present and fomantic complains about that in the console with
an "Activated tab cannot be found" error. This silences that error.

4 years agogolangci-lint 1.22.2 (#9711)
techknowlogick [Sat, 11 Jan 2020 20:33:40 +0000 (15:33 -0500)]
golangci-lint 1.22.2 (#9711)

4 years agoRemove unused lock (#9709)
zeripath [Sat, 11 Jan 2020 19:06:35 +0000 (19:06 +0000)]
Remove unused lock (#9709)

4 years agoMissed q.lock.Unlock() will cause panic (#9705)
zeripath [Sat, 11 Jan 2020 17:05:07 +0000 (17:05 +0000)]
Missed q.lock.Unlock() will cause panic (#9705)

4 years agoAdd a new command doctor to check if some wrong configurations on gitea instance...
Lunny Xiao [Sat, 11 Jan 2020 14:24:57 +0000 (22:24 +0800)]
Add a new command doctor to check if some wrong configurations on gitea instance (#9095)

* add doctor

* Add a new command doctor to check if some wrong configurations on gitea instance

* fix import

* use regex match authorized_keys on doctor

* Add documentation

4 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Sat, 11 Jan 2020 10:51:31 +0000 (10:51 +0000)]
[skip ci] Updated translations via Crowdin

4 years agoRestore IsPasswordSet previous value (#9682)
zeripath [Sat, 11 Jan 2020 10:50:05 +0000 (10:50 +0000)]
Restore IsPasswordSet previous value (#9682)

4 years agoAllow repo admin to merge PR regardless of review status (#9611)
David Svantesson [Sat, 11 Jan 2020 07:29:34 +0000 (08:29 +0100)]
Allow repo admin to merge PR regardless of review status (#9611)

* Allow repo admin to merge even if review is not ok.

4 years agoMove tracked time api convert to convert package (#9665)
Lunny Xiao [Sat, 11 Jan 2020 02:59:41 +0000 (10:59 +0800)]
Move tracked time api convert to convert package (#9665)

4 years agoDon't attempt to close issue if already closed (#9696)
guillep2k [Sat, 11 Jan 2020 01:20:11 +0000 (22:20 -0300)]
Don't attempt to close issue if already closed (#9696)

Co-authored-by: Lauris BH <lauris@nix.lv>
4 years agoRemove deprecation comment for CreateOrgRepo (#9670)
Ryan [Fri, 10 Jan 2020 21:54:46 +0000 (21:54 +0000)]
Remove deprecation comment for CreateOrgRepo (#9670)

Remove mistakenly added `deprecated: true` swagger comment from the `/orgs/{orgr}/repos` handler

4 years agoLoad milestone in API PR list (#9671)
John Olheiser [Fri, 10 Jan 2020 21:17:56 +0000 (15:17 -0600)]
Load milestone in API PR list (#9671)

* Load milestone for Issue API format

Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Move further down

Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <matti@mdranta.net>
4 years agoRemove un-needed script import since #9554 (#9694)
Antoine GIRARD [Fri, 10 Jan 2020 20:36:32 +0000 (21:36 +0100)]
Remove un-needed script import since #9554 (#9694)

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
4 years agoFix wrong original git service type on a migrated repository (#9693)
Lunny Xiao [Fri, 10 Jan 2020 15:35:17 +0000 (23:35 +0800)]
Fix wrong original git service type on a migrated repository (#9693)

4 years agoupdate js dependencies (#9676)
silverwind [Fri, 10 Jan 2020 12:39:01 +0000 (13:39 +0100)]
update js dependencies (#9676)

Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
4 years agoMove push commits from models to modules/repository (#9370)
Lunny Xiao [Fri, 10 Jan 2020 09:34:21 +0000 (17:34 +0800)]
Move push commits from models to modules/repository (#9370)

* Move push commits from models to modules/repository

* fix test

* fix test

* fix test

* fix test

* fix test

Co-authored-by: zeripath <art27@cantab.net>
4 years agoMove pull request api convert to convert package (#9664)
Lunny Xiao [Fri, 10 Jan 2020 07:53:53 +0000 (15:53 +0800)]
Move pull request api convert to convert package (#9664)

* Move pull request api convert to convert package

* Rename ToPullRequest to ToAPIPullRequest

4 years agoFix lint (#9688)
Lunny Xiao [Fri, 10 Jan 2020 05:50:23 +0000 (13:50 +0800)]
Fix lint (#9688)

4 years agoMove Errored PRs out of StatusChecking (#9675)
zeripath [Fri, 10 Jan 2020 00:14:14 +0000 (00:14 +0000)]
Move Errored PRs out of StatusChecking (#9675)

* Set Errored PRs out of StatusChecking

* Ensure that api status is correctly set too

* Update models/pull.go

Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>
Co-authored-by: John Olheiser <42128690+jolheiser@users.noreply.github.com>
4 years agoPrevent redirect to Host (#9678)
zeripath [Thu, 9 Jan 2020 21:34:25 +0000 (21:34 +0000)]
Prevent redirect to Host (#9678)

4 years agoremove google font call (#9668)
techknowlogick [Thu, 9 Jan 2020 20:48:47 +0000 (15:48 -0500)]
remove google font call (#9668)

4 years agoeliminate horizontal scroll caused by footer (#9669)
silverwind [Thu, 9 Jan 2020 19:33:39 +0000 (20:33 +0100)]
eliminate horizontal scroll caused by footer (#9669)

4 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Thu, 9 Jan 2020 16:43:29 +0000 (16:43 +0000)]
[skip ci] Updated translations via Crowdin

4 years ago[API] creat org repo call same as github (#9186)
6543 [Thu, 9 Jan 2020 16:40:01 +0000 (17:40 +0100)]
[API] creat org repo call same as github (#9186)

* deprecate /api/v1/org/{org}/repos in favour of /api/v1/orgs/{org}/repos + cleanup api repository routes a bit

* remove redundant code

* use upstream function for api cal

* make generate-swagger

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
4 years agochore(PR): Add Reviewed-on in commit message (#9623)
Bo-Yi Wu [Thu, 9 Jan 2020 14:31:09 +0000 (22:31 +0800)]
chore(PR): Add Reviewed-on in commit message (#9623)

4 years ago[API] orgEditTeam make Fields optional (#9556)
6543 [Thu, 9 Jan 2020 13:15:14 +0000 (14:15 +0100)]
[API] orgEditTeam make Fields optional (#9556)

* API: orgEditTeam make Fields optional

* add TestCase

* Update integrations/api_team_test.go

* suggestions from lafriks

use len() to check if string is empty

Co-Authored-By: Lauris BH <lauris@nix.lv>
* change ...

* use Where not ID to get mssql

* add return and code format

* fix test

* fix test ... null pointer exept

* update specific colums

* only specific colums too

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
4 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Thu, 9 Jan 2020 11:58:47 +0000 (11:58 +0000)]
[skip ci] Updated translations via Crowdin

4 years ago[API] Add notification endpoint (#9488)
6543 [Thu, 9 Jan 2020 11:56:32 +0000 (12:56 +0100)]
[API] Add notification endpoint (#9488)

* [API] Add notification endpoints

 * add func GetNotifications(opts FindNotificationOptions)
 * add func (n *Notification) APIFormat()
 * add func (nl NotificationList) APIFormat()
 * add func (n *Notification) APIURL()
 * add func (nl NotificationList) APIFormat()
 * add LoadAttributes functions (loadRepo, loadIssue, loadComment, loadUser)
 * add func (c *Comment) APIURL()
 * add func (issue *Issue) GetLastComment()
 * add endpoint GET /notifications
 * add endpoint PUT /notifications
 * add endpoint GET /repos/{owner}/{repo}/notifications
 * add endpoint PUT /repos/{owner}/{repo}/notifications
 * add endpoint GET /notifications/threads/{id}
 * add endpoint PATCH /notifications/threads/{id}

* Add TEST

* code format

* code format

4 years agoFix nil reference in repo generation (#9660)
John Olheiser [Thu, 9 Jan 2020 06:22:37 +0000 (00:22 -0600)]
Fix nil reference in repo generation (#9660)

* Fix nil reference

Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Tighten

Signed-off-by: jolheiser <john.olheiser@gmail.com>
4 years agoMark PR reviews as stale at push and allow to dismiss stale approvals (#9532)
David Svantesson [Thu, 9 Jan 2020 01:47:45 +0000 (02:47 +0100)]
Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532)

Fix #5997.

If a push causes the patch/diff of a PR towards target branch to change, all existing reviews for the PR will be set and shown as stale.
New branch protection option to dismiss stale approvals are added.
To show that a review is not based on the latest PR changes, an hourglass is shown

4 years agoAdd HTML URL to API Issues (#9654)
John Olheiser [Wed, 8 Jan 2020 23:10:34 +0000 (17:10 -0600)]
Add HTML URL to API Issues (#9654)

* Add HTML URL to API Issues

Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Swagger

Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
4 years agotimes Add filters (#9373)
6543 [Wed, 8 Jan 2020 21:14:00 +0000 (22:14 +0100)]
times Add filters (#9373)

(extend #9200)
 * add query param for GET functions (created Bevore & after)
 * add test
 * generalize func GetQueryBeforeSince

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
4 years agoAdd PR review webhook to Telegram (#9653)
John Olheiser [Wed, 8 Jan 2020 17:45:24 +0000 (11:45 -0600)]
Add PR review webhook to Telegram (#9653)

Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
4 years ago[Docs] Linux Service Edit (#9633)
Bagas Sanjaya [Wed, 8 Jan 2020 16:33:13 +0000 (23:33 +0700)]
[Docs] Linux Service Edit (#9633)

* Rename h3 title

* Add intro

Should work on Ubuntu Xenial, but should work on any Linux distros.

* Indirect edit files

Instead of providing `sudo vim`, invite to edit files.

* enable now instead of enable and start

* Re-add systemctl enable && systemctl start

* Revert service enablement back to status quo

* Add enable now counterpart for systemd > v220

* Apply suggestions from @sapk

Strip `vim` from editor usage

Co-Authored-By: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
4 years agofix #9648 | use filepath.IsAbs instead of path.IsAbs (#9651)
6543 [Wed, 8 Jan 2020 14:30:58 +0000 (15:30 +0100)]
fix #9648 | use filepath.IsAbs instead of path.IsAbs (#9651)

* fix #9648

* found next

Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
4 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Wed, 8 Jan 2020 12:45:05 +0000 (12:45 +0000)]
[skip ci] Updated translations via Crowdin

4 years agoFix #9552: Merge commits generated by pull request capture pull request details ...
Shashvat Kedia [Wed, 8 Jan 2020 11:53:07 +0000 (17:23 +0530)]
Fix #9552: Merge commits generated by pull request capture pull request details (#9635)

4 years ago[Docs] Grammar Edit on Enabling HTTPS Using Reverse Proxy (#9649)
Bagas Sanjaya [Wed, 8 Jan 2020 09:20:15 +0000 (16:20 +0700)]
[Docs] Grammar Edit on Enabling HTTPS Using Reverse Proxy (#9649)

* Use infinitives for accept and pass

* Close parentheeses for proxy exposed

4 years ago[API] add comments endpoint for single comment (#9494)
6543 [Wed, 8 Jan 2020 07:00:59 +0000 (08:00 +0100)]
[API] add comments endpoint for single comment (#9494)

* add GET /repos/{owner}/{repo}/issues/comments/{id}
 and complete error list for swagger in other func

* add repo check

4 years agoPlural form for changelog (#9645)
techknowlogick [Wed, 8 Jan 2020 05:08:49 +0000 (00:08 -0500)]
Plural form for changelog (#9645)

Fix: https://gitea.com/gitea/changelog/issues/16

4 years agoUpdate date for new year (#9644)
techknowlogick [Wed, 8 Jan 2020 04:06:45 +0000 (23:06 -0500)]
Update date for new year (#9644)

4 years agoempty commit to start 1.12-dev
Matti R [Wed, 8 Jan 2020 03:56:59 +0000 (22:56 -0500)]
empty commit to start 1.12-dev

4 years agoChangelog for 1.11.0-RC1 (#9636) v1.11.0-rc1
6543 [Wed, 8 Jan 2020 02:57:44 +0000 (03:57 +0100)]
Changelog for 1.11.0-RC1 (#9636)

* generated Changelog

* cormat, sort, fix

* teamwork :)

Co-Authored-By: techknowlogick <matti@mdranta.net>
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>
* next()

* Next()

* add last change

* as @jolheiser suggested

* Apply suggestions from code review

Co-Authored-By: techknowlogick <matti@mdranta.net>
* Apply suggestions from code review

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>
* Update CHANGELOG.md

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
* add bugfix + topic is plural

* rest

* Apply suggestions from code review

* Apply suggestions from code review

Co-Authored-By: techknowlogick <matti@mdranta.net>
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-authored-by: John Olheiser <42128690+jolheiser@users.noreply.github.com>
Co-authored-by: zeripath <art27@cantab.net>
4 years agoRepository teams - disable remove button when have access to all (#9640)
David Svantesson [Wed, 8 Jan 2020 00:36:39 +0000 (01:36 +0100)]
Repository teams - disable remove button when have access to all (#9640)

Co-authored-by: zeripath <art27@cantab.net>
4 years agoFix #9530: admin auth list make readable and admin auth delete bug fix (#9628)
Shashvat Kedia [Tue, 7 Jan 2020 23:41:16 +0000 (05:11 +0530)]
Fix #9530: admin auth list make readable and admin auth delete bug fix (#9628)

4 years agoMove wiki related funtions from models to services/wiki (#9355)
Lunny Xiao [Tue, 7 Jan 2020 18:27:36 +0000 (02:27 +0800)]
Move wiki related funtions from models to services/wiki (#9355)

* Move wiki related funtions from models to services/wiki

4 years agoBranches not at ref commit ID should not be listed as Merged (#9614)
zeripath [Tue, 7 Jan 2020 17:06:14 +0000 (17:06 +0000)]
Branches not at ref commit ID should not be listed as Merged (#9614)

Once a branch has been merged if the commit ID no longer equals that of
the pulls ref commit id don't offer to delete the branch on the pull screen
and don't list it as merged on branches.

Fix #9201

When looking at the pull page we should also get the commits from the refs/pulls/x/head

Fix #9158

4 years agoFix Issue Unsubscription (#9634)
6543 [Tue, 7 Jan 2020 15:41:35 +0000 (16:41 +0100)]
Fix Issue Unsubscription (#9634)

4 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 7 Jan 2020 14:32:33 +0000 (14:32 +0000)]
[skip ci] Updated translations via Crowdin

4 years agoRemove stray printf (#9631)
zeripath [Tue, 7 Jan 2020 14:30:03 +0000 (14:30 +0000)]
Remove stray printf (#9631)

4 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 7 Jan 2020 11:24:19 +0000 (11:24 +0000)]
[skip ci] Updated translations via Crowdin

4 years agoGraceful Queues: Issue Indexing and Tasks (#9363)
zeripath [Tue, 7 Jan 2020 11:23:09 +0000 (11:23 +0000)]
Graceful Queues:  Issue Indexing and Tasks (#9363)

* Queue: Add generic graceful queues with settings

* Queue & Setting: Add worker pool implementation

* Queue: Add worker settings

* Queue: Make resizing worker pools

* Queue: Add name variable to queues

* Queue: Add monitoring

* Queue: Improve logging

* Issues: Gracefulise the issues indexer

Remove the old now unused specific queues

* Task: Move to generic queue and gracefulise

* Issues: Standardise the issues indexer queue settings

* Fix test

* Queue: Allow Redis to connect to unix

* Prevent deadlock during early shutdown of issue indexer

* Add MaxWorker settings to queues

* Merge branch 'master' into graceful-queues

* Update modules/indexer/issues/indexer.go

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
* Update modules/indexer/issues/indexer.go

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
* Update modules/queue/queue_channel.go

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
* Update modules/queue/queue_disk.go

* Update modules/queue/queue_disk_channel.go

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
* Rename queue.Description to queue.ManagedQueue as per @guillep2k

* Cancel pool workers when removed

* Remove dependency on queue from setting

* Update modules/queue/queue_redis.go

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
* As per @guillep2k add mutex locks on shutdown/terminate

* move unlocking out of setInternal

* Add warning if number of workers < 0

* Small changes as per @guillep2k

* No redis host specified not found

* Clean up documentation for queues

* Update docs/content/doc/advanced/config-cheat-sheet.en-us.md

* Update modules/indexer/issues/indexer_test.go

* Ensure that persistable channel queue is added to manager

* Rename QUEUE_NAME REDIS_QUEUE_NAME

* Revert "Rename QUEUE_NAME REDIS_QUEUE_NAME"

This reverts commit 1f83b4fc9b9dabda186257b38c265fe7012f90df.

Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
4 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 7 Jan 2020 07:40:50 +0000 (07:40 +0000)]
[skip ci] Updated translations via Crowdin

4 years agoMore extensive robots.txt docs (#9566)
8ctopus [Tue, 7 Jan 2020 07:38:22 +0000 (12:38 +0500)]
More extensive robots.txt docs (#9566)

4 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Mon, 6 Jan 2020 16:52:05 +0000 (16:52 +0000)]
[skip ci] Updated translations via Crowdin

4 years agoAdd a /user/login landing page option (#9622)
Timon Engelke [Mon, 6 Jan 2020 16:50:44 +0000 (17:50 +0100)]
Add a /user/login landing page option (#9622)

* Add a /user/login landing page option

* Add test case for login landing page

4 years agofix swagger description of reaction API (#9617)
6543 [Mon, 6 Jan 2020 04:58:13 +0000 (05:58 +0100)]
fix swagger description of reaction API (#9617)

4 years agoAdd some padding to the shadowed comment box (#9612)
zeripath [Sun, 5 Jan 2020 19:25:27 +0000 (19:25 +0000)]
Add some padding to the shadowed comment box (#9612)

* Add some padding to the shadowed comment box
* prevent the padding affecting the other comments

4 years ago[BugFix] Hide public repos owned by private orgs (#9609)
6543 [Sun, 5 Jan 2020 18:48:47 +0000 (19:48 +0100)]
[BugFix] Hide public repos owned by private orgs (#9609)

* Restrict AllPublic to actually public repos.
* Add new parameter to add in AllLimited Repos

4 years ago[Docs] introduce "make help" (#9604)
6543 [Sun, 5 Jan 2020 17:40:02 +0000 (18:40 +0100)]
[Docs] introduce "make help" (#9604)

* introduce "make help"

* fix + add more routienes

* Update Makefile

* add make vet

Co-authored-by: techknowlogick <matti@mdranta.net>
4 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Sun, 5 Jan 2020 14:30:20 +0000 (14:30 +0000)]
[skip ci] Updated translations via Crowdin

4 years agoupdate gitea.com/macaron/macaron to 1.4.0 (#9608)
6543 [Sun, 5 Jan 2020 14:27:25 +0000 (15:27 +0100)]
update gitea.com/macaron/macaron to 1.4.0 (#9608)

4 years ago!important makes me sad (#9607)
John Olheiser [Sun, 5 Jan 2020 04:56:06 +0000 (22:56 -0600)]
!important makes me sad (#9607)

Signed-off-by: jolheiser <john.olheiser@gmail.com>
4 years agoFix create bugs (#9606)
John Olheiser [Sun, 5 Jan 2020 02:39:14 +0000 (20:39 -0600)]
Fix create bugs (#9606)

Signed-off-by: jolheiser <john.olheiser@gmail.com>
4 years agoFix access issues on milestone and issue overview pages. (#9603)
David Svantesson [Sun, 5 Jan 2020 01:23:29 +0000 (02:23 +0100)]
Fix access issues on milestone and issue overview pages. (#9603)

* Fix access issues on milestone and issue overview pages.

* Fix filter algorithm

4 years agoOnly serve attachments when linked to issue/release and if accessible by user (#9340)
Antoine GIRARD [Sat, 4 Jan 2020 23:20:08 +0000 (00:20 +0100)]
Only serve attachments when linked to issue/release and if accessible by user (#9340)

* test: add current attachement responses

* refactor: check if attachement is linked and accessible by user

* chore: clean TODO

* fix: typo attachement -> attachment

* revert un-needed go.sum change

* refactor: move models logic to models

* fix TestCreateIssueAttachment which was wrongly successful

* fix unit tests with unittype added

* fix unit tests with changes

* use a valid uuid format for pgsql int. test

* test: add unit test TestLinkedRepository

* refactor: allow uploader to access unlinked attachement

* add missing blank line

* refactor: move to a separate function repo.GetAttachment

* typo

* test: remove err test return

* refactor: use repo perm for access checking generally + 404 for all reject

4 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Sat, 4 Jan 2020 22:21:24 +0000 (22:21 +0000)]
[skip ci] Updated translations via Crowdin

4 years agoOnly show sender if it makes sense (#9601)
John Olheiser [Sat, 4 Jan 2020 22:20:15 +0000 (16:20 -0600)]
Only show sender if it makes sense (#9601)

Signed-off-by: jolheiser <john.olheiser@gmail.com>
4 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Sat, 4 Jan 2020 20:29:45 +0000 (20:29 +0000)]
[skip ci] Updated translations via Crowdin

4 years agoAdd translatable Powered by Gitea text in footer (#9600)
Lauris BH [Sat, 4 Jan 2020 20:27:19 +0000 (22:27 +0200)]
Add translatable Powered by Gitea text in footer (#9600)

4 years ago[Docs] Add guide on howto develop API (#9587)
6543 [Sat, 4 Jan 2020 02:23:40 +0000 (03:23 +0100)]
[Docs] Add guide on howto develop API (#9587)

* draft 1

* add suggestions
thanks to @bagasme @techknowlogick @davidsvantesson

* http methods

* use permalinks

* Apply suggestions from code review

Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>
* Apply suggestions from code review

Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>
* code format + add to INDEX

Co-authored-by: John Olheiser <42128690+jolheiser@users.noreply.github.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
4 years agoFix error logged when repos qs is empty (#9591)
guillep2k [Fri, 3 Jan 2020 21:39:12 +0000 (18:39 -0300)]
Fix error logged when repos qs is empty (#9591)

* Fix error logged when repos qs is empty

* Update routers/user/home.go

Co-Authored-By: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
4 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Fri, 3 Jan 2020 18:44:08 +0000 (18:44 +0000)]
[skip ci] Updated translations via Crowdin

4 years agoAdd footer extra links template (#9576)
Bagas Sanjaya [Fri, 3 Jan 2020 18:41:56 +0000 (01:41 +0700)]
Add footer extra links template (#9576)

* Add footer extra links template

* [Docs] Update to mention extra links footer template

* Commit suggestion from @davidsvantesson

Co-Authored-By: David Svantesson <davidsvantesson@gmail.com>
* Move template placement to right side of footer

Co-authored-by: David Svantesson <davidsvantesson@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
4 years agoAdd branch protection option to block merge on requested changes. (#9592)
David Svantesson [Fri, 3 Jan 2020 17:47:10 +0000 (18:47 +0100)]
Add branch protection option to block merge on requested changes. (#9592)

* Add branch protection option to block merge on requested changes.

* Add migration step

* Fix check to correct negation

* Apply suggestions from code review

Language improvement.

Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>
* Copyright year.

Co-authored-by: John Olheiser <42128690+jolheiser@users.noreply.github.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
4 years agoSome more e-mail notification fixes (#9596)
mrsdizzie [Fri, 3 Jan 2020 17:13:22 +0000 (12:13 -0500)]
Some more e-mail notification fixes (#9596)

* Some more e-mail notification fixes

A few more small e-mail notification fixes/changes

* Style footer of notification email to be smaller
* Include text for when pull request is merged
* Don't include original body of issue or PR when merging/closing by
setting issue.Content to "" in these cases

* Set Re: prefix and meessage-ID headers based on actName instead of checking for a
comment. This fixes a bug where certain actions that didn't have a
comment were setting Message-ID instead of In-Reply-To which caused some
mail programs not to show those messages as they would have had the same
Message-ID as a previous message. Also fixes the case where a final
comment and closing message would have been displayed out of order if
you didn't have a copy of the original issue/pr cretion message.

* Update other template footers for consistency

4 years ago[API] dont reqToken on GetReactions (fix #9543) (#9548)
6543 [Thu, 2 Jan 2020 21:27:31 +0000 (22:27 +0100)]
[API] dont reqToken on GetReactions (fix #9543) (#9548)

* dont reqToken on GetReactions

* ctx.Repo.CanWrite has ctx.User.IsAdmin in It

Co-authored-by: Lauris BH <lauris@nix.lv>
4 years agoUpdate version in docs (#9588)
John Olheiser [Thu, 2 Jan 2020 15:53:08 +0000 (09:53 -0600)]
Update version in docs (#9588)

4 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Thu, 2 Jan 2020 12:18:28 +0000 (12:18 +0000)]
[skip ci] Updated translations via Crowdin

4 years agoChangelog for 1.10.2 (#9586)
6543 [Thu, 2 Jan 2020 12:15:30 +0000 (13:15 +0100)]
Changelog for 1.10.2 (#9586)

4 years agomake sure Poster is loaded (#9583)
6543 [Thu, 2 Jan 2020 07:54:22 +0000 (08:54 +0100)]
make sure Poster is loaded (#9583)

4 years agoDon't auto-init SimpleMDE for review textarea (#9574)
John Olheiser [Thu, 2 Jan 2020 03:02:11 +0000 (21:02 -0600)]
Don't auto-init SimpleMDE for review textarea (#9574)

Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
4 years agoDont trigger notification twice on issue assignee change (#9582)
6543 [Thu, 2 Jan 2020 02:07:15 +0000 (03:07 +0100)]
Dont trigger notification twice on issue assignee change (#9582)

4 years agoFix #9189 - API Allow only specific Colums to be updated on Issue (#9539)
6543 [Wed, 1 Jan 2020 22:51:10 +0000 (23:51 +0100)]
Fix #9189 - API Allow only specific Colums to be updated on Issue (#9539)

* dont insert "-1" in any case to issue.poster_id

* Make sure API cant override importand fields

* code format

* fix lint

* WIP test

* add missing poster_id

* fix test

* user.IsGhost handle nil

* CI.restart()

* make sure no -1 is realy added

* CI.restart()

* @lunny suggestion remove some not allowed fields

* seperate issue.LoadMilestone

* load milestone and return it on IssueEdit via API

* extend Test for TestAPIEditIssue

* fix fixtures

* declare allowedColumnsUpdateIssueByAPI only once

* Update Year

* no var just write id drecty into func cal

Co-authored-by: Lauris BH <lauris@nix.lv>
4 years agoswagger UI: hide iretating search field (#9554)
6543 [Wed, 1 Jan 2020 16:08:13 +0000 (17:08 +0100)]
swagger UI: hide iretating search field (#9554)