]>
source.dussan.org Git - gitea.git/log
John Olheiser [Wed, 5 Feb 2020 14:50:06 +0000 (08:50 -0600)]
Fix push-create SSH bugs (#10145) (#10151)
* Attempt to fix push-create SSH bugs
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Fix binding
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Invalid ctx
Signed-off-by: jolheiser <john.olheiser@gmail.com>
6543 [Mon, 3 Feb 2020 17:44:06 +0000 (18:44 +0100)]
Prevent DeleteUser API abuse (#10125) (#10128)
* fix & co
* word suggestions from @jolheiser
6543 [Mon, 3 Feb 2020 03:19:04 +0000 (04:19 +0100)]
working part of #9998 (#10114) (#10115)
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: zeripath <art27@cantab.net>
zeripath [Sat, 1 Feb 2020 20:24:58 +0000 (20:24 +0000)]
Add button to revert SimpleMDE to plain textarea (#10099) (#10102)
Lunny Xiao [Sat, 1 Feb 2020 15:14:56 +0000 (23:14 +0800)]
Fix branch page pull request title and link error (#10092) (#10097)
* Fix branch page pull request title and link error (#10092)
6543 [Sat, 1 Feb 2020 01:49:45 +0000 (02:49 +0100)]
[BugFix] [API] Pull.API.Convert: Only try to get HeadBranch if HeadRepo exist (#10029) (#10088)
Lauris BH [Fri, 31 Jan 2020 08:04:49 +0000 (10:04 +0200)]
Update topics repo count when deleting repository (#10081)
6543 [Wed, 29 Jan 2020 20:40:43 +0000 (21:40 +0100)]
[UI] Show pull icon on pull (#10061) (#10062)
Lunny Xiao [Wed, 29 Jan 2020 16:01:44 +0000 (00:01 +0800)]
Fix milestone API state parameter unhandled (#10049) (#10052)
* Fix milestone API state parameter unhandled
* Fix test
zeripath [Tue, 28 Jan 2020 21:54:09 +0000 (21:54 +0000)]
Ensure that feeds are appropriately restricted (#10018) (#10019)
* Ensure that feeds are appropriately restricted
* Placate golangci-lint
zeripath [Tue, 28 Jan 2020 18:46:59 +0000 (18:46 +0000)]
PRs: Move to use a temporary repo for pushing new prs (#10009) (#10042)
* Move to use a temporary repo for pushing new prs
Lunny Xiao [Tue, 28 Jan 2020 15:10:25 +0000 (23:10 +0800)]
Fix wiki raw view on sub path (#10002) (#10040)
* Fix wiki raw view on sub path
* Add test for subpath wiki raw file
* Fix bug
6543 [Tue, 28 Jan 2020 08:52:24 +0000 (09:52 +0100)]
trim whitespace of MilestoneName at creation/rename (#10017) (#10034)
Lunny Xiao [Sun, 26 Jan 2020 08:16:53 +0000 (16:16 +0800)]
Sanitize credentials in mirror form (#9975) (#9991)
Lunny Xiao [Sat, 25 Jan 2020 09:39:53 +0000 (17:39 +0800)]
Fix pull view when head repository or head branch missed and close related pull requests when delete head repository or head branch (#9927) (#9974)
* fix pull view when head repository or head branch missed and close related pull requests when delete branch
* fix pull view broken when head repository deleted
* close pull requests when head repositories deleted
* Add tests for broken pull request head repository or branch
* fix typo
* ignore special error when close pull request
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: Lauris BH <lauris@nix.lv>
techknowlogick [Sat, 25 Jan 2020 01:45:53 +0000 (20:45 -0500)]
Switch to use -f instead of -F for sendmail (#9961) (#9970)
Fix #9385
Co-authored-by: zeripath <art27@cantab.net>
guillep2k [Sat, 25 Jan 2020 00:56:30 +0000 (21:56 -0300)]
Fix check for push on default branch (#9963)
Co-authored-by: techknowlogick <matti@mdranta.net>
guillep2k [Fri, 24 Jan 2020 23:25:00 +0000 (20:25 -0300)]
Fix file rename/copy not supported by indexer (#9967)
techknowlogick [Wed, 22 Jan 2020 20:49:08 +0000 (15:49 -0500)]
Fix regression with tag test running (#9941)
John Olheiser [Wed, 22 Jan 2020 19:56:55 +0000 (13:56 -0600)]
Changelog 1.11.0-rc2 (#9853)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
John Olheiser [Wed, 22 Jan 2020 16:24:04 +0000 (10:24 -0600)]
Don't convert ellipsis in markdown (#9905) (#9937)
* Don't convert ellipsis
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Formatting
Co-Authored-By: zeripath <art27@cantab.net>
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: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: zeripath <art27@cantab.net>
6543 [Wed, 22 Jan 2020 10:54:40 +0000 (11:54 +0100)]
Fixed repo link in generated comment for cross repository dependency (#9863) (#9935)
* fixed link to issue in issue comments after adding/removing a dependency, before links assumed the issue was in the same repository. also changed the format of the displayed issue since the issue will not necessarily be in the same repo
* based on pr comments, changed to use HTMLURL instead of piecing together the issue url, and added an if statement around the issue link display as a nil protection
* only showing repo name in dependency comment if the issue is from another repo
Co-authored-by: Brad Albright <32200834+bhalbright@users.noreply.github.com>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Lauris BH [Wed, 22 Jan 2020 08:02:57 +0000 (10:02 +0200)]
Check if diff actually contains sections when rendering (#9926) (#9933)
Lunny Xiao [Wed, 22 Jan 2020 06:06:11 +0000 (14:06 +0800)]
Fix wrong hint when status checking is running on pull request view (#9886) (#9928)
* Fix wrong hint when status checking is running on pull request view
* fix lint
* fix test
* fix test
* fix wrong tmpl
* fix import
* rename function name
John Olheiser [Tue, 21 Jan 2020 22:24:18 +0000 (16:24 -0600)]
Fix RocketChat (#9908) (#9921)
* Fix RocketChat??
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Don't send attachment for repo create/delete
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Make fmt
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: Lauris BH <lauris@nix.lv>
zeripath [Tue, 21 Jan 2020 20:17:00 +0000 (20:17 +0000)]
Do not try to recreate ldap user if they are already created (#9900) (#9919)
* Do not try to recreate ldap user if they are already created
* just remove autoregister
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: techknowlogick <matti@mdranta.net>
zeripath [Tue, 21 Jan 2020 12:02:25 +0000 (12:02 +0000)]
Update queue_redis.go (#9911)
zeripath [Mon, 20 Jan 2020 19:18:23 +0000 (19:18 +0000)]
Add option to prevent LDAP from deactivating everything on empty search (#9879) (#9896)
* Add option to prevent LDAP from deactivating everything on empty search
* Update options/locale/locale_en-US.ini
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Lunny Xiao [Mon, 20 Jan 2020 15:59:33 +0000 (23:59 +0800)]
Fix wrong permissions check when issues/prs shared operations (#9885) (#9889)
* Fix wrong permissions check when issues/prs shared operations
* move redirect to the last of the function
* fix swagger
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
6543 [Mon, 20 Jan 2020 03:01:39 +0000 (04:01 +0100)]
Check user != nil before checking values (#9881) (#9883)
* Check user != nil before checking values
* Handle autoAdmin
Co-authored-by: zeripath <art27@cantab.net>
zeripath [Mon, 20 Jan 2020 00:23:35 +0000 (00:23 +0000)]
Allow hyphen in language name (#9873) (#9880)
Co-authored-by: techknowlogick <matti@mdranta.net>
zeripath [Sun, 19 Jan 2020 23:21:21 +0000 (23:21 +0000)]
Ensure that 2fa is checked on reset-password (#9857) (#9876)
* Ensure that 2fa is checked on reset-password
* Apply suggestions from code review
Co-Authored-By: Lauris BH <lauris@nix.lv>
* Properly manage scratch_code regeneration
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: Lauris BH <lauris@nix.lv>
6543 [Sun, 19 Jan 2020 22:21:54 +0000 (23:21 +0100)]
[Backport] CI optimisation & add github token env var (#9875)
* ci: use docker image for golangci-lint (#9737)
* 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>
* ci: use new mssql image (#9720)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* ci: run notify on arm64 (#9762)
* ci: run notify on arm64
Free one jobs on amrd64
* Update .drone.yml
* Update .drone.yml
* Update .drone.yml
Based on: https://github.com/appleboy/drone-discord/blob/master/.drone.yml#L339
* improve trigger
Co-authored-by: techknowlogick <matti@mdranta.net>
* ci: move some integration tests on arm64 (#9747)
* tests: configure github remaining limit + read token (#9800)
* ci: configure remaining github limmit
* prepend with github since package is common to all migrations
* add RefreshRate
* Update github.go
* add missing space
* go fmt
* Read env variable GITHUB_READ_TOKEN for token
* Update .drone.yml
* ci: simplify tag/release by always running coverage (#9774)
* ci: simplify tag/release by always running coverage
* use mod and vendor for unit test coverage
* remove not needed lfs for unit test
* use arm drone agent for docs (#9776)
* run translations pipeline on arm server (#9865)
* add git-check to Makefile
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <matti@mdranta.net>
zeripath [Sun, 19 Jan 2020 19:59:30 +0000 (19:59 +0000)]
Make CertFile and KeyFile relative to CustomPath (#9868) (#9874)
* Make CertFile and KeyFile relative to CustomPath
The current code will absolute CertFile and KeyFile against the current working directory. This is quite unexpected for users. This code makes relative paths absolute against the CustomPath.
Fix #4196
* Improve error reporting when reading certificates
* Apply suggestions from code review
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Lunny Xiao [Sun, 19 Jan 2020 17:56:57 +0000 (01:56 +0800)]
Fix issues/pulls dependencies problems (#9842) (#9864)
* Fix issues/pulls dependencies problems
* fix swagger and api param name
* fix js
David Svantesson [Sat, 18 Jan 2020 14:28:33 +0000 (15:28 +0100)]
Explicitly refer to PR in squash-merge commit message in case of external tracker (#9844) (#9855)
* Explicitly refer to PR in squash-merge commit message in case of external tracker
* documentation
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: zeripath <art27@cantab.net>
6543 [Sat, 18 Jan 2020 04:31:46 +0000 (05:31 +0100)]
fix (#9837)
6543 [Fri, 17 Jan 2020 22:02:30 +0000 (23:02 +0100)]
Changelog 1.10.3 (#9832) (#9849)
Moritz [Fri, 17 Jan 2020 16:49:50 +0000 (17:49 +0100)]
Fix markdown anchor links (#9673) (#9840)
Lunny Xiao [Fri, 17 Jan 2020 14:11:20 +0000 (22:11 +0800)]
Fix download file wrong content-type (#9825) (#9834)
* Fix download file wrong content-type
* change the error text to be more precise
* fix test
Co-authored-by: Lauris BH <lauris@nix.lv>
Lunny Xiao [Fri, 17 Jan 2020 12:38:11 +0000 (20:38 +0800)]
Fix wrong identify poster on a migrated pull request when submi… (#9827) (#9830)
Lunny Xiao [Fri, 17 Jan 2020 05:02:41 +0000 (13:02 +0800)]
fix dump non-exist log directory (#9818) (#9819)
Lunny Xiao [Fri, 17 Jan 2020 02:08:28 +0000 (10:08 +0800)]
Fix compare (#9808) (#9814)
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: techknowlogick <matti@mdranta.net>
John Olheiser [Thu, 16 Jan 2020 05:40:37 +0000 (23:40 -0600)]
Fix push-to-create (#9772) (#9797)
* Fix push-to-create
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Check URL path and service
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Send dummy payload on receive-pack GET
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* The space was actually a NUL byte
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Use real bare repo instead of manufactured payload
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: zeripath <art27@cantab.net>
Lunny Xiao [Thu, 16 Jan 2020 03:09:47 +0000 (11:09 +0800)]
Fix missing msteam webhook on organization (#9781) (#9794)
zeripath [Thu, 16 Jan 2020 00:09:31 +0000 (00:09 +0000)]
Fix missing unlock in uniquequeue (#9791)
6543 [Wed, 15 Jan 2020 16:28:44 +0000 (17:28 +0100)]
Fix (#9761) Korean locales (#9780)
* backport korean 20-20-01-15 | fix #9761
* update state 14:43:10 UTC
David Svantesson [Wed, 15 Jan 2020 13:18:18 +0000 (14:18 +0100)]
Fix add team on collaborator page when same name as organization (#9778)
6543 [Wed, 15 Jan 2020 07:03:38 +0000 (08:03 +0100)]
Backport Locales [2020-01-14] (#9773)
* backport state of 2020-01-14
* Apply suggestions from code review
Co-Authored-By: 6543 <6543@obermui.de>
Co-authored-by: zeripath <art27@cantab.net>
John Olheiser [Wed, 15 Jan 2020 02:23:55 +0000 (20:23 -0600)]
Fix SimpleMDE quote reply (#9757) (#9768)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
6543 [Wed, 15 Jan 2020 00:41:28 +0000 (01:41 +0100)]
Fix #9752 (#9769) (#9775)
Co-authored-by: zeripath <art27@cantab.net>
6543 [Tue, 14 Jan 2020 22:33:12 +0000 (23:33 +0100)]
Fix milestones page (#9771)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: John Olheiser <42128690+jolheiser@users.noreply.github.com>
Lunny Xiao [Tue, 14 Jan 2020 16:55:03 +0000 (00:55 +0800)]
Fix missing updated time on migrated issues and comments (#9744) (#9764)
* Fix missing updated time on migrated issues and comments
* Fix testing and missing updated on migrating pullrequest
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
silverwind [Sun, 12 Jan 2020 22:43:16 +0000 (23:43 +0100)]
fix webpack polyfills (#9735) (#9738)
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
zeripath [Sun, 12 Jan 2020 19:52:40 +0000 (19:52 +0000)]
Move Errored PRs out of StatusChecking (#9675) (#9726)
* 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>
* Update services/pull/check.go
Co-authored-by: John Olheiser <42128690+jolheiser@users.noreply.github.com>
zeripath [Sun, 12 Jan 2020 18:02:36 +0000 (18:02 +0000)]
Make hook status printing configurable with delay (#9641) (#9725)
* 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>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
6543 [Sun, 12 Jan 2020 10:20:49 +0000 (11:20 +0100)]
[BugFix] [API] /repos/issues/search (#9698) (#9724)
* fix
* fix options
* add TEST
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
silverwind [Sun, 12 Jan 2020 04:20:33 +0000 (05:20 +0100)]
silence fomantic error regarding tabs (#9713) (#9718)
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.
zeripath [Sat, 11 Jan 2020 19:06:39 +0000 (19:06 +0000)]
Remove unused lock (#9710)
zeripath [Sat, 11 Jan 2020 17:05:24 +0000 (17:05 +0000)]
Missed q.lock.Unlock() will cause panic (#9706)
zeripath [Sat, 11 Jan 2020 14:27:03 +0000 (14:27 +0000)]
Never allow an empty password to validate (#9682) (#9683)
* Restore IsPasswordSet previous value
* Update models/user.go
Co-authored-by: Lauris BH <lauris@nix.lv>
guillep2k [Sat, 11 Jan 2020 06:42:11 +0000 (03:42 -0300)]
Don't attempt to close issue if already closed (#9699)
John Olheiser [Sat, 11 Jan 2020 03:58:03 +0000 (21:58 -0600)]
Load milestone in API PR list (#9671) (#9700)
silverwind [Fri, 10 Jan 2020 00:45:59 +0000 (01:45 +0100)]
eliminate horizontal scroll caused by footer (#9674)
Co-authored-by: zeripath <art27@cantab.net>
techknowlogick [Thu, 9 Jan 2020 21:40:57 +0000 (16:40 -0500)]
remove google font call (#9668) (#9681)
zeripath [Thu, 9 Jan 2020 21:37:37 +0000 (21:37 +0000)]
Prevent redirect to Host (#9678) (#9679)
John Olheiser [Thu, 9 Jan 2020 16:50:21 +0000 (10:50 -0600)]
Fix nil reference in repo generation (#9660) (#9666)
* Fix nil reference
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Tighten
Signed-off-by: jolheiser <john.olheiser@gmail.com>
John Olheiser [Thu, 9 Jan 2020 06:07:21 +0000 (00:07 -0600)]
Add HTML URL to API Issues (#9654) (#9661)
* 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>
Co-authored-by: Lauris BH <lauris@nix.lv>
John Olheiser [Wed, 8 Jan 2020 19:42:28 +0000 (13:42 -0600)]
Add PR review webhook to Telegram (#9653) (#9655)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
6543 [Wed, 8 Jan 2020 16:32:25 +0000 (17:32 +0100)]
fix #9648 (#9652)
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>
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>
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)
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
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
6543 [Tue, 7 Jan 2020 15:41:35 +0000 (16:41 +0100)]
Fix Issue Unsubscription (#9634)
GiteaBot [Tue, 7 Jan 2020 14:32:33 +0000 (14:32 +0000)]
[skip ci] Updated translations via Crowdin
zeripath [Tue, 7 Jan 2020 14:30:03 +0000 (14:30 +0000)]
Remove stray printf (#9631)
GiteaBot [Tue, 7 Jan 2020 11:24:19 +0000 (11:24 +0000)]
[skip ci] Updated translations via Crowdin
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>
GiteaBot [Tue, 7 Jan 2020 07:40:50 +0000 (07:40 +0000)]
[skip ci] Updated translations via Crowdin
8ctopus [Tue, 7 Jan 2020 07:38:22 +0000 (12:38 +0500)]
More extensive robots.txt docs (#9566)
GiteaBot [Mon, 6 Jan 2020 16:52:05 +0000 (16:52 +0000)]
[skip ci] Updated translations via Crowdin
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
6543 [Mon, 6 Jan 2020 04:58:13 +0000 (05:58 +0100)]
fix swagger description of reaction API (#9617)
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
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
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>
GiteaBot [Sun, 5 Jan 2020 14:30:20 +0000 (14:30 +0000)]
[skip ci] Updated translations via Crowdin
6543 [Sun, 5 Jan 2020 14:27:25 +0000 (15:27 +0100)]
update gitea.com/macaron/macaron to 1.4.0 (#9608)
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>
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>
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
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
GiteaBot [Sat, 4 Jan 2020 22:21:24 +0000 (22:21 +0000)]
[skip ci] Updated translations via Crowdin
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>
GiteaBot [Sat, 4 Jan 2020 20:29:45 +0000 (20:29 +0000)]
[skip ci] Updated translations via Crowdin
Lauris BH [Sat, 4 Jan 2020 20:27:19 +0000 (22:27 +0200)]
Add translatable Powered by Gitea text in footer (#9600)
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>
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>