summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Updated translations via CrowdinGiteaBot2018-10-191-0/+2
|
* Make switch more clear (#5119)Oleg Kovalov2018-10-191-3/+2
|
* Fix home page template regression (#5102)Tohka2018-10-181-1/+1
| | | | | | | Commit 7bb4d610e5cca7ad514e377d2b36254a4cfee5b9 tries to take the app_name from the locale, however, it is a user defined setting. This causes the app name to simply display as `app_name` instead of the correct value. templates/helper.go automatically injects the AppName variable into every template, so we can safely use that instead. Signed-off-by: Daniel Derzsi <daniel@tohka.us>
* Add notification interface and refactor UI notifications (#5085)Lunny Xiao2018-10-1811-42/+376
| | | | | | | | * add notification interface and refactor UI notifications * add missing methods on notification interface and notifiy only issue status really changed * implement NotifyPullRequestReview for ui notification
* Add support for search by uid (#4876)zeripath2018-10-183-0/+17
| | | Signed-off-by: Andrew Thornton <art27@cantab.net>
* Use APP_NAME on home page (#5048)mcnesium2018-10-181-1/+1
| | | Would it make sense to actually use the configured app name on the home page?
* Use native go method to get current user rather than environment variable ↵SagePtr2018-10-182-10/+48
| | | | | | | | (#4930) * Use native go method to get current user rather than environment var * Use t.Skip instead of return in test
* ZH-CN translation of Installation part (#5089)BetaCat2018-10-181-0/+63
|
* refactor: err != nil check, just return error instead (#5093)Bo-Yi Wu2018-10-182-19/+5
|
* Use fingerprint in place of id (#5099)Antoine GIRARD2018-10-181-1/+1
|
* Add myself to maintainers (#5101)BetaCat2018-10-181-0/+1
|
* feat(topic): search keyword by splitting provided values by , (#4939)Bo-Yi Wu2018-10-172-5/+11
|
* Fix regex to support optional end line of old section in diff hunk (#5096)kolaente2018-10-171-9/+16
| | | + Named groups in reges for easier group parsing
* CN translation of README (#5049)BetaCat2018-10-181-0/+42
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-10-182-0/+143
|
* add myself to maintainers (#5098)kolaente2018-10-171-0/+1
|
* ZH-CN translation of Usage part (#5086)v1.6.0-rc1v1.6.0-devBetaCat2018-10-176-2/+188
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-10-174-13/+437
|
* Add change log for 1.6.0-rc1 (#5095)Lunny Xiao2018-10-171-0/+135
| | | | | | * add change log for 1.6.0-rc1 * Fix some uppercases
* [skip ci] Updated translations via CrowdinGiteaBot2018-10-171-1/+1
|
* ZH-CN translation of Advanced part (#5090)BetaCat2018-10-175-2/+269
|
* Update process to include tag vX.Y.0-dev on master branch (#5091)Lauris BH2018-10-161-4/+6
|
* CN translation of README (#5050)BetaCat2018-10-152-7/+64
|
* fix release creation via API (#5076)Lunny Xiao2018-10-152-2/+98
| | | | | | * fix release creation via API * fix release create tests
* Fix dep for actual goth version used in dep lock file (#5078)Lauris BH2018-10-121-1/+1
|
* Fix golint to new URL (#5079)Lauris BH2018-10-121-1/+1
|
* Fixed spelling typos in CONTRIBUTING.md (#5061)SagePtr2018-10-101-3/+3
|
* Add HOWTO for releasing Gitea (#5054)techknowlogick2018-10-101-0/+12
| | | | | | | | * Add HOWTO for releasing Gitea Used instructions from: https://github.com/go-gitea/gitea/pull/2609#issuecomment-352159155 * Update CONTRIBUTING.md
* Backport 1.5.2 changelog (#5053)techknowlogick2018-10-091-0/+16
|
* Fix adding review comment in split view (#5038)Lauris BH2018-10-091-3/+2
|
* Remove links from topics in edit mode (#5026)SagePtr2018-10-061-1/+1
|
* Fix missing AppSubUrl in few more templates (#5021)SagePtr2018-10-052-2/+2
|
* Fix missing AppSubUrl in some templates (#5020)SagePtr2018-10-052-2/+2
|
* Hide outdated comments in file view (#5017)Jonas Franz2018-10-052-1/+12
| | | | | | | | | | * Hide outdated comments in file view Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add unit test by adding "invalidated" comment to fixtures Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Fix a typo in app.ini.sample (#5015)Chih-Hsuan Yen2018-10-051-1/+1
|
* Add missing envionment vars for DB with Docker (#5007)Dane2018-10-031-0/+10
| | | | | | | | Current docs demonstrate how to configure a database container but don't explicitly specify that you should add additional environment variables to the Gitea container to make it use the database. This just demonstrates the changes required. Signed-off-by: Dane Elwell <dane.elwell@ukfast.co.uk>
* README: update make command to build full release (#5004)AJ ONeal2018-10-031-1/+1
| | | | | | | | * update make command to build full release * use quoted TAGS `TAGS=bindata` => `TAGS="bindata"`
* [skip ci] Updated translations via CrowdinGiteaBot2018-10-021-1/+1
|
* Upgrade gopkg.in/testfixtures.v2 (#4999)Mura Li2018-10-0213-168/+705
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-09-291-2/+2
|
* Disable debug routes unless PPROF is enabled in configuration (#4995)Lauris BH2018-09-293-15/+20
|
* Fix #rrggbbaa color to rgba for better browser compatibility (#4990)SagePtr2018-09-292-3/+3
|
* Detect charset and convert non UTF-8 files for display (#4950)Lauris BH2018-09-293-4/+44
| | | | | | | | | | | | | | * Detect charset and convert non UTF-8 files for display * Refactor and move function to correct module * Revert unrelated changes * More unrelated changes * Duplicate content for small text to have better encoding detection * Check if original content is valid before duplicating it
* Fix layout of the topics editing form (#4971)Iwasa Kazmi2018-09-294-6/+5
| | | | | | | | | | | | | | | | | | | | | * Fix layout of the topic edit. - made right-hand column wider so that it has enough space for "Done" button. - fixed issue that jQuery's .show() breaks functionality of the Semantic UI Grid. * Improve switching visibility of the topic edit Changes to support old browsers that doesn't support 'flex' keyword. - Removed style "display: none" from index.css so that the grid can be displayed without specifying new "display" style. - Added style "display:none" to the grid element in HTML template as the initial style. - In index.js, visibility of the grid element is changed by set "display:none" style to the element or removing it from the element.
* make sure milestone listing is consistent across board (#4987)Lanre Adelowo2018-09-281-1/+1
|
* Fix user menu item styling (#4985)silverwind2018-09-273-2/+7
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-09-272-6/+8
|
* Adjust maintainers (#4979)flufmonster2018-09-271-1/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-09-254-1/+105
|
* Fix preview when adding new code review comment (#4975)Lauris BH2018-09-251-10/+3
|