Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #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 |
| | |||||
* | print time to debug | Unknwon | 2015-08-20 | 1 | -2/+3 |
| | |||||
* | #1500 use UTC for TimeSince | Unknwon | 2015-08-20 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1475 from donbowman/master | 无闻 | 2015-08-15 | 1 | -1/+0 |
|\ | | | | | Fix race condition on ssh key delete, and revert re-revert of hard line break | ||||
| * | Merge branch 'master' of https://github.com/gogits/gogs | Don Bowman | 2015-08-12 | 1 | -2/+10 |
| |\ | | | | | | | | | | | | | Conflicts: routers/repo/download.go | ||||
| * | | fixes for binary | Don Bowman | 2015-08-12 | 1 | -1/+0 |
| | | | |||||
* | | | finish view comments on issue page | Unknwon | 2015-08-13 | 2 | -6/+11 |
| | | | |||||
* | | | finish create issue with labels | Unknwon | 2015-08-10 | 1 | -0/+18 |
| |/ |/| | |||||
* | | improve fork process | Unknwon | 2015-08-08 | 1 | -0/+5 |
| | | |||||
* | | new markdown styles | Fernando San Julián | 2015-08-01 | 1 | -1/+1 |
| | | |||||
* | | Fix UTF-8 in upper-case, use ansi charset for all non UTF-8 encodings | Vladimir Vissoultchev | 2015-07-29 | 1 | -2/+2 |
| | | |||||
* | | Allow file and directory names to contain percent character | Vladimir Vissoultchev | 2015-07-28 | 1 | -1/+1 |
| | | |||||
* | | Allow explicit charset/codepage setting for ANSI source files to alleviate ↵ | Vladimir Vissoultchev | 2015-07-27 | 1 | -0/+3 |
| | | | | | | | | issue #1088 | ||||
* | | remove blackfriday.EXTENSION_HARD_LINE_BREAK from options. | Don Bowman | 2015-04-08 | 1 | -1/+1 |
|/ | |||||
* | #1098 Hide gravatar email field if gravatar is disabled (or offline mode) | Unknwon | 2015-03-24 | 1 | -0/+3 |
| | |||||
* | #637 #738 fix markdown: render special links | Unknwon | 2015-03-23 | 1 | -63/+50 |
| | | | | - code format for #1020 | ||||
* | Merge pull request #1020 from jcracknell/tag-exclude-nethtml | 无闻 | 2015-03-23 | 1 | -4/+48 |
|\ | | | | | Exclude HTML tags from Markdown post-processing | ||||
| * | Mousewheel paste | James Cracknell | 2015-03-08 | 1 | -4/+0 |
| | | |||||
| * | Exclude HTML tags from Markdown post-processing | James Cracknell | 2015-03-08 | 1 | -4/+52 |
| | | | | | | | | | | | | HTML tags are no longer processed for special links, etc Contents of <a>, <code> and <pre> are not processed for special links Processing for special links is done after Markdown conversion | ||||
* | | #1024: OFFLINE_MODE Still Uses Gravatar | Unknwon | 2015-03-12 | 1 | -1/+1 |
|/ | |||||
* | modules/setting: simple behave change in startup | Unknwon | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | gitlab-like hash naming | Alexey Makhov | 2015-02-19 | 1 | -0/+5 |
| | |||||
* | Remove the "PHP" style formatting function | Peter Smit | 2015-02-16 | 2 | -63/+13 |
| | | | | | | The "PHP" formatting function doesn't add anything, except an undocumented date format. All usages in the templates have been replaced with DateFmtShort and DateFmtLong for convenience. | ||||
* | Fixes #921 | Peter Smit | 2015-02-09 | 1 | -2/+3 |
| | | | | Fixes #921 and makes the Mention regexp be in line with the others | ||||
* | models/action.go: mirror fix on #892 | Unknwon | 2015-02-06 | 1 | -2/+2 |
| | | | | | - modules/base/markdown.go: fix issue link issue - routers/repo/view.go: remove useless code | ||||
* | modules/base: fix markdown mention regex for #826 | Unknwon | 2015-02-06 | 1 | -1/+1 |
| | | | | - conf/locale: add mew translator profile | ||||
* | Merge pull request #826 from deringer/dev | 无闻 | 2015-02-06 | 1 | -2/+2 |
|\ | | | | | Fix user mention bug when parsing markdown documents | ||||
| * | Adjust MentionPattern to not match users mid-sentence (or email addresses) | Michael Dyrynda | 2015-01-03 | 1 | -2/+2 |
| | | | | | | | | Fix link to user profile, update based on adjusted MentionPattern | ||||
* | | modules/base: fix README filename checker, fix #877 | Unknwon | 2015-02-02 | 1 | -1/+7 |
| | | |||||
* | | modules/base: clean code with #838 | Unknwon | 2015-01-30 | 3 | -33/+5 |
| | | |||||
* | | modules/base: add RenderCommitMessage with XSS-safe and special links | Unknwon | 2015-01-30 | 2 | -1/+7 |
| | | | | | | | | - update russian locale | ||||
* | | fix #828, may cause unintentional break in other features, but security is no.1 | Unknwon | 2015-01-20 | 1 | -3/+6 |
| | | |||||
* | | Change chardet to gogits | Peter Smit | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | Replace mahonia with the standard functions in the Golang Sub-repositories | Peter Smit | 2014-12-22 | 1 | -8/+19 |
|/ |