6741 Commits (47e4efe0c52ea20234073a6fdbb7bd2fab8273a4)
 

Author SHA1 Message Date
GiteaBot 47e4efe0c5 [skip ci] Updated translations via Crowdin 6 years ago
Oleg Kovalov fef0410b92 Make switch more clear (#5119) 6 years ago
Tohka 8db3bdc683 Fix home page template regression (#5102)
Commit 7bb4d610e5 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>
6 years ago
Lunny Xiao ea619b39b2
Add notification interface and refactor UI notifications (#5085)
* 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
6 years ago
zeripath dd62ca7ba9 Add support for search by uid (#4876)
Signed-off-by: Andrew Thornton <art27@cantab.net>
6 years ago
mcnesium 7bb4d610e5 Use APP_NAME on home page (#5048)
Would it make sense to actually use the configured app name on the home page?
6 years ago
SagePtr eb0c848f5b Use native go method to get current user rather than environment variable (#4930)
* Use native go method to get current user rather than environment var

* Use t.Skip instead of return in test
6 years ago
BetaCat 637c5fe1eb ZH-CN translation of Installation part (#5089) 6 years ago
Bo-Yi Wu 1e34413238 refactor: err != nil check, just return error instead (#5093) 6 years ago
Antoine GIRARD e4b8103ac7 Use fingerprint in place of id (#5099) 6 years ago
BetaCat 97da83d008 Add myself to maintainers (#5101) 6 years ago
Bo-Yi Wu 486e989a39 feat(topic): search keyword by splitting provided values by , (#4939) 6 years ago
kolaente e79e9248fd Fix regex to support optional end line of old section in diff hunk (#5096)
+ Named groups in reges for easier group parsing
6 years ago
BetaCat c37d1a9e99 CN translation of README (#5049) 6 years ago
GiteaBot 384ef124e7 [skip ci] Updated translations via Crowdin 6 years ago
kolaente 35ae14050e add myself to maintainers (#5098) 6 years ago
BetaCat 1972383216 ZH-CN translation of Usage part (#5086) 6 years ago
GiteaBot 25def0a808 [skip ci] Updated translations via Crowdin 6 years ago
Lunny Xiao cc63985876 Add change log for 1.6.0-rc1 (#5095)
* add change log for 1.6.0-rc1

* Fix some uppercases
6 years ago
GiteaBot 8683c72483 [skip ci] Updated translations via Crowdin 6 years ago
BetaCat 4cdab02273 ZH-CN translation of Advanced part (#5090) 6 years ago
Lauris BH 34695f460a Update process to include tag vX.Y.0-dev on master branch (#5091) 6 years ago
BetaCat 4090204944 CN translation of README (#5050) 6 years ago
Lunny Xiao 970c690681 fix release creation via API (#5076)
* fix release creation via API

* fix release create tests
6 years ago
Lauris BH 0cd8cecdf8
Fix dep for actual goth version used in dep lock file (#5078) 6 years ago
Lauris BH c42b366f0e
Fix golint to new URL (#5079) 6 years ago
SagePtr c0b2c8a5d6 Fixed spelling typos in CONTRIBUTING.md (#5061) 6 years ago
techknowlogick 1ecf92ade2 Add HOWTO for releasing Gitea (#5054)
* Add HOWTO for releasing Gitea

Used instructions from: https://github.com/go-gitea/gitea/pull/2609#issuecomment-352159155

* Update CONTRIBUTING.md
6 years ago
techknowlogick f44d066876
Backport 1.5.2 changelog (#5053) 6 years ago
Lauris BH fb3954f9a5 Fix adding review comment in split view (#5038) 6 years ago
SagePtr 6df46c50b1 Remove links from topics in edit mode (#5026) 6 years ago
SagePtr 378af8ea88 Fix missing AppSubUrl in few more templates (#5021) 6 years ago
SagePtr c6daee6da6 Fix missing AppSubUrl in some templates (#5020) 6 years ago
Jonas Franz 94cd7bb25b Hide outdated comments in file view (#5017)
* 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>
6 years ago
Chih-Hsuan Yen d7ca839c67 Fix a typo in app.ini.sample (#5015) 6 years ago
Dane 513db27377 Add missing envionment vars for DB with Docker (#5007)
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>
6 years ago
AJ ONeal 2b8dc17db7 README: update make command to build full release (#5004)
* update make command to build full release

* use quoted TAGS

`TAGS=bindata` => `TAGS="bindata"`
6 years ago
GiteaBot 2e2eacf62a [skip ci] Updated translations via Crowdin 6 years ago
Mura Li dba955be7c Upgrade gopkg.in/testfixtures.v2 (#4999) 6 years ago
GiteaBot b8d048fa0d [skip ci] Updated translations via Crowdin 6 years ago
Lauris BH ab5b245182 Disable debug routes unless PPROF is enabled in configuration (#4995) 6 years ago
SagePtr fc0001caa1 Fix #rrggbbaa color to rgba for better browser compatibility (#4990) 6 years ago
Lauris BH 81702e6ec9 Detect charset and convert non UTF-8 files for display (#4950)
* 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
6 years ago
Iwasa Kazmi 6780661192 Fix layout of the topics editing form (#4971)
* 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.
6 years ago
Lanre Adelowo e6d54d511d make sure milestone listing is consistent across board (#4987) 6 years ago
silverwind 31d5488059 Fix user menu item styling (#4985) 6 years ago
GiteaBot 39735723f5 [skip ci] Updated translations via Crowdin 6 years ago
flufmonster b3393b5ca7 Adjust maintainers (#4979) 6 years ago
GiteaBot 79b4d4729c [skip ci] Updated translations via Crowdin 6 years ago
Lauris BH 4092b32bad Fix preview when adding new code review comment (#4975) 6 years ago