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
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
mgabdev
2e0a781a5b
Added option in GroupOptinosPopover to open group in Gab admin panel
...
• Added:
- option in GroupOptinosPopover to open group in Gab admin panel
2020-12-30 12:26:55 -05:00
mgabdev
699b4a3a7f
Updated EditProfileModal styles
...
• Updated:
- EditProfileModal styles
2020-12-30 12:22:56 -05:00
mgabdev
eec863f146
Updated ProgressPanel to be more compact
...
• Updated:
- ProgressPanel to be more compact and have the "donate" button not blend into the progress meter
- Updated wording on both ProgressPanel, ProgressInjection
2020-12-30 12:21:43 -05:00
mgabdev
cf9f2bb824
Updated UserPanel to shrink header if no header image available
...
• Updated:
- UserPanel to shrink header if no header image available
2020-12-30 12:20:39 -05:00
mgabdev
92d8b3df7c
Added missing semicolon in global.css class
...
• Added:
- missing semicolon in global.css class
2020-12-30 12:19:48 -05:00
mgabdev
81aaa98746
Fixed style issue in News page
...
• Fixed:
- style issue in News page when content loaded
2020-12-30 12:18:15 -05:00
mgabdev
1878a80e37
Removed toast for expandTimelineFail
...
• Removed:
- toast for expandTimelineFail
2020-12-30 12:17:01 -05:00
mgabdev
2e1f12a33a
Updated admin Group editing page
...
• Updated:
- admin Group editing page to include list of admin mods, ability to delete group, ability to make (me/admin) admin of the group
2020-12-30 12:16:47 -05:00
Fosco Marotto
381a5bacc6
[sorting query builder] from 30 days to 5 years for date_limit
2020-12-30 12:04:28 -05:00
mgabdev
6821909a3f
Merge branch 'develop' of https://code.gab.com/gab/social/gab-social into develop
2020-12-29 13:09:08 -05:00
Fosco Marotto
42b6aeac23
[sessions] stick to master, take 2
2020-12-28 01:15:59 -05:00
Fosco Marotto
b58f80eb0d
[status] home timeline query update
2020-12-27 15:20:42 -05:00
Fosco Marotto
2b3c571422
[stick to master] Re-enable stick to master for media attachments, enable stick to master for user sessions
2020-12-27 01:57:18 -05:00
mgabdev
dc1d5f6df2
Updated GroupsPanel, ListsPanel header button titles
...
• Updated:
- GroupsPanel, ListsPanel header button titles "All" -> "Show all"
2020-12-26 15:28:09 -05:00
mgabdev
edacb610dc
Updated FileInput to have default background color
...
• Updated:
- FileInput to have default background color
2020-12-26 15:27:16 -05:00
mgabdev
3eeb0d5b95
Fixed issue with manifest.json route
...
• Fixed:
- issue with manifest.json route, now returning hardcoded json successfully
2020-12-26 15:25:39 -05:00
mgabdev
ecc36b4670
Removed all unused styles in global.css
...
Removed:
- all unused styles in global.css
2020-12-25 23:11:57 -05:00
mgabdev
91c1b769c3
Fixed issues with ExploreController, SortingQueryBuilder
...
• Fixed:
- issues with ExploreController when no account exists
- SortingQueryBuilder with correct status_stat path
2020-12-24 13:41:00 -05:00
mgabdev
620f50752f
Updated SortingQueryBuilder for ExploreTimeline, GroupCollectionTimeline, GroupTimeline
...
• Updated:
- SortingQueryBuilder for ExploreTimeline, GroupCollectionTimeline, GroupTimeline
• TODO
- Test on a lot of data to ensure no repeats
- Test reducers/timeline updates to appending and concating non status.id sorted results
2020-12-24 13:34:14 -05:00
mgabdev
7dd71a06ca
Updated StatusSharePopover -> SharePopover, Added group, account share
...
• Updated:
- StatusSharePopover -> SharePopover
• Added:
- group, account share
- group url in routes.rb
- group url in GroupSerializer.rb
- share buttons in ProfileOptionsPopover, GroupOptionsPopover
2020-12-24 13:27:55 -05:00
mgabdev
0ceccce04a
Fixed issue with groups timeline composer sticking to group when leaving page
...
• Fixed:
- issue with groups timeline composer sticking to group when leaving page
2020-12-24 13:18:54 -05:00
mgabdev
47dbe64df1
Updated ReactController to process account_show from routes.rb
...
• Updated:
- ReactController to process account_show from routes.rb
2020-12-24 13:18:19 -05:00
mgabdev
2c51a177f1
Added back btn to ProTimeline ProPage
...
• Added:
- back btn to ProTimeline ProPage
2020-12-24 01:19:20 -05:00
mgabdev
aa88fc16c9
Fixed issue with showing status meta in html head/title tags
...
• Fixed:
- issue with showing status meta in html head/title tags
2020-12-23 17:38:18 -05:00
mgabdev
19a9435203
Fixed issue in Composer, AutosuggestTextbox with textbox height pushing down media
...
• Fixed:
- issue in Composer, AutosuggestTextbox with textbox height pushing down media
2020-12-23 17:36:15 -05:00
mgabdev
6ffa52dbd9
Added total member count to Group Members page title
...
• Added:
- total member count to Group Members page title
2020-12-23 16:55:42 -05:00
mgabdev
a4aff4fef9
Updated Composer styles to hide scrollbars and fit heights
...
• Updated:
- Composer styles to hide scrollbars and fit heights
2020-12-23 16:37:36 -05:00
mgabdev
75c6cd9fc2
Updated PostStatusService to allow group comments without joining group
...
• Updated:
- PostStatusService to allow group comments without joining group
2020-12-23 15:00:30 -05:00
mgabdev
6c60d83c9c
Updated noScrollbar styles
...
• Updated:
- noScrollbar styles in global.css
2020-12-23 14:48:18 -05:00
mgabdev
27103b174f
Removed ability for non admin/mods to view GroupRemovedAccounts page
...
• Removed:
- ability for non admin/mods to view GroupRemovedAccounts page
2020-12-23 14:47:58 -05:00
mgabdev
bdfa42d421
Fixed issue with blocking not working
...
• Fixed:
- issue with blocking not working
2020-12-23 01:13:12 -05:00
mgabdev
88638cc262
Removed autofollow_inviter in BootstrapTimelineService
...
• Removed:
- autofollow_inviter in BootstrapTimelineService
2020-12-23 00:42:36 -05:00
mgabdev
5b40f62498
Fixed issue with status url not resolving to host
...
• Fixed:
- issue with status url not resolving to host
- fixes issue with status copy url in share menu
2020-12-23 00:10:34 -05:00
mgabdev
e197f2091f
Fixed issue with status reposts, quote posts not showing group name after the dot
...
• Fixed:
- issue with status reposts, quote posts not showing groups name after the dot
2020-12-22 23:53:54 -05:00
mgabdev
70893b7e4c
Fixed issue with timeline, accounts being fetched with undefined/null id
...
• Fixed:
- issue with timeline, accounts being fetched with undefined/null id
2020-12-22 23:52:59 -05:00
mgabdev
7142375c0b
Updated Statuses to open in modal dialog when in Gab Deck
...
• Updated:
- Statuses to open in modal dialog when in Gab Deck instead of going out of Gab Deck to normal status page
2020-12-22 23:49:51 -05:00
mgabdev
0e860dd563
Updated styles in ChatBlocks, ChatMutes, ChatRequests to not overflow container
...
• Updated:
- styles in ChatBlocks, ChatMutes, ChatRequests to not overflow container so now it scrolls
2020-12-22 23:48:37 -05:00
mgabdev
0e7a336e5c
Updated AccountTimeline, GroupTimeline to not include pinned posts in Gab Deck
...
• Updated:
- AccountTimeline, GroupTimeline to not include pinned posts in Gab Deck
2020-12-22 23:48:01 -05:00
mgabdev
aa750565f0
Fixed issue with Gab Deck reordering and deleting columns not working
...
• Fixed:
- issue with Gab Deck reordering and deleting columns not working because of unsaved settings reducer
2020-12-22 23:47:10 -05:00
mgabdev
0a4c31d39e
Fixed issue with poll vote counts not showing
...
• Fixed:
- issue with poll vote counts not showing by not including !hide_totals? in poll.rb
2020-12-22 23:46:43 -05:00
mgabdev
4f5d0f1b96
Fixed issue where follow button was not showing on profiles
...
• Fixed:
- issue where follow button was not showing on profiles because relationships were not imported after fetching timelines
2020-12-22 23:43:31 -05:00
mgabdev
a0a701058f
Fixed issue in causing group editing to not work
...
• Fixed:
- issue in causing group editing to not work
2020-12-22 23:42:27 -05:00
mgabdev
c37a5822fc
Updated results to only be visible if requester has sent chat message
...
• Updated:
- results in RequestedConversationsController to only be visible if requester has sent chat message for count and index routes
2020-12-22 23:41:59 -05:00
mgabdev
0bf305019a
Fixes
...
Fixes
2020-12-22 16:15:19 -05:00
mgabdev
73ee16b943
Fixes for deployment
...
Fixes for deployment
2020-12-22 15:47:02 -05:00
mgabdev
4e1e29571b
Progress on chat
2020-12-22 14:19:38 -05:00
mgabdev
7a62adea3e
Progress on chat conversation search, scrolling
2020-12-22 13:38:52 -05:00
mgabdev
15df66b234
Added href option to actions in SidebarLayout
2020-12-22 12:52:20 -05:00
mgabdev
06de0c88f3
Progress
2020-12-22 12:49:40 -05:00
mgabdev
34f6a1ab5b
Progress
...
new MediaAttachment video style :playable for mp4 to make videojs work with multiple files, hiding albums, hiding bookmark collections. may need tweaks on mediaattachment for mov and other formats : todo :
2020-12-22 12:11:22 -05:00
mgabdev
6fbea0a59e
Progress on little important things
...
removing .mov for now until we can figure out solution with videojs, added model to track username changes, got chat creation flow down, progress on bookmark collections, albums, filtering blocks/mutes from group, explore, collection timelines
2020-12-22 01:36:38 -05:00
mgabdev
2bbb5be505
Merge branch 'develop' of https://code.gab.com/gab/social/gab-social into feature/removing_ruby_junk
2020-12-21 18:38:35 -05:00
mgabdev
67d94858dc
Progress
...
hashtag in top of tag feed, scroll to comment, chat blocking, muting, filtering
2020-12-21 18:30:46 -05:00
mgabdev
abbcdc21d9
Added links for tv.gab.com in NavigationBar
...
• Added:
- links for tv.gab.com in NavigationBar
2020-12-21 15:35:50 -05:00
mgabdev
ee91809e8d
Progress
...
Albums almost done, group, chat moderation, photo, video page updates
2020-12-21 13:25:05 -05:00
mgabdev
a2ffbadedb
Progress on new composer
...
Updated composer to work with comments, groups, timelines, comments in groups, etc.
2020-12-20 20:37:53 -05:00
mgabdev
1a8ecc672c
Progress on group account search
...
Added group member search, group removed account, album add styles
2020-12-20 19:28:32 -05:00
mgabdev
67eb9d5890
Progress
...
Report modal style fix, chat updates, statusserializer revert, display name truncation
2020-12-20 12:27:24 -05:00
mgabdev
7ec426e3d8
Progress on DMs
...
Progress on DMs
2020-12-19 01:33:33 -05:00
mgabdev
47cd60f851
Progress
...
added composer query string functionality for url, text. fixed issue with no user in base_controller, cleaned up video component, albums starting
2020-12-17 23:46:37 -05:00
mgabdev
47d57960a4
Updated groups so that anyone can create
...
• Updated:
- groups so that anyone can create
2020-12-17 16:07:00 -05:00
mgabdev
d5361419d8
Updated video player styles
...
• Updated:
- video player styles
2020-12-17 16:06:45 -05:00
mgabdev
a7e6aa1636
Updated video component playsInline for video.js
...
• Updated:
- video component playsInline for video.js
2020-12-17 01:40:42 -05:00
mgabdev
5a37a7090e
Progress
...
accounts approved, video player testing, bookmark collections
2020-12-17 01:34:00 -05:00
mgabdev
04053c0e31
Progress, Deck done
2020-12-16 17:29:06 -05:00
mgabdev
8f94ffad9c
Progress
2020-12-16 02:39:07 -05:00
mgabdev
d1ff39bb81
Fixed issues
2020-12-15 19:44:01 -05:00
mgabdev
75d52c841e
Progress
2020-12-15 19:31:30 -05:00
mgabdev
de0c977950
Progress on deck, dms
2020-12-10 11:51:45 -05:00
mgabdev
c35e651b43
Added new comments timeline functionality
...
• Added:
- new comments timeline functionality
2020-12-10 01:18:19 -05:00
mgabdev
6c13144fbc
Progress
2020-12-09 15:02:43 -05:00
mgabdev
f9c1246fac
Merge branch 'develop' of https://code.gab.com/gab/social/gab-social into feature/removing_ruby_junk
2020-12-09 11:10:10 -05:00
mgabdev
000363d143
Updated TagManage normalize_link function
...
• Updated:
- TagManage normalize_link function
2020-12-09 11:03:49 -05:00
mgabdev
586935f07f
Merge branch 'develop' of https://code.gab.com/gab/social/gab-social into feature/removing_ruby_junk
2020-12-09 00:00:35 -05:00
mgabdev
bb7348fc61
Progess on Gab Deck
...
Progess on Gab Deck
2020-12-08 23:57:51 -05:00
mgabdev
c18991f174
Added LinkBlock functionality in admin
...
• Added:
- LinkBlock functionality in admin
2020-12-08 23:19:10 -05:00
mgabdev
998f00ae48
Progress on Gab Deck, Updates on Compose
...
• Progress on Gab Deck, Updates on Compose
2020-12-08 23:15:33 -05:00
mgabdev
6950f67520
Updates to Gab Deck
...
• Updates:
- to Gab Deck
2020-12-08 00:07:04 -05:00
mgabdev
05c5dcb581
Updated Toast alerts, progress mvp
...
• Updated:
- Toast alerts
2020-12-07 23:39:13 -05:00
Fosco Marotto
95d326936b
[media] Force media attachments query from master on status post, change home query
2020-12-06 11:16:04 -08:00
mgabdev
5422c013e1
Updated Gab Deck utils
...
• Updated:
- Gab Deck utils
2020-12-06 00:14:43 -05:00
mgabdev
889c5c562e
Added DeckPage import in ui.js
...
• Added:
- DeckPage import in ui.js
2020-12-06 00:08:49 -05:00
mgabdev
f0caf4e7ab
Added route for Gab Deck in ui.js
...
• Added:
- route for Gab Deck in ui.js
2020-12-06 00:05:53 -05:00
mgabdev
d1eb3d09e4
Added CCPC pages in About pages
...
• Added:
- CCPC pages in About pages
2020-12-05 23:52:13 -05:00
mgabdev
ed900a47ca
Added Table, TableColumnHeader, TableRow components
...
• Added:
- Table, TableColumnHeader, TableRow components
2020-12-05 23:50:34 -05:00
mgabdev
ba8e8942dc
Added Gab Deck initial mvp
...
• Added:
- Gab Deck initial mvp
2020-12-05 23:47:48 -05:00
mgabdev
2f798ca1bd
Added toggle option for Application superapp in admin settings
...
• Added:
- toggle option for Application superapp in admin settings
2020-12-04 12:28:32 -05:00
mgabdev
4c4193fa09
Progress on DMs responsiveness
...
Progress on DMs responsiveness
2020-12-03 22:31:11 -05:00
mgabdev
f6a7422704
Progress on DMs responsiveness
...
Progress on DMs responsiveness
2020-12-03 22:27:09 -05:00
mgabdev
137a36b810
Progress with DMs
...
Progress with DMs
2020-12-03 17:13:11 -05:00
mgabdev
a129b3ce3b
Fixed issue in OEmbedSerializer
...
• Fixed:
- issue in OEmbedSerializer
2020-12-02 23:33:36 -05:00
mgabdev
c5cbdd7a55
Fixed issue in OEmbedSerializer
...
• Fixed:
- issue in OEmbedSerializer
2020-12-02 23:30:32 -05:00
mgabdev
9a43c51085
Progress on dms, code cleanup
...
Progress on dms, code cleanup
2020-12-02 23:22:51 -05:00
mgabdev
20d4fc09af
Merge branch 'develop' of https://code.gab.com/gab/social/gab-social into feature/removing_ruby_junk
2020-11-25 16:43:09 -06:00
mgabdev
b4e370d3d3
Commiting
2020-11-25 15:22:37 -06:00
Fosco Marotto
6a040c2a96
[user profile] handle errors in saving user profile edits
2020-11-21 13:11:53 -08:00
Fosco Marotto
b81b6ad1c2
[Lists] Add a 10 day limit to list query
2020-11-20 21:30:03 -08:00
Fosco Marotto
0af28e9b0a
[Lists] Fix lists query
2020-11-20 21:14:33 -08:00
Fosco Marotto
62e8f846bc
[Lists] Change data source and query method
2020-11-20 21:04:41 -08:00
Fosco Marotto
180be82c06
[search] Remove All Time search option.
2020-11-20 19:16:49 -08:00
Fosco Marotto
3fcf7fee0d
[group_collection_controller] add 7 day date constraint to main query.
2020-11-20 16:37:37 -08:00
mgabdev
3b13bb5087
Updates to FanOutOnWriteService, FeedInsertWorker
...
• Updates:
- to FanOutOnWriteService, FeedInsertWorker
2020-11-15 13:02:45 -06:00
mgabdev
fb612f60c8
Commiting
2020-11-15 12:48:32 -06:00
admin
06125bf882
change created_at to updated_at for recent statuses to use index
2020-11-14 13:14:33 +00:00
admin
6a8a538d33
Added date constraint to as_group_timeline in status.rb
2020-11-13 15:37:32 +00:00
admin
b75e34253c
Changed home timeline to be last 5 days instead of 30
2020-11-13 15:23:00 +00:00
mgabdev
62515bbaee
Updated news json url
...
• Updated:
- news json url
2020-11-09 19:08:12 -06:00
mgabdev
1ef59c2266
Updates to fixes for deploy
...
• Updates:
- to fixes for deploy
2020-11-09 16:19:04 -06:00
mgabdev
351929b148
Fixed issue in getPromotions selector
...
• Fixed:
- issue in getPromotions selector
2020-11-09 14:32:38 -06:00
mgabdev
2649c19a50
Fixed issue with promotions count checking in StatusList, SidebarPanelGroup
...
• Fixed:
- issue with promotions count checking in StatusList, SidebarPanelGroup
2020-11-09 14:31:19 -06:00
mgabdev
6f8a1c012d
Fixed issue in PopularLinksController with top links
...
• Fixed:
- issue in PopularLinksController with top links
2020-11-09 14:29:34 -06:00
mgabdev
68e27c07d7
Removed testing log from StatusList component
...
• Removed:
- testing log from StatusList component
2020-11-09 14:04:48 -06:00
mgabdev
10219345f7
Updated PopularLinksController
...
• Updated:
- PopularLinksController
2020-11-09 14:02:44 -06:00
mgabdev
0ac93cceec
Updated news action news, trends urls to be gab origin for prod
...
• Updated:
- news action news, trends urls to be gab origin for prod
2020-11-09 13:49:49 -06:00
mgabdev
393884683a
Updated News page panel ordering for mobile
...
• Updated:
- News page panel ordering for mobile
2020-11-09 13:47:46 -06:00
mgabdev
21937d9e09
Added promotions to redux and added selector for setting promotions if not PRO
...
• Added:
- promotions to redux
- selector for setting promotions if not PRO
• Updated:
- StatusList, SidebarPanelGroup to use promotions from redux
2020-11-09 13:28:43 -06:00
mgabdev
f806fddb5f
Removed promotions from initial_state
2020-11-09 13:26:34 -06:00
mgabdev
547cb39dee
Removed unused api_salmon_url in haml meta pages
...
• Removed:
- unused api_salmon_url in haml meta pages
2020-11-09 13:25:56 -06:00
mgabdev
0bfc0f2f38
Fixed issue with TrendsBreakingPanel in HomePage to be inside WrappedBundle
...
• Fixed:
- issue with TrendsBreakingPanel in HomePage to be inside WrappedBundle
2020-11-09 12:36:17 -06:00
mgabdev
5e11576de4
Updated hydrateStore action on redux load to check if accounts exist
...
• Updated:
- hydrateStore action on redux load to check if accounts exist
2020-11-09 12:34:52 -06:00
mgabdev
a62de51b78
Removed unused api TrendsController from ruby
...
• Removed:
- unused api TrendsController from ruby
2020-11-09 12:33:28 -06:00
mgabdev
c0d3d1d6c4
Removed unused activitypub controllers from ruby
...
• Removed:
- unused activitypub controllers from ruby
2020-11-09 12:32:34 -06:00
mgabdev
d7cc2419a6
Removed unused DirectController for timelines from ruby
...
• Removed:
- unused DirectController for timelines from ruby
2020-11-09 12:31:24 -06:00
mgabdev
e5f68c3c55
Removed unused Instances api routes from ruby
...
• Removed:
- unused Instances api routes from ruby
2020-11-09 12:30:54 -06:00
mgabdev
cf7b554d69
Removed unused well_known routes from ruby
...
• Removed:
- unused well_known routes from ruby
2020-11-09 12:29:35 -06:00
mgabdev
0526e546c9
Removed unused ActivityPub workers in status PinsController
...
• Removed:
- unused ActivityPub workers in status PinsController
2020-11-09 12:28:36 -06:00
mgabdev
2cca4cb765
Removed unused views/well_known xml documents
...
• Removed:
- unused views/well_known xml documents
2020-11-09 12:26:15 -06:00
mgabdev
4100f3dd63
Removed unused ostatus, activitypub actions from service code
...
• Removed:
- unused ostatus, activitypub actions from service code
2020-11-09 12:25:14 -06:00
mgabdev
bfd1e1ef9d
Removed unused GifsController
...
• Removed:
- unused GifsController
2020-11-09 12:15:57 -06:00
mgabdev
b0e3d611f5
Removed unused code from initial_state and ReactController
...
• Removed:
- unused code from initial_state and ReactController
2020-11-09 12:14:42 -06:00
mgabdev
83006eed39
Updated EmptyController to have protections and error responses
...
• Updated:
- EmptyController to have protections and error responses
2020-11-09 12:10:11 -06:00
mgabdev
297fac5d21
Updated some controllers to inherit from EmptyController
...
• Updated:
- some controllers to inherit from EmptyController
2020-11-09 12:08:31 -06:00
mgabdev
7027cd0bf4
Added EmptyController in ruby
...
• Added:
- EmptyController in ruby
2020-11-09 12:05:35 -06:00
mgabdev
fb70bfe739
Updated TrendsHeadlinesPanel subtitle
...
• Updated:
- TrendsHeadlinesPanel subtitle
2020-11-09 12:03:56 -06:00
mgabdev
d926d46e42
Updated FooterBar to always show News
...
• Updated:
- FooterBar to always show News
2020-11-09 12:03:42 -06:00
mgabdev
3b7fc9f30f
Removed News from SearchLayout tabs
...
• Removed:
- News from SearchLayout tabs
2020-11-09 12:03:27 -06:00
mgabdev
f175b640f0
Updated news, trends image url path in redux
...
• Updated:
- news, trends image url path in redux
2020-11-09 12:00:37 -06:00
mgabdev
d24b5a7b0e
Removed PullToRefresher init, needs optimization
...
• Removed:
- PullToRefresher init, needs optimization
2020-11-09 01:47:29 -06:00
mgabdev
e84d7c957f
Updated TRENDS_RSS_SOURCES in constants
...
• Updated:
- TRENDS_RSS_SOURCES in constants
2020-11-09 01:37:17 -06:00
mgabdev
fa8ac6bb58
Updated LoadMore component styles
...
• Updated:
- LoadMore component styles
2020-11-09 01:36:33 -06:00
mgabdev
219565a847
Removed testing from PopularLinksPanel
...
• Removed:
- testing from PopularLinksPanel
2020-11-09 01:36:18 -06:00
mgabdev
bef3ad6fca
Updated NewsView, TrendsHeadlinesPanel, TrendsRSSPanel
...
• Updated:
- NewsView, TrendsHeadlinesPanel, TrendsRSSPanel
2020-11-09 01:35:59 -06:00
mgabdev
b6f8674054
Added disableInfiniteScroll prop to ScrollableList component
...
• Added:
- disableInfiniteScroll prop to ScrollableList component
2020-11-09 01:35:07 -06:00
mgabdev
6247c32206
Added TrendsCard component
...
• Added:
- TrendsCard component
2020-11-09 01:34:40 -06:00
mgabdev
5ba9dd4cec
Fixed TrendsRSSPanel webpackChunkName in async_components
...
• Fixed:
- TrendsRSSPanel webpackChunkName in async_components
2020-11-09 01:34:04 -06:00
mgabdev
35793a7ff0
Added News to SearchLayout top tabs
...
• Added:
- News to SearchLayout top tabs
2020-11-09 01:33:43 -06:00
mgabdev
a614d3c5cd
Added title to NewsPage, NewsLayout
...
• Added:
- title to NewsPage, NewsLayout
2020-11-09 01:33:15 -06:00
mgabdev
2d1fdcf6fb
Removed unused hashtag redux
...
• Removed:
- unused hashtag redux
2020-11-09 01:31:32 -06:00
mgabdev
380042cb7a
Updated GabTrendsController to be disabled on prod
...
• Updated:
- GabTrendsController to be disabled on prod
2020-11-09 01:30:27 -06:00
mgabdev
174f39512e
Added w33PC style to global.css
...
• Added:
- w33PC style to global.css
2020-11-09 01:29:21 -06:00
mgabdev
2753a4fe6c
Fixed issues with missing or unused imports
...
• Fixed:
- issues with missing or unused imports
2020-11-06 23:39:17 -06:00
mgabdev
64ea4c5675
Updated News feature, NewsPage with new design, features
...
• Updated:
- News feature, NewsPage with new design, features
• Todo:
- Complete functionality in both News, NewsView for mobile and expanding rss feeds, lazy loading
2020-11-06 23:34:23 -06:00
mgabdev
e3388749f4
Added new styles in global.css
...
• Added:
- new styles in global.css
2020-11-06 23:33:25 -06:00
mgabdev
90528b4b41
Added NewsLayout
...
• Added:
- NewsLayout
2020-11-06 23:32:39 -06:00
mgabdev
76842bbe4f
Updated routes for new News page in ui.js
...
• Updated:
- routes for new News page in ui.js
2020-11-06 23:31:52 -06:00
mgabdev
15d9714252
Added fetchPopularLinks action in links redux
...
• Added:
- fetchPopularLinks action in links redux
2020-11-06 23:30:12 -06:00
mgabdev
fc7cbbb457
Added WIP for news redux actions (prev. gab actions)
...
• Added:
- WIP for news redux actions (prev. gab actions)
- renamed gab redux actions to "news"
• Todo:
- Add RSS expanding in news action
- Complete leadline setting in news reducer
2020-11-06 23:29:35 -06:00
mgabdev
4c4894ac5e
Added WIP for new News page Panels
...
• Added:
- WIP for new News page Panels: GabNewsPanel, LatestFromGabPanel, PopularLinks, TrendsFeedsPanel, TrendsHeadlinesPanel
- all imports for above in async_components
• Todo:
- Remove tests
2020-11-06 23:28:30 -06:00
mgabdev
a4ee21282d
Added WIP for TrendsRSSPanel
...
• Added:
- WIP for TrendsRSSPanel
2020-11-06 23:25:32 -06:00
mgabdev
6afa8b1f35
Added PopularLinks controller
...
• Added:
- PopularLinks controller to fetch popular links, most recent 2 gabs from `@gab`
• Todo:
- Clean up code, store results in redis for time
- Add top video/links
2020-11-06 23:24:16 -06:00
mgabdev
ae0132663c
Added test params in GabTrendsController for local, dev envs
...
• Added:
- test params in GabTrendsController for local, dev envs
2020-11-06 23:23:18 -06:00
mgabdev
1dee7ec25d
Added TRENDS_RSS_SOURCES constant
...
• Added:
- TRENDS_RSS_SOURCES constant for rss feeds from trends.gab.com
2020-11-06 23:22:20 -06:00
mgabdev
83deb5e9e1
Updated TrendsItem component code structure
...
• Updated:
- TrendsItem component code structure
2020-11-06 23:21:29 -06:00
mgabdev
7b19a4b7c9
Added missing keys to GroupCategoriesInjection
...
• Added:
- missing keys to GroupCategoriesInjection
2020-11-06 23:21:06 -06:00
mgabdev
8cf80be6ca
Updated StatusPrepend to include note for if reposted comment
...
• Updated:
- StatusPrepend to include note for if reposted comment
2020-11-06 23:20:48 -06:00
mgabdev
f220b67c74
Added headerButtonHref prop to PanelLayout
...
• Added:
- headerButtonHref prop to PanelLayout
2020-11-06 23:20:22 -06:00
mgabdev
5ec51b1a78
Updated settings save action debounce to be 350
...
• Updated:
- settings save action debounce to be 350 instead of 50
2020-11-06 23:19:54 -06:00
mgabdev
2297c18ec4
Added NewsItem component for Gab News
...
• Added:
- NewsItem component for Gab News
2020-11-06 23:19:29 -06:00
mgabdev
34f1f778cd
Updated name of TrendsPanel to TrendsBreakingPanel
...
• Updated:
- name of TrendsPanel to TrendsBreakingPanel
- removed ScrollableList from TrendsPanel
2020-11-06 23:19:04 -06:00
mgabdev
c1cc0e6355
Updated user suggestions in reducer to be randomized
...
• Updated:
- user suggestions in reducer to be randomized
2020-11-05 16:16:11 -06:00
mgabdev
40627c6c3f
Removed link search in SearchService for now
...
• Removed:
- link search in SearchService for now until we can improve PreviewCard search_for query
2020-11-05 16:08:17 -06:00
mgabdev
d6287056f0
Added back btn to HashtagPage
...
• Added:
- back btn to HashtagPage
2020-11-05 16:06:31 -06:00
mgabdev
ab0059a8ee
Updated PullToRefresher/ptr styles
...
• Updated:
- PullToRefresher/ptr styles
2020-11-05 12:08:12 -06:00
mgabdev
472c89d386
Added new method to PullToRefresher on init/deinit
...
• Added:
- new method to PullToRefresher on init/deinit
2020-11-05 12:00:38 -06:00
mgabdev
9c4db8eaf3
Added new hashtag in SearchLayout tab bar
...
• Added:
- new hashtag in SearchLayout tab bar
2020-11-05 11:59:30 -06:00
mgabdev
c34fdb2dd4
Updated PullToRefresher/ptr styles, padding
...
• Updated:
- PullToRefresher/ptr styles, padding
2020-11-05 11:36:07 -06:00
mgabdev
3486158695
Added search action button to NotificationsPage
...
• Added:
- search action button to NotificationsPage
2020-11-05 11:35:35 -06:00
mgabdev
26bb93c7c4
Added pull to refresh / PullToRefresher in StatusList for timelines
...
• Added:
- pull to refresh / PullToRefresher in StatusList for timelines
- styles for pull to refresh module in PullToRefresher component
2020-11-04 21:33:58 -06:00
mgabdev
2d6cfeedeb
Removed unused prop key for isRequired in Bundle
...
• Removed:
- unused prop key for isRequired in Bundle
2020-11-04 21:29:31 -06:00
mgabdev
d4129f6ad7
Removed unused code in ComposeForm
...
• Removed:
- unused code in ComposeForm
2020-11-04 21:29:07 -06:00
mgabdev
bab6d90981
Added new tag to mobile SearchLayout tabs
...
• Added:
- new tag to mobile SearchLayout tabs
2020-11-04 21:27:34 -06:00
mgabdev
e8a792799a
Removed PullToRefresher from HomePage
...
• Removed:
- PullToRefresher from HomePage
2020-11-04 21:25:03 -06:00
mgabdev
f2f3382677
Removed streaming for group, group_collection, hashtag, link timelines
...
• Removed:
- streaming for group, group_collection, hashtag, link timelines
2020-11-04 21:09:27 -06:00
mgabdev
880dad7b5a
Removed onReload and pull to refresh from StatusList, ScrollableList
...
• Removed:
- onReload and pull to refresh from StatusList, ScrollableList
2020-11-04 21:05:34 -06:00
mgabdev
b6f7321c23
Fixed issue with proptype in PlaceholderLayout
...
• Fixed:
- issue with proptype in PlaceholderLayout
2020-11-04 21:02:59 -06:00
mgabdev
47415f4602
Fixed issue in FooterBar by adding missing key
...
• Fixed:
- issue in FooterBar by adding missing key
2020-11-04 21:02:40 -06:00
mgabdev
55ab08cc54
Added hash href to retry on BundleColumnError
...
• Added:
- hash href to retry on BundleColumnError
2020-11-04 21:02:10 -06:00
mgabdev
d2bba43916
Updated PlaceholderLayout style to be default light if theme empty
...
• Updated:
- PlaceholderLayout style to be default light if theme empty
2020-11-04 13:52:15 -06:00
mgabdev
82778ddad0
Added bot/automated-feed badge to ProfileInfoPanel
...
• Added:
- bot/automated-feed badge to ProfileInfoPanel
2020-11-04 13:51:55 -06:00
mgabdev
c42df699e9
Added News to DefaultNavigationBar
...
• Added:
- News to DefaultNavigationBar
2020-11-04 13:51:31 -06:00
mgabdev
6e45eb18ca
Updated SearchService Group, PreviewCard, Tag to be limit to 25
...
• Updated:
- SearchService Group, PreviewCard, Tag to be limit to 25
2020-11-04 13:50:39 -06:00
mgabdev
8a1f2f2c47
Updated FetchLinkCardService to update card in shorter period
...
• Updated:
- FetchLinkCardService to update card in shorter period from 1week to 12hr
2020-11-04 13:47:27 -06:00
mgabdev
3ac94fe610
Updated DEFAULT_THEME in constants to white
...
• Updated:
- DEFAULT_THEME in constants to white
2020-11-03 17:13:00 -06:00
mgabdev
ebf1638145
Updated DisplayOptionsModal to fix themes on mobile
...
• Updated:
- DisplayOptionsModal to fix themes on mobile
2020-11-03 17:12:34 -06:00
mgabdev
ce703dc054
Added Explore back to FooterBar
...
• Added:
- Explore back to FooterBar
2020-11-03 17:12:11 -06:00
mgabdev
e8d04b6a81
Updated GlobalFooter styles to be visible on mobile
...
• Updated:
- GlobalFooter styles to be visible on mobile with FooterBar always on top
2020-11-03 16:28:19 -06:00
mgabdev
3fe558c912
Fixed issue in SearchNavigationBarXS with mobile saveArea padding
...
• Fixed:
- issue in SearchNavigationBarXS with mobile saveArea padding
2020-11-03 15:44:04 -06:00
mgabdev
38cefe9e2a
Updated PreviewCardItem styles
...
• Updated:
- PreviewCardItem styles
2020-11-03 15:29:38 -06:00
mgabdev
8badbd167f
Removed Explore from FooterBar
...
• Removed:
- Explore from FooterBar as it can now be found in /search on mobile
2020-11-03 15:28:13 -06:00
mgabdev
3f0b93473d
Updated SearchLayout to have Explore + others tabs on mobile
...
• Updated:
- SearchNavigationBarXS
- SearchLayout to have Explore + others tabs on mobile
2020-11-03 15:27:39 -06:00
mgabdev
432df76bb2
Removed unused testing logs in a few files
...
• Removed:
- unused testing logs in a few files
2020-11-03 15:16:56 -06:00
mgabdev
eb8e134927
Updated title prop to NavigationBarButton in DefaultNavigationBar
...
• Updated:
- title prop to NavigationBarButton in DefaultNavigationBar
2020-11-03 15:14:41 -06:00
mgabdev
be94b1bccc
Updated default theme to 'white' instead of 'light'
...
• Updated:
- default theme to 'white' instead of 'light'
2020-11-03 15:13:35 -06:00
mgabdev
e40f7e6765
Added new "white" theme
...
• Added:
- new "white" theme which makes navigation bar white and sets appropriate styles for children
2020-11-03 15:12:24 -06:00
mgabdev
20f9e82959
Updated GroupsPage actions prop key for attrTitle
...
• Updated:
- GroupsPage actions prop key for attrTitle
2020-11-03 15:10:22 -06:00
mgabdev
fe28656e3f
Added specific style for search placeholder
...
• Added:
- specific style --color_input_placeholder for search placeholder in global.css
2020-11-03 15:09:55 -06:00
mgabdev
4e3e5b6e31
Updated NavigationBarButton styles
...
• Updated:
- NavigationBarButton styles
2020-11-03 15:09:13 -06:00
mgabdev
d282d1d9c7
Added logoDisabled/Stealth Gab mode for logo in NavigationBar
...
• Added:
- logoDisabled/Stealth Gab mode for logo in NavigationBar to turn into Gab "g"
2020-11-03 15:04:31 -06:00
mgabdev
4d042e38c0
Removed settings button from DefaultNavigationBar
...
• Removed:
- settings button from DefaultNavigationBar is can be accessed in dropdown menu
2020-11-03 15:01:57 -06:00
mgabdev
e2f7f6ff02
Addded check to StatusPromotionPanel if card exists to have bottom padding
...
• Addded:
- check to StatusPromotionPanel if card exists to have bottom padding
2020-11-03 13:12:50 -06:00
mgabdev
b12e66ef88
Updated SidebarLayout compose button styles and hide if no user
...
• Updated:
- SidebarLayout compose button styles and hide if no user
2020-11-03 13:12:11 -06:00
mgabdev
e66a9ae0a6
Added check to SidebarPanelGroup for when layout does not exist
...
• Added:
- check to SidebarPanelGroup for when layout does not exist to return null
2020-11-03 13:11:25 -06:00
mgabdev
75e3ac6c7d
Updated PreviewCard, Group search_for functions to return max 25
...
• Updated:
- PreviewCard, Group search_for functions to return max 25
2020-11-03 13:10:02 -06:00
mgabdev
367a5b77e7
Updated GroupHeader group icon color to be themed
...
• Updated:
- GroupHeader group icon color to be themed
2020-11-03 13:09:20 -06:00
mgabdev
cafbbbf69f
Added updated_at to PreviewCardSerializer
...
• Added:
- updated_at to PreviewCardSerializer
2020-11-02 21:46:02 -06:00
mgabdev
3547741d84
Removed testing log from Search feature
...
• Removed:
- testing log from Search feature
2020-11-02 14:31:10 -06:00
mgabdev
b634e4f482
Updated cashtags to be any number of characters
...
• Updated:
- cashtags to be any number of characters
2020-11-02 14:30:53 -06:00
mgabdev
be0906b861
Updated StatusList TimelineInjections to be every 7 instead of 18
...
• Updated:
- StatusList TimelineInjections to be every 7 instead of 18
2020-11-02 14:30:26 -06:00