1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-30 17:21:18 +02:00
gitea/modules
Roy Marples 89845f6728 Fix SHA1 hash linking (#2143)
This changes the regex to look for a hash from 7 to 40 characters,
to match the use of abbreviated hash lookups in both git and github.
The restriction of not being a pure number is also removed because
1234567 is now considered a valid abbreviated hash, as is deadbeef.

A note has been added to the top of the code to state that the
literal regex match is fine, but no extra validation is currently
performed so some false positives are expected.

A future change could ensure that the hash exists in the repository
before rendering it as a link, although this might incur a slight
performance penalty.

Reverts part of commit 4a46613 and fixes #2053.
2017-07-12 04:26:54 +02:00
..
auth Check for valid renamed usernames (#2077) 2017-07-01 22:48:29 +03:00
avatar
base lint 2017-06-29 12:11:34 -04:00
context Fix missing-return bug (#2109) 2017-07-04 09:29:57 +08:00
cron LDAP user synchronization (#1478) 2017-05-10 15:10:18 +02:00
highlight No highlighting for .txt files (#1922) 2017-06-09 19:39:16 -05:00
httplib
indexer
lfs
log
mailer fix misspell (#1996) 2017-06-18 08:30:04 +08:00
markdown Fix SHA1 hash linking (#2143) 2017-07-12 04:26:54 +02:00
markup gofmt (#1710) 2017-05-12 16:09:53 +08:00
minwinsvc
notification
options
private Drop db operations from hook commands (#1514) 2017-05-04 13:42:02 +08:00
process
public
setting Absolute path for setting.CustomConf (#2085) 2017-07-01 11:10:04 +08:00
ssh
sync Fix status table race condition (#1835) 2017-05-31 16:57:17 +08:00
templates
user
util
validation