ac035108aa
Add "clear notifications" button, exclude posts from people who have blocked *you* from public/hashtag timelines
Eugen Rochko2017-02-07 00:06:40 +01:00
c8252759df
Add streaming API channels for local-only statuses
Eugen Rochko2017-02-06 23:46:14 +01:00
347a153b3d
Add API modifiers to limit returned toots from public/hashtag timelines to only those from local users; Add link to "extended information" to getting started in the UI; Add defaults for posting privacy; Change how publish button looks depending on posting privacy chosen
Eugen Rochko2017-02-06 23:16:20 +01:00
94e213c6c1
Reuse existing controller and route
Evan Minto2017-02-06 01:19:05 -08:00
4d2be9f432
Add unique request IDs to streaming API to improve logs
Eugen Rochko2017-02-05 23:37:25 +01:00
0af3401553
Don't allow people to follow people they blocked without unblocking first
Eugen Rochko2017-02-05 20:58:09 +01:00
eee8afb0b7
Remove bios from blocked users list, filter out broken entries from API response
v1.0
Eugen Rochko2017-02-05 19:39:00 +01:00
c5a08eb56e
Add link to blocked users to getting started page
Eugen Rochko2017-02-05 19:22:05 +01:00
920ba5fc4eFix#61 - Add list of blocked users to the UI; clean up failed push notifications API Try to fix Travis CI setup
Eugen Rochko2017-02-05 19:18:11 +01:00
77e13c2bc9
Removing failed push notification API, make context loads use cache
Eugen Rochko2017-02-05 17:51:44 +01:00
b5bf807a34
Remove react-dnd as it was interfering with text selection. Move content warning mentions preview into area where actual content would be
Eugen Rochko2017-02-05 04:11:14 +01:00
fb6aa7ad5c
Add tracking of delay to streaming API
Eugen Rochko2017-02-05 03:19:04 +01:00
6cdcac1396Fix#598 - arrow keys to navigate media; fix#481 - non-exact matches no longer overshadow requirement for remote-lookup
Eugen Rochko2017-02-05 03:01:23 +01:00
44fad0160f
Add next/previous navigation in modal for media attachments
Eugen Rochko2017-02-05 02:48:11 +01:00
21972bb398
No replies filter on home timeline no longer hides self-replies
Eugen Rochko2017-02-05 02:02:46 +01:00
e2fbf8bc74
Add an account endpoint for ActivityPub and link to it on HTML profile pages
Evan Minto2017-02-04 14:46:23 -08:00
d4d3a10c25
untested!! spoiler hotfix for replies
hoodie2017-02-04 17:33:46 -05:00
ccb8ac8573
Make the streaming API also handle websockets (because trying to get the browser EventSource interface to work flawlessly was a nightmare). WARNING: This commit makes the web UI connect to the streaming API instead of ActionCable like before. This means that if you are upgrading, you should set that up beforehand.
Eugen Rochko2017-02-04 00:34:31 +01:00
17ae7d132c
Prevent potential issue with public/hashtag statuses arriving after they have been loaded and favourited/reblogged from another source
Eugen Rochko2017-02-02 00:45:57 +01:00
ede04cdb24
Move rendering of JSON payloads for public/hashtag timelines to FanOutOnWriteService. The only recipient-specific part on them is reblogged/favourited. But since only newly created statuses appear on them, it is safe to assume that both attributes would be false
Eugen Rochko2017-02-02 00:39:17 +01:00
d9ca46b464
Cleaning up format of broadcast real-time messages, removing redis-backed "mentions" timeline as redundant (given notifications)
Eugen Rochko2017-02-02 00:03:31 +01:00
1da0ce5c7c
Looks like log level :debug is required for activerecord times to be tracked
Eugen Rochko2017-02-01 12:13:16 +01:00
65402d9c09
Fix activerecord logging in production
Eugen Rochko2017-02-01 11:34:50 +01:00
bf60f2898dFix#529 - Make hashtag timelines show conversations, fix hashtag loading in the UI
Eugen Rochko2017-01-31 22:34:33 +01:00
8ef79d8dc9
Revert to animating avatars by default
Eugen Rochko2017-01-31 19:16:35 +01:00
b84d1533d4
Fix text overlapping image in Edge and on mobile (#582)
tomandEugen2017-01-31 13:06:03 -05:00
c2fbd144cf
Add "open in web" link to detailed public status pages
Eugen Rochko2017-01-30 23:01:37 +01:00
86b3cb5120
Fix not reloading account/fetching relationship on newly independent components
Eugen Rochko2017-01-30 22:35:36 +01:00
f21e7d6ac0
Make profile header scroll along with contents. AccountTimeline, Followers and Following are no longer nested inside a common parent (<Account>), instead they all embed <HeaderContainer />
Eugen Rochko2017-01-30 21:40:55 +01:00
a2a85e8549
Add capistrano to development environment
Eugen Rochko2017-01-30 20:03:17 +01:00
404d2050d3
Add explicit "load more" link to the bottom of StatusList and notifications
Eugen Rochko2017-01-30 18:04:15 +01:00
02cd2e42b2
Improve avatar resampling of non-animated canvas
Eugen Rochko2017-01-30 15:43:48 +01:00
57159804b8
Merge branch 'PurpleBooth-add-missing-back-on-follow'
Eugen Rochko2017-01-30 15:22:31 +01:00
9bde804ba2
Resolve confusion between ColumnBackButton and the slim version that the public timeline has been using
Eugen Rochko2017-01-30 15:22:04 +01:00
76e970c856
Do not automatically login after password reset, as it would circumvent two-factor auth (if enabled) Do not require e-mail address changes to be re-confirmed, it's only trouble for no real benefit
Eugen Rochko2017-01-27 20:34:22 +01:00
ba192f12e3
Added optional two-factor authentication
Eugen Rochko2017-01-27 20:28:46 +01:00
450ad43180
Do not run FetchLinkCardService on local URLs, increase file size limit to 8MB, fix ProcessFeedService pushing status into distribution if called a second time while the first is still running (i.e. when a PuSH comes after a Salmon slap), fix not running escape on spoiler text before emojify
Eugen Rochko2017-01-27 16:55:06 +01:00
9f57c7d4a6
Updated translation doc to get working links
nicolasandGitHub2017-01-27 13:17:33 +01:00