Unknwon
0af035c37e
#1078 not show bin when rename a file
9 years ago
Unknwon
022820103d
#1657 allow forcing all private repos
9 years ago
Matthias Pioch
8b92f9cca6
fix workaround for reverse proxy, ssh, submodule
9 years ago
Matthias Pioch
78a4e71245
workaround for reverse proxy, ssh, submodule
9 years ago
Unknwon
aff49b1c9e
unified API error response
9 years ago
Sergio Benitez
7acbcf9ddd
Commit messages now rendered with line breaks and prefix spacing.
9 years ago
Unknwon
2729eb998c
#1646 and other minor fixes
9 years ago
Unknwon
c8d92fad30
#1595 pushing new branch will rereference issues in previous branch
9 years ago
Hongcai Deng
e4d4662074
add regexp to restrict `<code class=""></code>`
9 years ago
Hongcai Deng
357c002c03
add allow attribute `class` to `<code>`
9 years ago
Unknwon
645d4d0c5b
#1594 Collaborative Repositories missing suburl on Dashboard
9 years ago
Unknwon
85f34ba538
new user profile settings UI
...
Signed-off-by: Unknwon <u@gogs.io>
9 years ago
Unknwon
8af094967f
#1377 add rename repo action
9 years ago
Unknwon
90a6553c37
#1009 Config option for preserving hard line breaks
9 years ago
Unknwon
55ddf225bb
webhook APIs
9 years ago
Unknwon
a7686e8749
#1203 bundle jquery with gogs
9 years ago
Unknwon
a329bbc215
new org dashboard issues
9 years ago
Unknwon
6c2536b89c
fix timezone
9 years ago
Unknwon
a5b09b30d0
print time to debug
9 years ago
Unknwon
390027496c
#1500 use UTC for TimeSince
9 years ago
Unknwon
133b19d0c5
finish view comments on issue page
9 years ago
Don Bowman
9e6bd31d76
fixes for binary
9 years ago
Unknwon
922f3f3062
finish create issue with labels
9 years ago
Unknwon
9db4acc62e
improve fork process
9 years ago
Fernando San Julián
c5be40decb
new markdown styles
9 years ago
Vladimir Vissoultchev
2cc050e21e
Fix UTF-8 in upper-case, use ansi charset for all non UTF-8 encodings
9 years ago
Vladimir Vissoultchev
167265d533
Allow file and directory names to contain percent character
9 years ago
Vladimir Vissoultchev
53bcf373c1
Allow explicit charset/codepage setting for ANSI source files to alleviate issue #1088
9 years ago
Don Bowman
81e6173356
remove blackfriday.EXTENSION_HARD_LINE_BREAK from options.
10 years ago
Unknwon
caf7618ea6
#1098 Hide gravatar email field if gravatar is disabled (or offline mode)
10 years ago
Unknwon
ab6b288141
#637 #738 fix markdown: render special links
...
- code format for #1020
10 years ago
Unknwon
b72e75e522
#1024 : OFFLINE_MODE Still Uses Gravatar
10 years ago
James Cracknell
41cc43208e
Mousewheel paste
10 years ago
James Cracknell
127eb439d7
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
e3dece1371
modules/setting: simple behave change in startup
10 years ago
Alexey Makhov
563e8b4ea9
gitlab-like hash naming
10 years ago
Peter Smit
7759b9ee6e
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
5cd887dba5
Fixes #921
...
Fixes #921 and makes the Mention regexp be in line with the others
10 years ago
Unknwon
afccd0a3ee
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
0669897226
modules/base: fix markdown mention regex for #826
...
- conf/locale: add mew translator profile
10 years ago
Unknwon
bfce0def25
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
Mageti
e321469884
remove unused code in BasicAuthDecode
10 years ago
Mageti
b7ebbb4064
Correction for #723
...
Correction for #723
Bug was : decode failed if the password contains ```:```
10 years ago