]>
source.dussan.org Git - gitea.git/log
guillep2k [Sat, 9 Nov 2019 11:52:54 +0000 (08:52 -0300)]
Backport: Fix password complexity check on registration (#8887) (#8888)
* Fix registration password complexity
* Fix integration to use a complex password ;)
guillep2k [Sat, 9 Nov 2019 08:30:24 +0000 (05:30 -0300)]
Backport: Fix require external registration password (#8885) (#8890)
* Fix require external registration password
* Fix ctx on error condition by @jolheiser
mrsdizzie [Fri, 8 Nov 2019 15:43:51 +0000 (10:43 -0500)]
Fix edit content button on migrated issue content (#8877) (#8884)
Typo on a closing span tag caused edit button not to work properly on
the original issue content for a migrated issue.
Fixes #8876
Lauris BH [Tue, 5 Nov 2019 20:14:56 +0000 (22:14 +0200)]
Fix to close opened io resources as soon as not needed (#8839) (#8846)
* Fix to close opened io resources as soon as not needed
* Remove unneeded err checks
Lauris BH [Tue, 5 Nov 2019 00:19:32 +0000 (02:19 +0200)]
Fix new user form for non-local users (#8826) (#8828)
Lauris BH [Mon, 4 Nov 2019 18:59:17 +0000 (20:59 +0200)]
Fix commit expand button to not go to commit link (#8745) (#8825)
* Fix commit expand button to not go to commit link
* Fix message rendering to have correct HTML in result
* Fix check for empty commit message
* Code optimization
6543 [Sun, 3 Nov 2019 14:51:32 +0000 (15:51 +0100)]
Fix SSH2 conditonal in key parsing code (#8806) (#8810)
Avoid out of bounds error by using strings.HasPrefix to check for
starting SSH2 text rather than assuming user input has at least 31
characters.
Add tests for bad input as well.
Fixes #8800
6543 [Sun, 3 Nov 2019 03:13:38 +0000 (04:13 +0100)]
add missing "d" (#8801)
Lunny Xiao [Sat, 2 Nov 2019 16:41:06 +0000 (00:41 +0800)]
fix 500 when edit hook (#8782) (#8789)
zeripath [Sat, 2 Nov 2019 11:25:13 +0000 (11:25 +0000)]
On windows set core.longpaths true (#8776) (#8786)
zeripath [Fri, 1 Nov 2019 17:50:59 +0000 (17:50 +0000)]
Allow to merge if file path contains " or \ (#8629) (#8771)
* if a filename in a repository contains " or \ the owner can't merge pull request with this files
because "git diff-tree" adds double quotes to that filepath
example: filepath is ab"cd but "git diff-tree" returns "ab\"cd"
now, when the owner click "Merge Pull Request" button the server returns 500
this commit fix it
Signed-off-by: Ilya Pavlov <ilux@cpan.org>
* add -z option to getDiffTree
escape spec symbols for sparse-checkout
Signed-off-by: Ilya Pavlov <ilux@cpan.org>
* go fmt
Signed-off-by: Ilya Pavlov <ilux@cpan.org>
* typo
Signed-off-by: Ilya Pavlov <ilux@cpan.org>
* escape '\'
escape all spaces and '!'
* use regexp.ReplaceAllString()
Signed-off-by: Ilya Pavlov <ilux@cpan.org>
* strings.ReplaceAll was added in go 1.12
Signed-off-by: Ilya Pavlov <ilux@cpan.org>
* add '\' to regexp.MustCompile
Signed-off-by: Ilya Pavlov <ilux@cpan.org>
John Olheiser [Wed, 30 Oct 2019 20:34:13 +0000 (15:34 -0500)]
Changelog 1.9.5 (#8753) (#8756)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
John Olheiser [Wed, 30 Oct 2019 17:27:52 +0000 (12:27 -0500)]
Changelog 1.10.0-rc2 (#8750)
* 1.10.0-rc2
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Wording
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Update CHANGELOG.md
Co-Authored-By: jaqra <48099350+jaqra@users.noreply.github.com>
6543 [Tue, 29 Oct 2019 03:11:24 +0000 (04:11 +0100)]
[Fix] milestone close timestamp (#8728) (#8730)
* BugFix: Update closed_date_unix colum on milestone table on close
* go fmt
David Svantesson [Sun, 27 Oct 2019 23:36:59 +0000 (00:36 +0100)]
Fix deadline on update issue or PR via API (#8698)
Monty Taylor [Fri, 25 Oct 2019 12:09:15 +0000 (21:09 +0900)]
Fix 500 when getting user as unauthenticated user (#8653) (#8663)
Backport #8653
When doing GET /api/v1/users/{user} as an unauthenticated user,
gitea throws a 500 because it's trying to dereference elements
from the context user. It wants to do this to see whether to
show the primary email and will do that if the logged in user
is admin or the user in question. However, if ctx.User is nil there is a panic
jaqra [Fri, 25 Oct 2019 10:09:19 +0000 (13:09 +0300)]
make call createMilestoneComment on newIssue func (#8678) (#8681)
* make call createMilestoneComment on newIssue func
* make OldMilestoneID 0 instead of -1
Lunny Xiao [Thu, 24 Oct 2019 05:59:53 +0000 (13:59 +0800)]
Hide some user information via API if user have no enough permission (#8655) (#8657)
* Hide some user information via API if user have no enough permission
* fix test
zeripath [Wed, 23 Oct 2019 22:27:10 +0000 (23:27 +0100)]
Use AppSubUrl for more redirections (#8647) (#8651)
Partial backport without changes to locale files.
Fix #8461 - fix misspelling of {{AppSubUrl}} and other misspelling in template
Fixes /explore and organisation redirection
John Olheiser [Tue, 22 Oct 2019 21:16:20 +0000 (16:16 -0500)]
Add SubURL to redirect path (#8632) (#8634)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
John Olheiser [Tue, 22 Oct 2019 09:08:59 +0000 (04:08 -0500)]
Fix template error on account page (#8562) (#8622)
guillep2k [Tue, 22 Oct 2019 08:12:10 +0000 (05:12 -0300)]
Allow externalID to be UUID (#8551) (#8624)
Signed-off-by: Wenxuan Zhao <viz@linux.com>
guillep2k [Tue, 22 Oct 2019 06:39:40 +0000 (03:39 -0300)]
Prevent .code-view from overriding font on icon fonts (#8614) (#8627)
zeripath [Tue, 22 Oct 2019 06:00:37 +0000 (07:00 +0100)]
Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8528) (#8618)
* Expose db.SetMaxOpenConns and allow other dbs to set their connection params
* Add note about port exhaustion
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
guillep2k [Mon, 21 Oct 2019 23:17:25 +0000 (20:17 -0300)]
fix emoji panel be removed bug in issue page, when the sub issue summit the duplicate emoji (#8609) (#8623)
zeripath [Mon, 21 Oct 2019 21:15:55 +0000 (22:15 +0100)]
Update heatmap fixtures to restore tests (#8615) (#8616)
* Update heatmap fixtures to restore tests
* Add hint to check the fixture age on fail
6543 [Mon, 21 Oct 2019 08:53:34 +0000 (10:53 +0200)]
Ensure that diff stats can scroll independently of the diff (#8581) (#8611)
This PR ensures that once opened the diff stats detail box can be scrolled independently of the diff on the compare page.
Fixes #5532
Details:
* make diff-detail-box the main container
* move file diff at the same level as diff-stats
* make diff-view options sticy again
* make diff-stats scroll if to mouch
* rm useless css info
* less: mv diff-stats to own class
* use new css class
* cleanup less file
* diff-counter: margin-right: 15px;
* make CI work
* make numbers colorful
* add sign (-/+) to numbers
Viktor Szakats [Sun, 20 Oct 2019 17:18:05 +0000 (19:18 +0200)]
webhook: set Content-Type for application/x-www-form-urlencoded (#8600)
This header is missing since switching http client from GiteaServer (`code.gitea.io/gitea/modules/httplib`) to Go-http-client/1.1 (`net.http`). The header [was added by default](https://github.com/go-gitea/gitea/blob/release/v1.8/modules/httplib/httplib.go#L301) by the former, but this is no longer true with `net.http`, so it needs to be done explicitly.
Closes: #7700
6543 [Sat, 19 Oct 2019 20:35:22 +0000 (22:35 +0200)]
Fix #8582 by handling empty repos (#8587) (#8594)
* Fix #8582 by handling empty repos
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Fix tests
Signed-off-by: Jonas Franz <info@jonasfranz.software>
Lunny Xiao [Sat, 19 Oct 2019 07:29:35 +0000 (15:29 +0800)]
Fix bug on pull requests when transfer head repository (#8564) (#8569)
* fix bug on pull requests when transfer head repository
* add migration and fix lint
* fix tests and add a cache check on LoadBaseRepo
6543 [Sat, 19 Oct 2019 04:54:09 +0000 (06:54 +0200)]
Allow more than 255 characters for tokens in external_login_user tabl… (#8585)
* Allow more than 255 characters for tokens in external_login_user table (#8554)
Signed-off-by: Wenxuan Zhao <viz@linux.com>
* use old xorm repo
zeripath [Wed, 16 Oct 2019 19:32:15 +0000 (20:32 +0100)]
Add missed close in ServeBlobLFS (#8527) (#8542)
zeripath [Wed, 16 Oct 2019 16:03:25 +0000 (17:03 +0100)]
Ensure that GitRepo is set on Empty repositories (#8539) (#8541)
Both issues/new and settings/hooks/git expect `ctx.Repo.GitRepo` to be set.
This PR changes the context code to open the GitRepo.
Fixes #8538
6543 [Wed, 16 Oct 2019 09:48:45 +0000 (11:48 +0200)]
Fix migrate mirror 500 bug (#8526) (#8530)
* fix migrate mirror 500 bug
* update backport
guillep2k [Wed, 16 Oct 2019 03:09:27 +0000 (00:09 -0300)]
Fix password complexity regex for special characters (backport for v1.10.0) (#8524)
* Fix extra space
* Fix regular expression
* Fix error template name
* Simplify check code, fix default values, add test
* Fix router tests
* Fix fmt
* Fix setting and lint
* Move cleaning up code to test, improve comments
* Tidy up variable declaration
6543 [Mon, 14 Oct 2019 19:34:21 +0000 (21:34 +0200)]
Changelog for 1.10.0-RC1 (#8510)
* Changelog for 1.10.0
* clean up | remove TESTING and DOCS sction | short BUILD section
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 [Mon, 14 Oct 2019 18:20:42 +0000 (20:20 +0200)]
Fix errors in create org UI regarding team access permission. (#8506)
GiteaBot [Mon, 14 Oct 2019 17:46:01 +0000 (17:46 +0000)]
[skip ci] Updated translations via Crowdin
guillep2k [Mon, 14 Oct 2019 17:43:48 +0000 (14:43 -0300)]
Add nofollow to sign in links (#8509)
GiteaBot [Mon, 14 Oct 2019 15:45:33 +0000 (15:45 +0000)]
[skip ci] Updated translations via Crowdin
Maxim Tkachenko [Mon, 14 Oct 2019 15:24:26 +0000 (22:24 +0700)]
Password Complexity Checks (#6230)
Add password complexity checks. The default settings require a lowercase, uppercase, number and a special character within passwords.
Co-Authored-By: T-M-A <maxim.tkachenko@gmail.com>
Co-Authored-By: Lanre Adelowo <adelowomailbox@gmail.com>
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-Authored-By: Lauris BH <lauris@nix.lv>
Lunny Xiao [Mon, 14 Oct 2019 07:22:46 +0000 (15:22 +0800)]
fix bug on FindExternalUsersByProvider (#8504)
Lunny Xiao [Mon, 14 Oct 2019 06:10:42 +0000 (14:10 +0800)]
Update migrated repositories' issues/comments/prs poster id if user has a github external user saved (#7751)
* update migrated issues/comments when login as github
* add get userid when migrating or login with github oauth2
* fix lint
* add migrations for repository service type
* fix build
* remove unnecessary dependencies on migrations
* add cron task to update migrations poster ids and fix posterid when migrating
* fix lint
* fix lint
* improve code
* fix lint
* improve code
* replace releases publish id to actual author id
* fix import
* fix bug
* fix lint
* fix rawdata definition
* fix some bugs
* fix error message
Antoine GIRARD [Mon, 14 Oct 2019 00:38:15 +0000 (02:38 +0200)]
vendor: update mvdan.cc/xurls/v2 to v2.1.0 (#8495)
guillep2k [Sun, 13 Oct 2019 22:29:10 +0000 (19:29 -0300)]
Rewrite reference processing code in preparation for opening/closing from comment references (#8261)
* Add a markdown stripper for mentions and xrefs
* Improve comments
* Small code simplification
* Move reference code to modules/references
* Fix typo
* Make MarkdownStripper return [][]byte
* Implement preliminary keywords parsing
* Add FIXME comment
* Fix comment
* make fmt
* Fix permissions check
* Fix text assumptions
* Fix imports
* Fix lint, fmt
* Fix unused import
* Add missing export comment
* Bypass revive on implemented interface
* Move mdstripper into its own package
* Support alphanumeric patterns
* Refactor FindAllMentions
* Move mentions test to references
* Parse mentions from reference package
* Refactor code to implement renderizable references
* Fix typo
* Move patterns and tests to the references package
* Fix nil reference
* Preliminary rendering attempt of closing keywords
* Normalize names, comments, general tidy-up
* Add CSS style for action keywords
* Fix permission for admin and owner
* Fix golangci-lint
* Fix golangci-lint
Benson Muite [Sun, 13 Oct 2019 21:36:09 +0000 (00:36 +0300)]
Update seek-help.zh-cn.md (#8488)
Update link to Mandarin help forum
GiteaBot [Sun, 13 Oct 2019 20:23:11 +0000 (20:23 +0000)]
[skip ci] Updated translations via Crowdin
Benson Muite [Sun, 13 Oct 2019 20:07:30 +0000 (23:07 +0300)]
Update seek-help.en-us.md (#8487)
Update link to Mandarin help
GiteaBot [Sun, 13 Oct 2019 16:31:19 +0000 (16:31 +0000)]
[skip ci] Updated translations via Crowdin
zeripath [Sun, 13 Oct 2019 16:29:08 +0000 (17:29 +0100)]
IsBranchExist: return false if provided name is empty (#8485)
* IsBranchExist: return false if provided name is empty
* Ensure that the reference returned is actually of a valid type
GiteaBot [Sun, 13 Oct 2019 14:37:37 +0000 (14:37 +0000)]
[skip ci] Updated translations via Crowdin
zeripath [Sun, 13 Oct 2019 14:35:19 +0000 (15:35 +0100)]
Fixes #8369: Create .ssh dir as necessary (#8486)
* Ensure .ssh dir exists before rewriting public keys
* Ensure .ssh dir exists before appending to authorized_keys
* Log the error because it would be useful to know where it is trying to MkdirAll
* Only try to create RootPath if it's not empty
Lunny Xiao [Sun, 13 Oct 2019 13:23:14 +0000 (21:23 +0800)]
Move migrating repository from frontend to backend (#6200)
* move migrating to backend
* add loading image when migrating and fix tests
* fix format
* fix lint
* add redis task queue support and improve docs
* add redis vendor
* fix vet
* add database migrations and fix app.ini sample
* add comments for task section on app.ini.sample
* Update models/migrations/v84.go
Co-Authored-By: lunny <xiaolunwen@gmail.com>
* Update models/repo.go
Co-Authored-By: lunny <xiaolunwen@gmail.com>
* move migrating to backend
* add loading image when migrating and fix tests
* fix fmt
* add redis task queue support and improve docs
* fix fixtures
* fix fixtures
* fix duplicate function on index.js
* fix tests
* rename repository statuses
* check if repository is being create when SSH request
* fix lint
* fix template
* some improvements
* fix template
* unified migrate options
* fix lint
* fix loading page
* refactor
* When gitea restart, don't restart the running tasks because we may have servel gitea instances, that may break the migration
* fix js
* Update models/repo.go
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
* Update docs/content/doc/advanced/config-cheat-sheet.en-us.md
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
* fix tests
* rename ErrTaskIsNotExist to ErrTaskDoesNotExist
* delete release after add one on tests to make it run happy
* fix tests
* fix tests
* improve codes
* fix lint
* fix lint
* fix migrations
zeripath [Sat, 12 Oct 2019 15:45:00 +0000 (16:45 +0100)]
Fix #8453 by making openssh listen on SSH_LISTEN_PORT not SSH_PORT (#8477)
guillep2k [Sat, 12 Oct 2019 04:55:07 +0000 (01:55 -0300)]
Add check for empty set when dropping indexes during migration (#8471)
* Add check for empty set when dropping indexes during migration
zeripath [Sat, 12 Oct 2019 00:13:27 +0000 (01:13 +0100)]
Restore functionality for early gits (#7775)
* Change tests to make it possible to run TestGit with 1.7.2
* Make merge run on 1.7.2
* Fix tracking and staging branch name problem
* Ensure that git 1.7.2 works on tests
* ensure that there is no chance for conflicts
* Fix-up missing merge issues
* Final rm
* Ensure LFS filters run on the tests
* Do not sign commits from temp repo
* Restore tracking fetch change
* Apply suggestions from code review
* Update modules/repofiles/temp_repo.go
GiteaBot [Fri, 11 Oct 2019 21:34:17 +0000 (21:34 +0000)]
[skip ci] Updated translations via Crowdin
Lauris BH [Fri, 11 Oct 2019 21:32:52 +0000 (00:32 +0300)]
Latvian translation for home page (#8468)
spaeps [Fri, 11 Oct 2019 17:04:59 +0000 (19:04 +0200)]
Add home template italian translation (#8352)
It was just missing
Lunny Xiao [Fri, 11 Oct 2019 06:44:43 +0000 (14:44 +0800)]
Move change issue title from models to issue service package (#8456)
* move change issue title from models to issue service package
* make the change less
* fix typo
zeripath [Thu, 10 Oct 2019 21:08:33 +0000 (22:08 +0100)]
Ensure that LFS files are relative to the LFS content path (#8455)
zeripath [Thu, 10 Oct 2019 17:42:28 +0000 (18:42 +0100)]
Ensure Request Body Readers are closed in LFS server (#8454)
guillep2k [Thu, 10 Oct 2019 16:45:11 +0000 (13:45 -0300)]
Ignore mentions for users with no access (#8395)
* Draft for ResolveMentionsByVisibility()
* Correct typo
* Resolve teams instead of orgs for mentions
* Create test for ResolveMentionsByVisibility
* Fix check for individual users and doer
* Test and fix team mentions
* Run all mentions through visibility filter
* Fix error check
* Simplify code, fix doer included in teams
* Simplify team id list build
Yaşar Çiv [Thu, 10 Oct 2019 13:47:38 +0000 (16:47 +0300)]
Add @yasarciv67 to TRANSLATORS file (#8451)
GiteaBot [Thu, 10 Oct 2019 12:44:06 +0000 (12:44 +0000)]
[skip ci] Updated translations via Crowdin
pseudocoder [Thu, 10 Oct 2019 12:42:01 +0000 (15:42 +0300)]
DOCS: add mention of swagger api reference (#8452)
It's(swagger api link) mentioned vaguely in the FAQ but IMHO missing from API usage page.
6543 [Thu, 10 Oct 2019 02:16:58 +0000 (04:16 +0200)]
add crowdin badge (#8447)
8ctopus [Wed, 9 Oct 2019 23:11:25 +0000 (04:11 +0500)]
Doc recommend to use reverse proxy if Apache/nginx is also running on… (#8384)
* Doc recommend to use reverse proxy if Apache/nginx is also running on server
* Update docs/content/doc/usage/https-support.md
Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>
8ctopus [Wed, 9 Oct 2019 22:33:03 +0000 (03:33 +0500)]
Doc updated list of supported webhooks and added example (#8388)
* Doc updated list of supported webhooks and added example
* Replaced webhook password verification by signature verification
GiteaBot [Wed, 9 Oct 2019 19:02:21 +0000 (19:02 +0000)]
[skip ci] Updated translations via Crowdin
Tekaoh [Wed, 9 Oct 2019 18:49:37 +0000 (13:49 -0500)]
Check for either escaped or unescaped wiki filenames (#8408)
* Check for either escaped or unescaped wiki filenames
+ Gitea currently saves wiki pages with escaped filenames.
+ Wikis mirrored from other places like Github use unescaped filenames.
+ We need to be checking for filenames in either format to increase compatibility.
* Better logic for escaped and unescaped wiki filenames
Co-Authored-By: null <guillep2k@users.noreply.github.com>
Lunny Xiao [Wed, 9 Oct 2019 13:09:02 +0000 (21:09 +0800)]
fix template bug on mirror repository setting page (#8438)
guillep2k [Wed, 9 Oct 2019 09:36:53 +0000 (06:36 -0300)]
Fix migration v96 to keep issue attachments (#8435)
* Fix migration v96 to keep issue attachments
* Fix == operator
GiteaBot [Wed, 9 Oct 2019 01:29:16 +0000 (01:29 +0000)]
[skip ci] Updated translations via Crowdin
guillep2k [Wed, 9 Oct 2019 01:27:45 +0000 (22:27 -0300)]
Changelog for v1.9.4 (#8422) (#8433)
* changelog
* Update CHANGELOG.md
We ned to revert this then ...
Co-Authored-By: Lauris BH <lauris@nix.lv>
kolaente [Tue, 8 Oct 2019 20:42:30 +0000 (22:42 +0200)]
Update golangci to v1.20 (#8432)
* Update golangci to v1.20
Signed-off-by: kolaente <k@knt.li>
* Use the timeout flag instead of deadline, move it to config
Signed-off-by: kolaente <k@knt.li>
guillep2k [Tue, 8 Oct 2019 19:48:57 +0000 (16:48 -0300)]
Update strk.kbt.io/projects/go/libravatar to latest; closes #7860 (#8429)
GiteaBot [Tue, 8 Oct 2019 19:20:34 +0000 (19:20 +0000)]
[skip ci] Updated translations via Crowdin
guillep2k [Tue, 8 Oct 2019 19:18:17 +0000 (16:18 -0300)]
Allow users with explicit read access to give approvals (#8382)
GiteaBot [Tue, 8 Oct 2019 18:23:11 +0000 (18:23 +0000)]
[skip ci] Updated translations via Crowdin
Lunny Xiao [Tue, 8 Oct 2019 17:55:16 +0000 (01:55 +0800)]
Revert "Fix issues/pr list broken when there are many repositories (#8409)" (#8427)
This reverts commit
78438d310be42f9c5e0e2937ee54e6050cc8f381 .
Lunny Xiao [Tue, 8 Oct 2019 02:57:41 +0000 (10:57 +0800)]
Fix issues/pr list broken when there are many repositories (#8409)
* fix issues/pr list broken when there are many repositories
* remove unused codes
* fix counting error on issues/prs
* keep the old logic
* fix panic
* fix tests
6543 [Tue, 8 Oct 2019 02:03:44 +0000 (04:03 +0200)]
add 6543 to maintainers (#8417)
Lauris BH [Mon, 7 Oct 2019 23:38:41 +0000 (02:38 +0300)]
Singular form for files that has only one line (#8416)
Lunny Xiao [Mon, 7 Oct 2019 21:44:58 +0000 (05:44 +0800)]
Update milestone issues numbers when save milestone and other code improvements (#8411)
* update milestone issues numbers when save milestone and other code improvements
* fix tests
* extract duplicate codes as a new function
guillep2k [Mon, 7 Oct 2019 19:51:54 +0000 (16:51 -0300)]
Fix backers badge (#8399)
GiteaBot [Mon, 7 Oct 2019 17:24:26 +0000 (17:24 +0000)]
[skip ci] Updated translations via Crowdin
kolaente [Mon, 7 Oct 2019 17:22:35 +0000 (19:22 +0200)]
Update golangci to v1.19.1 (#8414)
Signed-off-by: kolaente <k@knt.li>
guillep2k [Mon, 7 Oct 2019 05:49:14 +0000 (02:49 -0300)]
Reduce test sensibility (#8393)
silverwind [Mon, 7 Oct 2019 04:59:17 +0000 (06:59 +0200)]
add file line count info on UI (#8396)
Also reworked the header to remove the filename (which is redundant with
the file path above) and made the header a flexbox with a monospace
font.
Fixes: https://github.com/go-gitea/gitea/issues/8170
Lunny Xiao [Sun, 6 Oct 2019 21:26:19 +0000 (05:26 +0800)]
Fix milestone num_issues (#8221)
* fix milestone num_issues
* update missing completeness
* only update milestone closed number when closed issue is assigned a new milestone or clear milestone
* fix tests
* fix update milestone num
* fix completeness calculate
* make completeness calucation more clear
Thomas McWork [Sun, 6 Oct 2019 18:32:23 +0000 (20:32 +0200)]
Add unix socket help (#8377)
When using unix socket as listener (`HTTP_ADDR = /run/gitea/gitea.socket`) then it's required to have the folder `/run/gitea` with appropriate owner/group. Manual creation leads to vanishing after reboot. This directive enables Systemd to handle this.
8ctopus [Sun, 6 Oct 2019 04:38:10 +0000 (09:38 +0500)]
Doc added instructions for Git LFS support (#8391)
8ctopus [Sat, 5 Oct 2019 14:16:30 +0000 (19:16 +0500)]
Doc config file should not be readable by others as it contains sensitive info (#8385)
Lunny Xiao [Sat, 5 Oct 2019 11:09:27 +0000 (19:09 +0800)]
Add extra user information when migrating release (#8331)
* add extra user information when migrating release
* add migrations
* fix tests
guillep2k [Sat, 5 Oct 2019 02:09:19 +0000 (23:09 -0300)]
Fix editor commit to new branch if PR disabled (#8375)
Mario Lubenka [Fri, 4 Oct 2019 19:58:54 +0000 (21:58 +0200)]
Bugfix for image compare and minor improvements to image compare (#8289)
* Resolve error when comparing images
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
* Check blob existence instead of git-ls when checking if file exists
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
* Show file metadata also when a file was newly added
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
* Fixes error in commit view
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
* Excludes assigning path and image infos for compare routers to service package
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
* Removes nil default and fixes import order
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
* Adds missing comments
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
* Moves methods for assigning compare data to context into repo router package
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
* Show image compare for deleted images as well. Simplify check if image should be displayed
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
Km [Fri, 4 Oct 2019 17:30:05 +0000 (19:30 +0200)]
Add buildbot CI (#8378)
Buildbot can work with Gitea
GiteaBot [Fri, 4 Oct 2019 07:22:20 +0000 (07:22 +0000)]
[skip ci] Updated translations via Crowdin
jaqra [Fri, 4 Oct 2019 07:18:46 +0000 (10:18 +0300)]
Make 100% width issues page left menu and add reponame as title attribute (#8359)