summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in home.tmpl (#7452)vadim s. sabinich2019-07-151-1/+1
|
* update js dependencies (#7462)silverwind2019-07-142-138/+142
| | | this is the result of `make npm-update js css`
* Fix regex for issues in commit messages (#7444)mrsdizzie2019-07-142-1/+21
| | | | | | | | | | * Fix regex for issues in commit messages Use same regex as markup for matching in commits. Fixes #7438 * make fmt
* Add Issue link to feature compare "reject unsigned" (#7465)65432019-07-141-1/+1
| | | | | | * add issue "Reject unsigned commits" #7455 to docu * change issue to orig one
* only create opened pull request when migrating from github (#7463)Lunny Xiao2019-07-141-1/+1
|
* Bump lodash from 4.17.11 to 4.17.14 (#7459)dependabot[bot]2019-07-141-3/+3
| | | | | | | Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14) Signed-off-by: dependabot[bot] <support@github.com>
* cmd/serv: actually exit after fatal errors (#7458)Allen Wild2019-07-131-1/+0
| | | | | | | | | | | | | | | | Regression in 356854fc5f8d7d1a7e4d68c9e00929e9ce8aa867, where a log.Fatal call was removed. log.Fatal calls os.Exit(1) as intended, but without it the fail() function returns normally and execution continues past the fatal error, causing a panic. This is visible as a go panic log and stack trace returned to the SSH client, which is not only ugly, it leaks server and build system information. Fix by removing the stray return statement so that the fail() function always calls os.Exit(1). Fixes: https://github.com/go-gitea/gitea/issues/7457 Signed-off-by: Allen Wild <allenwild93@gmail.com>
* Fix an issue with some pages throwing 'not defined' js exceptions (#7450)Gary Kim2019-07-131-1/+3
| | | | | Fix an issue introduced by 831288cc916d5301beaa0adc1d912d6748a4cdaa Signed-off-by: Gary Kim <gary@garykim.dev>
* fix Dropzone.js integration (#7445)silverwind2019-07-121-6/+7
|
* fix/define autochecked checkboxes on issue list in firefox (#7320)Cherrg2019-07-121-1/+15
| | | | | | | | | | | | | | | | | | | * fix/define autochecked checkboxes on issue list on firefox - close: deselect all - nonclose: show buttons for close/label/milestone... fix #7311 Signed-off-by: Michael Gnehr <michael@gnehr.de> * remove unnessesary timeouts Signed-off-by: Michael Gnehr <michael@gnehr.de> * add comments in code - this is targeting firefox Signed-off-by: Michael Gnehr <michael@gnehr.de>
* create class for inlie positioned lists (#7393)Cherrg2019-07-123-18/+32
| | | | | | | replace org create alignment hack fix #6464 Signed-off-by: Michael Gnehr <michael@gnehr.de>
* Diff: Fix indentation on unhighlighted code (#7435)silverwind2019-07-122-3/+3
| | | | There was a missing space before the `nohighlight` class which made the previous class concatenate wrongly as `wrapnohighlight` in the template.
* Support setting cookie domain (#6288)Tamal Saha2019-07-1215-46/+58
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* add notification placeholder (#7409)Lunny Xiao2019-07-122-0/+10
|
* jQuery 3 (#7425)techknowlogick2019-07-126-10/+232
| | | | | | | | | | * jquery 3 * use most recent version of migrate plugin * Delete .DS_Store * update service worker in case anyone has old version of jquery cached
* Only show "New Pull Request" button if repo allows pulls (#7426)Gary Kim2019-07-112-1/+2
| | | Signed-off-by: Gary Kim <gary@garykim.dev>
* wiki history improvements (#7391)Cherrg2019-07-115-6/+27
| | | | | | | | | | | | | | | | | * add history comments to detect page delete Signed-off-by: Michael Gnehr <michael@gnehr.de> * fix too much history entries - caused by --follow flag - if files with same contents exists Signed-off-by: Michael Gnehr <michael@gnehr.de> * style imprevements wiki - history - wrap long author names Signed-off-by: Michael Gnehr <michael@gnehr.de>
* Add section about customizing mail (#7419)Sandro Santilli2019-07-111-0/+14
| | | See https://github.com/go-gitea/gitea/issues/6037
* upgrade macaron/captcha to fix random error problem (#7407)Lunny Xiao2019-07-106-29/+44
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-091-0/+5
|
* fix vendor (#7394)Lunny Xiao2019-07-093-4/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-093-1/+77
|
* Fetch refs for successful testing for tag (#7388)techknowlogick2019-07-091-1/+12
| | | | | | | | * Fetch refs for successful testing for tag Fix #7382 * Update .drone.yml
* ui fixes - compare view and archieved repo issues (#7345)Cherrg2019-07-083-7/+21
| | | | | | | | | | | | | | | | * add 'repo archived - comment/pull not possible' message affects #7304 Signed-off-by: Michael Gnehr <michael@gnehr.de> * add navbar to compare view Signed-off-by: Michael Gnehr <michael@gnehr.de> * remove wrong if else Signed-off-by: Michael Gnehr <michael@gnehr.de>
* add missing template variable on organisation settings (#7385)Cherrg2019-07-091-0/+1
| | | | | fix #6755 Signed-off-by: Michael Gnehr <michael@gnehr.de>
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-084-5/+370
|
* fix post parameter - on issue list - unset assignee (#7380)Cherrg2019-07-081-4/+8
| | | | | | | | | | | | * fix post parameter - issue list - assignee fix #7328 - remove assignee on issue list return 500 Signed-off-by: Michael Gnehr <michael@gnehr.de> * add missing semicolons Signed-off-by: Michael Gnehr <michael@gnehr.de>
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-081-0/+13
|
* Fix migration tests since #7 fixed (#7375)Lunny Xiao2019-07-081-2/+4
| | | | | | * fix migration tests since #7 fixed * fix test time
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-081-1/+3
|
* wiki - page revisions list (#7369)Cherrg2019-07-087-64/+334
| | | | | | | | | | | | | | fix #7 * add wiki page revision list * mobile improvements * css improvements for long usernames * split renderWikiPage into 3 functions Signed-off-by: Michael Gnehr <michael@gnehr.de>
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-081-0/+5
|
* only return head: null if source branch was deleted (#6705)quantonganh2019-07-082-33/+67
| | | | | | | | | | * only return head: null if source branch was deleted * add URL into GetPullRequest * TestPullRequest_APIFormat * log error if it is not Err(Branch)NotExist
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-081-3/+339
|
* Display original author and URL information when showing migrated ↵mrsdizzie2019-07-0828-118/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issues/comments (#7352) * Store original author info for migrated issues and comments Keep original author name for displaying in Gitea interface and also store original author user ID for potential future use in linking accounts from old location. * Add original_url for repo Store the original URL for a migrated repo Clean up migrations/tests * fix migration * fix golangci-lint * make 'make revive' happy also * Modify templates to use OriginalAuthor if set Use the original author name in templates if it is set rather than the user who migrated/currently owns the issues * formatting fixes * make generate-swagger * Use default avatar for imported comments * Remove no longer used IgnoreIssueAuthor option * Add OriginalAuthorID to swagger also
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-071-2/+144
|
* Support git.PATH entry in app.ini (#6772)Mura Li2019-07-074-4/+18
|
* Add additional password hash algorithms (closes #5859) (#6023)EpicCoder2019-07-0723-23/+2898
|
* wiki - editor - add buttons 'inline code', 'empty checkbox', 'checked ↵Cherrg2019-07-071-1/+34
| | | | | | | | | | | | | | | | checkbox' (#7243) * wiki - editor - add buttons 'inline code', 'add empty checkbox', 'add checked checkbox' affects #5436 Signed-off-by: Michael Gnehr <michael@gnehr.de> * add missing 'set focus' after insert with buttons Signed-off-by: Michael Gnehr <michael@gnehr.de> * consistent usage of let/const in added code
* dark theme scrollbars (#7269)Cherrg2019-07-062-0/+42
|
* Use vendors when go generate (#7340)Lunny Xiao2019-07-064-5/+7
| | | | | | | | * use vendors when go generate * update docs about golang minimal requirement from 1.9 to 1.11 * fix build
* Refactor filetype is not allowed errors (#7309)Antoine GIRARD2019-07-065-46/+61
|
* Implement the ability to change the ssh port to match what is in the gitea ↵Christopher Thomas2019-07-062-1/+8
| | | | | | | | | config (#7286) * - rearrange the templates to make it more logical because now ssh_config is a template - implemented the updating of the port to the same as the port sent to the gitea config * change the filename back
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-071-0/+69
|
* switch to use gliderlabs/ssh for builtin server (#7250)techknowlogick2019-07-0641-177/+2121
| | | | | | resolves git conflicts from #3896 (credit to @belak, in case github doesn't keep original author during squash) Co-Authored-By: Matti Ranta <techknowlogick@gitea.io>
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-061-0/+1
|
* 1.9.0-RC1 changelog (#7367)v1.9.0-rc1v1.10.0-devtechknowlogick2019-07-061-0/+318
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-061-0/+102
|
* ui - issue view - fix icon position (#7354)Cherrg2019-07-065-67/+115
| | | | | | | | | | | | | | | | | | | | | | | | | * issue view - fix icon position - move style from template to css - add bullets to: key, circle-slash, comment Signed-off-by: Michael Gnehr <michael@gnehr.de> * add border to symbols Signed-off-by: Michael Gnehr <michael@gnehr.de> * fix circle slash position Signed-off-by: Michael Gnehr <michael@gnehr.de> * fix top margin Signed-off-by: Michael Gnehr <michael@gnehr.de> * changed mixed space/tab indent to tabindent only Signed-off-by: Michael Gnehr <michael@gnehr.de>
* ui - cut timeline length with last element on issue view (#7355)Cherrg2019-07-065-7/+31
| | | | | | | | | | | | | | * cut timeline length with last element on issue view fix #7304 - lightly enlight dark theme issue timeline color Signed-off-by: Michael Gnehr <michael@gnehr.de> * remove new container Signed-off-by: Michael Gnehr <michael@gnehr.de>