techknowlogick
32deee9e52
Fix #3828 ( #3935 )
2018-05-10 14:58:49 +08:00
Lauris BH
abff697f31
Update less.js to latest version ( #3932 )
2018-05-10 13:36:47 +08:00
kolaente
60424b7bad
Fixed issue deadline not showing on issue page ( #3930 )
2018-05-10 07:05:12 +03:00
GiteaBot
ce791454cb
[skip ci] Updated translations via Crowdin
2018-05-10 01:19:03 +00:00
Lauris BH
382e7276b8
Fix multiple asssingee table migration ( #3931 )
2018-05-10 09:18:01 +08:00
kolaente
83b883104a
fmt
2018-05-09 20:18:16 +02:00
kolaente
d29f582040
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# models/issue_comment.go
# models/migrations/migrations.go
# models/migrations/v64.go
2018-05-09 18:34:15 +02:00
kolaente
288cd40402
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# models/issue_comment.go
# models/migrations/migrations.go
# models/migrations/v64.go
2018-05-09 18:34:09 +02:00
kolaente
95f2e2b57b
Multiple assignees ( #3705 )
2018-05-09 19:29:04 +03:00
kolaente
c8771869d9
Merge branch 'master' of https://github.com/go-gitea/gitea
2018-05-09 18:00:19 +02:00
GiteaBot
238a997ec0
[skip ci] Updated translations via Crowdin
2018-05-09 14:54:02 +00:00
Thorben
14f16d6c2e
snap-packaging for gitea ( #2568 )
...
* Modify tbraeutigam/gogs-snap for gitea
* Fix building on 16.04 (manually build go-bindata).
-> add _source.tar.bz2 to .gitignore (used by snapcraft cleanbuild)
* Streamline Snap packaging:
- Take advantage of install-hooks (snapd 2.27)
- Use snapctl configuration storage for unchanging values
* Move to using Snap Hooks for configuration
* Missed re-adding daemon statement
* Fix two warnings from Codacy.
2018-05-09 22:52:51 +08:00
GiteaBot
02ecc03d6d
[skip ci] Updated translations via Crowdin
2018-05-09 09:58:04 +00:00
Lauris BH
16b34448d4
Compare git services in docs page ( #3911 )
2018-05-09 12:57:02 +03:00
kolaente
395c06220b
Merge branch 'master' of https://github.com/go-gitea/gitea
2018-05-09 10:18:24 +02:00
GiteaBot
139ebf806e
[skip ci] Updated translations via Crowdin
2018-05-08 12:42:15 +00:00
bugreport0
b11b3a7a7c
Fix English translation grammar and consistency. ( #3921 )
2018-05-08 15:40:52 +03:00
GiteaBot
bb8014885f
[skip ci] Updated translations via Crowdin
2018-05-08 06:06:49 +00:00
David Schneiderbauer
ea01decb6b
fix wrong issue endpoints in swagger doc ( #3914 )
2018-05-08 14:05:18 +08:00
GiteaBot
773530c917
[skip ci] Updated translations via Crowdin
2018-05-07 18:46:25 +00:00
David Schneiderbauer
9ae445c28f
lock npm packages ( #3912 )
2018-05-07 21:46:04 +03:00
Bo-Yi Wu
0b718e0d7b
feat: testing in go 1.10 version. ( #3899 )
2018-05-07 22:49:57 +08:00
GiteaBot
eec2179e73
[skip ci] Updated translations via Crowdin
2018-05-07 09:52:15 +00:00
Travis Parker
73370b8cf7
consistent IsOverdue field name capitalization ( #3909 )
...
Milestone.IsOverDue vs Issue.IsOverdue, the former was also causing the
milestone list page template to fail to render if any milestones have a
due date assigned.
Signed-off-by: Travis J Parker <travis.parker@gmail.com>
2018-05-07 12:50:27 +03:00
GiteaBot
e6b0a2db62
[skip ci] Updated translations via Crowdin
2018-05-07 05:09:51 +00:00
Ambrose Chua
3a6f3c8c11
Fix code tab link when viewing tags ( #3908 )
...
Signed-off-by: Ambrose Chua <ambrose@chua.family>
2018-05-07 13:08:35 +08:00
kolaente
f0406c1b66
Merge branch 'master' of https://github.com/go-gitea/gitea
2018-05-06 23:51:49 +02:00
GiteaBot
04889b7ae5
[skip ci] Updated translations via Crowdin
2018-05-06 21:27:36 +00:00
Jonas Franz
c6a881e71b
Fix placeholder of due date form ( #3906 )
2018-05-07 00:26:40 +03:00
kolaente
918595899c
Merge branch 'master' of https://github.com/go-gitea/gitea
2018-05-06 14:43:07 +02:00
GiteaBot
8685b315a2
[skip ci] Updated translations via Crowdin
2018-05-05 14:31:50 +00:00
Lauris BH
501fb228e6
Add option to use paged LDAP search when synchronizing users ( #3895 )
2018-05-05 17:30:47 +03:00
kolaente
edf661d0f3
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# models/migrations/migrations.go
# models/migrations/v63.go
2018-05-05 16:03:51 +02:00
kolaente
82665108c8
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# models/migrations/migrations.go
# models/migrations/v63.go
2018-05-05 16:03:44 +02:00
GiteaBot
7467ff3d94
[skip ci] Updated translations via Crowdin
2018-05-05 00:29:34 +00:00
kolaente
1fdf560678
Added user language setting ( #3875 )
...
* Added user language setting
* Added translation string for setting
* Fixed import order + typo
* improved checking if the user has a language saved in the db
* The current saved language is now set a default inside the dropdown
* fmt
* When a user signs in and doesn't have a language saved, the current browser language is saved
* updated gitea-sdk
* Merge branch 'master' of https://github.com/go-gitea/gitea into save-user-language
# Conflicts:
# models/migrations/migrations.go
# models/migrations/v62.go
* Made tests work again
* trigger CI
* trigger CI
* fmt
* re-trigger that FUCKING CI SO IT REALLY PICKS UP THE LATEST COMMIT ISTEAD OF PREDENDING TO DO SO
* re-trigger that FUCKING CI SO IT REALLY PICKS UP THE LATEST COMMIT ISTEAD OF PREDENDING TO DO SO
* When loggin in, only the language col gets updated instead of everything
2018-05-05 08:28:30 +08:00
GiteaBot
795dcc8ecf
[skip ci] Updated translations via Crowdin
2018-05-04 13:24:58 +00:00
Lauris BH
5f4cff6159
Release 1.4.x changelog ( #3894 )
2018-05-04 21:23:39 +08:00
kolaente
a3a544e34c
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# models/migrations/migrations.go
# models/migrations/v62.go
2018-05-02 22:08:36 +02:00
kolaente
0f8a212918
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# models/migrations/migrations.go
# models/migrations/v62.go
2018-05-02 22:08:30 +02:00
Lauris BH
1e1ece8f3d
Do not allow to reuse TOTP passcode ( #3878 )
2018-05-02 18:02:02 +03:00
Bo-Yi Wu
c58e1e437b
test: reduce testing time. ( #3885 )
2018-05-02 21:56:19 +08:00
GiteaBot
0ca359cdb4
[skip ci] Updated translations via Crowdin
2018-05-02 13:24:19 +00:00
Lauris BH
b66d6b3449
Do not allow inactive users to access repositories using private keys ( #3887 )
2018-05-02 16:22:56 +03:00
Lauris BH
9495429982
Add "error" as reserved username ( #3882 )
2018-05-02 11:06:31 +03:00
GiteaBot
954e69f66d
[skip ci] Updated translations via Crowdin
2018-05-02 06:11:27 +00:00
Lauris BH
5ffdf9388b
Fix to use only needed columns from tables to get repository git paths ( #3870 )
2018-05-02 09:10:19 +03:00
techknowlogick
9ec7f6b954
pass secrets to drone build step for docker ( #3879 )
2018-05-02 00:33:49 +03:00
kolaente
16533e9e2e
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# models/issue.go
# models/issue_comment.go
# options/locale/locale_en-US.ini
# public/js/index.js
# templates/repo/issue/view_content/comments.tmpl
# templates/repo/issue/view_content/sidebar.tmpl
2018-05-01 21:51:05 +02:00
GiteaBot
a98add1974
[skip ci] Updated translations via Crowdin
2018-05-01 19:05:52 +00:00