summaryrefslogtreecommitdiffstats
path: root/modules/base
Commit message (Collapse)AuthorAgeFilesLines
* #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
|
* print time to debugUnknwon2015-08-201-2/+3
|
* #1500 use UTC for TimeSinceUnknwon2015-08-201-2/+2
|
* Merge pull request #1475 from donbowman/master无闻2015-08-151-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/gogsDon Bowman2015-08-121-2/+10
| |\ | | | | | | | | | | | | Conflicts: routers/repo/download.go
| * | fixes for binaryDon Bowman2015-08-121-1/+0
| | |
* | | finish view comments on issue pageUnknwon2015-08-132-6/+11
| | |
* | | finish create issue with labelsUnknwon2015-08-101-0/+18
| |/ |/|
* | improve fork processUnknwon2015-08-081-0/+5
| |
* | new markdown stylesFernando San Julián2015-08-011-1/+1
| |
* | Fix UTF-8 in upper-case, use ansi charset for all non UTF-8 encodingsVladimir Vissoultchev2015-07-291-2/+2
| |
* | Allow file and directory names to contain percent characterVladimir Vissoultchev2015-07-281-1/+1
| |
* | Allow explicit charset/codepage setting for ANSI source files to alleviate ↵Vladimir Vissoultchev2015-07-271-0/+3
| | | | | | | | issue #1088
* | remove blackfriday.EXTENSION_HARD_LINE_BREAK from options.Don Bowman2015-04-081-1/+1
|/
* #1098 Hide gravatar email field if gravatar is disabled (or offline mode)Unknwon2015-03-241-0/+3
|
* #637 #738 fix markdown: render special linksUnknwon2015-03-231-63/+50
| | | | - code format for #1020
* Merge pull request #1020 from jcracknell/tag-exclude-nethtml无闻2015-03-231-4/+48
|\ | | | | Exclude HTML tags from Markdown post-processing
| * Mousewheel pasteJames Cracknell2015-03-081-4/+0
| |
| * Exclude HTML tags from Markdown post-processingJames Cracknell2015-03-081-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 GravatarUnknwon2015-03-121-1/+1
|/
* modules/setting: simple behave change in startupUnknwon2015-02-261-1/+1
|
* gitlab-like hash namingAlexey Makhov2015-02-191-0/+5
|
* Remove the "PHP" style formatting functionPeter Smit2015-02-162-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 #921Peter Smit2015-02-091-2/+3
| | | | Fixes #921 and makes the Mention regexp be in line with the others
* models/action.go: mirror fix on #892Unknwon2015-02-061-2/+2
| | | | | - modules/base/markdown.go: fix issue link issue - routers/repo/view.go: remove useless code
* modules/base: fix markdown mention regex for #826Unknwon2015-02-061-1/+1
| | | | - conf/locale: add mew translator profile
* Merge pull request #826 from deringer/dev无闻2015-02-061-2/+2
|\ | | | | Fix user mention bug when parsing markdown documents
| * Adjust MentionPattern to not match users mid-sentence (or email addresses)Michael Dyrynda2015-01-031-2/+2
| | | | | | | | Fix link to user profile, update based on adjusted MentionPattern
* | modules/base: fix README filename checker, fix #877Unknwon2015-02-021-1/+7
| |
* | modules/base: clean code with #838Unknwon2015-01-303-33/+5
| |
* | modules/base: add RenderCommitMessage with XSS-safe and special linksUnknwon2015-01-302-1/+7
| | | | | | | | - update russian locale
* | fix #828, may cause unintentional break in other features, but security is no.1Unknwon2015-01-201-3/+6
| |
* | Change chardet to gogitsPeter Smit2015-01-151-1/+1
| |
* | Replace mahonia with the standard functions in the Golang Sub-repositoriesPeter Smit2014-12-221-8/+19
|/