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
Unknwon
2a9ef8c1db
print time to debug
10 years ago
Unknwon
57663cdf89
#1500 use UTC for TimeSince
10 years ago
无闻
e1a36e7d4d
Merge pull request #1475 from donbowman/master
Fix race condition on ssh key delete, and revert re-revert of hard line break
10 years ago
Unknwon
0162859657
finish view comments on issue page
10 years ago
Don Bowman
67cfd9ffd1
Merge branch 'master' of https://github.com/gogits/gogs
Conflicts:
routers/repo/download.go
10 years ago
Don Bowman
d78b8a0277
fixes for binary
10 years ago
Unknwon
700f1d166b
finish create issue with labels
10 years ago
Unknwon
c95ef7c546
improve fork process
10 years ago
Fernando San Julián
6d652fdd3f
new markdown styles
10 years ago
Vladimir Vissoultchev
2c124b65d3
Fix UTF-8 in upper-case, use ansi charset for all non UTF-8 encodings
10 years ago
Vladimir Vissoultchev
42fe2274e6
Allow file and directory names to contain percent character
10 years ago
Vladimir Vissoultchev
66deff9c64
Allow explicit charset/codepage setting for ANSI source files to alleviate issue #1088
10 years ago
Don Bowman
20b8b794b0
remove blackfriday.EXTENSION_HARD_LINE_BREAK from options.
10 years ago
Unknwon
aa9a72602c
#1098 Hide gravatar email field if gravatar is disabled (or offline mode)
10 years ago
Unknwon
6756137d74
#637 #738 fix markdown: render special links
- code format for #1020
10 years ago
无闻
1c67192cb3
Merge pull request #1020 from jcracknell/tag-exclude-nethtml
Exclude HTML tags from Markdown post-processing
10 years ago
Unknwon
b702955573
#1024 : OFFLINE_MODE Still Uses Gravatar
10 years ago
James Cracknell
a21c8fe667
Mousewheel paste
10 years ago
James Cracknell
a06434582c
Exclude HTML tags from Markdown post-processing
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
10 years ago
Unknwon
11ce6b1785
modules/setting: simple behave change in startup
10 years ago
Alexey Makhov
dabc9f4991
gitlab-like hash naming
10 years ago
Peter Smit
327d3cd26f
Remove the "PHP" style formatting function
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.
10 years ago
Peter Smit
2529b02dc2
Fixes #921
Fixes #921 and makes the Mention regexp be in line with the others
10 years ago
Unknwon
58c91218ab
models/action.go: mirror fix on #892
- modules/base/markdown.go: fix issue link issue
- routers/repo/view.go: remove useless code
10 years ago
Unknwon
f45f92b4a4
modules/base: fix markdown mention regex for #826
- conf/locale: add mew translator profile
10 years ago
无闻
646662d24f
Merge pull request #826 from deringer/dev
Fix user mention bug when parsing markdown documents
10 years ago
Unknwon
9e8c24da7c
modules/base: fix README filename checker, fix #877
10 years ago
Unknwon
ee6786216a
modules/base: clean code with #838
10 years ago
Unknwon
37fcc8daf2
modules/base: add RenderCommitMessage with XSS-safe and special links
- update russian locale
10 years ago
Unknwon
8e384ce46c
fix #828 , may cause unintentional break in other features, but security is no.1
10 years ago
Peter Smit
e6f97c78ff
Change chardet to gogits
10 years ago
Michael Dyrynda
c7cbdd34fb
Adjust MentionPattern to not match users mid-sentence (or email addresses)
Fix link to user profile, update based on adjusted MentionPattern
10 years ago
Peter Smit
3af757ed77
Replace mahonia with the standard functions in the Golang Sub-repositories
10 years ago
Unknwon
9ee80e3e54
fix compile error
10 years ago
无闻
b2c6a6920f
Merge pull request #727 from Mageti/master
Correction for #723
10 years ago
Mageti
e321469884
remove unused code in BasicAuthDecode
10 years ago