Justin Tormey
|
d84ca4d0b7
|
Fix formatting in test
|
2020-11-19 09:48:28 -06:00 |
|
Justin Tormey
|
8713d4141a
|
Add handle_href option for href pre-processing
|
2020-11-19 09:40:47 -06:00 |
|
|
b50bd58d70
|
Merge branch 'fix/fqdn-domain' into 'master'
Support linking URLs with FQDNs
See merge request pleroma/elixir-libraries/linkify!30
|
2020-11-18 17:47:54 +00:00 |
|
Mark Felder
|
372879c8d4
|
Verify trailing periods as sentence punctuation do not link
|
2020-11-18 17:41:12 +00:00 |
|
Mark Felder
|
1f8680f4b4
|
Document FQDN support
|
2020-11-18 17:26:17 +00:00 |
|
Mark Felder
|
b87be206a7
|
Support URLs with FQDNs (trailing period on the tld)
|
2020-11-18 17:24:44 +00:00 |
|
|
815343e824
|
Merge branch 'chore/readme' into 'master'
Add example to README showing how we link user mentions
See merge request pleroma/elixir-libraries/linkify!28
|
2020-11-17 15:49:46 +00:00 |
|
Mark Felder
|
c4f3b56219
|
Add example to README showing how we link user mentions
|
2020-11-17 15:45:38 +00:00 |
|
lain
|
175ee6cbea
|
Merge branch 'release-0.3.0' into 'master'
Release v0.3.0
See merge request pleroma/elixir-libraries/linkify!26
|
2020-11-17 14:50:43 +00:00 |
|
Egor Kislitsyn
|
4a1d1e6336
|
Update ex_doc
|
2020-11-17 18:41:43 +04:00 |
|
Egor Kislitsyn
|
b846e25b83
|
Version bump
|
2020-11-17 18:41:43 +04:00 |
|
Egor Kislitsyn
|
971b5f3a69
|
Update CHANGELOG
|
2020-11-17 18:41:39 +04:00 |
|
Egor Kislitsyn
|
cbf5128a8a
|
Update dependencies
|
2020-11-17 18:38:27 +04:00 |
|
rinpatch
|
272b9abea9
|
Merge branch 'fix/incorrect-mentions-parsing' into 'master'
Fix incorrect mentions parsing
See merge request pleroma/elixir-libraries/linkify!27
|
2020-11-17 12:55:25 +00:00 |
|
Sergey Suprunenko
|
45e970d604
|
Upgrade credo
|
2020-11-16 23:18:32 +01:00 |
|
Sergey Suprunenko
|
2a050e1cbe
|
Ignore non-word chars in the beginning of mentions
|
2020-11-16 23:03:24 +01:00 |
|
Sergey Suprunenko
|
e16136f709
|
Do not parse mention if there is something before it
|
2020-11-10 21:24:50 +01:00 |
|
rinpatch
|
5581840992
|
Merge branch 'fix/parser-url-bugs' into 'master'
Fix small parser bugs
Closes #23, #21, #16, #15, #13, and #10
See merge request pleroma/elixir-libraries/linkify!24
|
2020-10-06 19:56:01 +00:00 |
|
Sergey Suprunenko
|
c4b4cb95fb
|
Linkify.Parser.restore_stripped_symbols/3 must always return iodata
|
2020-10-06 21:49:01 +02:00 |
|
Sergey Suprunenko
|
7005cda9e4
|
Handle punctuation marks and new lines
|
2020-10-06 21:49:00 +02:00 |
|
Sergey Suprunenko
|
8d88833dc5
|
Remove unused clauses
|
2020-10-06 21:46:58 +02:00 |
|
Sergey Suprunenko
|
74afaca73b
|
Handle punctuation marks and angle bracket in the end of a link
|
2020-10-06 21:43:35 +02:00 |
|
Sergey Suprunenko
|
e5a8cf2b08
|
Do not parse html links inside html tags
|
2020-10-06 21:43:04 +02:00 |
|
rinpatch
|
86afaf49e5
|
Merge branch 'fix/hashtag-link-parsing' into 'master'
Handle hashtags followed by skipped html tags (a, pre, code)
Closes #22
See merge request pleroma/elixir-libraries/linkify!25
|
2020-10-06 19:39:23 +00:00 |
|
Sergey Suprunenko
|
69902de571
|
Handle hashtags followed by skipped html tags
|
2020-08-31 20:48:04 +02:00 |
|
rinpatch
|
4764e1819e
|
Merge branch 'iodata' into 'master'
Support returning result as iodata and as safe iodata
Closes #20
See merge request pleroma/elixir-libraries/linkify!23
|
2020-08-30 18:31:48 +00:00 |
|
Justin Tormey
|
e720efd50c
|
Accumulate as iodata, only convert to binary if necessary
|
2020-08-20 13:39:59 -05:00 |
|
Justin Tormey
|
61871d137a
|
Reduce work for checking precense of type in opts
|
2020-07-27 13:37:15 -05:00 |
|
Justin Tormey
|
1d52bfeb81
|
Fix formatting
|
2020-07-27 12:46:26 -05:00 |
|
Justin Tormey
|
b1f6c04eef
|
Add parser support for iodata and safe iodata
|
2020-07-27 12:42:51 -05:00 |
|
lain
|
62652612c9
|
Merge branch 'release-0.2.0' into 'master'
Release v0.2.0
See merge request pleroma/elixir-libraries/linkify!22
|
2020-07-20 12:42:55 +00:00 |
|
Egor Kislitsyn
|
5ab4cff3c8
|
Bump version
|
2020-07-20 14:55:09 +04:00 |
|
Egor Kislitsyn
|
c20ca9d206
|
Add CHANGELOG
|
2020-07-20 14:54:57 +04:00 |
|
Egor Kislitsyn
|
27b177d724
|
Update dependencies
|
2020-07-20 14:54:45 +04:00 |
|
lain
|
a08513aa7e
|
Merge branch 'mentions-fix' into 'master'
Don't parse mentions inside links
Closes pleroma/pleroma#1656
See merge request pleroma/elixir-libraries/linkify!21
|
2020-07-13 09:23:28 +00:00 |
|
Alex Gleason
|
7c6cff9f8c
|
Don't parse mentions inside links
Fixes: https://git.pleroma.social/pleroma/pleroma/-/issues/1656
|
2020-06-30 16:29:32 -05:00 |
|
Egor
|
d3d75daff8
|
Merge branch 'strip-prefix' into 'master'
Disable `strip_prefix` by default
See merge request pleroma/linkify!20
|
2019-07-15 09:18:41 +00:00 |
|
Egor Kislitsyn
|
18028fb6b1
|
Bump version
|
2019-07-11 20:08:36 +07:00 |
|
Egor Kislitsyn
|
14b8f39160
|
Disable strip_prefix by default
|
2019-07-11 20:08:30 +07:00 |
|
Egor
|
b2ba6a3d59
|
Merge branch 'patch-1' into 'master'
Fix markdown in README.md
See merge request pleroma/linkify!19
|
2019-06-27 09:58:35 +00:00 |
|
Egor
|
97bbe850d4
|
Fix markdown in README.md
|
2019-06-27 09:58:35 +00:00 |
|
Egor
|
74c1986da5
|
Merge branch 'linkify' into 'master'
Linkify
See merge request pleroma/linkify!18
|
2019-06-27 09:48:45 +00:00 |
|
Egor Kislitsyn
|
984e8c8341
|
Bump Elixir version
|
2019-06-27 16:10:11 +07:00 |
|
Egor Kislitsyn
|
ccc1550a20
|
Update copyright info
|
2019-06-27 15:33:18 +07:00 |
|
Egor Kislitsyn
|
a26dcdff36
|
Update README
|
2019-06-27 15:32:29 +07:00 |
|
Egor Kislitsyn
|
66f5165655
|
Do not add class , target and rel attributes by default
|
2019-06-27 15:32:07 +07:00 |
|
Egor Kislitsyn
|
de6e003b8c
|
Update dependencies
|
2019-06-24 18:05:01 +07:00 |
|
Egor Kislitsyn
|
2690f2b680
|
Rename to Linkify
|
2019-06-24 17:57:31 +07:00 |
|
Egor Kislitsyn
|
093d2344d2
|
Refactor parser
Refactor parser
|
2019-06-21 20:09:52 +07:00 |
|
Egor Kislitsyn
|
76cfb574a3
|
Remove application configuration
|
2019-06-21 19:39:58 +07:00 |
|