Commit Graph

1034 Commits

Author SHA1 Message Date
mgabdev 087ad23bff TESTING - Notification logs - 2
TESTING - Notification logs - 2
2020-05-22 02:42:04 -04:00
mgabdev c280c102b6 TESTING - Notification logs - 1
TESTING - Notification logs - 1
2020-05-22 02:33:52 -04:00
mgabdev 46b1206be1 Removed refreshHomeTimelineAndNotification from streaming.js
• Removed:
- refreshHomeTimelineAndNotification from streaming.js
2020-05-22 01:26:40 -04:00
mgabdev 3bfbfbf3d8 Updated home_feed.rb as_home_timeline date restriction again
• Updated:
- home_feed.rb as_home_timeline date restriction again
2020-05-22 01:00:56 -04:00
mgabdev 72df048f84 Updated home_feed.rb as_home_timeline to be date restricted
• Updated:
- home_feed.rb as_home_timeline to be date restricted to only 45 days
2020-05-22 00:40:31 -04:00
mgabdev dce7eb575b Updated scrollable list offset to 1500 for inifinite load
• Updated:
- scrollable list offset to 1500 for inifinite load from 600 offset
2020-05-22 00:05:40 -04:00
mgabdev 08a09ccc4f Updated home_timeline default status limit on initial load
• Updated:
- home_timeline default status limit on initial load to 10, all other times limit is 20
2020-05-22 00:05:17 -04:00
mgabdev 78c8100768 Updated home_feed.rb as_home_timeline to include max_id
• Updated:
- home_feed.rb as_home_timeline to include max_id
- if no max_id (its the initial page load) then query only between now - 60 days
- else, dont add the date restraint
2020-05-21 23:48:05 -04:00
mgabdev 3c310c457b Updated notifications to set filter if view query is present on load
• Updated:
- notifications to set filter if view query is present on load
2020-05-21 18:03:35 -04:00
mgabdev 1f84ff8f1a Added isUnread to grouped follows, likes, reposts notifications
• Added:
- isUnread to grouped follows, likes, reposts notifications
2020-05-21 17:41:05 -04:00
mgabdev 3a09bc2160 Updated --solid_color_highlight to be less bright
• Updated:
- --solid_color_highlight to be less bright
2020-05-21 17:40:34 -04:00
mgabdev 663f46b166 Updated frontend notification filtering and configuration
• Updated:
- frontend notification filtering and configuration

• Added:
- lastReadNotificationId to initial_state
- minWidth20PX for responsive notification icon hiding on xs

• Removed:
- unused code
2020-05-21 15:37:40 -04:00
mgabdev 83696f8098 Updated ui.js to home, notifications differently
• Updated:
- ui.js to home, notifications differently...
- if landing on home page, on initial it loads home timeline
- if landing on notifications page, on initial it loads notifications
- if landing on any other page it does not load home, notifications until you navigate to the home/notifications page for the first time
2020-05-21 15:35:24 -04:00
mgabdev a4ede5f599 Updated highlightedComment style to be different per theme
• Updated:
- highlightedComment style to be different per theme
2020-05-21 15:33:12 -04:00
mgabdev 2e75cb6f7c Updated styling of loading indicator in list
• Updated:
- styling of loading indicator in list so its the same height as LoadMore
2020-05-21 15:32:21 -04:00
mgabdev df1ddd8a45 Updated DEFAULT_NOTIFICATIONS_LIMIT to 20
• Updated:
- DEFAULT_NOTIFICATIONS_LIMIT to 20 (original)
2020-05-21 14:49:44 -04:00
mgabdev 0b88db6204 Update ui.js to not load home, notifcations on componentWillMount
• Update:
- ui.js to not load home, notifcations on componentWillMount if not on that page

• Todo:
- Fix and expand notifications as expected
2020-05-19 15:49:54 -04:00
mgabdev 535e76a02f Pull from mastodon
https://github.com/tootsuite/mastodon/pull/12324
2020-05-19 15:37:30 -04:00
mgabdev 9f9b410207 Updated status.rb replies scopes to check in_reply_to_id
• Updated:
- status.rb replies scopes to check in_reply_to_id instead of reply
2020-05-19 13:35:17 -04:00
mgabdev 483f8fb888 Updated status.rb recent scope to reorder by updated_at
• Updated:
- status.rb recent scope to reorder by updated_at from id
2020-05-19 13:00:57 -04:00
mgabdev 9fb8973350 Removed unused componentDidMount in gabsocial mount
• Removed:
- unused componentDidMount in gabsocial mount
2020-05-19 00:53:00 -04:00
mgabdev a2917b203a Removed unused gems for rich text (todo later)
• Removed:
- unused gems for rich text (todo later)
2020-05-19 00:52:32 -04:00
mgabdev 4443e4c4ed Hotfix - Turn off loading new notifications (for now)
• Hotfix:
- Turn off loading new notifications for now. Loading new notifications loads the same initial notifications. This will be in place until the notification page loads new notifications with max_id.
2020-05-18 17:51:17 -04:00
mgabdev c0122559fa Updated NavSettingsPopover to close on profile link click
• Updated:
- NavSettingsPopover to close on profile link click

• Removed:
- Unused code for showing display options
2020-05-18 17:49:51 -04:00
mgabdev 0ef63d3598 Updated ProfileStatsPanel order
• Updated:
- ProfileStatsPanel order to have followers in front of following
2020-05-18 17:49:35 -04:00
mgabdev 9d9fcbcb36 Fixed status onClick when isNotification
• Updated:
- Now, you will be able to click on any StatusActionBarItem to interact with a status from the notifiation feed without it pushing you to the status page onClick
2020-05-15 23:50:31 -04:00
mgabdev 69de9eab75 Updated UserInfoPopover to not show on mobile
• Updated:
- UserInfoPopover to not show on mobile
2020-05-15 23:49:36 -04:00
mgabdev f1c5ed1284 Updated FooterBar
• Removed:
- Chat link

• Updated:
- Ordering of footer bar buttons
2020-05-15 23:22:49 -04:00
mgabdev 319409b9d1 Removed unnecessary shouldComponentUpdate on FloatingActionButton
• Removed:
- unnecessary shouldComponentUpdate on FloatingActionButton
2020-05-15 23:22:17 -04:00
mgabdev e187f81085 Updated Notification for intersection observer isHidden
• Updated:
- Notification for intersection observer isHidden
- checks for is accounts exist before cycling
2020-05-15 19:01:13 -04:00
mgabdev e38d461b72 Added FloatingActionButton to profile in desktop
• Added:
- FloatingActionButton to profile in desktop

• Updated:
- FloatingActionButton z-index to z3 to be below main page components
2020-05-15 18:49:54 -04:00
mgabdev a9e6928e03 Updated TimelineQueueButtonHeader z-index
• Updated:
- TimelineQueueButtonHeader z-index to be below popovers and modals
2020-05-15 18:44:55 -04:00
mgabdev 239d0d6a5e Added notification count in footer bar
• Added:
- notification count in footer bar
2020-05-15 18:27:06 -04:00
mgabdev 5f50ea137f Updated MediaModal height styles
• Fixes:
- Overflow of media when media height exceeds window height. Now, it fits within the window bounds as expected.
2020-05-15 17:34:40 -04:00
mgabdev cd159c8f5b Added All/Community feed link in sidebars
• Added:
- All/Community feed link in sidebars

• Removed:
- Setting for optionally showing community button in sidebar
2020-05-15 17:20:25 -04:00
mgabdev 02beb533c1 Removed group item component subtitles
• Removed:
- group item component subtitles until we get "unread count" working again
- unused messages, imports
2020-05-15 17:03:31 -04:00
mgabdev 2444f77e03 Fixed issue with reassigning const for scheduled posts
• Fixed:
- issue with reassigning const for scheduled posts
- schedule posts now work as expected
2020-05-15 16:57:21 -04:00
mgabdev 11969af782 Updated datepicker popover to not close on date select
• Updated:
- datepicker popover to not close on date select
- close only if is not pro. in that case, show pro updgrade modal
2020-05-15 16:56:48 -04:00
mgabdev dd633ebf7e Removed portal for datepicker on mobile
• Removed:
- portal for datepicker on mobile in favor of popup view card from bottom like all other popovers/modals on mobile
2020-05-15 16:56:11 -04:00
mgabdev 94439dc86d Uncommented AutosuggestTextbox event actions
This fixes a few issues:
- On paste images
- Command + Enter to submit
- Escaping
- Arrow to select dropdown for suggestions
- Focusing/blurring
2020-05-15 16:50:37 -04:00
mgabdev 5fbff20f40 Removed unused code for notifications scroll top
• Removed:
- unused code for notifications scroll top now that we have scroll util for TimelineQueueButtonHeader onClick
2020-05-15 16:32:08 -04:00
mgabdev e87386a0cf Added scroll to top on TimelineQueueButtonHeader click
• Added:
- scroll to top on TimelineQueueButtonHeader click using utils/scroll_to
2020-05-15 16:31:38 -04:00
mgabdev 8204318676 Added utils/scroll_to.js for animated scroll
https://gist.github.com/andjosh/6764939
2020-05-15 16:30:06 -04:00
mgabdev 10904e70ee Added profile link to NavSettingsPopover
• Added:
- profile link to NavSettingsPopover
2020-05-15 16:29:46 -04:00
mgabdev 1021467a5a Fixed TimelineQueueButtonHeader center position
• Added:
- New classes to position center fixed element

• Removed:
- Unused classes from TimelineQueueButtonHeader component
2020-05-15 16:29:13 -04:00
mgabdev 09db3e2509 Removed .text-uppercase class
• Removed:
- uppercase from NavigationBarButton for "Home" button
2020-05-15 12:56:39 -04:00
mgabdev 4098f32759 Fix issue where dialog does not show when clicking comment 2020-05-15 01:39:35 -04:00
mgabdev 273925da8a Updated load more button
- Hide load more button if is disabled or not visible
- Show loader if no load more
2020-05-15 01:34:30 -04:00
mgabdev 3725bfa5ef Fix issue with quote repost not opening modal dialog 2020-05-15 01:34:01 -04:00
mgabdev 04b9807d52 Updated DEFAULT_STATUSES_LIMIT to 20 2020-05-15 01:33:49 -04:00
mgabdev 3946728353 Merge branch 'develop' of https://code.gab.com/gab/social/gab-social into feature/frontend_refactor 2020-05-15 00:00:44 -04:00
mgabdev e321c36c25 Progress 2020-05-14 23:46:10 -04:00
mgabdev 805012ab72 Progress 2020-05-14 23:36:10 -04:00
mgabdev a1977ba450 Progress 2020-05-14 23:17:31 -04:00
mgabdev 59466ccc08 Progress 2020-05-14 22:31:24 -04:00
mgabdev 8d452f0f6b Progress 2020-05-14 19:56:27 -04:00
mgabdev 401a99a127 Testing themed splash screens 2020-05-14 19:07:58 -04:00
mgabdev 4f0e8e2718 Progress 2020-05-14 18:28:21 -04:00
mgabdev 0cef1f71e1 Updating safe-area-inset css for effected elements 2020-05-14 17:47:33 -04:00
mgabdev 913905d7a7 Testing iOS PWA - 2 2020-05-14 17:15:11 -04:00
mgabdev ed3230ec46 Testing PWA 2020-05-14 17:10:39 -04:00
mgabdev 0626928899 Progress 2020-05-14 16:45:39 -04:00
mgabdev 4acc21944c Progress 2020-05-14 02:03:22 -04:00
mgabdev aba461b964 testing public.js changes 2020-05-13 00:15:16 -04:00
mgabdev 5f9603d683 Updating import path 2020-05-12 23:54:27 -04:00
mgabdev caee7dacf2 Testing remove emojify from public.js 2020-05-12 23:42:24 -04:00
mgabdev ccc3206f8f Progress on mobile modal and popover dialogs 2020-05-12 20:36:54 -04:00
mgabdev 67e76f63f9 Update styles 2020-05-12 19:16:43 -04:00
mgabdev e2beebbda2 Remove test 2020-05-12 19:09:59 -04:00
mgabdev c8e7bb0189 test 2020-05-12 12:28:01 -04:00
mgabdev f7815e714c test 2020-05-12 12:25:41 -04:00
mgabdev d6104a2aa7 test 2020-05-12 12:22:56 -04:00
mgabdev a028ac2180 test 2020-05-12 12:19:12 -04:00
mgabdev 2fc18e41e1 test 2020-05-12 00:55:38 -04:00
mgabdev bb0182c1e1 pull 2020-05-11 23:34:18 -04:00
mgabdev 2c9030f3a3 test 2020-05-11 23:27:00 -04:00
mgabdev 5114e003e5 test 2020-05-11 23:23:22 -04:00
mgabdev 589605c46e Remove refactor migrations from schema 2020-05-10 00:04:04 -04:00
mgabdev f3c3a66e6b Removed unread_count from group_accounts 2020-05-09 23:57:38 -04:00
mgabdev dcb0a2c74b Progress 2020-05-09 23:26:58 -04:00
mgabdev b620cb1372 Progress 2020-05-08 22:17:19 -04:00
mgabdev a390662e4f Progress 2020-05-07 01:55:24 -04:00
mgabdev a026d86b86 Progress 2020-05-07 00:03:34 -04:00
mgabdev c1131db577 Progress 2020-05-06 19:40:54 -04:00
mgabdev 4dfb7c9fd6 Progress 2020-05-06 02:24:16 -04:00
mgabdev e1e26afe11 Progress 2020-05-06 00:33:54 -04:00
mgabdev 01bb440385 Progress
comments yo
2020-05-05 01:16:01 -04:00
mgabdev 498f163880 Progress 2020-05-04 14:44:37 -04:00
mgabdev 4cf0713b37 Don't require user to embed
Fixes #80
2020-05-03 14:59:59 -04:00
mgabdev 055b5a430f progress 2020-05-03 01:22:49 -04:00
mgabdev 196a906cec Progress 2020-05-02 02:25:55 -04:00
mgabdev e9f01c0b16 Testing 2020-05-01 12:47:13 -04:00
mgabdev fe9a89d68c Revert 2020-05-01 12:46:31 -04:00
mgabdev bff9abcb89 revert c15d4f12d 2020-05-01 12:06:07 -04:00
mgabdev 4c3be2b894 Fix 2020-05-01 01:54:27 -04:00
mgabdev 8e349c368c Progress 2020-05-01 01:50:27 -04:00
mgabdev c15d4f12dc Pulled
0092096328
2020-04-30 12:59:21 -04:00
mgabdev dbe5461df2 Non-follows allowed in lists 2020-04-30 12:34:13 -04:00
mgabdev 50dad82aae Pulled
6e9e8d89fa
2020-04-30 12:33:41 -04:00
mgabdev 8673eb8975 Progress 2020-04-30 00:34:50 -04:00
mgabdev 03de4c4fea Progress 2020-04-29 18:32:49 -04:00
mgabdev 5efe40f301 Progress 2020-04-28 22:24:35 -04:00
mgabdev c3d0d8bde2 Progress 2020-04-28 01:33:58 -04:00
mgabdev 763694b5ab Progress 2020-04-25 13:00:51 -04:00
mgabdev d16ef95681 Added investor copy 2020-04-24 13:19:04 -04:00
mgabdev 01c8041a6a Progress 2020-04-23 23:17:27 -04:00
mgabdev e2e7e8c0af Progress 2020-04-23 02:13:29 -04:00
mgabdev fed036be08 Progress 2020-04-22 01:00:11 -04:00
mgabdev 4d7aee59c9 Progress 2020-04-17 01:35:46 -04:00
mgabdev 35852e7fee Progress and testing status w comments 2020-04-16 02:00:43 -04:00
mgabdev 0c6837213d Progress 2020-04-15 17:35:57 -04:00
mgabdev 745e8af84e Updated legal docs 2020-04-12 12:14:58 -04:00
mgabdev 595208780e Progress 2020-04-11 18:29:19 -04:00
mgabdev 7249143d9f Progress 2020-04-09 15:18:14 -04:00
mgabdev 2b61a7c067 Progress 2020-04-07 23:26:39 -04:00
mgabdev f6fe64cb53 Progress 2020-04-07 23:22:24 -04:00
mgabdev 5d1f976e1f update 2020-04-07 22:17:41 -04:00
mgabdev bb4fcdf32d Progress 2020-04-07 21:06:59 -04:00
mgabdev b5e3c2a94f Progress 2020-04-06 21:53:23 -04:00
mgabdev e485e2f955 Progress 2020-04-03 19:18:26 -04:00
mgabdev c6fdcb91c8 debug service worker 2020-04-03 19:18:21 -04:00
Rob Colbert 46d26efbc3 add Hotmail mailbox name uniqueness constraint (bot-stopper) 2020-04-03 14:50:09 -04:00
mgabdev 0a89c7b775 Grouped notifications (v1) 2020-04-02 21:05:49 -04:00
mgabdev 416bc3d603 Progress 2020-04-02 12:57:04 -04:00
mgabdev d79133c72d Progress 2020-04-02 00:07:47 -04:00
mgabdev 80d41b8d94 Progress 2020-04-01 23:17:21 -04:00
mgabdev 81ebdf0105 Removed donation links 2020-03-31 12:08:36 -04:00
mgabdev 1a33759e19 Progress 2020-03-31 12:04:50 -04:00
mgabdev bfda5978d1 Progress 2020-03-27 20:17:32 -04:00
mgabdev 2f7eda1081 Progress 2020-03-27 20:09:11 -04:00
mgabdev 392e42f820 Updates 2020-03-27 19:23:27 -04:00
mgabdev 4f2122b091 Updates 2020-03-27 19:17:19 -04:00
mgabdev 8c3f0363db Added beta label 2020-03-27 19:08:19 -04:00
mgabdev bc631b65db Progress 2020-03-27 18:57:03 -04:00
mgabdev 0532890c0e Removed featured tags
We don't use
2020-03-27 18:05:16 -04:00
mgabdev 2bd344a594 Progress 2020-03-27 11:29:52 -04:00
mgabdev 3d0a85cde4 Progress 2020-03-25 23:11:32 -04:00
mgabdev 0f01c1bc97 Progress 2020-03-24 23:08:43 -04:00
mgabdev 0d9dbdfecd Progress 2020-03-24 00:39:12 -04:00
mgabdev 02ca61f669 Updated chat in profile
- Chat in profile now directs to private message with user
2020-03-23 18:26:05 -04:00
mgabdev 65af72faae Progress 2020-03-14 13:31:29 -04:00
Alex Gleason d78dd971c0
Fix unlike counter, fixes #107 2020-03-13 13:44:44 -05:00
Alex Gleason 817063fd14
Merge branch 'feature/frontend_refactor' of https://code.gab.com/gab/social/gab-social into feature/frontend_refactor 2020-03-12 12:36:07 -05:00
Alex Gleason 2447241ab0
Use light theme on Settings pages 2020-03-12 12:35:49 -05:00
mgabdev bc386bf9d5 Progress 2020-03-12 12:09:15 -04:00
Alex Gleason 5661277d9d
Restore legacy dark theme to non-React pages 2020-03-12 11:00:21 -05:00
mgabdev 7712ebdbbd Progress 2020-03-11 19:56:18 -04:00
Alex Gleason af1627815c
Merge remote-tracking branch 'origin/develop' into feature/frontend_refactor 2020-03-11 14:52:10 -05:00
Alex Gleason 3d3b51ee1a
Only validate User.unique_email on create 2020-03-10 18:24:02 -05:00
Alex Gleason c3bc1c08b9
Set unique_email upon User creation 2020-03-10 18:09:40 -05:00
Alex Gleason 4052329ca4
Add unique_email field 2020-03-10 17:44:32 -05:00
Alex Gleason 316b5c8d0f
Merge remote-tracking branch 'upstream/develop' into feature/frontend_refactor 2020-03-10 16:24:43 -05:00
Alex Gleason bccb9a6f9c
Display favorites count on profile, fixes #126 2020-03-10 15:26:34 -05:00
Alex Gleason 0e17641f12
Implement profile avatar and header, fixes #125 2020-03-10 13:50:31 -05:00
mgabdev 0b94033011 Progress 2020-03-08 19:02:28 -04:00
mgabdev 2f9dbfa91d Progress 2020-03-08 12:46:00 -04:00
mgabdev 557c6470f5 Progress 2020-03-06 23:53:28 -05:00
mgabdev da3d0c3462 Progress 2020-03-06 10:38:22 -05:00
mgabdev 5109276331 Progress 2020-03-05 10:44:17 -05:00
Alex Gleason e039a535d5
Use uploaded avatar over legacy avatar when possible 2020-03-04 22:42:29 -06:00
mgabdev c7da9da84e Progress 2020-03-04 18:08:08 -05:00
mgabdev d31d5fcd81 Progress 2020-03-04 17:50:15 -05:00
mgabdev 198fe127a0 Progress 2020-03-04 17:32:57 -05:00
mgabdev 567894f614 Progress 2020-03-04 17:26:01 -05:00
mgabdev 143725b5bd Progress 2020-03-03 23:59:11 -05:00
mgabdev 33952e424f Progress 2020-03-03 22:45:16 -05:00
mgabdev 0df3c073a5 Progress 2020-03-02 17:26:25 -05:00
mgabdev c6aa4e08a1 Progress 2020-02-29 10:42:47 -05:00
mgabdev 3ca4ffcc6b Progress 2020-02-28 10:20:47 -05:00
Alex Gleason 3edd573c0c Merge branch 'fix-federation' into 'develop'
Fix federated threads

See merge request gab/social/gab-social!44
2020-02-26 20:01:41 +00:00
Alex Gleason 28cc38ad6b
Fix federation of avatars and images with legacy gab:// URLs 2020-02-26 12:32:30 -06:00
mgabdev 0bd1eb2c77 Progress 2020-02-25 11:04:44 -05:00
mgabdev 32cd8e622a Progress 2020-02-24 18:25:55 -05:00
mgabdev 7679012e2f Progress 2020-02-24 16:56:07 -05:00
mgabdev d255982ec5 Progress 2020-02-22 18:26:23 -05:00
Alex Gleason 82d476227c
Return StatusFinder to its original state 2020-02-21 14:25:34 -06:00
Alex Gleason a925509384
Clean up ReactController 2020-02-21 14:23:08 -06:00
Alex Gleason b3bdddf374
Route status URLs back through StatusesController 2020-02-21 14:22:55 -06:00
Alex Gleason d3ee46c328
Route account URLs back through AccountsController 2020-02-21 14:21:00 -06:00
Alex Gleason a7955ad491
Account.find_acct! function 2020-02-21 14:17:39 -06:00
Alex Gleason 0aed68a7e3
Rename home#index to react#react 2020-02-21 14:16:43 -06:00
mgabdev bebc39f150 Progress 2020-02-20 19:57:29 -05:00
mgabdev e37500c0cf Progress 2020-02-19 18:57:07 -05:00
mgabdev be3daea78b Progress 2020-02-17 12:50:29 -05:00
mgabdev cdde454915 Progress 2020-02-13 19:40:04 -05:00
admin d524741a3a Update header.js s/direct-message/private-message/g 2020-02-08 22:58:41 +00:00
mgabdev 389b189d64 Progress 2020-02-08 17:57:09 -05:00
mgabdev 1c98dd283e Progress 2020-02-08 01:12:01 -05:00
mgabdev bdb482140b Updates to footer, nav bar 2020-02-05 19:38:02 -05:00
mgabdev e92a419b2a Added chat button to footer, nav 2020-02-05 19:23:03 -05:00
mgabdev fa66d082f8 Progress 2020-02-05 17:45:48 -05:00
mgabdev 331ae0ca38 Edits for chat button 2020-02-04 21:25:33 -05:00
mgabdev 9f1643a17d Adding chat buttons 2020-02-04 11:30:26 -05:00
mgabdev df346596cf Progress 2020-02-04 10:50:18 -05:00
mgabdev 1cd851e02e Progress 2020-02-03 13:24:24 -05:00
mgabdev 960c43d24c Updated PureComponent usage 2020-01-29 16:54:39 -05:00
mgabdev cb55ef9f04 Progress on refactor
Update files paths, components
2020-01-29 16:53:33 -05:00
mgabdev c0f0d4f07a Updated paths 2020-01-29 15:08:56 -05:00
mgabdev 2bd01457a6 Updating files after merge 2020-01-29 11:45:17 -05:00
mgabdev 8c9cac2beb After merge resolutions 2020-01-28 11:29:37 -05:00
mgabdev 0a3c6cea89 Merge branch 'develop' of https://code.gab.com/gab/social/gab-social into feature/frontend_refactor 2020-01-28 11:29:26 -05:00
mgabdev c00c202d39 Updating background images to be svgs 2020-01-27 17:20:07 -05:00
mgabdev 6c8eea5160 Updates for missing vars in components 2020-01-27 14:46:42 -05:00
mgabdev a2b5d72e08 Progress 2020-01-24 16:18:17 -05:00
mgabdev 3af35f4840 Updating css webpack integration 2020-01-23 11:35:36 -05:00
mgabdev 1a6afcdd2b Gifs working on mobile, maybe 2020-01-21 17:06:33 -05:00
mgabdev 1a7c3a9ef9 TESTING gifs 2020-01-21 17:02:34 -05:00
mgabdev 5bbf41a0bc TESTING gifs 2020-01-21 16:57:21 -05:00
mgabdev 10fce962c8 TESTING gifs 2020-01-21 16:44:17 -05:00
mgabdev c7969ab97d TESTING gifs 2020-01-21 16:34:36 -05:00
mgabdev 9c843d5847 Updated progress panel 2020-01-21 16:13:52 -05:00
mgabdev 05d4c921a8 Added expenses to sidebar in app 2020-01-21 16:07:58 -05:00
mgabdev 5a8d386683 Play gif if no user 2020-01-17 18:24:10 -05:00
mgabdev 755835d2bd Revert tests, update gif loading 2020-01-17 17:55:00 -05:00
mgabdev 9e7b896e9e TESTING gifs 2020-01-17 15:32:37 -05:00
mgabdev ad906f0b30 TESTING gifs 2020-01-17 15:18:02 -05:00
mgabdev b8aede03a1 TESTING gifs 2020-01-17 15:07:23 -05:00
mgabdev 7ec113a038 TESTING gifs 2020-01-17 14:13:31 -05:00
mgabdev 432817741a TESTING gifs 2020-01-17 13:53:39 -05:00
mgabdev 6c769caf24 TESTING gifs 2020-01-17 13:31:42 -05:00
mgabdev f08e1d3c21 TESTS for gifs 2020-01-17 12:49:07 -05:00
mgabdev 7fb0b462e2 Fix notifications
https://gitlab.com/soapbox-pub/soapbox/merge_requests/120/diffs#diff-content-917c7fb80cf426cfae1e7baaa21b3d90ccb2b29c
2020-01-16 18:24:10 -05:00
mgabdev 292991bf33 Merge branch 'develop' of https://code.gab.com/gab/social/gab-social into develop 2020-01-16 17:59:31 -05:00
Developer 525937d5b0 Merge branch 'emoji-verify-hide' into 'develop'
Hide "verified" emoji from usernames to avoid confusion, fixes #73

See merge request gab/social/gab-social!31
2020-01-16 22:58:39 +00:00
mgabdev 8322dd3b3e Merge branch 'feature/updating_quote_statuses' of https://code.gab.com/gab/social/gab-social into develop 2020-01-16 17:56:32 -05:00
mgabdev adde863246 Merge branch 'feature/search_updates_groups' of https://code.gab.com/gab/social/gab-social into develop 2020-01-16 17:56:04 -05:00
mgabdev 4787060608 Updated max lines of status content
Improving visibility
2020-01-15 11:14:44 -05:00
mgabdev 69ea7fcdc6 Updated search UI header and results
Added groups with new items for filtering search results
2020-01-14 18:14:54 -05:00
mgabdev b39cdfae11 Updated hashtag component 2020-01-14 18:14:27 -05:00
mgabdev 02247354a3 Added GroupListItem component 2020-01-14 18:14:08 -05:00
mgabdev 81b2c009a1 Added groups to search results 2020-01-14 18:13:30 -05:00
mgabdev 3126ba8b3c Added search_for function on group 2020-01-14 18:13:05 -05:00
mgabdev 6581ac5af9 Updated trend item styles 2020-01-14 18:12:55 -05:00
mgabdev b34b9d5446 Updated search_popout.tips.text locale 2020-01-14 18:12:45 -05:00
mgabdev 76981e56c5 Updated search result limit
Removed search from client side, increased from 20 to 100 in search_controller.rb
2020-01-14 18:12:04 -05:00
mgabdev 8dcdda95ac Added moment utc transformation to post compose api call for scheduled posts 2020-01-14 11:39:44 -05:00
mgabdev d813b1a9f0 Removed sidekiq_options in ScheduledStatusesScheduler 2020-01-14 11:39:03 -05:00
mgabdev f40ff36f1b Remove 2019-12-10 18:45:12 -05:00
mgabdev 08cab0c778 Updated sidebar, promo_panel
Added store link, removed news, partners
2019-12-10 01:53:17 -05:00
mgabdev 17bb84cf83 Added adjustment for footer-bar in iphonex 2019-10-23 16:03:16 -04:00
mgabdev 1e8c064a84 Updated footer-bar heights 2019-10-23 02:19:22 -04:00
mgabdev e3e8c5c2d5 Updated tabs bar styles to remove nav links on small devices, show other buttons 2019-10-22 16:20:49 -04:00
mgabdev 4b1051e711 Moved up the floating action button to make room for footer 2019-10-22 16:20:26 -04:00
mgabdev 41a4460934 Added footer bar component, styles to app 2019-10-22 16:20:10 -04:00
mgabdev 1bf5f298b6 Added search to sidebar menu 2019-10-22 16:19:12 -04:00
mgabdev 8088b9951a Added trends.gab.com to header, tabs bar, sidebar, promo panel 2019-10-21 20:03:09 -04:00
mgabdev 8a9e73521e Updated compose modal publish button position
Removed fixed positioning of publish button on small screen sizes to top, keep at bottom as compose modal is now scrollable.
2019-10-18 19:20:08 -04:00
mgabdev 236dbf8efd Updated compose modal button
Removed pubilsh button from compose modal component. Using original compose form publish button instead.
2019-10-18 01:36:04 -04:00
mgabdev caf72d0467 Updated compose modal
Added "publish" button on top of modal. Added compose modal scroll functionality. Updated max height for textbox. Removed avatar, arrow on compose modal for more room. Updated image upload sizes for composer.
Fixes: #83
2019-10-18 00:55:30 -04:00
Rob Colbert 0cf4b3da4e add additional contact information for subscription cancelation 2019-10-10 19:41:03 -04:00
Rob Colbert 81b551e030 migration 2019-10-10 19:40:51 -04:00
mgabdev 4d883bbfe6 Updated terms of sale 2019-09-30 11:32:33 -04:00
admin 0d2c172365 Revert "auto-confirm users to compensate for lack of SMTP relay"
This reverts commit ee2efd0be3
2019-09-20 02:32:34 +00:00
admin fc372311f4 undo auto-confirm new account 2019-09-20 02:27:52 +00:00
mgabdev b59904cf55 Updated schedule post within compose modal
Placed dropdown on top
2019-09-19 16:07:35 -04:00
mgabdev 232d12934a Updated sidebar menu pro link 2019-09-18 23:03:05 -04:00
mgabdev 9bd0826735 Updated schedule post dropdown 2019-09-18 22:52:59 -04:00
mgabdev 09a8778856 Added alert for successfully scheduling a status 2019-09-18 22:52:45 -04:00
mgabdev d2e4a046af Updated schedule post dropdown 2019-09-18 22:04:49 -04:00
mgabdev 910a3d673e Updated schedule post calendar time format 2019-09-18 21:45:50 -04:00
mgabdev 6fe5cd1f09 Updated schedule post dropdown
Removed portal, added startOpen, added modifiers to prevent overflow.
2019-09-18 21:39:43 -04:00
mgabdev 68c1f28bb1 Added portal version of date picker for mobile for schedule posts 2019-09-18 21:24:38 -04:00
mgabdev 045ad0f4fa Updated schedule post icon title 2019-09-18 21:15:29 -04:00
mgabdev 1f7432bb73 Updated schedule post responsiveness 2019-09-18 21:15:17 -04:00
mgabdev 67821442da Added settings page for deleting scheduled statuses 2019-09-18 20:33:03 -04:00
mgabdev 3fe4a75b85 Updated compose form to have SchedulePostDropdownContainer 2019-09-18 20:15:58 -04:00
mgabdev c7760b6ce0 Added schedule post dropdown component and container, styles 2019-09-18 20:15:27 -04:00
mgabdev 6ede1426f2 Added redux functionality for scheduled posts 2019-09-18 20:15:01 -04:00
mgabdev 904a6b5556 Added new styles for promoted gab button/label 2019-09-18 19:50:43 -04:00
mgabdev 646fb4fcf9 Updated group create button to open upgrade to pro modal if not pro 2019-09-18 19:49:12 -04:00
mgabdev af954beeab Updated promoted status label to open upgrade to pro modal on click 2019-09-18 19:48:37 -04:00
mgabdev 05c54a9f8b Added pro upgrade modal component and styles 2019-09-18 19:48:09 -04:00
mgabdev f7db2ec2f2 Updated promo panel to include button for upgrading to pro 2019-09-18 19:45:59 -04:00
mgabdev 9195193d80 Added sidebar menu item for upgrading to pro 2019-09-18 19:44:43 -04:00
mgabdev b53ff5ac44 Added check if user isn't pro, don't allow scheduled statuses 2019-09-18 19:43:43 -04:00
Rob Colbert 645f53a0cb Merge branch 'feature/revision-history' of https://code.gab.com/gab/social/gab-social into develop 2019-09-18 16:20:44 -04:00
2458773093 4c12aa8741 responsive fixes 2019-09-18 23:17:59 +03:00
Rob Colbert 5135622fe2 Merge branch 'feature/revision-history' of https://code.gab.com/gab/social/gab-social into develop 2019-09-18 13:19:24 -04:00
2458773093 20cce5fc39 show edit indicator on detail page 2019-09-18 19:20:52 +03:00
Rob Colbert 4de30bd8d0 Merge branch 'feature/revision-history' of https://code.gab.com/gab/social/gab-social into develop 2019-09-18 11:08:04 -04:00
2458773093 498630f20f revision history ui 2019-09-17 18:23:51 +03:00
2458773093 7219c9b5e6 service + seerializer completed 2019-09-17 17:22:02 +03:00
2458773093 d1f7d17ef5 new revision model 2019-09-17 17:21:29 +03:00
2458773093 6465713858 annotation fix 2019-09-17 17:20:55 +03:00
mgabdev b340a49e5a Updated upload limits for pro accounts 2019-09-17 01:13:25 -04:00
mgabdev 6b4969dbdd Updated media attachment on create to always include account param 2019-09-17 01:13:02 -04:00
mgabdev deb9ed29bd commit 2019-09-16 19:31:30 -04:00
mgabdev 956c06ea59 Updated follow limit for pro accounts to 50,000 2019-09-14 10:43:02 -04:00
mgabdev cfda2c2562 Updated promotions to not show if user is pro 2019-09-14 09:53:49 -04:00
mgabdev 280895a073 Updated status card
Check for if cardImg exists and if is interactive to set image accordingly.
Updated action button color to primary as it stands out more.
2019-09-10 00:05:37 -04:00
mgabdev 8014a87f85 Updated terms of sale 2019-09-06 19:58:10 -04:00
mgabdev eb552e4473 Fixed support email in terms of sale 2019-09-06 19:43:26 -04:00
mgabdev 37a9c75a64 Updated terms of sale 2019-09-05 18:06:53 -04:00
Rob Colbert 1559f19b84 change blog.gab.com to news.gab.com 2019-09-03 23:20:54 -04:00
Rob Colbert e856e2a136 Merge branch 'feature/promoted-gabs' of https://code.gab.com/gab/social/gab-social into develop 2019-09-03 18:38:37 -04:00
2458773093 d853beebb7 admin for promotions 2019-09-04 01:29:46 +03:00
2458773093 daf5eeb905 convert status ids to string 2019-09-04 00:54:18 +03:00
2458773093 168642a1b9 promotion fe 2019-09-04 00:54:03 +03:00
2458773093 0499184b38 added active promoted statuses to initial state 2019-09-04 00:15:32 +03:00
2458773093 044e9695fe model/migration for promoted statuses 2019-09-04 00:14:50 +03:00
mgabdev 89ac473195 Adding display: block to .columns-area--mobile 2019-08-29 22:32:56 -04:00
Rob Colbert 780512ef6d Merge branch 'develop' of https://code.gab.com/gab/social/gab-social into develop 2019-08-29 21:05:14 -04:00
mgabdev f21f2651d6 Added status.account_id to redis socket for statuscard stream 2019-08-28 16:41:49 -04:00
mgabdev 30c30c696a Added password reset via admin panel 2019-08-28 16:13:56 -04:00
2458773093 fda449bf27 cover edited mentions 2019-08-28 17:27:33 +03:00
2458773093 5f352c4771 fixed repopulating composer for edits to handle mentions 2019-08-28 17:26:06 +03:00
Rob Colbert 81e8b3294f Merge branch 'develop' of https://code.gab.com/gab/social/gab-social into develop 2019-08-28 02:22:15 -04:00
Rob Colbert 1196ef362d disable group posts in home feed 2019-08-28 02:21:42 -04:00
mgabdev d382c557b1 Added status update stream connection in gabsocial.js 2019-08-28 01:31:25 -04:00
mgabdev 31d4660947 Added streaming of updated status from fetch_link_card_service
Sends updated status down after adding/updating/removing preview card.
2019-08-28 01:26:34 -04:00
mgabdev dc87184ef0 Added handleComposeSubmit in actions/compose
Split up from submitCompose() so it can be called elsewhere
2019-08-28 01:24:06 -04:00
mgabdev 3aa905b391 Removed muted prop on video in video feature 2019-08-27 23:36:55 -04:00
mgabdev 557d0cce08 Updated all videos to have muted and playsInline keys
Removed autoplay on extended-video-player. Removed test border on <video />.
2019-08-27 14:22:35 -04:00
mgabdev b4f9f302de Added check for if no video buffered exists in video feature 2019-08-26 21:59:57 -04:00
mgabdev 19c0064e2f (Test) Added muted, playsInline keys on <video />
border style for reference
2019-08-26 21:59:44 -04:00
mgabdev b4f67a7223 Updated card component
Set new max description. Removed compact prop. Updated variables, classes and positions.
2019-08-26 21:58:54 -04:00
mgabdev eade08706a Removed compact key on status card 2019-08-26 21:57:56 -04:00
mgabdev 8d31d29d60 Updated status-card styles 2019-08-26 21:57:40 -04:00
mgabdev 32b04999b1 Removed head request in FetchLinkCardService 2019-08-26 21:57:11 -04:00
Rob Colbert 0cc5dfab07 Merge branch 'feature/updating_media_aspect_ratio' of https://code.gab.com/gab/social/gab-social into develop 2019-08-23 13:52:45 -04:00
mgabdev 4a4589bf0a Updated media_gallery component for new aspect ratios 2019-08-23 00:04:32 -04:00
mgabdev 449dd24b7f Updated Video component added aspect ratio for sizing 2019-08-23 00:03:17 -04:00
mgabdev 9b1f13487f Updated media gallery for updated aspect ratios 2019-08-23 00:01:50 -04:00
mgabdev 5f366a013a Added media_aspect_ratio util 2019-08-23 00:00:10 -04:00
2458773093 65ce2a4b06 remove redraft + delete feature 2019-08-23 03:58:25 +03:00
2458773093 39dc2b1287 allow existing images of the account for edits 2019-08-23 03:53:02 +03:00
2458773093 29d5656fb2 add edit to status detail action bar + comment out delete&redraft 2019-08-23 03:43:33 +03:00
2458773093 a8bef0faab reset compose state after success 2019-08-23 03:20:11 +03:00
2458773093 e5a05a9210 edit integration 2019-08-23 02:05:20 +03:00
2458773093 2fdeccd1c6 edit ui 2019-08-23 01:09:15 +03:00
2458773093 dd73e1b00e edit status service 2019-08-23 01:07:54 +03:00
2458773093 6752b9f936 update method for statuses 2019-08-23 01:05:53 +03:00
2458773093 159193bbf5 status edit policy 2019-08-23 01:04:16 +03:00
mgabdev 4ef6af99ee Removed store links from sidebar and promo panel 2019-08-22 13:52:48 -04:00
Rob Colbert cd3a4b20fb auto-confirm new users to compensate for lack of SMTP relay service 2019-08-21 02:15:05 -04:00
Rob Colbert ee2efd0be3 auto-confirm users to compensate for lack of SMTP relay 2019-08-21 01:01:48 -04:00
mgabdev 41940d0e52 Updated repost button/icon styles 2019-08-20 23:19:59 -04:00
Rob Colbert ad07cde21b Merge branch 'feature/group-posts-in-timeline' of https://code.gab.com/gab/social/gab-social into develop 2019-08-20 19:31:58 -04:00
mgabdev 8157e543e5 Updated promo panel styles
Added background, borders similar to other panels.
2019-08-20 16:36:07 -04:00
mgabdev 241368b804 Updated sidebar menu icons to all be fixed widths 2019-08-20 16:25:50 -04:00
mgabdev 6590f43f6b Updated promo panel items
Gab news, store, partners, apps.
2019-08-20 16:00:54 -04:00
mgabdev 13a24a852b Updated sidebar menu
Added "more" inner menu. Added new links.
2019-08-20 15:59:49 -04:00
mgabdev a532d5a513 Fixed account avatar background size on tabs bar for small devices
Introduced when sidebar added.
2019-08-20 15:51:47 -04:00
mgabdev 218c064433 Fixed repost color to match all other action button icon colors
fixes: #45
2019-08-20 15:48:21 -04:00
mgabdev 00246a2205 Removed profile directory toggle in profile settings
fixes: #69
2019-08-20 15:02:31 -04:00
Developer 6f6a45f535 Merge branch 'mute-button-fix' into 'develop'
Make "muted words" button work, fixes #77

Closes #77

See merge request gab/social/gab-social!38
2019-08-20 15:45:57 +00:00
Developer 2873ac7190 Merge branch 'fix-pro-dashboard' into 'develop'
Add PRO conditional to dashboard, fixes #78

Closes #78

See merge request gab/social/gab-social!37
2019-08-20 15:44:53 +00:00
Developer 447478a791 Merge branch 'mentions-fix' into 'develop'
Make mention links internal, fixes #74

Closes #74

See merge request gab/social/gab-social!34
2019-08-20 15:39:25 +00:00
mgabdev c6f8f4fa61 Removed unused imports in actions/statuses 2019-08-20 11:29:35 -04:00
Developer 3e43d062ca Merge branch 'delete-redraft' into 'develop'
Fix "delete & redraft" to pop up modal, fixes #71

Closes #71

See merge request gab/social/gab-social!39
2019-08-20 15:28:35 +00:00
2458773093 8a6623e463 fix group local account list for distributions so it does not include users who disabled group posts in feed 2019-08-20 03:10:22 +03:00
2458773093 3214ad5d50 regeneration and database feed generation updates for group posts in feeds 2019-08-20 02:54:26 +03:00
2458773093 1f0f96415e group posts in feed db builder 2019-08-20 02:25:10 +03:00
2458773093 213d5862ac fan out to group members 2019-08-20 02:11:11 +03:00
mgabdev d41a63a21d Updated promo panel
Removed invite, added apps and news
2019-08-18 12:19:10 -04:00
mgabdev 14df0de9d8 Removed apps item from tabs_bar 2019-08-18 12:17:37 -04:00
mgabdev 0ef81876dc Merge branch 'feature/adding_embed_and_meta_tags' of https://code.gab.com/gab/social/gab-social into develop 2019-08-18 00:12:28 -04:00
mgabdev d3501953f4 Added check for account variable exists in home_controller meta function 2019-08-18 00:11:41 -04:00
mgabdev d084b8d5f9 Updated route matches in home_controller
Added in set_data_for_meta too
2019-08-18 00:09:25 -04:00
mgabdev 5750786d1a Removed bang operator from account, tag finders in home_controller
If account or tag does not exist, it tosses an error. without bang it ignores if doesn't exist.
2019-08-17 12:16:15 -04:00
mgabdev 9ed74bcc08 Updated sidebar to be disabled if no current user 2019-08-17 01:35:29 -04:00
mgabdev 1e6cf79f9e Added checks in application.html.haml for tag, status, account for meta tags
enables meta tag content for search engine indexing and titles per each
2019-08-17 01:23:21 -04:00
mgabdev 5b27b6b646 Updated home_controller.rb to check for meta data for accounts, statuses, tags
if route is account/profile page, status page or tags page, set data to send to application.html.haml to render meta tag content
2019-08-17 01:22:27 -04:00
mgabdev 499bf9eb69 Updated status_finder to check for home#index for updated status route
check previous commit: dcb0572

this enables status embeding to work fully
2019-08-17 01:21:33 -04:00
mgabdev 4b1c4c31d1 Upated /tags/:id in react app to be a public route 2019-08-17 01:15:30 -04:00
mgabdev 57b37e0555 Updated stream_entries view detailed_status "open in web" link 2019-08-17 01:15:02 -04:00
mgabdev e576c2c3d7 Added a new file for account view meta content 2019-08-17 01:14:41 -04:00
mgabdev a7185dc9ca Added a new file for stream_entries view meta content 2019-08-17 01:14:24 -04:00
mgabdev 8ac59b3336 Added a new file for tags view meta content 2019-08-17 01:13:56 -04:00
mgabdev 004dde2543 Updated notification badge positioning
align with updated tabs bar design
2019-08-15 14:33:21 -04:00
mgabdev c60617cc00 Updated sidebar menu avatar link
removed extra curly
2019-08-15 14:19:29 -04:00
mgabdev f4bc6aedb7 Removed sidebar menu flex displays
updated responsiveness
2019-08-15 11:48:06 -04:00
mgabdev 342feb90ca Updated sidebar menu item placement
added body class to to stop scroll when sidebar menu is open
2019-08-15 11:38:55 -04:00
mgabdev 9e3d4f5385 Updated sidebar menu theming 2019-08-15 11:38:26 -04:00
mgabdev 0be86d6ec5 Added sidebar menu feature 2019-08-14 23:04:03 -04:00
mgabdev 915f7f891a Updated floating-action-button to show at 895px 2019-08-14 23:03:05 -04:00
mgabdev a2bb97d412 Updated tabs bar
updated responsiveness of tabs bar
2019-08-14 23:02:48 -04:00
Rob Colbert 8812cda2a2 make room for quoted post and constrain the quoted post 2019-08-13 14:00:09 -04:00
mgabdev 293c6502da Added sass-resources-loader to css webpack rules 2019-08-13 12:14:57 -04:00
mgabdev c58d621daf Updated components, style modules 2019-08-13 11:54:29 -04:00
mgabdev ecd081b5ed Removed unused italic fonts 2019-08-13 11:52:31 -04:00
Rob Colbert 352217c5b4 process_quote_service call made conditional 2019-08-13 02:16:01 -04:00
mgabdev 47b43d78d9 Updated all component styles
new mixins, consolidated
all original styles files uncomitted
2019-08-12 16:48:46 -04:00
2458773093 cca45c54f1 Merge branch 'quote-notifs' into feature/groups-improvements
* quote-notifs:
  quote notifs
  migration
2019-08-12 16:25:42 +03:00
2458773093 623fa7da80 quote notifs 2019-08-12 16:25:28 +03:00
2458773093 a12fa0573f remove share 2019-08-11 16:08:48 +03:00
2458773093 e64cbdfd8e group timeline reply filter 2019-08-11 15:57:12 +03:00
2458773093 57ddfabf20 group timeline improvements and prep for sorting 2019-08-11 15:41:56 +03:00
Rob Colbert f7118a39df group accounts improvements 2019-08-11 14:40:44 +03:00
mgabdev 3d509c84a2 Another large update for all components
reorganization, linting, updating file imports, consolidation
warning: there will be errors in this commit
todo: update webpack, add missing styles, scss files, consolidate group page components.
2019-08-09 12:06:27 -04:00
Rob Colbert c8ce87e4f9 migration 2019-08-07 15:53:28 -04:00
Alex Gleason d694d4a1a7
Fix "delete & redraft" to pop up modal, fixes #71 2019-08-07 15:50:09 -04:00
Rob Colbert 05037f60be Remove investing information
- Removed "Invest" from unauthenticated home page in Navbar
- Removed button/link from promo area of authenticated home page in
sidebar
- Updated Investors page to remove link leaving two beyind (reports)
2019-08-07 15:47:34 -04:00
mgabdev 280dc51d85 Large update for all components
reorganization, linting, updating file imports, consolidation
warning: there will be errors in this commit
todo: update webpack, add missing styles, scss files, consolidate the rest of components within features/*
2019-08-07 01:02:36 -04:00
mgabdev 5505f60119 Updated utils 2019-08-07 00:55:49 -04:00
Alex Gleason cc39821efa
Make "muted words" button work, fixes #77 2019-08-05 20:04:35 -04:00
Alex Gleason f6ee98a2f0
Add PRO conditional to dashboard, fixes #78 2019-08-05 18:50:35 -04:00
Rob Colbert b9f9ae2231 Merge branch 'remote-profile-fix' into 'develop'
Actually fix remote profile loading

See merge request gab/social/gab-social!30
2019-08-05 04:51:57 +00:00
Rob Colbert aed10a5a3b Merge branch 'feature/quoting-statuses' into 'develop'
Feature/quoting statuses

See merge request gab/social/gab-social!36
2019-08-04 21:46:10 +00:00
2458773093 92ebfbd076 quoted post preview added to status composer 2019-08-04 23:56:17 +03:00