Ivan Tashkinov
|
65bb9b2fba
|
[#491] Made full nicknames be preserved in user links text only in Bio.
|
2019-01-18 09:30:16 +03:00 |
|
Ivan Tashkinov
|
2bfae25a1f
|
[#491] Made user bio preserve full nicknames (nick@host).
|
2019-01-17 18:03:49 +03:00 |
|
William Pitcock
|
85a5be6220
|
tests: fixup
|
2019-01-16 04:09:01 +00:00 |
|
William Pitcock
|
3c08d229db
|
tests: add legal boilerplate
|
2018-12-23 20:57:10 +00:00 |
|
Maksim
|
f1b93b5be7
|
[#413] fix parse mentions
|
2018-12-20 09:35:01 +00:00 |
|
Rin Toshaka
|
196d9c0fd0
|
Fix tests
|
2018-12-18 20:30:04 +01:00 |
|
rinpatch
|
8a67677d77
|
Add test
|
2018-12-18 22:10:56 +03:00 |
|
Maksim Pechnikov
|
baead4ea4b
|
fix markdown formatting
|
2018-12-14 16:03:58 +03:00 |
|
href
|
7d9ddbe689
|
Allow underscores in usernames.
Fixes #429.
|
2018-12-12 18:57:33 +01:00 |
|
Vald
|
743a09132b
|
linting
|
2018-12-06 01:28:52 +05:30 |
|
Vald
|
812b20d49f
|
resolved formatter_test failures
|
2018-12-06 01:27:08 +05:30 |
|
Maksim Pechnikov
|
dd8aee332c
|
formatting the code
|
2018-12-04 17:48:55 +03:00 |
|
Maksim Pechnikov
|
a9e4a97586
|
update test
|
2018-12-04 14:04:06 +03:00 |
|
lain
|
2887f4ff1d
|
Fix formatter tests.
|
2018-11-20 19:07:01 +01:00 |
|
William Pitcock
|
958c5e02e8
|
tests: add a testcase for matching osada users in the formatter
|
2018-10-17 19:27:05 +00:00 |
|
Haelwenn (lanodan) Monnier
|
a3cffd3566
|
formatter: Stop using phoenix HTML and format it ourselves
* Pheonix has an extra scheme whitelist conflicting with ours
* Pheonix doesn’t seems to do URL encoding, just HTML encoding
Closes: https://git.pleroma.social/pleroma/pleroma/issues/307
|
2018-09-28 17:32:27 +02:00 |
|
kaniini
|
7ca2a2ddea
|
Merge branch 'nil-bio-emojis' into 'develop'
add nil clause for Formatter.get_emoji/1 to return an empty result
Closes #274
See merge request pleroma/pleroma!315
|
2018-09-03 05:54:11 +00:00 |
|
William Pitcock
|
834515fb51
|
formatter: don't add XSS emoji
|
2018-09-02 00:04:09 +00:00 |
|
Thurloat
|
a9c0f395cb
|
add nil clause for Formatter.get_emoji/1 to return an empty result
|
2018-08-31 14:29:23 -03:00 |
|
William Pitcock
|
a8bd120ea6
|
tests: formatting
|
2018-08-24 18:33:36 +00:00 |
|
William Pitcock
|
14d1187702
|
test: add testcase for formatter issue #163
|
2018-08-24 18:22:46 +00:00 |
|
Haelwenn (lanodan) Monnier
|
32a55e9695
|
[Pleroma.FormatterTest] Add test for XMPP link
|
2018-07-30 22:01:48 +02:00 |
|
Haelwenn (lanodan) Monnier
|
1a2255ef7e
|
[Pleroma.FormatterTest]: .add_links: Add a space before the dot
A dot is legal in the url, even at the end, so I moved it for the test
|
2018-07-30 22:01:48 +02:00 |
|
William Pitcock
|
f569b67cda
|
tests: update for html changes
|
2018-05-27 13:03:34 +00:00 |
|
lain
|
df95118c81
|
Fix linking problem.
|
2018-05-19 11:27:14 +02:00 |
|
lain
|
0c221943ef
|
Formatter: Use proper escaping for links.
|
2018-04-21 18:27:31 +02:00 |
|
lain
|
60f92e406c
|
Accept port number in urls.
|
2018-04-06 16:35:54 +02:00 |
|
lain
|
81600c94f4
|
Handle + in links.
|
2018-04-04 11:29:03 +02:00 |
|
lain
|
806550c921
|
Use user url in mention if we have it.
|
2018-04-03 18:32:46 +02:00 |
|
lain
|
4afbef39f4
|
Format the code.
|
2018-03-30 15:01:53 +02:00 |
|
Francis Dinh
|
5ba2f4b6d8
|
Update tests to reflect hashtag link changes
|
2018-03-27 02:07:07 -04:00 |
|
lain
|
eb7ce61ca5
|
Fix hashtags.
|
2018-03-24 11:03:10 +01:00 |
|
eal
|
a3e68f0233
|
Allow parentheses in links.
|
2017-12-07 21:38:31 +02:00 |
|
Roger Braun
|
7da978f3f5
|
Linkify fixes.
|
2017-11-07 12:06:37 +01:00 |
|
Roger Braun
|
884006a9e9
|
Federate emoji out.
|
2017-09-16 16:14:23 +02:00 |
|
Roger Braun
|
79aeb219d8
|
Small emoji refactor.
|
2017-09-16 15:47:45 +02:00 |
|
Roger Braun
|
66b4fee80e
|
Add finmoji.
|
2017-06-19 17:51:43 +02:00 |
|
Roger Braun
|
6cac8e3c8b
|
Downcase tags coming in through the TwAPI.
|
2017-06-18 19:04:46 +02:00 |
|
Roger Braun
|
a9bfbcae80
|
Slightly better html link regex.
|
2017-06-18 13:29:30 +02:00 |
|
Roger Braun
|
1af9c77736
|
Move mention parsing to Formatter module.
|
2017-06-14 13:58:56 +02:00 |
|
Roger Braun
|
dcfd494e97
|
Add Formatter.
|
2017-05-17 18:00:09 +02:00 |
|