Commit Graph

1918 Commits

Author SHA1 Message Date
Fosco Marotto
a32c5a453b [merge_worker] disable 2021-01-09 15:44:20 -05:00
mgabdev
aac506bd4e Removed all usage of unused MergeWorker
• Removed:
- all usage of unused MergeWorker
2021-01-09 14:33:01 -05:00
mgabdev
19a7d2f31a Fixed issue with account follow button not displaying properly
• Fixed:
- issue with account follow button not displaying properly (after removing relationship fetching in notifications and timelines)
2021-01-09 03:25:54 -05:00
mgabdev
5e82d71a9f Fixed issue in notifications to show notifications GT not LT 7 days ago
• Fixed:
- issue in notifications to show notifications GT not LT 7 days ago
2021-01-09 02:04:07 -05:00
mgabdev
e432c2effb Updated shortcuts to show again
• Updated:
- shortcuts to show again
2021-01-09 02:01:11 -05:00
mgabdev
8c7a52065c Added debouncing to markReadNotifications and fetchComments
• Added:
- debouncing to markReadNotifications and fetchComments
2021-01-09 01:50:18 -05:00
mgabdev
1da4cb9f0f Removed relationship fetch on timeline successful load
• Removed:
- relationship fetch on timeline successful load
2021-01-09 01:06:35 -05:00
mgabdev
5d71dc2be3 Removed fetchRelatedRelationships in streaming notifications
• Removed:
- fetchRelatedRelationships in streaming notifications
2021-01-09 01:03:05 -05:00
mgabdev
f4512b4411 Added/removed some functionality to better handle requests/load
- Removed status counting in dashboard for admins
- Added limit to notifications to only 7 days ago
- Removed ability for non-logged in users to view group, group-collection timelines
- Limited account realtime search on compose, list, chat actions
- Removed fetching of user suggestions
- Removed fetching of shortcuts
- Removed featured groups, user suggestions timeline injections
- Removed group featured panel from explore layout for non logged in users
- Removed media gallery panel from profile layout
- Removed lists, suggestions, groups panel from home page
- Removed user suggestions to list page
- Updated pro_timelie in status.rb to find only from 1 hour ago
- Updated home timeline to not include groups and to find only latest from 5 days ago
- Removed search for non logged in users
2021-01-08 21:46:03 -05:00
Fosco Marotto
c1213f4137 [index] add index on reports.action_taken 2021-01-08 12:36:49 -05:00
mgabdev
152e59a66f Updated all components that implement window resize to use redux dimensions
• Updated:
- all components that implement window resize to use redux dimensions
2021-01-08 00:15:53 -05:00
mgabdev
8744868190 Added window dimensions to redux, listener in gabsocial.js
• Added:
- window dimensions to redux, listener in gabsocial.js
2021-01-08 00:15:19 -05:00
mgabdev
a8443700a2 Removed toast on fetchCommentsFail
• Removed:
- toast on fetchCommentsFail
2021-01-07 18:46:46 -05:00
Fosco Marotto
bc35480662 [media_attachments] support NVENC_ENABLED 2021-01-07 16:10:42 -05:00
mgabdev
d9f6a142a0 Updated GroupPolicy to allow moderators to perform most group actions
• Updated:
- GroupPolicy to allow moderators to perform most group actions except for editing or destroying a group
2021-01-05 12:16:32 -05:00
mgabdev
2fcc99cccf merge resolving 2021-01-05 11:35:23 -05:00
mgabdev
b62b1166dc Updated Comment component paddings to be more compact
• Updated:
- Comment component paddings to be more compact
2021-01-05 11:34:51 -05:00
mgabdev
59384a300b Updated Account compnent dismiss and action button style alignments
• Updated:
- Account compnent dismiss and action button style alignments
2021-01-05 11:34:29 -05:00
mgabdev
698e2aa42e Fixed issue with chat mutes, blocks, requests not showing up on mobile
• Fixed:
- issue with chat mutes, blocks, requests not showing up on mobile
2021-01-05 11:34:02 -05:00
mgabdev
951e206091 Updated HomeTimeline to reload on every mount
• Updated:
- HomeTimeline to reload on every mount
2021-01-05 01:45:26 -05:00
Fosco Marotto
7a58d0fa58 [index] Add index on status_stats.created_at 2021-01-03 15:02:40 -05:00
Fosco Marotto
46ceced444 [home] Home feed update to 21 days and always from database 2021-01-03 00:38:23 -05:00
Fosco Marotto
ecb5c6554c [index] add index on status_revisions.status_id 2021-01-02 23:12:32 -05:00
mgabdev
6085fc2213 Updated EditProfileModal to close after clicking save
• Updated:
- EditProfileModal to close after clicking save
2020-12-31 22:07:07 -05:00
mgabdev
89225194ed Fixed issue with composer destination in group, timeline
• Fixed:
- mobile composer min height
- issue with composer destination in group, timeline (hopefully)
2020-12-31 21:46:31 -05:00
mgabdev
27f1de6af3 Updated Toast timer to be 3500ms for dismissal
• Updated:
- Toast timer to be 3500ms for dismissal
2020-12-31 21:33:22 -05:00
mgabdev
35f98bbfaa Updated DEFAULT_CHAT_CONVERSATION_LIMIT to 100
• Updated:
- DEFAULT_CHAT_CONVERSATION_LIMIT to 100
2020-12-31 20:51:38 -05:00
mgabdev
4d2a4cc44d Fixed issue with pagination of ChatConversations
• Fixed:
- issue with pagination of ChatConversations
2020-12-31 20:51:02 -05:00
mgabdev
4297e1f81a Added Gab system's status page to LinkFooter
• Added:
- Gab system's status page to LinkFooter
2020-12-31 20:12:40 -05:00
mgabdev
5b852ae10e Updated ListsAccountsController to check if account blocks current_account
• Updated:
- ListsAccountsController to check if account blocks current_account
- Lists action and controller to only allow singular account_id instead of array
2020-12-31 19:17:55 -05:00
mgabdev
af7c82221d Updated GroupPage to fetch group on component update if id changes
• Updated:
- GroupPage to fetch group on component update if id changes

• Fixes:
- Issue where going from group -> group (like from shortcut to shortcut) and the group children components dont update
2020-12-31 19:13:10 -05:00
mgabdev
985faeb930 Added check in deleteStatus function in timelines reducer for if timeline in map exists
• Added:
- check in deleteStatus function in timelines reducer for if timeline in map exists

• Fixes:
- Issue when muting an account it shows "success" then "fail" toasts
2020-12-31 18:55:00 -05:00
mgabdev
3809700f17 Fixed issue with cursor position in Composer, fixes emoji picker postioning
• Fixed:
- issue with cursor position in Composer, fixes emoji picker postioning
2020-12-31 18:48:35 -05:00
mgabdev
4174597a24 Updated EmojiPicker to be themed
• Updated:
- EmojiPicker to be themed - text, background colors are now matching selected theme
2020-12-31 18:47:40 -05:00
mgabdev
23e7dbee8c Removed testing log in ComposeDestinationHeader
• Removed:
- testing log in ComposeDestinationHeader
2020-12-31 17:54:43 -05:00
mgabdev
81dcab94f9 Added check in fetchStatus action for if id exists
• Added:
- check in fetchStatus action for if id exists
2020-12-31 17:49:25 -05:00
mgabdev
b129ce0f88 Fixed issue in Status page where status wont fetch on component update
• Fixed:
- issue in Status page where status wont fetch on component update
2020-12-31 17:48:59 -05:00
mgabdev
365cd86ab0 Updated ComposeDestinationHeader to not open dropdown if is edit
• Updated:
- ComposeDestinationHeader to not open dropdown if is edit
- ComposeDestinationHeader titles if is edit
2020-12-31 17:48:28 -05:00
mgabdev
e7993f9550 Fixed issue with profiles not loading when account is not fetched from DB
• Fixed:
- issue with profiles not loading when account is not fetched from DB. Like if on profile then click a account from "x reposted y", x would not load because the ProfilePage component was not fetching on update, only mount.
2020-12-31 17:16:15 -05:00
mgabdev
312289d88a Updated ProfileHeader desktop header image sizing
• Updated:
- ProfileHeader desktop header image sizing
2020-12-31 17:15:00 -05:00
mgabdev
147d7e5f05 Added group creator to admin dashboard group table
• Added:
- group creator to admin dashboard group table
2020-12-31 16:41:34 -05:00
mgabdev
585b0eccdb Updated Status recent scope to sort by created_at not updated_at
• Updated:
- Status recent scope to sort by created_at not updated_at

Whenever someone makes an edit or updates their status it is sorted by updated_at and goes to the top of the list. We don't want that.
2020-12-31 16:40:56 -05:00
mgabdev
74cc04c4cf Removed square corners on modals, popovers on small screens
• Removed:
- square corners on modals, popovers on small screens
2020-12-31 16:40:12 -05:00
mgabdev
3224ad2546 Updated position of check, arrow in ListItem
• Updated:
- position of check, arrow in ListItem
2020-12-31 16:39:46 -05:00
mgabdev
2fc8401257 Fixed issue in List for checking size for isLast of ListItem
• Fixed:
- issue in List for checking size for isLast of ListItem
2020-12-31 16:39:27 -05:00
mgabdev
33f19a3f7b Added missing size prop to Lists in popover for isXS
• Added:
- missing size prop to Lists in popover for isXS
2020-12-31 16:39:07 -05:00
mgabdev
aaaebdaea3 Updated ProfileHeader with no header image on mobile to be smaller, invisible
• Updated:
- ProfileHeader with no header image on mobile to be smaller, invisible
2020-12-31 16:37:11 -05:00
mgabdev
ab3aba4fb5 Updated Poll to show transparent background for 0%, circle radius
• Updated:
- Poll to show transparent background for 0%
- Poll to be circle radius
2020-12-31 15:30:01 -05:00
mgabdev
3b1d71c9b6 Updated DisplayName to color overflow ellipsis as same color
• Updated:
- DisplayName to color overflow ellipsis as same color
2020-12-31 15:24:44 -05:00
mgabdev
efacfeee19 Fixed issue with group join requests not showing up in list
• Fixed:
- issue with group join requests not showing up in list
2020-12-30 12:40:02 -05:00