Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make markdown as an independent module | Unknwon | 2016-02-20 | 3 | -389/+24 |
| | |||||
* | Fix inappropriate markdown post process end tag check | Unknwon | 2016-02-19 | 1 | -2/+2 |
| | | | | | 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. | ||||
* | #2650 fix possbility that use email as pusher user name | Unknwon | 2016-02-17 | 1 | -2/+0 |
| | | | | | | | | | | 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. | ||||
* | Remove cache avatar support and add its tests | Unknwon | 2016-02-14 | 1 | -7/+11 |
| | |||||
* | Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-scheme | Unknwon | 2016-02-05 | 2 | -16/+13 |
|\ | | | | | Feature/markdown custom url scheme | ||||
| * | Not working, but slightly better... | Kim "BKC" Carlbäcker | 2016-01-27 | 2 | -11/+13 |
| | | |||||
| * | Custom URL-Schemas for Markdown | Kim "BKC" Carlbäcker | 2016-01-27 | 2 | -9/+4 |
| | | |||||
* | | #2556 handle space in image URL | Unknwon | 2016-02-04 | 1 | -1/+4 |
| | | |||||
* | | #2229 adjust URL verbose depth for reverse proxy sub-path | Unknwon | 2016-01-31 | 1 | -1/+3 |
|/ | |||||
* | Made Sanitizer-setup cleaner | Kim "BKC" Carlbäcker | 2016-01-14 | 1 | -1/+10 |
| | |||||
* | Checklist-rendering implemented | Kim "BKC" Carlbäcker | 2016-01-13 | 2 | -1/+11 |
| | |||||
* | #2287 Truncate repository name if too long | Unknwon | 2016-01-11 | 1 | -0/+9 |
| | |||||
* | fix markdown autolink error | Unknwon | 2016-01-09 | 1 | -44/+50 |
| | |||||
* | #2185 fall back to use custom chardet lib | Unknwon | 2015-12-31 | 1 | -9/+11 |
| | |||||
* | #2282 fast detection of utf-8 | Unknwon | 2015-12-27 | 1 | -0/+6 |
| | |||||
* | #2283 set text/plain for non-binary files in raw mode | Unknwon | 2015-12-25 | 1 | -1/+5 |
| | |||||
* | #2282 fix utf-8 recognized as windows-1252 | Unknwon | 2015-12-25 | 1 | -1/+3 |
| | |||||
* | #2185 use Go sub-repo to detect encoding | Unknwon | 2015-12-13 | 1 | -9/+4 |
| | |||||
* | #2161 fix wrong regexp | Unknwon | 2015-12-12 | 1 | -1/+1 |
| | |||||
* | #2161 No issue linking in commits when issue number in brackets | Unknwon | 2015-12-12 | 1 | -3/+3 |
| | |||||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 | 1 | -62/+67 |
| | |||||
* | minor fix markdown post process | Unknwon | 2015-11-24 | 1 | -0/+1 |
| | |||||
* | more link fix | Unknwon | 2015-11-24 | 1 | -0/+4 |
| | |||||
* | fix #2020 | Unknwon | 2015-11-24 | 1 | -2/+2 |
| | |||||
* | fix possible panic | Unknwon | 2015-11-21 | 1 | -2/+12 |
| | |||||
* | HTML render fix | Unknwon | 2015-11-20 | 1 | -8/+32 |
| | |||||
* | fix #1873 | Unknwon | 2015-11-20 | 1 | -0/+11 |
| | |||||
* | minor fix for #1949 | Unknwon | 2015-11-15 | 1 | -3/+14 |
| | |||||
* | Safely detect urlPrefix in the format /:owner/:repo | Howl | 2015-11-15 | 1 | -3/+3 |
| | |||||
* | Fix bad issue links in non-readme markdown files | Howl | 2015-11-15 | 1 | -0/+3 |
| | |||||
* | Show custom avatars in commits | Unknwon | 2015-11-13 | 2 | -313/+18 |
| | |||||
* | fix #1572 fix file histrory paging issue | Unknwon | 2015-11-10 | 1 | -1/+0 |
| | |||||
* | fix 1540 and experimental SSH server support | Unknwon | 2015-11-08 | 1 | -0/+19 |
| | |||||
* | #1433 images with links in Markdown | Unknwon | 2015-11-06 | 1 | -1/+10 |
| | | | | - #1904 minor fix on image link | ||||
* | #1078 not show bin when rename a file | Unknwon | 2015-11-03 | 1 | -1/+1 |
| | |||||
* | #1657 allow forcing all private repos | Unknwon | 2015-10-25 | 1 | -2/+2 |
| | |||||
* | unified API error response | Unknwon | 2015-10-08 | 1 | -5/+0 |
| | |||||
* | Commit messages now rendered with line breaks and prefix spacing. | Sergio Benitez | 2015-09-18 | 1 | -1/+34 |
| | |||||
* | #1646 and other minor fixes | Unknwon | 2015-09-16 | 1 | -10/+1 |
| | |||||
* | #1595 pushing new branch will rereference issues in previous branch | Unknwon | 2015-09-10 | 1 | -1/+0 |
| | |||||
* | add regexp to restrict `<code class=""></code>` | Hongcai Deng | 2015-09-10 | 1 | -4/+2 |
| | |||||
* | add allow attribute `class` to `<code>` | Hongcai Deng | 2015-09-09 | 1 | -0/+4 |
| | |||||
* | #1594 Collaborative Repositories missing suburl on Dashboard | Unknwon | 2015-09-07 | 1 | -1/+1 |
| | |||||
* | new user profile settings UI | Unknwon | 2015-09-06 | 1 | -1/+0 |
| | | | | Signed-off-by: Unknwon <u@gogs.io> | ||||
* | #1377 add rename repo action | Unknwon | 2015-09-01 | 1 | -0/+4 |
| | |||||
* | #1009 Config option for preserving hard line breaks | Unknwon | 2015-09-01 | 1 | -0/+4 |
| | |||||
* | webhook APIs | Unknwon | 2015-08-29 | 1 | -1/+1 |
| | |||||
* | #1203 bundle jquery with gogs | Unknwon | 2015-08-28 | 1 | -3/+0 |
| | |||||
* | new org dashboard issues | Unknwon | 2015-08-25 | 1 | -0/+9 |
| | |||||
* | fix timezone | Unknwon | 2015-08-20 | 1 | -1/+0 |
| |