Commit Graph

1918 Commits

Author SHA1 Message Date
mgabdev
9a43c51085 Progress on dms, code cleanup
Progress on dms, code cleanup
2020-12-02 23:22:51 -05:00
admin
72e79af5fc Update Gemfile.lock, Gemfile files 2020-12-02 19:56:14 +00:00
admin
d092aabac8 Update .ruby-version 2020-12-02 19:55:01 +00: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
a9387c5167 Updated domains cli remoteallremote command batching
• Updated:
- domains cli remoteallremote command batching
2020-11-25 16:26:53 -06:00
mgabdev
8a041c1e2c Updated domains cli remoteallremote command logging
• Updated:
- domains cli remoteallremote command logging
2020-11-25 16:19:26 -06:00
mgabdev
61402a29a2 Updated domains cli remoteallremote command
• Updated:
- domains cli remoteallremote command
2020-11-25 16:14:23 -06:00
mgabdev
99e5711c8b Added new cli commands in emoji, domains for removing remote content
• Added:
- new cli commands in emoji, domains for removing remote content
2020-11-25 16:03:29 -06:00
mgabdev
854e510acc Updated Gemfile.lock with bundle update
• Updated:
- Gemfile.lock with bundle update
2020-11-25 16:02:08 -06:00
mgabdev
b4e370d3d3 Commiting 2020-11-25 15:22:37 -06:00
Fosco Marotto
9ae186eb69 [paperclip] increase http read timeout 2020-11-22 16:32:34 -08: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
admin
2a9bec5ec2 Update to sidekiq 6.0 2020-11-15 20:46:54 +00:00
admin
360bdbc18c Revert "Update Gemfile"
This reverts commit 3ce337de870704d322cce4014bf8d98d4439d2da
2020-11-15 20:36:24 +00:00
admin
66460a2e47 Revert "Update Gemfile.lock"
This reverts commit b7021b0819accc1ed13eced27db47a987012b20e
2020-11-15 20:36:13 +00:00
admin
b7021b0819 Update Gemfile.lock 2020-11-15 20:29:11 +00:00
admin
3ce337de87 Update Gemfile 2020-11-15 20:28:39 +00: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