Commit Graph

1694 Commits

Author SHA1 Message Date
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