Commit graph

  • e1b00757a6 Fix #291 - Add visual indication that numbers for remote users may be inaccurate Eugen Rochko 2017-03-01 01:18:34 +01:00
  • 7f0d1b8cc0 If a status is within 40 statuses from the top of a home feed, do not reinsert it when someone boosts it Eugen Rochko 2017-03-01 01:07:11 +01:00
  • 92569b1f0d Improved dropdowns Eugen Rochko 2017-03-01 00:53:11 +01:00
  • 955e9088d7 Fix #561 - Detect presence of audio in video, hide mute toggle when none Eugen Rochko 2017-02-28 23:48:41 +01:00
  • 70a56b92a6 Merge pull request #656 from yiskah/patch-7 Eugen 2017-02-28 21:48:05 +01:00
  • b4a12c88e7 Add social.dickseven.com shel 2017-02-28 13:02:39 -05:00
  • 0327ab9616 Updated sponsors Eugen 2017-02-28 14:58:11 +01:00
  • d180aaa2a7 Fix #186 - Add RTL support to the compose form textarea and statuses output Eugen Rochko 2017-02-28 01:52:31 +01:00
  • 809455aaae Add elephant friend to missing indicator Eugen Rochko 2017-02-28 00:43:36 +01:00
  • 9214b5d02e Add new illustration Eugen 2017-02-27 22:51:24 +01:00
  • 5a7590d94c Merge pull request #655 from marrus-sh/mastodon-frontend-character-count Eugen 2017-02-27 15:51:57 +01:00
  • 4d2af0d664 Character counter fix Kibigo 2017-02-27 04:32:41 -08:00
  • 620f70e42c Adds site metadata access to the API Kibigo 2017-02-27 04:06:25 -08:00
  • af5cb0f853 Only use bigger compose form/search form font on mobile layout Eugen Rochko 2017-02-27 00:46:45 +01:00
  • 175a9b9caa Fix #104 - Style OAuth authorized applications page Add ability to search accounts by display name Eugen Rochko 2017-02-27 00:15:00 +01:00
  • 2826e6dada Fix #612 - Set font size to 16px in compose form and search form to prevent iOS from zooming in on them Eugen Rochko 2017-02-26 23:30:18 +01:00
  • a0df694c24 Merge branch 'rmhasan-fix_462' Eugen Rochko 2017-02-26 23:23:47 +01:00
  • 5f511324b6 Add validation of media attachments, clean up mastodon-own exception classes Eugen Rochko 2017-02-26 23:23:06 +01:00
  • 063432d7e3 Merge branch 'fix_462' of https://github.com/rmhasan/mastodon into rmhasan-fix_462 Eugen Rochko 2017-02-26 23:09:18 +01:00
  • 1b8d3375c8 Merge branch 'rmhasan-fix_626' Eugen Rochko 2017-02-26 23:07:14 +01:00
  • 4fbdf100c4 Add <MissingIndicator /> when status or account are not found, skip alerts for those errors Eugen Rochko 2017-02-26 23:06:27 +01:00
  • 4bb8ff7c8e Merge branch 'fix_626' of https://github.com/rmhasan/mastodon into rmhasan-fix_626 Eugen Rochko 2017-02-26 22:44:31 +01:00
  • 03000fee5f Fix JS require-issue Eugen Rochko 2017-02-26 14:10:01 +01:00
  • b44dd38360 Fix broken dependency on inner react utility function Eugen Rochko 2017-02-26 01:34:56 +01:00
  • e2209e1104 Fix local timeline showing unread status of TWKN timeline Eugen Rochko 2017-02-26 01:27:22 +01:00
  • 2c50687279 Improve compose form performance, upgrade JS dependencies. LightingBox now allows to cycle through multiple images Eugen Rochko 2017-02-26 01:23:44 +01:00
  • 3e9d794ea5 Add tuning documentation, add <content> tags back to most salmons, make status pagination headers generation more lax about next page existing Eugen Rochko 2017-02-25 03:34:37 +01:00
  • 9d4cad6307 Improve glow Eugen Rochko 2017-02-23 02:14:35 +01:00
  • 53ae431867 Skip remote media URLs that don't have a hostname Eugen Rochko 2017-02-22 19:55:14 +01:00
  • 3202bdd744 Fix #555 - Use a better URL parser Eugen Rochko 2017-02-22 19:35:11 +01:00
  • c96fd24f48 Improve status reselect, do not display "load more" when no next link available Eugen Rochko 2017-02-22 16:30:09 +01:00
  • c77a54fe0a Fix #651 - Do not reinsert original status into all followers feeds upon un-reblogging. Check if the reblog was in the feed in the first place. It might have been filtered on distribution. Eugen Rochko 2017-02-22 15:52:47 +01:00
  • 974d712fbe Improve performance of compose form Eugen Rochko 2017-02-22 15:43:07 +01:00
  • 5997bb47a8 Fix #38 - Unread indicator when new content appears above the fold Eugen Rochko 2017-02-21 00:10:49 +01:00
  • f338cc6c94 Fix scroll to top not registering because of wrong debounce usage Eugen 2017-02-20 19:01:47 +01:00
  • e8ea9669c9 Fix links and wording Eugen Rochko 2017-02-19 22:42:38 +01:00
  • 6b4ef92c6f Adjust naming of public timeline -> "local timeline" vs "whole known network" Eugen Rochko 2017-02-19 21:49:14 +01:00
  • c50256d25c Fix infinite scrolling breaking after navigation Eugen Rochko 2017-02-19 21:37:04 +01:00
  • 4aa5ebe591 Split public timeline into "public timeline" which is local, and "whole known network" which is what public timeline used to be Eugen Rochko 2017-02-19 20:25:54 +01:00
  • dfd4a42b35 added if else clause in fetchContext So that if we get an error, then we will only delete status if it is an 404 error Rakib Hasan 2017-02-19 10:54:27 +00:00
  • 9433d03705 Removed try clause from create action in status controller Using catch statement in api_controller.rb to catch NotPermitted Exception, and render error message Rakib Hasan 2017-02-17 02:58:16 +00:00
  • 87a6bed9e9 previous commit was creating the status regardless of mix of video and images in status, just wasn't rendering the show action. I moved the validation before the status creation Rakib Hasan 2017-02-04 22:03:24 -05:00
  • 6f9ecd899e revisted fix for #462 Moved validation to services/post_status_service.rb Rakib Hasan 2017-02-02 23:10:17 -05:00
  • 6d2301988f Fix for issue #462 Modified uploadCompose action to send media ids of attached media when sending a request. Modified create method in MediaController to check if when posting a video, there are no other media attached to the status by looking at the media ids sent from the uploadCompose action. Rakib Hasan 2017-02-01 21:07:38 -05:00
  • 910df0f795 Removing dispatch of fetchContextFail No need to flash error message when status is not found. The column will display the message "status not found" Rakib Hasan 2017-02-19 08:13:57 +00:00
  • 8e760d5f62 adding new react class StatusNotFound Rakib Hasan 2017-02-19 07:42:03 +00:00
  • 9e0dbb7337 Fixing issue #626 The status is not showing anymore after clicking on it Rakib Hasan 2017-02-19 07:32:35 +00:00
  • 9e99b8c068 Fix #642 - Add "empty column" text to home/notifications Eugen Rochko 2017-02-18 02:37:59 +01:00
  • 1d5dfda3d4 Merge pull request #643 from yiskah/patch-7 Eugen 2017-02-17 21:13:47 +01:00
  • 6a6d8f60c4 Add target="_blank" to github link shel 2017-02-17 14:50:50 -05:00
  • dad204a54d Add user guide. Florian Piesche 2017-02-17 16:14:10 +00:00
  • 2940deb51d Merge pull request #640 from mcat-ee/master Eugen 2017-02-17 13:09:21 +01:00
  • ca57f17d3d French translation update nicolas 2017-02-17 10:27:00 +01:00
  • 8a93ae4f18 Added SMTP_FROM_ADDRESS to heroku deploy config Tom McAtee 2017-02-17 14:45:31 +10:30
  • a1e96ae94f Add foreign key to prevent reblogs of non-existent (after race conditions) statuses from happening Fix issue with detailed status view not supporting unreblogging/unfavouriting Eugen Rochko 2017-02-17 02:33:10 +01:00
  • 5ddad41245 Do not display non-Status stream entries anymore Eugen Rochko 2017-02-17 02:20:52 +01:00
  • dbd80465c8 Fix small styling issues Eugen Rochko 2017-02-17 02:05:15 +01:00
  • f2931af61e Quick fix for avatars with the same URL not being perceived as updated and in need of re-download Eugen Rochko 2017-02-17 01:50:01 +01:00
  • 8b16f81882 Close dropdown when clicking items Eugen Rochko 2017-02-17 01:44:06 +01:00
  • 0cbf3a146f Speed up/optimize loading of statuses, context and cards by not re-fetching what is already loaded Eugen Rochko 2017-02-17 01:34:37 +01:00
  • 8132cf8153 Add GET /api/v1/accounts/:id/statuses/media that returns only statuses with media attachments Make replies default to privacy settings of the status being replied to Eugen Rochko 2017-02-17 01:30:24 +01:00
  • d0f087db2d Add UI to view report details, remove reported statuses, quick links to resolve/silence/suspend from report Eugen Rochko 2017-02-17 00:42:52 +01:00
  • 9c88d1b99e Speed up capistrano deployments Eugen Rochko 2017-02-16 02:34:21 +01:00
  • 24ba7c9762 Adding index overview for reports in admin UI Eugen Rochko 2017-02-16 02:28:10 +01:00
  • f722aa8c75 Fix Salmon issue Eugen Rochko 2017-02-16 01:59:34 +01:00
  • ff49649130 Expose Link headers via CORS Eugen Rochko 2017-02-15 23:26:17 +01:00
  • 5426f06ac2 Fix admin UI for accounts somewhat Eugen Rochko 2017-02-15 00:22:58 +01:00
  • 0a2427f79b Fix #634 - Only include innermost-level statuses in report UI Fix #635 - Include the initially-reported status in report UI even if it's not among the user's most recent statuses Eugen Rochko 2017-02-14 23:59:46 +01:00
  • e571a01853 Fix outdated info Eugen 2017-02-14 21:33:31 +01:00
  • 3b81baaaaf Adding POST /api/v1/reports API, and a UI for submitting reports Eugen Rochko 2017-02-14 20:59:26 +01:00
  • 40a4053732 Disable PuSH for blocked domains Eugen Rochko 2017-02-14 04:01:02 +01:00
  • 94b61bdcf6 Merge pull request #632 from mcat-ee/patch-1 Eugen 2017-02-14 03:20:44 +01:00
  • 68dba5f2eb Fixed the URL Tom McAtee 2017-02-14 12:46:18 +10:30
  • f3ce9322b0 Fix #631 - Docker-deployed streaming API wasn't launched with the right environment Eugen 2017-02-13 23:10:11 +01:00
  • 63886bdc59 Fix #587 - Display TOTP secret next to QR code Eugen Rochko 2017-02-13 20:56:03 +01:00
  • bae7cf8cce Merge pull request #630 from yiskah/patch-6 Eugen 2017-02-13 20:42:40 +01:00
  • fae1799646 Add rake task for making someone into an admin Eugen Rochko 2017-02-13 20:41:48 +01:00
  • 138d21aea8 Update service timeout setting from 15s to 90s Eugen Rochko 2017-02-13 20:31:45 +01:00
  • 7a99699e2d Add memetastic.space shel 2017-02-13 14:37:58 -05:00
  • ed9ae70487 Merge pull request #629 from halcy/patch-1 Eugen 2017-02-13 18:43:58 +01:00
  • 77df3785f1 Merge branch 'yiskah-patch-5' Eugen Rochko 2017-02-13 18:38:31 +01:00
  • ec521e6bfc Add remote mentions warning when composing a private status Eugen Rochko 2017-02-13 18:38:00 +01:00
  • 73210a93df Add https://icosahedron.website/ Lorenz Diener 2017-02-13 17:25:21 +01:00
  • 2ab7bd13e2 Merge branch 'patch-5' of https://github.com/yiskah/mastodon into yiskah-patch-5 Eugen Rochko 2017-02-13 17:22:40 +01:00
  • 677e95031e Clean up collapsible components Eugen Rochko 2017-02-13 17:20:18 +01:00
  • 2d8a4c4390 Add "next" link to Atom feeds Eugen Rochko 2017-02-13 15:38:12 +01:00
  • 63b3cb37db Merge pull request #627 from halcy/style-fixes Eugen 2017-02-13 15:16:15 +01:00
  • e4a7e8222e Activity stream background should use $color5 Your Name 2017-02-13 12:31:52 +00:00
  • 8e08ae5bb9 Add IDs to salmon slaps even if they are transient. Add title, too, mostly in case of debugging incoming salmons. Add <thr:in-reply-to /> to favourite salmons because it seems to be required by GS. Eugen Rochko 2017-02-13 13:30:33 +01:00
  • df63461ff0 Add handler for salmons of undoing favourites Eugen Rochko 2017-02-12 19:50:18 +01:00
  • 720ff55262 Adding more unit tests. Fixing Salmon slaps XML Eugen Rochko 2017-02-12 17:28:15 +01:00
  • 446267d1bf Deduplicate delete salmons (send only one per mentioned-account domain) Eugen Rochko 2017-02-12 01:38:29 +01:00
  • 78b3b52663 Merge pull request #625 from ineffyble/patch-1 Eugen 2017-02-12 13:27:40 +01:00
  • 0eee63f074 Remove toot.zone Effy Elden 2017-02-12 14:51:53 +11:00
  • db814543c0 Take out private toot distribution out of PuSH again Eugen Rochko 2017-02-12 01:31:04 +01:00
  • 0518492158 Stop trying to shoehorn all Salmon updates into the poor database-connected StreamEntry model. Simply render Salmon slaps as they are needed Eugen Rochko 2017-02-12 00:48:53 +01:00
  • 968fae2603 Add privacy disclaimer shel 2017-02-11 17:42:19 -05:00
  • 3893ff1604 Add privacy disclaimer shel 2017-02-11 16:47:01 -05:00
  • 94d2182717 Resolve issue with rendering authorize/reject Salmon slaps Eugen Rochko 2017-02-11 19:42:05 +01:00
  • 31c633e528 Fix Status.permitted_for scope query Eugen Rochko 2017-02-11 19:16:10 +01:00
  • 50660d54e8 Fix semantics of follow requests another slaps Eugen Rochko 2017-02-11 17:09:36 +01:00
  • 0b95eb3612 Improve docs Eugen Rochko 2017-02-11 16:21:07 +01:00
  • e6408b2e7a Merge branch 'feature-privacy-federation' into development Eugen Rochko 2017-02-11 15:43:09 +01:00
  • 446aad4ce2 Make PuSH only distribute to subscriptions that match follower domains Allow PuSH to distribute private toots with that condition Eugen Rochko 2017-02-11 15:41:39 +01:00
  • dc851c922e Mentions in private statuses allow mentioned people to see them Eugen Rochko 2017-02-11 15:10:22 +01:00
  • 00b5731ecb After FollowService, re-fetch remote account asynchronously, do nothing if account lock info was up to date, otherwise re-do the FollowService with now updated information Eugen Rochko 2017-02-11 14:12:29 +01:00
  • e610555e10 Fix processing of incoming authorizations/rejections Eugen Rochko 2017-02-11 13:55:07 +01:00
  • 514fdfa268 Don't PuSH-resubscribe if already subscribed Eugen Rochko 2017-02-11 13:48:28 +01:00
  • 149887a0ff Make follow requests federate Eugen Rochko 2017-02-11 02:12:05 +01:00
  • d551e43a9b Improve public tag page Eugen Rochko 2017-02-10 23:21:01 +01:00
  • 8cca6bc58c Fix spoiler link color in muted context Eugen Rochko 2017-02-10 23:01:02 +01:00
  • 5c4c046132 Finish up moving colors from JSX to Sass (#584, #348) Eugen Rochko 2017-02-10 22:58:29 +01:00
  • d2619e0b53 Site title is now a setting Eugen Rochko 2017-02-10 22:37:11 +01:00
  • 02cbfcfe2c Merge pull request #619 from yiskah/patch-4 Eugen 2017-02-10 21:13:01 +01:00
  • 894a0515d9 Add gnusocial.me to instance list shel 2017-02-10 15:07:44 -05:00
  • b7a92867de Merge pull request #618 from yiskah/patch-3 Eugen 2017-02-10 19:15:21 +01:00
  • 874fffb7dc Merge branch 'master' into patch-3 Eugen 2017-02-10 19:15:13 +01:00
  • 73e388e0d8 Merge pull request #617 from halcy/style-changes Eugen 2017-02-10 19:10:15 +01:00
  • 2d6f603c2b Add link to other instances text shel 2017-02-10 13:08:47 -05:00
  • 3f1f3d0827 Add link to other instances list shel 2017-02-10 13:06:38 -05:00
  • 1f1acd98f1 Merge pull request #615 from nevillepark/patch-1 Eugen 2017-02-10 18:45:19 +01:00
  • a0e6c80b60 Clean up markdown shel 2017-02-10 12:14:49 -05:00
  • 63a18efb27 Change List of Instances to Table shel 2017-02-10 11:37:35 -05:00
  • cbb962fd77 Move more colours to scss Lorenz Diener 2017-02-10 16:30:06 +00:00
  • c9f42a7b85 Move more inline colours to scss Lorenz Diener 2017-02-10 15:35:19 +00:00
  • e9fa557ead Added awoo.space Neville Park 2017-02-09 17:57:56 -05:00
  • 0afed995ce Fix the fix Eugen Rochko 2017-02-09 21:22:49 +01:00
  • 6331ed16e5 Fix #614 - extra reply-boolean on statuses to account for cases when replied-to status is not in the system at time of distribution; fix #607 - reset privacy settings to defaults when cancelling replies Eugen Rochko 2017-02-09 20:25:39 +01:00
  • c424df5192 Progress on moving color styles to Sass Eugen Rochko 2017-02-09 01:20:09 +01:00
  • 942a2e7d68 Fix reblogs not having content warnings forwarded Eugen 2017-02-08 18:05:46 +01:00
  • d96e031dfc Fix #611 - Layout setting in registrations controller Eugen 2017-02-08 03:04:29 +01:00
  • aa1213e089 Add postgres setup instructions to docs Eugen Rochko 2017-02-07 23:57:30 +01:00
  • 1d273e4430 Change blocked users icon to fa-ban in getting started view (#608) Isabelle Knott 2017-02-07 17:48:50 -05:00
  • 02e91a96dd Make streaming API use one pattern-matching redis pubsub connection Refresh timelines when streaming API reconnects in the UI Eugen Rochko 2017-02-07 14:37:12 +01:00
  • 9d5fb49cd8 Merge pull request #603 from evanminto/activitypub-account Eugen 2017-02-07 02:08:40 +01:00
  • 28cbb6dc21 Add AS2 format to RABL files Evan Minto 2017-02-06 17:00:55 -08:00
  • 8a081ce588 Fix wrong prediction of whether toot will apear on public timeline in UI Eugen Rochko 2017-02-07 00:40:35 +01:00
  • 714e41d472 Fix preferences save Eugen Rochko 2017-02-07 00:23:38 +01:00
  • ac035108aa Add "clear notifications" button, exclude posts from people who have blocked *you* from public/hashtag timelines Eugen Rochko 2017-02-07 00:06:40 +01:00
  • c8252759df Add streaming API channels for local-only statuses Eugen Rochko 2017-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 Rochko 2017-02-06 23:16:20 +01:00
  • 53234e5947 Add trailing newline Evan Minto 2017-02-06 12:15:47 -08:00
  • da7f24c238 Add test Evan Minto 2017-02-06 12:14:02 -08:00
  • 3fa5d05997 Simplify RABL Evan Minto 2017-02-06 11:39:08 -08:00
  • 94e213c6c1 Reuse existing controller and route Evan Minto 2017-02-06 01:19:05 -08:00
  • 4d2be9f432 Add unique request IDs to streaming API to improve logs Eugen Rochko 2017-02-05 23:37:25 +01:00
  • 0af3401553 Don't allow people to follow people they blocked without unblocking first Eugen Rochko 2017-02-05 20:58:09 +01:00
  • eee8afb0b7 Remove bios from blocked users list, filter out broken entries from API response Eugen Rochko 2017-02-05 19:39:00 +01:00
  • c5a08eb56e Add link to blocked users to getting started page Eugen Rochko 2017-02-05 19:22:05 +01:00
  • 920ba5fc4e Fix #61 - Add list of blocked users to the UI; clean up failed push notifications API Try to fix Travis CI setup Eugen Rochko 2017-02-05 19:18:11 +01:00
  • 77e13c2bc9 Removing failed push notification API, make context loads use cache Eugen Rochko 2017-02-05 17:51:44 +01:00
  • 19b9e1e2c3 Preheat status cache Eugen Rochko 2017-02-05 17:24:18 +01:00
  • 6fa4e01139 Fix showing ellipsis even when link hasn't been cut off Eugen Rochko 2017-02-05 15:29:16 +01:00
  • 87830f99e7 Fix #552 - Replace image links with image icons in status text in the UI Eugen Rochko 2017-02-05 15:25:55 +01:00
  • ff2da21d3c Fix content warning margin Eugen Rochko 2017-02-05 14:50:58 +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 Rochko 2017-02-05 04:11:14 +01:00
  • fb6aa7ad5c Add tracking of delay to streaming API Eugen Rochko 2017-02-05 03:19:04 +01:00
  • 6cdcac1396 Fix #598 - arrow keys to navigate media; fix #481 - non-exact matches no longer overshadow requirement for remote-lookup Eugen Rochko 2017-02-05 03:01:23 +01:00
  • 44fad0160f Add next/previous navigation in modal for media attachments Eugen Rochko 2017-02-05 02:48:11 +01:00
  • 21972bb398 No replies filter on home timeline no longer hides self-replies Eugen Rochko 2017-02-05 02:02:46 +01:00
  • dbb7e5a644 Getting started on draggable columns Eugen Rochko 2017-02-05 01:58:25 +01:00
  • ce273c08cd Merge branch 'hoodiek-master' Eugen Rochko 2017-02-05 01:29:00 +01:00
  • a012e4c7ff Fix column settings not being scrollable on short screens Eugen Rochko 2017-02-05 01:27:31 +01:00
  • af007f2def Display mentions prepended to the content warning Eugen Rochko 2017-02-05 01:19:27 +01:00
  • 8bd8ea7c04 Remove unnecessary leftover code Evan Minto 2017-02-04 14:49:24 -08:00
  • e2fbf8bc74 Add an account endpoint for ActivityPub and link to it on HTML profile pages Evan Minto 2017-02-04 14:46:23 -08:00
  • d4d3a10c25 untested!! spoiler hotfix for replies hoodie 2017-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 Rochko 2017-02-04 00:34:31 +01:00
  • 8c0bc1309f Add CORS to the streaming API Eugen Rochko 2017-02-03 18:27:42 +01:00
  • ac3f5a8316 easier comprehension of toot settings and properties (#595) hoodie 2017-02-03 09:54:23 -05:00
  • 7b7a356aed fix extraneous text in 2fa readme (#592) James 2017-02-02 15:10:22 -08:00
  • 9cf7da4934 Add tootyfruity Eugen 2017-02-02 20:27:53 +01:00
  • 9faf4c9dea Update Sponsors.md Eugen 2017-02-02 20:14:02 +01:00
  • 1511efc8d2 Update Sponsors.md Eugen 2017-02-02 19:43:21 +01:00
  • d33dfce34f Updated list of top sponsors Eugen 2017-02-02 19:40:15 +01:00
  • df507f5e6e Fix streaming API queries Eugen Rochko 2017-02-02 17:10:59 +01:00
  • 889b814385 Fix bug Eugen Rochko 2017-02-02 16:57:09 +01:00
  • aa2fa227e9 Adding documentation for streaming API. Fixing filtering bug Eugen Rochko 2017-02-02 16:35:06 +01:00
  • 61ce15d94b Make node read the right .env file Eugen Rochko 2017-02-02 16:11:36 +01:00
  • d1a01dbbdd Add redis configuration to streaming API Eugen Rochko 2017-02-02 15:29:41 +01:00
  • b6c922f169 Fix potential resource leaks in streaming server Eugen Rochko 2017-02-02 15:20:31 +01:00
  • 1ee4a17f37 Add logging and filtering to the node.js streaming API Eugen Rochko 2017-02-02 13:56:14 +01:00
  • 0cfd3188b4 Add streaming API in Node.js Eugen Rochko 2017-02-02 01:31:09 +01:00
  • 17ae7d132c Prevent potential issue with public/hashtag statuses arriving after they have been loaded and favourited/reblogged from another source Eugen Rochko 2017-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 Rochko 2017-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 Rochko 2017-02-02 00:03:31 +01:00
  • 1da0ce5c7c Looks like log level :debug is required for activerecord times to be tracked Eugen Rochko 2017-02-01 12:13:16 +01:00
  • 65402d9c09 Fix activerecord logging in production Eugen Rochko 2017-02-01 11:34:50 +01:00
  • bf60f2898d Fix #529 - Make hashtag timelines show conversations, fix hashtag loading in the UI Eugen Rochko 2017-01-31 22:34:33 +01:00
  • 8ef79d8dc9 Revert to animating avatars by default Eugen Rochko 2017-01-31 19:16:35 +01:00
  • 8b9c537d5a Fix elephant friend Eugen Rochko 2017-01-31 19:08:24 +01:00
  • 52d68be157 Fix CORS issue on avatars resampling Eugen Rochko 2017-01-31 19:05:26 +01:00
  • b84d1533d4 Fix text overlapping image in Edge and on mobile (#582) tom 2017-01-31 13:06:03 -05:00
  • c2fbd144cf Add "open in web" link to detailed public status pages Eugen Rochko 2017-01-30 23:01:37 +01:00
  • 86b3cb5120 Fix not reloading account/fetching relationship on newly independent components Eugen Rochko 2017-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 Rochko 2017-01-30 21:40:55 +01:00
  • a2a85e8549 Add capistrano to development environment Eugen Rochko 2017-01-30 20:03:17 +01:00
  • 404d2050d3 Add explicit "load more" link to the bottom of StatusList and notifications Eugen Rochko 2017-01-30 18:04:15 +01:00
  • 02cd2e42b2 Improve avatar resampling of non-animated canvas Eugen Rochko 2017-01-30 15:43:48 +01:00
  • 57159804b8 Merge branch 'PurpleBooth-add-missing-back-on-follow' Eugen Rochko 2017-01-30 15:22:31 +01:00