Commit Graph

6924 Commits (4586ae390feb18d11f6995aca420fb12e0e591ba)
 

Author SHA1 Message Date
GiteaBot 25def0a808 [skip ci] Updated translations via Crowdin
Lunny Xiao cc63985876 Add change log for 1.6.0-rc1 ()
* add change log for 1.6.0-rc1

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

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

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

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

* use quoted TAGS

`TAGS=bindata` => `TAGS="bindata"`
GiteaBot 2e2eacf62a [skip ci] Updated translations via Crowdin
Mura Li dba955be7c Upgrade gopkg.in/testfixtures.v2 ()
GiteaBot b8d048fa0d [skip ci] Updated translations via Crowdin
Lauris BH ab5b245182 Disable debug routes unless PPROF is enabled in configuration ()
SagePtr fc0001caa1 Fix #rrggbbaa color to rgba for better browser compatibility ()
Lauris BH 81702e6ec9 Detect charset and convert non UTF-8 files for display ()
* 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
Iwasa Kazmi 6780661192 Fix layout of the topics editing form ()
* 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.
Lanre Adelowo e6d54d511d make sure milestone listing is consistent across board ()
silverwind 31d5488059 Fix user menu item styling ()
GiteaBot 39735723f5 [skip ci] Updated translations via Crowdin
flufmonster b3393b5ca7 Adjust maintainers ()
GiteaBot 79b4d4729c [skip ci] Updated translations via Crowdin
Lauris BH 4092b32bad Fix preview when adding new code review comment ()
zeripath 36e7cb9755 Update Swagger API to match the return of /users/search ()
Signed-off-by: Andrew Thornton <art27@cantab.net>
Wyall dab02b80fd ADD: Hint to function of docker version tags ()
I wasn't sure about how tags work, maybe this is interesting for people with less knowledge of docker.
OvermindDL1 07af31d004 Fix to follow the OpenID Connect Audiences spec ()
Signed-off-by: Gabriel Robertson <overminddl1@gmail.com>
GiteaBot 364c029246 [skip ci] Updated translations via Crowdin
SagePtr 043ab2cd59 Fix null pointer dereference in ParseCommitWithSignature ()
GiteaBot 8b113cd8b6 [skip ci] Updated translations via Crowdin
bugreport0 91b164c778 Fix interpunction in English translation. ()
GiteaBot 552d8d3a4e [skip ci] Updated translations via Crowdin
crito d6b97c8557 fix url in discord webhook ()
opening issues generates a webhook to discord that contains
a url to the gitea api. the message title in discord is therefore
referencing to the api instead of the issue itself.
Lauris BH 4befec242a
Code review UI improvements and bugfixes ()
* Code review UI improvements

* More fixes to dark theme

* Style fix

* Fix to allow add code review comments only on review files tab

* More readability dark style fixes

* Fix commenting on deleted files. Fixes 

* Fix line blame getting for multiple corner cases
nubenum 756eafaaf6 Fix some issues with special chars in branch names ()
Signed-off-by: Robin Durner <github@nubenum.de>
Lanre Adelowo acb6f8a518 make sure to catch the right error so it is displayed as an error on the ui not a 500 ()
Bo-Yi Wu f6eb669b51 fix(topics): don't redirect to expole page. ()
GiteaBot 3e76e7826e [skip ci] Updated translations via Crowdin
Girish Ramakrishnan 661fd901bd doc: add Cloudron package ()
Fixes 
Lanre Adelowo 2a6d3ba058 Allow admin toggle forcing a password change for newly created users ()
linweijie2012 f98040ad50 fix bug forget to remove Stopwatch when remove repository ()