Unknwon
d398777e08
Make markdown as an independent module
9 years ago
Unknwon
e57b81fc19
Fix inappropriate markdown post process end tag check
When <code> is nested inside <pre>, the next end tag token would not able to be the same
as outer-most start tag. So we only check outer-most start and end tag token to be the same.
9 years ago
Unknwon
665db06fbe
#2650 fix possbility that use email as pusher user name
Remove the possibility of using email as user name when user actually push
through combination of email and password with HTTP.
Also refactor update action function to replcae tons of arguments with
single PushUpdateOptions struct.
And define the user who pushes code as pusher, therefore variable names shouldn't
be confusing any more.
9 years ago
Unknwon
7a0cdbebf6
Remove cache avatar support and add its tests
9 years ago
Unknwon
c0c51ba711
Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-scheme
Feature/markdown custom url scheme
9 years ago
Unknwon
ad2d66ed4f
#2556 handle space in image URL
9 years ago
Unknwon
1d65fa9652
#2229 adjust URL verbose depth for reverse proxy sub-path
9 years ago
Kim "BKC" Carlbäcker
e09b4c0832
Not working, but slightly better...
9 years ago
Kim "BKC" Carlbäcker
e60ea6741c
Custom URL-Schemas for Markdown
9 years ago
Kim "BKC" Carlbäcker
9317933abe
Made Sanitizer-setup cleaner
9 years ago
Kim "BKC" Carlbäcker
5ac5166b32
Checklist-rendering implemented
9 years ago
Unknwon
6e2051352e
#2287 Truncate repository name if too long
9 years ago
Unknwon
30a1b74552
fix markdown autolink error
9 years ago
Unknwon
8dd298d54e
#2185 fall back to use custom chardet lib
9 years ago
Unknwon
44ac9b0700
#2282 fast detection of utf-8
9 years ago
Unknwon
4483f26434
#2283 set text/plain for non-binary files in raw mode
9 years ago
Unknwon
1139f6e6d0
#2282 fix utf-8 recognized as windows-1252
9 years ago
Unknwon
84a9c474be
#2185 use Go sub-repo to detect encoding
9 years ago
Unknwon
fa1c069b93
#2161 fix wrong regexp
9 years ago
Unknwon
a43a382728
#2161 No issue linking in commits when issue number in brackets
9 years ago
Unknwon
caac2f9b19
fix #1829 and fix #890
9 years ago
Unknwon
d921d5a37d
minor fix markdown post process
9 years ago
Unknwon
16ecc0a9c0
more link fix
9 years ago
Unknwon
b9303efd7c
fix #2020
9 years ago
Unknwon
43b9b14520
fix possible panic
9 years ago
Unknwon
d0b25eaf74
HTML render fix
9 years ago
Unknwon
fd3da40851
fix #1873
9 years ago
Unknwon
7927e5a4c3
minor fix for #1949
9 years ago
Howl
0c40d928b0
Safely detect urlPrefix in the format /:owner/:repo
9 years ago
Howl
390c481006
Fix bad issue links in non-readme markdown files
9 years ago
Unknwon
7e6542d0f5
Show custom avatars in commits
9 years ago
Unknwon
4623de5292
fix #1572 fix file histrory paging issue
9 years ago
Unknwon
eeb3cdfa9d
fix 1540 and experimental SSH server support
9 years ago
Unknwon
b243889f59
#1433 images with links in Markdown
- #1904 minor fix on image link
9 years ago
Unknwon
b7e759c41e
#1078 not show bin when rename a file
9 years ago
Unknwon
4a6b397126
#1657 allow forcing all private repos
9 years ago
Unknwon
09326f2883
unified API error response
9 years ago
Sergio Benitez
8d1d996763
Commit messages now rendered with line breaks and prefix spacing.
9 years ago
Unknwon
71445511dc
#1646 and other minor fixes
9 years ago
Unknwon
4e90eee629
#1595 pushing new branch will rereference issues in previous branch
9 years ago
Hongcai Deng
b5f1db1073
add regexp to restrict `<code class=""></code>`
9 years ago
Hongcai Deng
481666606c
add allow attribute `class` to `<code>`
9 years ago
Unknwon
1e0153b243
#1594 Collaborative Repositories missing suburl on Dashboard
9 years ago
Unknwon
17a8589f82
new user profile settings UI
Signed-off-by: Unknwon <u@gogs.io>
9 years ago
Unknwon
27b337a78d
#1377 add rename repo action
9 years ago
Unknwon
66532fa1c3
#1009 Config option for preserving hard line breaks
9 years ago
Unknwon
96dbec41f7
webhook APIs
9 years ago
Unknwon
1f0393bf29
#1203 bundle jquery with gogs
9 years ago
Unknwon
9b953f22fb
new org dashboard issues
9 years ago
Unknwon
fc708d9592
fix timezone
10 years ago