Yamagishi Kazutoshi
654f4f62ed
Remove dependencies that are no longer needed now ( #2999 )
...
There are some dependencies that are no longer needed anymore.
As a result, it took more time to install the package than necessary.
I want to delete them and shorten the installation time.
2017-05-12 04:04:41 +02:00
Eugen Rochko
db707c7af3
Fix #1426 - Trim long usernames in public follower/following lists ( #2993 )
...
Fix #2221 - Catch OpenSSL exceptions when loading remote avatars/headers/attachments
Don't strip "rel" attribute from <a> tags when sanitizing (microformats)
2017-05-11 23:14:00 +02:00
Eugen Rochko
58bcd50f7f
Fix #1426 - Trim long usernames in public follower/following lists ( #2993 )
...
Fix #2221 - Catch OpenSSL exceptions when loading remote avatars/headers/attachments
Don't strip "rel" attribute from <a> tags when sanitizing (microformats)
2017-05-11 23:14:00 +02:00
Matt Jankowski
213c146d87
Coverage for domain block worker ( #2997 )
2017-05-11 22:25:15 +02:00
Matt Jankowski
60ecfb87ae
Coverage for domain block worker ( #2997 )
2017-05-11 22:25:15 +02:00
Eugen Rochko
42d5aa26cc
Fix #2205 - Delete associated notifications when a status is deleted ( #2994 )
2017-05-11 21:54:47 +02:00
Eugen Rochko
d0ef318eaa
Fix #2205 - Delete associated notifications when a status is deleted ( #2994 )
2017-05-11 21:54:47 +02:00
Eugen Rochko
7c20c80ed7
Fix #2027 - Accept own ID for remote follow with and without preceding @ ( #2991 )
...
* Fix #2027 - Accept own ID for remote follow with and without preceding @
Fix #2177 - Omit leading "acct:" in remote follow redirect template expansion
* Fix test
2017-05-11 21:54:30 +02:00
Eugen Rochko
65f9db73b0
Fix #2027 - Accept own ID for remote follow with and without preceding @ ( #2991 )
...
* Fix #2027 - Accept own ID for remote follow with and without preceding @
Fix #2177 - Omit leading "acct:" in remote follow redirect template expansion
* Fix test
2017-05-11 21:54:30 +02:00
Yamagishi Kazutoshi
d0f9ab556a
Stop require of i18n-tasks ( #2992 )
2017-05-11 15:11:59 +02:00
Yamagishi Kazutoshi
a822f7a05a
Stop require of i18n-tasks ( #2992 )
2017-05-11 15:11:59 +02:00
Eugen Rochko
090f27b86f
When avatar/header are missing, do not include the missing file into Atom ( #2988 )
...
Receiving instances will then use their own missing image
Also, add <content /> to deleted statuses, since there was a reported
problem with the deletes and GNU social
2017-05-11 14:32:03 +02:00
Eugen Rochko
a2c8da0185
When avatar/header are missing, do not include the missing file into Atom ( #2988 )
...
Receiving instances will then use their own missing image
Also, add <content /> to deleted statuses, since there was a reported
problem with the deletes and GNU social
2017-05-11 14:32:03 +02:00
Yamagishi Kazutoshi
08f861bbc5
Focus tab of Mastodon when clicking notification ( #2989 )
2017-05-11 13:34:05 +02:00
Yamagishi Kazutoshi
88fd5cb688
Focus tab of Mastodon when clicking notification ( #2989 )
2017-05-11 13:34:05 +02:00
Jack Jennings
61edc8e98d
Add pessimistic constraints to gem versions ( #2980 )
2017-05-11 11:27:01 +02:00
Jack Jennings
c78e8c01a3
Add pessimistic constraints to gem versions ( #2980 )
2017-05-11 11:27:01 +02:00
Nolan Lawson
4692cc8d98
Add dynamic polyfills for older browsers ( #2985 )
...
Fixes #2941
2017-05-11 11:26:06 +02:00
Nolan Lawson
0ec77c5b3e
Add dynamic polyfills for older browsers ( #2985 )
...
Fixes #2941
2017-05-11 11:26:06 +02:00
Jack Jennings
cd56acd184
Add specs for current Status#permitted? implementation ( #2982 )
2017-05-11 11:25:10 +02:00
Jack Jennings
2d000e9c4e
Add specs for current Status#permitted? implementation ( #2982 )
2017-05-11 11:25:10 +02:00
Ayumu AIZAWA
ba8ea16858
[bug] wrong config setting for dababase. ( #2984 )
2017-05-11 11:23:24 +02:00
Ayumu AIZAWA
b913746752
[bug] wrong config setting for dababase. ( #2984 )
2017-05-11 11:23:24 +02:00
Go Shoemake
f87af43ee7
Fixed mention regex to support unicode ( #2420 )
2017-05-11 03:47:38 +02:00
Go Shoemake
9cd3a6836b
Fixed mention regex to support unicode ( #2420 )
2017-05-11 03:47:38 +02:00
Eugen Rochko
d7ca846ba8
Update screenshot in readme ( #2978 )
2017-05-11 02:57:30 +02:00
Eugen Rochko
53c2274d48
Update screenshot in readme ( #2978 )
2017-05-11 02:57:30 +02:00
Yamagishi Kazutoshi
83b0107167
Refine unescapeHTML ( #2977 )
2017-05-11 02:22:40 +02:00
Yamagishi Kazutoshi
7ff84cb07e
Refine unescapeHTML ( #2977 )
2017-05-11 02:22:40 +02:00
Yamagishi Kazutoshi
04e4aa2096
Remove unnecessary .keep files ( #2976 )
...
Follow up #2902
2017-05-11 01:45:42 +02:00
Yamagishi Kazutoshi
e6fbf0334f
Remove unnecessary .keep files ( #2976 )
...
Follow up #2902
2017-05-11 01:45:42 +02:00
Eugen Rochko
3702e2c924
Fix regressions from #2683 ( #2970 )
...
* Fix regressions from #2683
Properly format spoiler text HTML, while keeping old logic for blankness intact
Process hashtags and mentions in spoiler text
Format spoiler text for Atom
Change "show more" toggle into a button instead of anchor
Fix style regression on dropdowns for detailed statuses
* Fix lint issue
* Convert spoiler text to plaintext in desktop notifications
2017-05-11 00:28:10 +02:00
Eugen Rochko
72698bc3b4
Fix regressions from #2683 ( #2970 )
...
* Fix regressions from #2683
Properly format spoiler text HTML, while keeping old logic for blankness intact
Process hashtags and mentions in spoiler text
Format spoiler text for Atom
Change "show more" toggle into a button instead of anchor
Fix style regression on dropdowns for detailed statuses
* Fix lint issue
* Convert spoiler text to plaintext in desktop notifications
2017-05-11 00:28:10 +02:00
jeroenpraat
634b19b725
Very small fix/update NL strings ( #2971 )
...
* Very small fix/update NL strings
* Oops
2017-05-11 00:20:13 +02:00
jeroenpraat
65027657ec
Very small fix/update NL strings ( #2971 )
...
* Very small fix/update NL strings
* Oops
2017-05-11 00:20:13 +02:00
Matt Jankowski
60fa69399c
Pubsub confirmation worker spec ( #2974 )
...
* Add specs for valid challenge response from pubsub confirmation worker
* Refactor the pubsub confirmation worker
2017-05-11 00:19:37 +02:00
Matt Jankowski
08949cca41
Pubsub confirmation worker spec ( #2974 )
...
* Add specs for valid challenge response from pubsub confirmation worker
* Refactor the pubsub confirmation worker
2017-05-11 00:19:37 +02:00
Eugen Rochko
ee7719d540
Fix #2955 - Send HEAD request ahead of GET when fetching URL previews ( #2972 )
2017-05-10 23:30:07 +02:00
Eugen Rochko
a231f915a0
Fix #2955 - Send HEAD request ahead of GET when fetching URL previews ( #2972 )
2017-05-10 23:30:07 +02:00
alpaca-tc
d0c0fed791
Add account_id DESC
to optimize PrecomputeFeedService ( #2967 )
2017-05-10 20:33:32 +02:00
alpaca-tc
c3ef5d5414
Add account_id DESC
to optimize PrecomputeFeedService ( #2967 )
2017-05-10 20:33:32 +02:00
beatrix
e71ac76f5e
fix a regression introduced by 4f54465c3b
( #2966 )
...
that caused user pages to break when showing toots with CWs
2017-05-10 20:32:59 +02:00
beatrix
57a3d71c90
fix a regression introduced by e2491680e6
( #2966 )
...
that caused user pages to break when showing toots with CWs
2017-05-10 20:32:59 +02:00
Wonderfall
04ee7e7b62
align buttons with column headers ( #2964 )
2017-05-10 20:32:26 +02:00
Wonderfall
43db2cf5e7
align buttons with column headers ( #2964 )
2017-05-10 20:32:26 +02:00
Matt Jankowski
cd8fc8031f
Spec feed insert worker ( #2965 )
...
* Spec for feed insert worker when missing records
* more specs!
* Refactor feed insert worker
2017-05-10 20:32:05 +02:00
Matt Jankowski
cc9a6a710f
Spec feed insert worker ( #2965 )
...
* Spec for feed insert worker when missing records
* more specs!
* Refactor feed insert worker
2017-05-10 20:32:05 +02:00
Yamagishi Kazutoshi
67aa79964e
Add boop sounds in Vorbis format ( #2963 )
...
Vorbis is audio format of Open Source.
Can play audio in a free environment where you can not play mp3.
2017-05-10 16:58:54 +02:00
Yamagishi Kazutoshi
2fba4196ef
Add boop sounds in Vorbis format ( #2963 )
...
Vorbis is audio format of Open Source.
Can play audio in a free environment where you can not play mp3.
2017-05-10 16:58:54 +02:00
Matt Jankowski
6658a20e98
Disable sidekiq logging in test mode ( #2962 )
2017-05-10 16:16:42 +02:00