mcnesium
5a493e87b7
Use APP_NAME on home page ( #5048 )
Would it make sense to actually use the configured app name on the home page?
7 years ago
SagePtr
b9041c703e
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
7 years ago
BetaCat
1c6b591bbe
ZH-CN translation of Installation part ( #5089 )
7 years ago
Bo-Yi Wu
d0c1afa2d4
refactor: err != nil check, just return error instead ( #5093 )
7 years ago
Antoine GIRARD
f677d53975
Use fingerprint in place of id ( #5099 )
7 years ago
BetaCat
606c7ff710
Add myself to maintainers ( #5101 )
7 years ago
Bo-Yi Wu
1024deb5a3
feat(topic): search keyword by splitting provided values by , ( #4939 )
7 years ago
kolaente
5b8f431640
Fix regex to support optional end line of old section in diff hunk ( #5096 )
+ Named groups in reges for easier group parsing
7 years ago
BetaCat
59b8c6549b
CN translation of README ( #5049 )
7 years ago
GiteaBot
9616039579
[skip ci] Updated translations via Crowdin
7 years ago
kolaente
4479294f53
add myself to maintainers ( #5098 )
7 years ago
BetaCat
d6776aaafc
ZH-CN translation of Usage part ( #5086 )
7 years ago
GiteaBot
78b4792f44
[skip ci] Updated translations via Crowdin
7 years ago
Lunny Xiao
076fbbbc4b
Add change log for 1.6.0-rc1 ( #5095 )
* add change log for 1.6.0-rc1
* Fix some uppercases
7 years ago
GiteaBot
3ad6a49d17
[skip ci] Updated translations via Crowdin
7 years ago
BetaCat
a3b9cfc965
ZH-CN translation of Advanced part ( #5090 )
7 years ago
Lauris BH
f3e3132f05
Update process to include tag vX.Y.0-dev on master branch ( #5091 )
7 years ago
BetaCat
0662358111
CN translation of README ( #5050 )
7 years ago
Lunny Xiao
fb495b8db6
fix release creation via API ( #5076 )
* fix release creation via API
* fix release create tests
7 years ago
Lauris BH
ce2da2342a
Fix dep for actual goth version used in dep lock file ( #5078 )
7 years ago
Lauris BH
b74dfd43ed
Fix golint to new URL ( #5079 )
7 years ago
SagePtr
f8918a0f89
Fixed spelling typos in CONTRIBUTING.md ( #5061 )
7 years ago
techknowlogick
1157225cbf
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
7 years ago
techknowlogick
26f3894e0b
Backport 1.5.2 changelog ( #5053 )
7 years ago
Lauris BH
a0a1fe12e9
Fix adding review comment in split view ( #5038 )
7 years ago
SagePtr
7e2e08b983
Remove links from topics in edit mode ( #5026 )
7 years ago
SagePtr
4466063026
Fix missing AppSubUrl in few more templates ( #5021 )
7 years ago
SagePtr
5ccb206844
Fix missing AppSubUrl in some templates ( #5020 )
7 years ago
Jonas Franz
c2c37ce220
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>
7 years ago
Dane
bdd13354b6
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>
7 years ago
AJ ONeal
6b80350062
README: update make command to build full release ( #5004 )
* update make command to build full release
* use quoted TAGS
`TAGS=bindata` => `TAGS="bindata"`
7 years ago
GiteaBot
b70ab2bc15
[skip ci] Updated translations via Crowdin
7 years ago
Mura Li
d83e582e25
Upgrade gopkg.in/testfixtures.v2 ( #4999 )
7 years ago
GiteaBot
e5a0df9bfc
[skip ci] Updated translations via Crowdin
7 years ago
Lauris BH
01eb69bba8
Disable debug routes unless PPROF is enabled in configuration ( #4995 )
7 years ago
SagePtr
bb4b1eb139
Fix #rrggbbaa color to rgba for better browser compatibility ( #4990 )
7 years ago
Lauris BH
bc9520c72e
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
7 years ago
Iwasa Kazmi
5c2c892992
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.
7 years ago
Lanre Adelowo
c2911e1d78
make sure milestone listing is consistent across board ( #4987 )
7 years ago
silverwind
bfdaa19da8
Fix user menu item styling ( #4985 )
7 years ago
GiteaBot
d3544fc9d3
[skip ci] Updated translations via Crowdin
7 years ago
flufmonster
5f05e19537
Adjust maintainers ( #4979 )
7 years ago
GiteaBot
f73bfd9036
[skip ci] Updated translations via Crowdin
7 years ago
Lauris BH
85f857a07e
Fix preview when adding new code review comment ( #4975 )
7 years ago
zeripath
933fec0957
Update Swagger API to match the return of /users/search ( #4847 )
Signed-off-by: Andrew Thornton <art27@cantab.net>
7 years ago
Wyall
238fa2e11a
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.
7 years ago
OvermindDL1
cd91253e76
Fix #4877 to follow the OpenID Connect Audiences spec ( #4878 )
Signed-off-by: Gabriel Robertson <overminddl1@gmail.com>
7 years ago
GiteaBot
1a41f9fde4
[skip ci] Updated translations via Crowdin
7 years ago
SagePtr
7d405c0296
Fix null pointer dereference in ParseCommitWithSignature ( #4962 )
7 years ago
GiteaBot
6450b5838d
[skip ci] Updated translations via Crowdin
7 years ago