Mahmoud Al-Qudsi
19d5192e8c
Use Segoe UI for Latin characters before falling back to YaHei ( #3616 )
...
* Use Segoe UI for Latin characters before falling back to YaHei
This fixes issues with character rendering on hidpi displays and other
aliasing/hinting issues, as Segoe UI has been painstakingly hinted by
typographers for Microsoft while YaHei has not. See #3237 for more
details.
Closes #3237
* Include transformed LESS -> CSS in commit
2018-03-04 14:47:46 +08:00
GiteaBot
7ea7c57406
[skip ci] Updated translations via Crowdin
2018-03-04 02:46:24 +00:00
Morgan Bazalgette
b730498f02
Don't write to log NoCommitterAccount ( #3621 )
...
* Don't write to log NoCommitterAccount
It's way too verbose, and the information is also printed to the user
already. Fixes #3602 .
* ignore err only if it's a ErrUserNotExist
* Replace with IsErrUserNotExist
2018-03-04 10:45:01 +08:00
Bo-Yi Wu
78b54b49fa
fix: Add feed for organization ( #3594 )
...
* feat: Add feed for organization
* fix: testing
* fix: testing
* fix: testing
* fix: testing
2018-03-03 13:21:16 +08:00
GiteaBot
990709da8f
[skip ci] Updated translations via Crowdin
2018-03-02 20:32:20 +00:00
bugreport0
595da53d3c
Fix incorrect 'Erase Wiki Data' string identifier. ( #3613 )
2018-03-02 22:31:15 +02:00
GiteaBot
f44c31f869
[skip ci] Updated translations via Crowdin
2018-03-02 09:11:11 +00:00
Allen Wild
8606d9f5bc
Add admin dashboard option to run health checks ( #3606 )
...
There's one for git gc, why not git fsck too?
Also add a couple more trace logs to GitFsck to see progress
2018-03-02 11:09:43 +02:00
kolaente
e1f2a8e198
Fixed lint
2018-02-27 20:22:04 +01:00
kolaente
5852b7c9f3
Merge branch 'master' into master
2018-02-27 20:06:12 +01:00
kolaente
5e5139faed
Simplify error
2018-02-27 20:03:10 +01:00
kolaente
91e0b53d26
Simplify redirect
2018-02-27 19:50:58 +01:00
kolaente
250138f88e
Return JSON when trying to close issue dependencies and fail
2018-02-27 19:47:56 +01:00
kolaente
0c6f56d6c0
Remove redundant sprintf
2018-02-27 19:27:30 +01:00
kolaente
264f895967
Only check for open dependencies if they are enabled
2018-02-27 19:14:04 +01:00
kolaente
138a80b7fa
Grammar
2018-02-27 19:01:15 +01:00
kolaente
e4a642681f
Added lazy load for issue list
2018-02-27 18:53:32 +01:00
kolaente
9313332fd4
Cleanup + fmt
2018-02-27 18:34:17 +01:00
Gitea
d2ab9e23ab
Fixed http status code on redirect
2018-02-27 18:30:00 +01:00
kolaente
b4f406c8cf
Fixed lang
2018-02-27 18:27:35 +01:00
GiteaBot
2cd3622ddc
[skip ci] Updated translations via Crowdin
2018-02-27 07:10:26 +00:00
Morgan Bazalgette
535445c32e
Rework special link parsing in the post-processing of markup ( #3354 )
...
* Get rid of autolink
* autolink in markdown
* Replace email addresses with mailto links
* better handling of links
* Remove autolink.js from footer
* Refactor entire html.go
* fix some bugs
* Make tests green, move what we can to html_internal_test, various other changes to processor logic
* Make markdown tests work again
This is just a description to allow me to force push in order to restart
the drone build.
* Fix failing markdown tests in routers/api/v1/misc
* Add license headers, log errors, future-proof <body>
* fix formatting
2018-02-27 09:09:18 +02:00
Lunny Xiao
769ab1e424
fix gpg expired bug when time is zero ( #3584 )
2018-02-26 12:25:45 +02:00
bugreport0
521945a2d2
Fix missing translations when updating username. ( #3564 )
...
* Fix missing translations when updating username.
* Fix reserved username translated string test.
* Fix 'username reserved' string test a bit more.
2018-02-25 15:56:25 +02:00
Bo-Yi Wu
fc265b036f
feat: Add branch link in branch list. ( #3576 )
2018-02-24 23:17:59 +02:00
Wendell Sun
d2d0aea8a1
Fix the protected branch panic issue ( #3567 )
2018-02-23 18:10:03 +08:00
Wendell Sun
2d1c5c3756
Fix remove team member issue ( #3566 )
...
Put sess.Commit() out of the RemoveOrgUser function
Add an empty line to separate import packages
2018-02-23 16:42:02 +08:00
Wendell Sun
19bf4ddf80
Fix query protected branch bug ( #3563 )
...
Signed-off-by: Wendell Sun <iwendellsun@gmail.com>
2018-02-22 20:14:15 -06:00
Bo-Yi Wu
845ba9d153
fix: if Mirrors repo no content is fetched, updated time should not b… ( #3551 )
...
* fix: if Mirrors repo no content is fetched, updated time should not be changed
* fix: sync update time from mirror repo.
* fix: one single session.
* update comment.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2018-02-22 18:27:09 -06:00
Victor Polevoy
e7cea92535
Update gogs to gitea migration manual ( #3559 )
...
Updates the manual for latest gogs changes.
2018-02-22 20:55:26 +08:00
Bo-Yi Wu
04b3e8cbdc
refactor: reduce sql query in retrieveFeeds ( #3547 )
2018-02-21 18:55:34 +08:00
Ethan Koenig
d27d720f05
Use unique temp dirs in unit tests ( #3494 )
...
* Use unique temp dirs in unit tests
* Remove temp dirs after tests run
* os.RemoveAll -> removeAllWithRetry
2018-02-21 01:38:52 -06:00
Wendell Sun
2f5c1ba1db
Bug fix for repo releases sorted ( #3522 )
...
Signed-off-by: Wendell Sun <iwendellsun@gmail.com>
Use TimeStampNow function
2018-02-21 09:38:03 +08:00
kolaente
7d1df8b38b
Merge branch 'master' into master
2018-02-20 19:27:22 +01:00
Ethan Koenig
7b104f0cd0
Populate URL field of API commits ( #3546 )
...
* Populate URL field of API commits
* fix orgmode_test
2018-02-20 20:50:42 +08:00
Konrad
5e0a72cb89
Merge remote-tracking branch 'origin/master'
2018-02-19 08:35:08 +01:00
kolaente
ec0e6934cd
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# models/migrations/migrations.go
# models/migrations/v57.go
2018-02-19 08:33:44 +01:00
kolaente
32db1b36f5
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# models/migrations/migrations.go
# models/migrations/v57.go
2018-02-19 08:33:31 +01:00
Lauris BH
7b297808ce
Update markbates/goth library ( #3533 )
...
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
2018-02-19 07:10:51 +02:00
Lauris BH
6f751409b4
Document generate commands ( #3532 )
...
* Document generate commands
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* Fix examples and grammar
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
2018-02-18 21:23:41 -06:00
Lauris BH
58893384e8
Add issue closed time column to fix activity closed issues list ( #3537 )
...
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
2018-02-19 10:39:26 +08:00
GiteaBot
fb2c176491
[skip ci] Updated translations via Crowdin
2018-02-18 21:20:48 +00:00
Lauris BH
3a9c698821
Force remove test repo root path in case previous test is still locking it ( #3528 )
...
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
2018-02-18 23:19:40 +02:00
Lauris BH
ae30315a62
Fix escaping changed title in comments ( #3530 )
...
* Fix escaping changed title in comments
* Fix escaping of wiki page titile
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
2018-02-18 22:06:37 +02:00
Codruț Constantin Gușoi
96c268c0fc
Implements generator cli for secrets ( #3531 )
...
Signed-off-by: Codruț Constantin Gușoi <codrut.gusoi@gmail.com>
2018-02-18 20:14:37 +02:00
GiteaBot
e59fe7c8d9
[skip ci] Updated translations via Crowdin
2018-02-18 14:39:52 +00:00
Lauris BH
02bc92a5c9
Fix app.ini sample file link in docs ( #3529 )
...
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
2018-02-18 22:38:50 +08:00
kolaente
77cf3dbf72
Merge branch 'master' into master
2018-02-17 11:50:57 +01:00
GiteaBot
b29c358315
[skip ci] Updated translations via Crowdin
2018-02-16 14:03:54 +00:00
bugreport0
9303fc2015
Fix ellipses, 'a[n]' and 'username' (issue #3512 ). ( #3518 )
2018-02-16 08:02:40 -06:00