summaryrefslogtreecommitdiffstats
path: root/modules/base
Commit message (Collapse)AuthorAgeFilesLines
* Make markdown as an independent moduleUnknwon2016-02-203-389/+24
|
* Fix inappropriate markdown post process end tag checkUnknwon2016-02-191-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 nameUnknwon2016-02-171-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 testsUnknwon2016-02-141-7/+11
|
* Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-schemeUnknwon2016-02-052-16/+13
|\ | | | | Feature/markdown custom url scheme
| * Not working, but slightly better...Kim "BKC" Carlbäcker2016-01-272-11/+13
| |
| * Custom URL-Schemas for MarkdownKim "BKC" Carlbäcker2016-01-272-9/+4
| |
* | #2556 handle space in image URLUnknwon2016-02-041-1/+4
| |
* | #2229 adjust URL verbose depth for reverse proxy sub-pathUnknwon2016-01-311-1/+3
|/
* Made Sanitizer-setup cleanerKim "BKC" Carlbäcker2016-01-141-1/+10
|
* Checklist-rendering implementedKim "BKC" Carlbäcker2016-01-132-1/+11
|
* #2287 Truncate repository name if too longUnknwon2016-01-111-0/+9
|
* fix markdown autolink errorUnknwon2016-01-091-44/+50
|
* #2185 fall back to use custom chardet libUnknwon2015-12-311-9/+11
|
* #2282 fast detection of utf-8Unknwon2015-12-271-0/+6
|
* #2283 set text/plain for non-binary files in raw modeUnknwon2015-12-251-1/+5
|
* #2282 fix utf-8 recognized as windows-1252Unknwon2015-12-251-1/+3
|
* #2185 use Go sub-repo to detect encodingUnknwon2015-12-131-9/+4
|
* #2161 fix wrong regexpUnknwon2015-12-121-1/+1
|
* #2161 No issue linking in commits when issue number in bracketsUnknwon2015-12-121-3/+3
|
* fix #1829 and fix #890Unknwon2015-12-041-62/+67
|
* minor fix markdown post processUnknwon2015-11-241-0/+1
|
* more link fixUnknwon2015-11-241-0/+4
|
* fix #2020Unknwon2015-11-241-2/+2
|
* fix possible panicUnknwon2015-11-211-2/+12
|
* HTML render fixUnknwon2015-11-201-8/+32
|
* fix #1873Unknwon2015-11-201-0/+11
|
* minor fix for #1949Unknwon2015-11-151-3/+14
|
* Safely detect urlPrefix in the format /:owner/:repoHowl2015-11-151-3/+3
|
* Fix bad issue links in non-readme markdown filesHowl2015-11-151-0/+3
|
* Show custom avatars in commitsUnknwon2015-11-132-313/+18
|
* fix #1572 fix file histrory paging issueUnknwon2015-11-101-1/+0
|
* fix 1540 and experimental SSH server supportUnknwon2015-11-081-0/+19
|
* #1433 images with links in MarkdownUnknwon2015-11-061-1/+10
| | | | - #1904 minor fix on image link
* #1078 not show bin when rename a fileUnknwon2015-11-031-1/+1
|
* #1657 allow forcing all private reposUnknwon2015-10-251-2/+2
|
* unified API error responseUnknwon2015-10-081-5/+0
|
* Commit messages now rendered with line breaks and prefix spacing.Sergio Benitez2015-09-181-1/+34
|
* #1646 and other minor fixesUnknwon2015-09-161-10/+1
|
* #1595 pushing new branch will rereference issues in previous branchUnknwon2015-09-101-1/+0
|
* add regexp to restrict `<code class=""></code>`Hongcai Deng2015-09-101-4/+2
|
* add allow attribute `class` to `<code>`Hongcai Deng2015-09-091-0/+4
|
* #1594 Collaborative Repositories missing suburl on DashboardUnknwon2015-09-071-1/+1
|
* new user profile settings UIUnknwon2015-09-061-1/+0
| | | | Signed-off-by: Unknwon <u@gogs.io>
* #1377 add rename repo actionUnknwon2015-09-011-0/+4
|
* #1009 Config option for preserving hard line breaksUnknwon2015-09-011-0/+4
|
* webhook APIsUnknwon2015-08-291-1/+1
|
* #1203 bundle jquery with gogsUnknwon2015-08-281-3/+0
|
* new org dashboard issuesUnknwon2015-08-251-0/+9
|
* fix timezoneUnknwon2015-08-201-1/+0
|