kolaente
66433a9549
gofmt
2017-12-04 19:31:45 +01:00
kolaente
25427aee25
Using "sess" instead of "x" when removing a depencency
2017-12-04 19:23:37 +01:00
kolaente
8bcb624b10
Added missing license header
2017-12-04 19:21:38 +01:00
kolaente
fae44666ec
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# models/migrations/migrations.go
# models/migrations/v50.go
2017-12-04 10:48:37 +01:00
Ethan Koenig
c0a7899416
Sort repos in issues dashboard sidebar ( #3072 )
...
* Sort repos in issues dashboard sidebar
* Sort repos by name
2017-12-04 12:39:01 +08:00
Ethan Koenig
3c1b1ca78e
Fix error message sanitiziation ( #3082 )
2017-12-04 03:48:03 +02:00
Lauris BH
5dc37b187c
Add reactions to issues/PR and comments ( #2856 )
2017-12-04 01:14:26 +02:00
Ethan Koenig
e59adcde65
Use httptest in integration tests ( #3080 )
2017-12-04 00:46:01 +02:00
techknowlogick
993b86628b
Minor copy changes ( #3074 )
...
* Minor copy changes
Fixes #3058
* Use TrN for translations that depend on count
Fix minor type with branches count
2017-12-03 22:52:30 +02:00
kolaente
9dd0cb18a7
Fixed misspell
2017-12-03 18:07:48 +01:00
kolaente
d0baadc9c3
gofmt
2017-12-03 18:04:22 +01:00
kolaente
f61ba0f403
gofmt
2017-12-03 17:56:59 +01:00
Konrad
9af3aae2f3
Merge branch 'master' of https://github.com/go-gitea/gitea
2017-12-03 17:45:55 +01:00
kolaente
3566e9e4a2
Added tests for issue dependencies
2017-12-03 17:45:43 +01:00
Ethan Koenig
ab62da283a
Fix avatar URLs ( #3069 )
...
* Fix avatar URLs
* import order
2017-12-03 19:55:13 +08:00
Piotr Orzechowski
7bab3d2fb1
Enable content trust when building image ( #2972 )
2017-12-03 18:21:10 +08:00
GiteaBot
6d99840d1f
[skip ci] Updated translations via Crowdin
2017-12-03 05:31:04 +00:00
Ethan Koenig
a0964775ab
Sanitize logs for mirror sync ( #3057 )
2017-12-03 13:29:41 +08:00
Ethan Koenig
3163abedd6
Fix ref parsing in commit messages ( #3067 )
2017-12-03 10:20:12 +08:00
techknowlogick
b0971ae37c
Reduce overhead of upgrades for users with custom stylesheets/JS ( #3051 )
2017-12-03 02:26:06 +02:00
silverwind
4947cfb7b0
Remove box-shadow from UI, fix dashboard issue ( #3065 )
2017-12-03 01:16:35 +02:00
Lunny Xiao
ef5364950b
fix issue list branch link broken ( #3061 )
2017-12-02 21:57:47 +02:00
silverwind
d44aa831f3
Convert tabs to spaces in .less files ( #3064 )
2017-12-02 21:48:43 +02:00
silverwind
f9db60e3bd
Adjust branch button size ( #3063 )
2017-12-02 19:57:51 +02:00
kolaente
1fded52044
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# public/js/index.js
2017-12-02 18:29:32 +01:00
kolaente
78dd6c1583
Moved checking if dependencies are enabled to issue_dependency.go
2017-12-02 18:25:12 +01:00
silverwind
8cd616e977
Fix misalignment issue in repo header ( #3062 )
2017-12-02 19:20:52 +02:00
Lunny Xiao
b3d5ba6f90
Fix missing password length check when change password ( #3039 )
...
* fix missing password length check when change password
* add tests for change password
2017-12-02 19:11:22 +02:00
Lunny Xiao
35cc5b0402
Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName ( #3043 )
...
* remove GetRepositoryByRef and add GetRepositoryByOwnerAndName
* fix tests
* fix tests bug
* some improvements
2017-12-02 15:34:39 +08:00
silverwind
674422b642
Fix CSS instructions in CONTRIBUTING.md ( #3053 )
2017-12-02 13:48:57 +08:00
silverwind
d8d38ed059
Dashboard: Fix line height problem in issue titles ( #3054 )
2017-12-02 10:49:39 +08:00
Piotr Orzechowski
57edc3155f
Default log level to Info without hardcoding it in installer ( #3041 )
2017-12-01 15:41:27 +08:00
Lunny Xiao
9a8805d785
remove duplicated sanitize ( #3037 )
2017-11-30 21:38:33 +02:00
Lunny Xiao
13e59c8b7a
remove unused variable ( #3038 )
2017-11-30 20:44:25 +02:00
Ethan Koenig
91f3d77ceb
Unit tests for wiki routers ( #3022 )
2017-11-30 17:52:15 +02:00
Mike Fellows
82e8486f13
Update docs for LDAP (via BindDN) user sync option. ( #2985 )
2017-11-30 21:36:53 +08:00
techknowlogick
474dfcc798
French translation for docs ( #3030 )
...
original PR go-gitea/docs#147 and author @0xbaadf00d
2017-11-30 20:45:48 +08:00
Lunny Xiao
d517b56682
add notice for docker run gitea http port issue ( #3020 )
2017-11-30 19:18:35 +08:00
Sondre Nilsen
86ee41ec03
Expandable commit bodies ( #2980 )
...
* Initial working state of expandable commit bodies
* Fix all commits having showing button for multiline commits
* Refactor checking multiline messages method
* Force newlines with <br> in commit body
* Show multiple lines in the list view of repositories
* Fixed proper newlines and minor refactor
Use <pre> instead of <p>, this is so we can use \n instead of having to manually place <br> into the HTML. Makes it easier to display commit bodies.
* Fix commit list messages jumping around
* Fix indentation in view_list.tmpl
* Use vertical-align: baseline instead of top
* Refactor commit button toggle function
* Remove RenderCommitBodyLink function
* Add comments
* Add newline at the end of _repository.less
* Fix long commit bodies not properly wrapping inside <pre>
* Don't split on double newlines
* Show the commit body in commit view
* Update stylesheets
* Add/fix comments and run make fmt
* Fix spaces not being tabs
2017-11-30 13:08:40 +08:00
GiteaBot
4cf90aa865
[skip ci] Updated translations via Crowdin
2017-11-29 20:53:22 +00:00
Ethan Koenig
013db70fce
Removed unused field in form ( #3023 )
2017-11-29 22:52:34 +02:00
kolaente
d00eb86117
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# models/migrations/migrations.go
# models/migrations/v49.go
# models/models.go
2017-11-29 21:00:37 +01:00
kolaente
6eea6c686f
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# models/migrations/migrations.go
# models/migrations/v49.go
# models/models.go
2017-11-29 20:55:20 +01:00
GiteaBot
033ad9a79f
[skip ci] Updated translations via Crowdin
2017-11-29 12:50:43 +00:00
Sandro Santilli
67b0d2175d
Set OpenID support on by default when installing new instance ( #3010 )
2017-11-29 14:47:42 +02:00
GiteaBot
b9452c48ac
[skip ci] Updated translations via Crowdin
2017-11-29 09:11:10 +00:00
techknowlogick
899c900e59
use unique name for docs docker build step in CI ( #3018 )
...
Otherwise drone may combine the logs
2017-11-29 11:08:23 +02:00
techknowlogick
dab2b354c7
Removing disqus from docs site ( #3015 )
...
Gitea now has a forum which is probably a better venue for
these types of conversations
2017-11-29 11:57:29 +08:00
GiteaBot
cbc6bbfbeb
[skip ci] Updated translations via Crowdin
2017-11-29 01:52:11 +00:00
Duncan Ogilvie
551f3cbe42
Memory usage improvements ( #3013 )
...
* govendor update code.gitea.io/git
Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
* Greatly improve memory usage
Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
2017-11-29 09:50:39 +08:00