Michael Li
b152cbe45a
Makefile: fix make build failure when environment of GOPATH have multiple items ( #5262 )
...
* fixed make build failure when enviroment of GOPATH have Multiple items
gogs source in /other/path/to/go/src/github.com/gogs/gogs and then
>cd /other/path/go/go/src/github.com/gogs/gogs
>GOPATH=/path/to/go:/other/path/to/go make
will also build success in this fixed code
* in makefile rename gogits to gogs
7 years ago
Unknwon
c08aab90ec
models/mirror: shot push webhook after synced commits ( #4528 )
7 years ago
Unknwon
8d091ec062
vendor: update github.com/gogs/git-module
7 years ago
Unknwon
0376e59520
pkg/setting: fix '[git] GC_ARGS' is not loaded
7 years ago
Unknwon
e25fe22f9d
pkg/template: fix NewLine2br return type to string
7 years ago
Unknwon
bef7f6745c
templates/repo/settings: fix mirror setting error
7 years ago
Unknwon
775919c129
mirror: show sync feeds on dashboard ( #2017 )
7 years ago
Unknwon
702acc06d8
vendor: update github.com/gogs/git-module
7 years ago
Sergey Dryabzhinsky
b5a1daa756
template: simple html filter for repository description ( #5242 )
...
* Add markdown renderer function to templates, use it for description in repo template
* Fix function call
* Define function Md2html in template namespace
* Change filter from Md2html to nl2br
* Change filter name to NewLine2br as suggested
* Update description output:
- just replace `\n` by `<br>`
- sanitize html after replace
7 years ago
Unknwon
5a47301dbd
docker: rename "gogits" to "gogs"
7 years ago
Unknwon
e33d9e77f4
vendor: rename "gogits" to "gogs"
7 years ago
Unknwon
aff4208244
*: rename "gogits" to "gogs"
7 years ago
Wei He
73dbaefec5
routes/user/setting: fix avatar email update error ( #5245 )
7 years ago
Unknwon
05edcde6c9
routes/user/auth: improve coding style
7 years ago
Unknwon
01ccc2cc96
security: prevent same passcode from being reused
...
Reported by @cezar97 .
7 years ago
Madzahttr
cd093a07a3
templates/mail/auth: update copyright year ( #5224 )
...
* Update activate.tmpl
* Update activate_email.tmpl
* Update register_notify.tmpl
* Update reset_passwd.tmpl
7 years ago
Sergey Dryabzhinsky
7e450542d9
templates/repo: use correct Semantic UI icon styles to fix star and watch icons ( #5218 )
...
* Update font-awesome to 4.7.0
* Fix font-awesome styles overrided by semantic
* Revert back
* Revert back 2
* Just use right `semantic` icon styles
7 years ago
Michael Li
45545e897c
templates/user/dashboard: make page more concise for user's activity/issues/PR information ( #5209 )
7 years ago
Lauris BH
eccc8109c1
security: fix path cleanup for repository init and editor ( #5207 )
...
Reported by Kacper Szurek https://security.szurek.pl/ .
7 years ago
Unknwon
2fabcd0455
locale: sync from Crowdin
7 years ago
Unknwon
e3ce295215
public/css: generate CSS for PR #5169
7 years ago
Florian Wiech
8df59c01d5
public/css: fix file view responsiveness ( #5169 )
7 years ago
Unknwon
15f9a83618
templates/repo: escape branch name ( #4601 )
7 years ago
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