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
zeripath
36e7cb9755
Update Swagger API to match the return of /users/search ( #4847 )
...
Signed-off-by: Andrew Thornton <art27@cantab.net>
6 years ago
Wyall
dab02b80fd
ADD: Hint to function of docker version tags ( #4967 )
...
I wasn't sure about how tags work, maybe this is interesting for people with less knowledge of docker.
6 years ago
OvermindDL1
07af31d004
Fix #4877 to follow the OpenID Connect Audiences spec ( #4878 )
...
Signed-off-by: Gabriel Robertson <overminddl1@gmail.com>
6 years ago
GiteaBot
364c029246
[skip ci] Updated translations via Crowdin
6 years ago
SagePtr
043ab2cd59
Fix null pointer dereference in ParseCommitWithSignature ( #4962 )
6 years ago
GiteaBot
8b113cd8b6
[skip ci] Updated translations via Crowdin
6 years ago
bugreport0
91b164c778
Fix interpunction in English translation. ( #4958 )
6 years ago
GiteaBot
552d8d3a4e
[skip ci] Updated translations via Crowdin
6 years ago