aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Fix typo in PR migration check (#7368)mrsdizzie2019-07-061-1/+1
|
* Fix mirror sync not automatically sending webhook requests (#7366)Drew2019-07-061-0/+5
|
* Make captcha and password optional for external accounts (#6606)AJ ONeal2019-07-067-47/+88
|
* Detect migrating batch size (#7353)Lunny Xiao2019-07-064-17/+73
| | | | | | | | * Make migrating batch size as configurable * detect different table batch insert size and remove config item * remove unrelated changes
* routers: do not leak secrets via timing side channel (#7364)leonklingele2019-07-062-2/+9
| | | | | | * routers: do not leak secrets via timing side channel * routers/repo: do not leak secrets via timing side channel
* routers/user: ensure that decryption of cookie actually suceeds (#7363)leonklingele2019-07-061-2/+2
| | | | | | | | Previously, only the first return value of ctx.GetSuperSecureCookie was used to check whether decryption of the auth cookie succeeded. ctx.GetSuperSecureCookie also returns a second value, a boolean, indicating success or not. That value should be checked first to be on the safe side and not rely on internal logic of the encryption and decryption blackbox.
* workaround broken drone build (#7362)Cherrg2019-07-0670-2478/+3033
| | | | | | | | | | | | | | | | | | | | * workaround broken swagger only master brach is not working, latest release seems to work Signed-off-by: Michael Gnehr <michael@gnehr.de> * make vendor Signed-off-by: Michael Gnehr <michael@gnehr.de> * Don't export GO111MODULE * set go-swagger to fixed release version mentioned here: https://github.com/go-gitea/gitea/pull/7362#discussion_r300831537 Signed-off-by: Michael Gnehr <michael@gnehr.de>
* update contributing to use recent version of drone cli (#7351)techknowlogick2019-07-031-1/+1
| | | fix #7350
* fix api route (#7346)Lunny Xiao2019-07-031-4/+4
|
* update dependencies and various tweaks (#7344)silverwind2019-07-024-262/+172
| | | | | | | | | - ran `make npm-update` - ran `make js`, fixed new lint issue - ran `make css`, this added back some vendor prefixes - added `engines` property to package.json to specify minimum required Node.js version - added `private` property to package.json to prevent accidential publishing to npm
* Display Github support button (#7343)Antoine GIRARD2019-07-021-0/+1
| | | This need an option to be enabled on repo : https://help.github.com/en/articles/displaying-a-sponsor-button-in-your-repository
* Use commit graph files for listing pages (#7314)Filip Navara2019-07-0214-13/+1166
| | | | | | | | | | | | | | | | | | | | | | | | * Experimental support for git commit graph files and bloom filter index Signed-off-by: Filip Navara <filip.navara@gmail.com> * Force vendor of commitgraph Signed-off-by: Filip Navara <filip.navara@gmail.com> * Remove bloom filter experiment and debug prints * Remove old code for building commit graphs * Remove unused function * Remove mmap usage * gofmt * sort vendor/modules.txt * Add copyright header and log commit-graph error