Rob Colbert
e689a5a9fd
Update example-share-button.html
2021-01-20 01:10:00 +00:00
admin
12353c7c9b
Add example share button to this public repo
2021-01-20 00:51:00 +00:00
mgabdev
406cbbe747
Updated statuses route in admin Navigation to be viewable only by admins
...
• Updated:
- statuses route in admin Navigation to be viewable only by admins
2021-01-19 01:28:38 -05:00
mgabdev
96b154831d
Added missing group_removed_accounts in AccountInteractions
...
• Added:
- missing group_removed_accounts in AccountInteractions
2021-01-19 01:26:28 -05:00
mgabdev
51fa8f2eb4
Added/Updated admin dashboard tables
...
• Added:
- New Account filtering
- PreviewCard viewing/sorting/filtering deleting (todo)
- DeletePreviewCardWorker, Service
- Status viewing/sorting/filtering deleting
- ChatMessage viewing/sorting/filtering deleting (todo)
- Account > Follows view
• Updated:
- LinkBlock to sort alphabetically
- Groups to be under "Moderation" instead of "Admin" in navigation.rb
- Status in admin to have group name/link
- Reports reset button
- Group filtering/sorting
- LinkBlock filtering/sorting
- Account now has bio and few more data points in dashboard
2021-01-19 01:25:25 -05:00
mgabdev
24fa2d3a74
Updated StatusOptionsPopover group actions to be allowed for staff
...
• Updated:
- StatusOptionsPopover group actions to be allowed for staff
2021-01-19 00:38:37 -05:00
mgabdev
6354007875
Fixed issue with FA icon in ApplicationHelper
...
• Fixed:
- issue with FA icon in ApplicationHelper
2021-01-19 00:35:51 -05:00
admin
90b752c91d
Update statuses_controller.rb CONTEXT_LIMIT to 512 to fix terrible comment performance
2021-01-19 04:58:52 +00:00
Fosco Marotto
775439f194
[index] Add index on polls id and lock_version
2021-01-17 21:26:56 -05:00
Fosco Marotto
002441af1f
[redis] More connection pooling changes
2021-01-17 17:36:20 -05:00
Fosco Marotto
d2d381eb90
Raise profile photo size limit to 5mb
2021-01-17 13:15:53 -05:00
Fosco Marotto
bde7172ba4
[index] Add 2 indexes on accounts table
2021-01-17 12:51:15 -05:00
Fosco Marotto
e29925e534
[index] index on users.remember_token
2021-01-17 11:13:39 -05:00
Fosco Marotto
adf0e7ae72
Logging out takes you to the home page.
2021-01-17 00:57:21 -05:00
Fosco Marotto
addfa1f8e0
Change funding bar text.
2021-01-16 15:23:33 -05:00
Fosco Marotto
e44e83a857
Redis fixes
2021-01-16 14:46:48 -05:00
Fosco Marotto
2cdce808a3
redis fixes
2021-01-16 14:43:11 -05:00
Fosco Marotto
1214b0664c
Redis fixes
2021-01-16 14:38:01 -05:00
Fosco Marotto
8d48c3ce3d
Redis connection pooling updates
2021-01-16 13:52:11 -05:00
admin
8a3ed8d921
Update fetch_groups_service.rb redis
2021-01-16 18:50:11 +00:00
admin
3344afbb3d
Update tag.rb redis
2021-01-16 18:47:38 +00:00
admin
29cfe511d1
Update push_update_worker.rb redis
2021-01-16 18:43:24 +00:00
admin
da98d61c2c
Update feeds_cli.rb redis
2021-01-16 18:42:03 +00:00
admin
2e8b7125d9
Update force_regenerate_feeds.rake
2021-01-16 18:39:31 +00:00
Fosco Marotto
8b0f566e4f
[redis] Example change to redis pooling code.
2021-01-16 13:36:19 -05:00
Fosco Marotto
c9da516af6
Update hiredis driver and add a default REDIS_POOL_SIZE
2021-01-16 13:22:15 -05:00
Fosco Marotto
919eb87d47
[temp] Remove associations from suspend account service
2021-01-16 12:59:54 -05:00
admin
e6d52bc4df
Update .env.production.sample
2021-01-16 10:43:11 +00:00
mgabdev
2c8b4f7fb4
TEST Removing all streaming for now 3
...
TEST
• Removing:
- all streaming for now 3 from post status
2021-01-15 20:43:07 -05:00
mgabdev
574b45e04b
TEST Removing all streaming for now 2
...
TEST
• Removing:
- all streaming for now 2 (from server side)
2021-01-15 20:42:04 -05:00
mgabdev
8313f4b11d
TEST Removing all streaming for now
...
TEST
• Removing:
- all streaming for now
2021-01-15 20:35:28 -05:00
mgabdev
eb8ab7c4eb
Removed error line for fa_icon in ApplicationHelper
...
• Removed:
- error line for fa_icon in ApplicationHelper
2021-01-15 16:50:45 -05:00
mgabdev
33e758a80f
Updated StatusPolicy for private group posts
...
• Updated:
- StatusPolicy for private group posts
- check if owner or staff first if so, show
2021-01-15 16:23:05 -05:00
mgabdev
8c14983e19
Partial revert a703b5cb7
2021-01-15 15:51:38 -05:00
mgabdev
2790408a5e
Removed unused values from InitialStateSerializer
...
• Removed:
- unused values from InitialStateSerializer that used redis and now are in own cached api controllers for monthly_expenses_complete, trending_hashtags
2021-01-15 15:36:51 -05:00
mgabdev
2cd09a8e72
Added trending_hashtags to redux to fetch on isXS in SearchLayout
...
• Added:
- trending_hashtags to redux to fetch on isXS in SearchLayout
• Removed:
- trending_hashtags from initial state
2021-01-15 15:36:14 -05:00
mgabdev
f7b061845e
Updated expenses action in redux to not call more than once
...
• Updated:
- expenses action in redux to not call more than once
2021-01-15 15:21:31 -05:00
mgabdev
33d8f571cd
Updated StatusPolicy private? to include ALL hidden status types
...
• Updated:
- StatusPolicy private? to include ALL hidden status types
2021-01-15 15:13:04 -05:00
mgabdev
3da162bf85
Updated StatusPolicy to allow status viewing anytime status is owned by viewer
...
• Updated:
- StatusPolicy to allow status viewing anytime status is owned by viewer
2021-01-15 15:12:29 -05:00
mgabdev
a5caa5e352
Updated ReportFilter to use like query for filtering comments
...
• Updated:
- ReportFilter to use like query for filtering comments
2021-01-15 15:10:47 -05:00
mgabdev
a703b5cb78
Removed unused values, functions in InstancePresenter
...
• Removed:
- unused values, functions in InstancePresenter
2021-01-15 15:04:44 -05:00
mgabdev
2a83400d84
Removed unncessary set_data_for_meta before_action in ReactController react route
...
• Removed:
- unncessary set_data_for_meta before_action in ReactController react route
2021-01-15 15:02:24 -05:00
mgabdev
17af74140e
Fixed issue with double render when landing on account or status page
...
• Fixed:
- issue with double render when landing on account or status page when using "process". Instead now just rendering the page
2021-01-15 15:01:15 -05:00
mgabdev
cca9a2d24e
Removed monthlyExpensesComplete from initial state, moved into API call
...
• Removed:
- monthlyExpensesComplete from initial state, moved into API call
- set up expenses to read from redux for Progress panel/injection
2021-01-15 15:00:20 -05:00
mgabdev
63622b5416
Removed unused setting for setting_group_in_home_feed in initial_state_serializer
...
• Removed:
- unused setting for setting_group_in_home_feed in initial_state_serializer
2021-01-15 14:37:19 -05:00
mgabdev
7bc93ff98f
Removed all occurances of "theme" from backend, settings
...
• Removed:
- all occurances of "theme" from backend, settings
Theme is set in WebSettings through client. And set in <Display />.
2021-01-15 14:35:50 -05:00
mgabdev
75dbf58311
Added IP address column to sessions table in settings
...
• Added:
- IP address column to sessions table in settings
2021-01-15 14:32:21 -05:00
mgabdev
daca5321e2
Removed log from hashtags reducer
...
• Removed:
- log from hashtags reducer
2021-01-15 14:29:51 -05:00
mgabdev
c33013cccf
Added routes for trending_hashtags, expenses
...
• Added:
- routes for trending_hashtags, expenses
2021-01-15 14:28:52 -05:00
Fosco Marotto
0269c7e107
[cache] Update cache control header
2021-01-14 17:22:41 -05:00