Unknwon
d572381a37
vendor: update gopkg.in/clog.v1
7 years ago
Unknwon
9127001f11
pkg/setting: support Discord logger
7 years ago
Unknwon
742420a5e2
.github: update link to ISSUE_TEMPLATE.md ( #5193 )
7 years ago
Unknwon
f439df4441
locale: sync from Crowdin
7 years ago
rokuu
c92e8940dc
pkg/form: fix bad locale reference ( #5196 )
7 years ago
rokuu
c68fc4f31a
templates: fixes broken UI under supported resolution (1024x768) #5179 ( #5182 )
...
* Update view_list.tmpl
* Update commits_table.tmpl
* Update dashboard.tmpl
* Update list.tmpl
* Update list.tmpl
* Update list.tmpl
* Update list.tmpl
* Update notice.tmpl
* Update monitor.tmpl
* Update view_file.tmpl
* Update diff_preview.tmpl
* Update box.tmpl
7 years ago
rokuu
0e80e47592
public/{less,css}: fix overflow of brand logo hyperlink ( #5189 )
...
* Update gogs.css
* Update _base.less
7 years ago
Cosmin Stroe
54b9311344
pkg/markup/markdown: Issue mentions should also render with square brackets ( #4707 )
...
* gofmt reformat of markdown.go
7 years ago
rokuu
9387b79b98
templates: delete legacy file ( #5180 )
7 years ago
Unknwon
5c2de3a9ea
pkg/template: fix Gravatar URLs are badly generated ( #5157 )
7 years ago
Changwoo Ryu
eac5b48da0
locale: Add myself to TRANSLATORS ( #5177 )
7 years ago
Unknwon
f89d948c06
templates/repo/issue: rework escape delete branch link after merged pull request ( #4601 )
7 years ago
Unknwon
45a0988833
templates/repo/issue: escape delete branch link after merged pull request ( #4601 )
7 years ago
Nicolas Ettlin
afbb31c05e
MISC: fix Mac OS X → macOS ( #5168 )
7 years ago
Unknwon
e6af6487e1
locale: sync from Crowdin
...
Add Vietnamese
7 years ago
Josef Kemetmüller
c0b45fa36f
ldap: return valid LDAP string if user input lacks "%s" ( #5171 )
...
If the user provides a string that does not contain "%s", fmt.Sprintf
silently appends "%!(EXTRA type=value)" instead of failing loudly.
This fixes #4375 .
7 years ago
Unknwon
cb47595f13
Bump version
7 years ago
Unknwon
c59704a24b
public: update Semantic UI 2.2.13 -> 2.3.1
7 years ago
Unknwon
f2ecfdc96a
auth: support authentication source config file ( #3142 )
7 years ago
Unknwon
717d409b72
templates/admin/auth/list: rename list title
7 years ago
Unknwon
6e207c823e
templates/admin/auth/list: move "new" button to table foot
7 years ago
Unknwon
b69294b6d6
locale: sync from Crowdin
7 years ago
Unknwon
6cbaa4787b
MISC: update docker build script
7 years ago
Unknwon
8b66c433c5
models/pull: fix error on merge pull requests to non-default branch ( #5138 )
7 years ago
Unknwon
3329bfa5b2
.github: adjust ISSUE_TEMPLATE
7 years ago
Unknwon
f41f5785bf
docker: update README about "custom" directory ( #5150 )
7 years ago
Unknwon
55f148f499
template: delete legacy file
7 years ago
Unknwon
2978bb1773
README: update sponsors
...
[CI SKIP]
7 years ago
Unknwon
0152e12172
locale: sync from Crowdin
7 years ago
Unknwon
38d73a4be6
.gopmfile: delete as no longer used
...
[CI SKIP]
7 years ago
Unknwon
34bd04f925
MISC: fix typo and grammar
...
Reference: 932490d7f1 (commitcomment-28344918)
7 years ago
Unknwon
17d789a785
pkg/mailer: support custom mail subject prefix ( #4524 )
7 years ago
Unknwon
63a263f542
templates/admin/config: show SSH.StartBuiltinServer
7 years ago
Unknwon
932490d7f1
conf: add option to rewrite authorized_keys file at start ( #4435 )
...
Added config option '[server] REWRITE_AUTHORIZED_KEYS_AT_START'.
7 years ago
Unknwon
a855abf8c0
models: rename RewriteAllPublicKeys -> RewriteAuthorizedKeys
7 years ago
Unknwon
0d2398aaff
bindata: update
7 years ago
Unknwon
c17a6ff533
templates/repo: show quick guide to people with write permission ( #4646 )
...
Used to only show people who has admin permission.
7 years ago
Rebecca Turner
c3c7944d79
conf: default to disabling federated avatar lookup ( #5126 )
...
It's a fun feature but `ENABLE_FEDERATED_AVATAR` being true by default
leads to confusion and huge slowdowns (see #2838 , #980 , #914 ) --- it's
unexpected that Gogs requires DNS configured (?) for avatars.
Avatar lookup is a niche feature that I don't believe should be enabled
by default given how prone it is to causing problems.
7 years ago
Unknwon
75555585e8
models/pull: fix rebase merging no effect ( #5051 )
7 years ago
Unknwon
28e0003a9a
templates/repo/branches: escape pound in branch name ( #4874 )
7 years ago
Jorge Maldonado Ventura
2818ce4632
templates: make dropdowns menus work when JavaScript is disabled ( #4780 )
...
* Make dropdowns menus work when JavaScript is disabled
* Update head.tmpl
* Update head.tmpl
7 years ago
Unknwon
52ee796d6d
repo_branch: fix SQL builder ( #5054 )
7 years ago
Unknwon
0f737f2999
vendor: update gopkg.in/clog.v1
7 years ago
William Hilton
6a185e94b9
repo/http: add CORS headers to allow clone/push from browser agents ( #4970 )
7 years ago
Unknwon
ba0a78da2a
templates/repo/branches: escape pound in branch name ( #4874 )
7 years ago
Dennis Chen
f0bbcef3a4
api: fix nil pointer dereference on repo/forks ( #4633 )
...
Sets BaseRepo value for each resulting fork in GetForks().
Finds correct permissions for parent repository in APIFormat().
The output JSON is a little redundant, perhaps we should offer a
different view of the api.Repository without the Parent attribute?
Signed-off-by: Dennis Chen <barracks510@gmail.com>
7 years ago
Unknwon
d7280f82ac
locale: sync from Crowdin
7 years ago
m2nlight
aa53d0978c
models: add ROW_FORMAT=DYNAMIC when creating table for supports mysql 5.6 ( #4913 )
...
* Add ROW_FORMAT=DYNAMIC when creating table for supports mysql 5.6 (fix #4894 )
* Update models.go
Rename NewEngine2 to NewEngineWithParams
* Rename NewEngine2 to NewEngineWithParams
Please update vendor when https://github.com/go-xorm/xorm/pull/798 closed.
* Update dialect_mysql.go
* Update dialect_mysql.go
* Update models.go
7 years ago
Julian Xhokaxhiu
ffdd8b3afa
docker: enable Automated builds for aarch64 ( ARM64 ) platforms ( #5058 )
...
* Enable Automated builds for aarch64
* Native aarch64 build
* Move to the new organization
* Try to build it with latest go binary
* Rebuild using Go 1.10
7 years ago
Unknwon
86d249eb16
migrations: remove unused function and fix compile error
7 years ago