summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* only chown directories during docker setup if necessary. Fix #4425 (#5064)Fabian Braun2018-10-301-1/+4
| | | Signed-off-by: Fabian Braun <fabian-braun@mailbox.org>
* [skip ci] Updated translations via CrowdinGiteaBot2018-10-301-0/+1
|
* Add AutoHead functionality. (#5186)zeripath2018-10-301-0/+1
| | | Fixes #5153
* Pass link prefixes to external markup parsers (#5201)Nicolas Lenz2018-10-302-0/+9
| | | | | | | | | | | | | | * Pass environment variables for URL prefixes to external markup parser Signed-off-by: Nicolas Lenz <nicolas@eisfunke.com> * Document external markup link prefix environment variables Signed-off-by: Nicolas Lenz <nicolas@eisfunke.com> * Run format on link prefix changes Signed-off-by: Nicolas Lenz <nicolas@eisfunke.com>
* fix data race on migrate repository (#5224)Lunny Xiao2018-10-301-3/+8
|
* remove unused db init on commands serv, update, hooks (#5225)Lunny Xiao2018-10-301-1/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-10-301-1/+2
|
* Make gitea serv use api/internal (#4886)Antoine GIRARD2018-10-306-51/+331
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start to move to internal/private * Add GetPublicKeyByID * Add HasDeployKey * Add private.UpdateDeployKeyUpdated * Add private.GetUserByKeyID * Add private.AccessLevel * Add private.CheckUnitUser * Fix mistakes I made * Some cleaning + moving code to separate files * Fix error handling * Remove useless error handling for setup * lint: fix comment on exported func * fix copyright header * Fix order of args
* [skip ci] Updated translations via CrowdinGiteaBot2018-10-301-0/+6
|
* Serve audio files using HTML5 audio tag (#5221)Jonas Bröms2018-10-304-0/+12
| | | | | | * Serve audio files using HTML5 audio tag * Correct copy paste error
* fix sqlite lock (#5210)Lunny Xiao2018-10-301-1/+1
|
* Fix emojis not showing in commit messages (#5168)James Anderson2018-10-292-1/+6
| | | | | Fixes #5150 Signed-off-by: James Anderson <james@jamesa.me>
* [skip ci] Updated translations via CrowdinGiteaBot2018-10-291-1/+7
|
* fix sqlite and mssql lock (#5214)Lunny Xiao2018-10-291-12/+22
|
* Kill testing processes if the test takes too long (#5174)Mura Li2018-10-281-12/+15
| | | | When timeout, Send ABRT signal to print backtraces for diagnosis. The timeout value is set to 1200s (20mins) for now.
* [skip ci] Updated translations via CrowdinGiteaBot2018-10-2917-17/+0
|
* k8s deployment (#5046)BetaCat2018-10-281-0/+107
|
* UX of link account (Step 1) (#5006)AJ ONeal2018-10-285-14/+79
| | | | | | | | | | | | | | * Show either sign up OR sign in * disambiguate fresh start from adding recovery options * use tabs to switch between account link flows * add active to tab body as well * changes as per discussion * handle specific error; fix missing err typo
* fix showing pull request link when delete a branch (#5166)Lunny Xiao2018-10-281-1/+1
|
* fix: Add secret to all webhook's payload where it has been missing (#5199)Peter Hoffmann2018-10-288-27/+75
| | | | | | | | | | * fix: Add secret to all webhook's payload where it has been missing affects webhooks for: * Delete * Fork * IssueComment * Release
* Fix to 3819 - Filtering issues by tags on main screen issues (#3824)Rodrigo Villablanca Vásquez2018-10-282-1/+3
| | | | | | | | | | * Fix to 3819 * Changes suggested * Empty line removed * Fix error: non-name opts.Labels on left side of :=
* Update with-docker.en-us.md (#5203)Paul Strickland2018-10-271-2/+2
| | | Improve grammar in second paragraph.
* fix sqlite lock (#5184)Lunny Xiao2018-10-273-5/+17
| | | | | | | | | | | | * fix sqlite lock * fix bug Co-Authored-By: lunny <xiaolunwen@gmail.com> * fix bug Co-Authored-By: lunny <xiaolunwen@gmail.com>
* Update vendor/golang.org/x/sys (#5059)Antonio Huete Jimenez2018-10-26258-28827/+107190
|
* Update x/net (#5169)Antoine GIRARD2018-10-2616-3034/+3452
|
* Update TRANSLATORS (#5194)briolantonio2018-10-261-0/+1
| | | | | | | Hi, I'm the guy who translated gitea during June in Italian. I would like to have my name added to the translators list. I translated nearly a thousand and a half words. Thank you.
* [skip ci] Updated translations via CrowdinGiteaBot2018-10-261-0/+1
|
* Fix race on updatesize (#5190)Lunny Xiao2018-10-262-9/+10
| | | | | | * fix race on updatesize * fix more repoPath
* Update go-macaron/session to latest mast to fix RCE-bug (#5177)Kim "BKC" Carlbäcker2018-10-253-14/+23
|
* Fix sqlite lock (#5176)Lunny Xiao2018-10-253-5/+13
| | | | | | * fix sqlite lock * fix sqlite lock on getUnitType
* Disable sqlite test (#5178)Mura Li2018-10-251-12/+12
| | | For #5172
* [skip ci] Updated translations via CrowdinGiteaBot2018-10-251-0/+1
|
* revert #5146 (#5167)Antoine GIRARD2018-10-251-1/+1
|
* Set heatmap color range configurable (#5165)Antoine GIRARD2018-10-244-1/+8
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-10-241-1/+2
|
* Fix JSON result of empty array (#5154)Antoine GIRARD2018-10-242-21/+41
|
* Update vendor/github.com/mattn/go-sqlite3 (#5162)Mura Li2018-10-243-4/+5
| | | To fix build failure on Windows/386
* Update the docs for sqlite_unlock_notify (#5145)Mura Li2018-10-234-4/+4
|
* Update outdated Go toolchain version for .drone.yml (#5146)Mura Li2018-10-231-1/+1
|
* Update build tags for sqlite_unlock_notify (#5144)Mura Li2018-10-237-23/+24
|
* Update vendor/go-sqlite3 (#5133)Mura Li2018-10-2335-14461/+35770
|
* User action heatmap (#5131)kolaente2018-10-2327-1/+649
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added basic heatmap data * Added extra case for sqlite * Built basic heatmap into user profile * Get contribution data from api & styling * Fixed lint & added extra group by statements for all database types * generated swagger spec * generated swagger spec * generated swagger spec * fixed swagger spec * fmt * Added tests * Added setting to enable/disable user heatmap * Added locale for loading text * Removed UseTiDB * Updated librejs & moment.js * Fixed import order * Fixed heatmap in postgresql * Update docs/content/doc/advanced/config-cheat-sheet.en-us.md Co-Authored-By: kolaente <konrad@kola-entertainments.de> * Added copyright header * Fixed a bug to show the heatmap for the actual user instead of the currently logged in * Added integration test for heatmaps * Added a heatmap on the dashboard * Fixed timestamp parsing * Hide heatmap on mobile * optimized postgresql group by query * Improved sqlite group by statement
* Add comment replies (#5104)Jonas Franz2018-10-226-10/+14
| | | | | | * Add comment replies * Replace reviewID with review.ID
* Increase the retry limit to 20 times and the interval to 200ms (#5134)Mura Li2018-10-211-2/+9
| | | | The original settings has less tolerance and would fail on some environments.
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-2023-66/+298
| | | | | | | | | | | | | | | | | | | | | * Fix Swagger JSON. Remove unnecessary schema references for the forbidden and empty responses Signed-off-by: Andrew Thornton <art27@cantab.net> * Fix swagger API for CreateAccessToken * Fix admin create org swagger * Fix swagger for adminCreateRepo * More swagger fixes Set int64 format for those which are int64 Some more form fixes * Fix swagger description of GET /repos/{owner}/{repo}/pulls
* Fix SQL quoting (#5117)Filip Navara2018-10-201-1/+1
| | | | | `show` is keyword in MySQL and has to be quoted to reference a column name. Use grave accents (ASCII code 96) for quoting to match rest of the source code. It's non-standard SQL, but it's supported by SQLite and MySQL. Signed-off-by: Filip Navara <navara@emclient.com>
* Add must-change-password flag to cli for creating a user (#4955)Lanre Adelowo2018-10-211-5/+17
| | | | | | | | | | * add support for an admin to force a user to change his/her password from thee cli * use BoolFlag instead * default to true * simplify by removing unnneccessary if/else
* Remove check for negative length (#5120)Oleg Kovalov2018-10-207-8/+8
|
* Retry test-fixtures loading in case of transaction rollback (#5125)Mura Li2018-10-201-1/+10
|
* fix fading menu in arc-green theme (#5128)glaszig2018-10-202-1/+6
| | | | | | | | | | | * fix fading menu in arc-green theme the menu faded white because it missed proper styling. only visible on viewports narrower than 1200px. * Generate minimized css * compiled arc-green.less to apply changes from 76e4f9a58