1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-02 00:41:50 +02:00
gitea/modules
silverwind 2242a9f82e Improve SHA1 link detection (#6526)
This improves the SHA1 link detection to not pick up extraneous
non-whitespace characters at the end of the URL. The '.' is a special
case handled in code itself because of missing regexp lookahead
support.

Regex test cases: https://regex101.com/r/xUMlqh/3
2019-04-06 21:28:45 +03:00
..
auth Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
avatar
base Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
cache
context Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
cron Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
generate
git
gzip
highlight
httplib
indexer Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
lfs Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
log Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
mailer Add X-Auto-Response-Suppress header to outgoing messages (#6492) 2019-04-02 11:45:54 -04:00
markup Improve SHA1 link detection (#6526) 2019-04-06 21:28:45 +03:00
metrics
minwinsvc
notification Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
options
pprof Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
private
process
public
recaptcha
search
secret
setting Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
ssh Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
structs
sync
templates Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
test
uploader
user
util Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
validation