idproject
int64
7.76k
28.8M
issuekey
int64
675k
128M
created
stringlengths
19
32
title
stringlengths
4
226
description
stringlengths
2
154k
storypoints
float64
0
300
10,171,263
17,028,253
2019-01-02 16:47:00.514
(feat): A user's unlisted posts should be listed in the "My Blog|Video|Pictures" gallery. Never show unlisted items on the channel view.
null
2
10,171,263
17,028,030
2019-01-02 16:41:00.517
(bug): signing up for previously deleted channel causes error
Bill Ottman created this task in Asana. Additional commentary: https://app.asana.com/0/409520048770410/871481152092051
2
10,171,263
17,028,016
2019-01-02 11:40:15.695
(feat): Comments should be able to load from guid offset
Currently comments can only be loaded from a paging token. In order for notifications to display from the correct comment, guid offsets must be used.
5
10,171,263
94,891,209
2021-10-05 15:46:25.057
Social Compass Module
- [ ] Create a new module called 'SocialCompass' - [ ] Create a controller with route 'api/v3/social-compass' prefix - [ ] Create a schema to efficiently store the answers and their weightings - [ ] Spec tests
5
10,171,263
94,633,586
2021-09-30 18:04:56.346
Display iFramley previews on imported tweets
## Summary When a Tweet gets auto-imported and contains a URL, we need to automatically detect the link and ensure that the post shows a live embed / iFramely preview.
1
10,171,263
94,633,329
2021-09-30 17:57:21.684
Hovercard on newsfeed post shows im not subbed but i am
i got their post in my feed because im subbed but when i hover over their avatar i see a plus sign to sub even though i already am https://www.minds.com/groundnews/
1
10,171,263
94,616,260
2021-09-30 13:19:17.492
Email codes not working properly on withdrawals
Confirmed with blackrockbeacon that only one code was emailed and it would not work.
2
10,171,263
94,561,552
2021-09-29 16:47:13.528
The video source endpoint is not returning the real transcoding state
The endpoint `api/v2/media/video/{guid}` is returning the transcoding status as completed, even when it is in process. We need this status in order to display the real status to the user instead of trying to play the video which is failing
4
10,171,263
93,874,302
2021-09-17 15:38:37.656
Refactor RateLimits/Manager to use KeyValueLimiter instead of CLI Job
The 'legacy' `Core\Security\RateLimits\Manager` relies on a CLI job that reads from metrics. Unfortunately the metrics have a refresh latency of > 120s (for indexing performance gains). This makes a lot of these rate limits ineffective. We should refactor these to instead use the KeyValueLimiter that uses Redis and is real time.
2
10,171,263
93,594,805
2021-09-13 19:20:25.573
Add top filter to newsfeed
## Problem The best content is frequently getting buried in the reverse chronological timeline. If you do not log in at the time someone posts something that gets good engagement, the chances are you will not scroll deep enough into your newsfeed to see it, therefore never seeing it. Minds has a stance that they will remain committed to the reverse chronological feed by default to ensure creators reach 100% of their audience. ## Goal Allow users to filter their newsfeed by top content to make sure they see the best content from the people they subscribe to. Keep reverse chronological newsfeed (latest feed) as the default option, but remember the feed that the user was last on for when they come back. ## Key Metrics By exposing the best subscribed content to users in their newsfeed, there will be many benefits: - Creators will receive more engagement - Consumers will have more popular content in their feeds to keep them engaged - The global trending feed will improve because subscribed content will get more engagement Therefore, we should monitor the following KPI's to assess the success of this change: - Retention - Total votes, comments, reminds ## Design Use Top/Latest filter design from search and discovery. ## Logic To try and surface the best, most relevant content to a user in their newsfeed when they sort by Top: 1. Prioritize content from subscriptions who they engage with the most frequently that they have not yet engaged with (ex: jack very frequently engages with bill's posts, therefore prioritize recent posts from bill that jack has not yet engaged with). 2. Rank subscribed content based on highest engagement score in the past 72 hours. The algorithm would be: (Unique Votes * 1) + (Unique Comments * 2) + (Unique Reminds * 4). We could also just mimic the algorithm used in discovery currently. 3. To ensure that a single popular user does not take every spot in your top feed, only allow a single user to take up one slot for every 12 available slots. 4. To ensure that the top feed does not get stale throughout the course of the day, prioritize posts that the user has not already engaged with in the top feed. ## Other potential factors - whether a user has seen a post already or not ## Navigation Aside from the Top/Latest filter on top of the newsfeed, we should do everything we can to encourage users to visit the Top newsfeed as this will be the best content for them to see. To encourage this navigation, we should insert a "Top Post" entity that is similar to the "Boosted Post" entities in the newsfeed. Every X posts, insert a "Top Post" that a user has not engaged with to ensure more visibility on the best posts in their newsfeed.
5
10,171,263
93,405,667
2021-09-09 15:02:37.598
Videos resolutions is not set in the entity (cloudflare webhook)
null
1
10,171,263
93,771,601
2021-08-30 11:02:51.956
New subscriber push notification
When a channel receives a new subscriber, a push notification is sent through on mobile. However, tapping the push notification, on iOS at least, navigates the user to their own channel, and not the channel of their new subscriber. Upon tapping, the user should be navigated to the channel of the new subscriber.
1
10,171,263
91,589,166
2021-08-06 21:57:22.031
Timestamp filter logic on subscribed feed may be breaking the mobile portrait feed
### Summary The mobile's portrait feed is filtering the posts of the latest 48hs using the to_timestamp filter parameter (api/v2/feeds/subscribed/activities) But this filter doesn't seem to be working anymore. Maybe because of the changes of this commit https://gitlab.com/minds/engine/-/commit/fb8c477087447591c0b6285b17338258e52db298
2
10,171,263
91,156,972
2021-07-30 14:19:43.693
Copy Cassandra data to new drives
null
13
10,171,263
90,935,530
2021-07-27 16:46:59.467
Upgrade to Cassandra 4.0
:tada: Cassandra 4.0 is here. - [ ] Upgrade sandboxes to Cassandra 4.0 - [ ] Ensure backups are readily available / on disk - [ ] Efficient rollback solution - [ ] Does the PHP driver need updating
5
10,171,263
90,744,792
2021-07-23 17:27:26.029
Twilio Verify Migration
null
2
10,171,263
90,211,607
2021-07-13 17:02:29.615
Migrate withdrawals to new table
null
5
10,171,263
89,893,997
2021-07-07 09:53:28.376
Withdrawals feat flag
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary (Summarize the bug encountered concisely) ### Steps to reproduce (How one can reproduce the issue - this is very important) ### Platform information (Browser, device, system stats, screen size) ### What is the current *bug* behavior? (What actually happens) ### What is the expected *correct* behavior? (What you should see instead) ### Relevant logs and/or screenshots (Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
1
10,171,263
88,753,046
2021-06-15 14:24:00.849
Process video dimensions with FFMPG
Upon a video being uploaded, process the video dimensions.
2
10,171,263
88,693,138
2021-06-14 15:08:32.979
Exclude notifications from banned & deleted users
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary Currently, if the user in a notification has been deleted by the owner (or possibly also banned), it will cause an error like below. ### Steps to reproduce Send a notif to yourself from a test user, ban the test user ### Platform information Web, likely platform agnostic ### What is the current *bug* behavior? Breaks notifs ### What is the expected *correct* behavior? It should NOT break there - it should skip over the notification anyway, it should also filter out blocked and banned users on the backend Delete the notification if ACL fails. ### Relevant logs and/or screenshots ![image](/uploads/d651a1267e52cf5e232fe63153914a13/image.png) ![image](/uploads/d51ee2c796b4efab00316a514cc21484/image.png) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
2
10,171,263
87,461,946
2021-05-20 19:52:04.643
If Minds+ image post, process blurred image in advacned and deliver from filestore on read
Today (1st July 2021) we had to disabled to blurring on the fly (https://gitlab.com/minds/engine/-/commit/edf8109a1312e85b612cbb1d77ce8e803fb6f1cc) as it consumes a lot of memory. - [x] Move this to be part of the 'thumbnails' creation flow. (ie. create a 'blurred.jpg' flavour) - [x] On fs/v1/thumbnails deliver this stored version. If it doesn't exists then deliver a common blurred asset.
20
10,171,263
87,153,996
2021-05-14 14:21:12.160
Portrait media not displaying properly.
Portrait video uploads are not uploading as portrait on mobile. 1. Tap Create Moment on Stories bar 2. It posts scrunched and doesn't go to stories feed.
2
10,171,263
86,230,868
2021-04-29 15:06:05.706
Refactor notifications to follow new module pattern
- [ ] New module class - [ ] Refactor providers to use module - [ ] New controller for v3 - [ ] Remove repository and it's references (keep CassandraRepository)
1
10,171,263
85,194,481
2021-04-14 16:01:38.876
Suspend channels if their accounts are deemed to be hacked/compromised
- [ ] Extend the moderation/report options to include 'Security' => 'Hacked account' - [ ] When a report is accepted: - [ ] deactivate the account - [ ] force change their password to a random string - [ ] send an email notifying them - [ ] delete all sessions - [ ] Spec tests
1
10,171,263
84,652,897
2021-04-05 15:45:55.722
Simple matrix api function for Matrix\Manager
- [x] If the user profile exists, return the matrix account - [x] Create a 2 party room, invite should be sent if not exists - [x] Return a list of rooms - [x] Return a list of invites
1
10,171,263
84,652,248
2021-04-05 15:31:50.273
Allow /api/v3/oauth/authorize to complete a login step
If logged out, allow `api/v3/oauth/authorize` to display a login page (or issue a redirect)
2
10,171,263
80,953,430
2021-03-15 17:33:53.751
Implement a common weak / stolen password check
- [ ] Front end error if weak password - [ ] Consider a service such as https://haveibeenpwned.com/Passwords
1
10,171,263
80,188,645
2021-03-03 16:35:27.880
Require TwoFactor code to be sent in OAuth authentication
- [x] OAuth endpoint should reject login if TwoFactor header is not provided - [x] For mobile backwards compatibility this should only be for the latest version
2
10,171,263
80,187,871
2021-03-03 16:21:03.381
Store unix times to block numbers on background process
Sentry Issue: [ENGINE-S4M](https://sentry.io/organizations/minds-inc/issues/2224057372/?referrer=gitlab_integration) ``` TypeError: Return value of Minds\Core\Blockchain\Services\Etherscan::getBlockNumberByTimestamp() must be of the type int, string returned File "/Core/Blockchain/Services/Etherscan.php", line 234, in Minds\Core\Blockchain\Services\Etherscan::getBlockNumberByTimestamp return $result['result']; File "/Core/Blockchain/Services/BlockFinder.php", line 43, in Minds\Core\Blockchain\Services\BlockFinder::getBlockByTimestamp $blockNumber = $this->etherscan->getBlockNumberByTimestamp($unixTimestamp); File "/Core/Blockchain/Uniswap/Client.php", line 149, in Minds\Core\Blockchain\Uniswap\Client::getPairs 'blockNumber' => $this->blockFinder->getBlockByTimestamp($asOf), File "/Core/Blockchain/LiquidityPositions/Manager.php", line 92, in Minds\Core\Blockchain\LiquidityPositions\Manager::getSummary $pairs = $this->uniswapClient->getPairs($this->getApprorvedLiquidityPairIds()); File "/Core/Blockchain/LiquidityPositions/Controller.php", line 52, in Minds\Core\Blockchain\LiquidityPositions\Controller::get ->getSummary(); ... (27 additional frame(s) were not displayed) TypeError: Return value of Minds\Core\Blockchain\Services\Etherscan::getBlockNumberByTimestamp() must be of the type int, string returned in /var/www/Minds/engine/Core/Blockchain/Services/Etherscan.php:234 Stack trace: #0 /var/www/Minds/engine/Core/Blockchain/Services/BlockFinder.php(43): Minds\Core\Blockchain\Services\Etherscan->getBlockNumberByTimestamp(1614787797) #1 /var/www/Minds/engine/Core/Blockchain/Uniswap/Client.php(149): Minds\Core\Blockchain\Services\BlockFinder->getBlockByTimestamp(1614787797) #2 /var/www/Minds/engine/Core/Blockchain/LiquidityPositions/Manager.php(92): Minds\Core\Blockchain\Uniswap\Client->getPairs(Array) #3 /var/www/Minds/engine/Core/Blockchain/LiquidityPositions/Controller.php(52): Minds\Core\Blockchain\LiquidityPositions\Manager->getSummary() #4 [internal function]: Minds\Core\Blockchain\LiquidityPositions\Controller->get(Object(Zend\Diactoros\ServerRequest)) #5 /var/www/Minds/engine/Core/Router/Middleware/Kernel/RegistryEntryMiddleware.php(60): call_user_func(Array, Object(Ze ```
1
10,171,263
78,918,932
2021-02-11 15:34:11.993
Ceramic prototype
https://developers.ceramic.network/learn/welcome/ https://github.com/ceramicnetwork/terraform-aws-ceramic
13
10,171,263
78,745,198
2021-02-09 19:52:41.073
Jury triage
## Summary Check on jury system logic to ensure that jury duty requests are being properly sent out to active users. User reporting that it has been 20+ weeks since they submitted an appeal. ## Proposal Change jury selection logic in production to only select admins to review appeals. ## User issue ![Screen_Shot_2021-02-09_at_11.05.07_AM](/uploads/ac223804686a0117915eda5fb71430ea/Screen_Shot_2021-02-09_at_11.05.07_AM.png)
2
10,171,263
78,020,371
2021-01-28 18:43:14.601
Long comments with mostly non-ASCII chars are truncated
### Summary It seems, backend counts comment length in **bytes**, not in **chars**, and truncates everything longer than 1500 bytes. However, non-ASCII chars has 2 or event 4 bytes length in UTF-8. ### Steps to reproduce 1. Copy and paste the following comment in Russian: ``` Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. ``` Frontend shows it has 1025 chars length. 2. Post the comment, and it appears as: ``` Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. П... ``` Now it has 799 chars length. I copied it (without trailing three dots) to Python console, and it has exactly 1500 bytes length in UTF-8 encoding: ```pycon >>> s = "Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. Проверяем как Майндс обрезает кириллические комментарии. П" >>> len(s) 799 >>> len(s.encode('utf-8')) 1500 ```
1
10,171,263
78,015,588
2021-01-28 17:09:07.807
Remove URN override for mobile v >= 4.9.0 in exporter
This will solve: https://gitlab.com/minds/mobile-native/-/issues/3003 and is required by: https://gitlab.com/minds/mobile-native/-/merge_requests/1117
2
10,171,263
77,948,352
2021-01-27 17:48:42.115
Implement ability to get yesterdays relevant RewardEntry item
In order to calculate the multiplier (future task), we need to be able to grab the previous days `RewardEntry`. See https://gitlab.com/minds/engine/-/blob/master/Core/Rewards/Manager.php#L215. This should be applied to both `Liquidity` and `Holding` sections of the `calculate()` function.
1
10,171,263
77,487,759
2021-01-19 16:24:42.916
Attempting to join cash membership tier produces stripe error.
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary https://www.minds.com/newsfeed/1197982537473724416 when subscribers are trying to become members of my page is not allowing them to send payment. They are getting the following message. 'Your destination account needs to have at least one of the following capabilities enabled: transfers, legacy_payments' I've changed the bank account 2 times already in my wallet. At this moment Im using the same account that my husband has on his account and its working for him but not for me. Why is this happening? ### Steps to reproduce 1. Go to https://www.minds.com/pro/dachuniverse 2. Join Now 3. Select a card 4. Hit join membership. ### Platform information Replicated Chromium, highly likely to be platform agnostic. ### What is the current *bug* behavior? Error shown to user. ### What is the expected *correct* behavior? Error should not be shown to user; people should be able to join ### Relevant logs and/or screenshots ![image](/uploads/e53334785c9db091af6761e8af9002e9/image.png) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
2
10,171,263
77,128,995
2021-01-13 02:02:31.090
Ambiguous mobile content upload error - (Major pain point from every new user I brought in)
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary (Summarize the bug encountered concisely) New users who have not yet verified their email will be presented with generic errors when trying to upload images on the mobile app (something along the lines of "upload failed"). It has resulted in major frustration and an impression of a buggy app. ### Steps to reproduce Sign up. Don't realize that you need to verify your email. Try to upload content on the mobile app (How one can reproduce the issue - this is very important) ### Platform information (Browser, device, system stats, screen size) ### What is the current *bug* behavior? (What actually happens) ### What is the expected *correct* behavior? (What you should see instead) ### Relevant logs and/or screenshots (Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
1
10,171,263
76,771,006
2020-12-29 10:53:28.441
Permaweb backlink issue
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary backlinks in the metatags are linking to minds.com/newsfeed/1 ### Steps to reproduce https://www.minds.com/newsfeed/1190660914447802368 See linked page ### Platform information Replicated Firefox Ubuntu 20.04 ### What is the current *bug* behavior? linking back to minds.com/newsfeed/1 ### What is the expected *correct* behavior? It should link to the post ### Relevant logs and/or screenshots https://www.minds.com/newsfeed/1190660914447802368 ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
1
10,171,263
76,478,821
2020-12-26 06:32:28.899
Minds Pro Footer Text - 80 char cap with ambiguous error message
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary (Summarize the bug encountered concisely) ### Steps to reproduce (How one can reproduce the issue - this is very important) 1. Navigate towards the settings for Minds Pro enter more than 80 chars of text in the footer field. 2. Push the save button 3. A brief error popup will appear saying [object Object]. ### Platform information (Browser, device, system stats, screen size) Brave Version 1.10.93 Chromium: 83.0.4103.106 (Official Build) (64-bit) Centos 8 ### What is the current *bug* behavior? (What actually happens) ### What is the expected *correct* behavior? (What you should see instead) If the 80 char cap is essential, there should be some indication that this is the case. The error message should also be less ambiguous. ### Relevant logs and/or screenshots (Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.) ![Screenshot_from_2020-12-26_01-24-08](/uploads/29b5bdde0efc422cdff38bc0a2dc583a/Screenshot_from_2020-12-26_01-24-08.png) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
1
10,171,263
76,100,548
2020-12-15 18:35:19.656
Email buttons borderless in gmail mobile app
add a background color instead `bgcolor="#f0f3f7"`to L21 of ActionButton template breaking merge: https://gitlab.com/minds/engine/-/commit/451e16ebb46c0dc7025a614fe5e768c8b068d1e7
1
10,171,263
75,565,725
2020-12-03 17:29:18.038
Filter plus content from discovery
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary https://www.minds.com/newsfeed/1181234113187356672 ### Steps to reproduce (How one can reproduce the issue - this is very important) ### Platform information (Browser, device, system stats, screen size) ### What is the current *bug* behavior? (What actually happens) ### What is the expected *correct* behavior? (What you should see instead) ### Relevant logs and/or screenshots (Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
1
10,171,263
74,911,350
2020-11-24 13:37:35.021
Enable upvote/downvote push notifications
- [ ] Enable push notifications for downvote/upvote - [ ] Check that the user has turned on these notifications before sending
2
10,171,263
74,580,064
2020-11-18 16:56:04.146
Duplicates in Suggested Channels
https://drive.google.com/file/d/1Lqqso6HQU_BwyOKxiQA3dTs2BKLNVAGy/view?usp=drivesdk
1
10,171,263
73,170,305
2020-10-22 13:03:57.499
Push notification support for new messenger
- [ ] Send push notification to all available devices - [ ] Subscribe to webhooks from synapse (if possible)
1
10,171,263
73,170,128
2020-10-22 13:01:10.326
Create feature flag for new messenger
Call it `matrix`
1
10,171,263
73,169,907
2020-10-22 12:56:42.547
API to provide easy keypairing/sharing logic
- [ ] Evaluate how riot.im shares keys between devices - [ ] Idempotent users should have their temporary keys 'forgotten' as soon as possible - [ ] V3 API in Core/Messenger to return a list of device fingerprints and audit logs (schema required)
1
10,171,263
73,169,639
2020-10-22 12:53:23.843
Backend module (Core/Messenger) for new Messenger
- [x] Create new v3 module in Core/Messenger - [x] Use the new router - [x] Implement SDK (https://gitlab.com/minds/engine/-/issues/1740) - [x] Idempotent message support - [x] Schema to record synapse access tokens for each user ## Schema TDB (@markeharding)
2
10,171,263
73,116,154
2020-10-21 17:16:15.929
Add NSFW filter to feed endpoints
subscribed and container feed endpoints should support NSFW filtering
1
10,171,263
71,638,583
2020-09-24 15:26:52.369
Make universal link response version dependant
We need to be able to change the response of the endpoint based on the app version
1
10,171,263
71,268,764
2020-09-16 21:26:59.282
Portrait bar should have a bottom border like posts do
null
1
10,171,263
71,200,633
2020-09-15 14:13:19.226
Update universal links endpoint
Enable universal links for all the routes
1
10,171,263
71,135,420
2020-09-14 19:38:06.306
Show Minds+ badge on channel and avatar
Minds+ badges are currently not showing anywhere on channels. They need to show at the minimum inside the Badge section of the channel about section. We should also put the badge in the upper left hand of the user's avatar and show this everywhere on the app for marketing.
1
10,171,263
70,900,408
2020-09-08 22:45:54.888
focusedCommentUrn not arriving in push notification
In mobile, the push notification for comments, doesn't have the focusedCommentUrn value.
2
10,171,263
71,717,105
2020-09-06 18:54:20.404
Channel page doesnt immediately show most recent status, needs refresh
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary (Summarize the bug encountered concisely) ### Steps to reproduce (How one can reproduce the issue - this is very important) ### Platform information (Browser, device, system stats, screen size) ### What is the current *bug* behavior? (What actually happens) ### What is the expected *correct* behavior? (What you should see instead) ### Relevant logs and/or screenshots (Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
2
10,171,263
70,382,846
2020-08-27 16:07:22.299
Ability to filter feeds by is_portrait value
See how plus is able to be filtered here https://gitlab.com/minds/engine/-/blob/master/Core/Feeds/Elastic/Repository.php#L293 as a guide
1
10,171,263
70,382,684
2020-08-27 16:05:35.594
Submit is_portrait value of object:video and activity to elasticsearch
- [ ] Update the mapping files to include an 'is_portrait' boolean
1
10,171,263
69,911,420
2020-08-17 14:54:36.753
Add in title field to posts saved on permaweb
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary (Summarize the bug encountered concisely) ### Steps to reproduce (How one can reproduce the issue - this is very important) ### Platform information (Browser, device, system stats, screen size) ### What is the current *bug* behavior? (What actually happens) ### What is the expected *correct* behavior? (What you should see instead) ### Relevant logs and/or screenshots (Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
1
10,171,263
69,409,985
2020-08-04 13:11:15.530
Extend spam checks to more notification types
Solution attached above to allow users to block users that are disabled. Next up we will need to extend this check to deal with more notification types. https://gitlab.com/minds/engine/blob/9e05c950516628cf03e6c7fd755a51faabc445b2/Core/Notification/Events.php#L208
3
10,171,263
69,382,991
2020-08-03 19:35:35.563
Signed up through pro site and was not subscribed
- Go to https://timcastirl.minds.com - Join from splash - Close out of payment flow - Subscribe on homepage button not subscribed
1
10,171,263
69,138,923
2020-07-28 19:06:47.873
Don't export teaser text for text status posts
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary (Summarize the bug encountered concisely) ### Steps to reproduce (How one can reproduce the issue - this is very important) ### Platform information (Browser, device, system stats, screen size) ### What is the current *bug* behavior? (What actually happens) ### What is the expected *correct* behavior? (What you should see instead) ### Relevant logs and/or screenshots (Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
1
10,171,263
68,299,792
2020-07-20 21:44:35.684
48 hour exclusive period is not working
Steps to replicate: 1. Create a post and submit it to Minds+ for 48 hours 2. Check post after 48 hours and it is still behind the Minds+ paywall. Example post: https://www.minds.com/newsfeed/1128420162132893696
1
10,171,263
68,224,044
2020-07-20 18:49:06.202
Containerize microservice with helm / docker-compose
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary (Summarize the bug encountered concisely) ### Steps to reproduce make helm chart for service. ### Platform information (Browser, device, system stats, screen size) ### What is the current *bug* behavior? (What actually happens) ### What is the expected *correct* behavior? (What you should see instead) ### Relevant logs and/or screenshots (Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
3
10,171,263
57,168,564
2020-07-14 12:44:38.371
Add total payout
- [x] Total bank transfers frontend - [x] Backend API to provide balance
1
10,171,263
55,589,955
2020-07-13 14:26:11.103
Store resolution/aspect ratio for videos
Store resolution or aspect ratio of videos
3
10,171,263
55,375,879
2020-07-13 10:53:02.500
Pro assets not saving down
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary Pro assets ### Steps to reproduce Not provided ### Platform information Not provided ### What is the current *bug* behavior? Pro assets not saving down ### What is the expected *correct* behavior? Pro assets should save ### Relevant logs and/or screenshots Not provided ### Possible fixes :shrug:
1
10,171,263
54,099,637
2020-07-08 13:12:06.963
Create earnings overview api
## Tasks - [x] API to return breakdown of earnings - [ ] Caching (stripe API's are very slow) - [x] Move 'Pro Earnings' to left of wallet - [x] Introduce Earnings tab - [ ] Add total payout - [x] Rename Pending Balance to Pending Payouts - [x] Include payouts in list of transactions - [x] Remove spacer from top of Cash transactions ## Mockups https://design.minds.com/hosted/web/michael/front%23-analytics/#artboard1
2
10,171,263
54,061,239
2020-07-07 20:05:45.056
Export token<->USD exchange rate in configs
So we can use it in the front end without hard coding
1
10,171,263
57,549,204
2020-07-02 21:23:38.564
Do not allow NSFW channels to set payout as USD
If a monetized channel gets marked nsfw then remove them from stripe. NSFW channels can only be paid out in bitcoin or ether https://www.minds.com/newsfeed/1125536050190647296
2
10,171,263
52,252,907
2020-06-30 13:10:45.234
TypeError: Argument 1 passed to Minds\Core\Analytics\Dashboards\Filters\FiltersCollection::setUser() must be...
Sentry Issue: [ENGINE-PXT](https://sentry.io/organizations/minds-inc/issues/1723632657/?referrer=gitlab_integration) ``` TypeError: Argument 1 passed to Minds\Core\Analytics\Dashboards\Filters\FiltersCollection::setUser() must be an instance of Minds\Entities\User, null given, called in /var/www/Minds/engine/Core/Analytics/Dashboards/TokenDashboard.php on line 67 File "/Core/Analytics/Dashboards/Filters/FiltersCollection.php", line 42, in Minds\Core\Analytics\Dashboards\Filters\FiltersCollection::setUser public function setUser(User $user): self File "/Core/Analytics/Dashboards/TokenDashboard.php", line 67, in Minds\Core\Analytics\Dashboards\TokenDashboard::build ->setUser($this->user) File "/Core/Analytics/Dashboards/TokenDashboard.php", line 91, in Minds\Core\Analytics\Dashboards\TokenDashboard::export $this->build(); File "/Controllers/api/v2/analytics/dashboards.php", line 41, in Minds\Controllers\api\v2\analytics\dashboards::get 'dashboard' => $dashboard->export(), File "/Api/Factory.php", line 87, in Minds\Api\Factory::build return $handler->$method($pages); ... (11 additional frame(s) were not displayed) TypeError: Argument 1 passed to Minds\Core\Analytics\Dashboards\Filters\FiltersCollection::setUser() must be an instance of Minds\Entities\User, null given, called in /var/www/Minds/engine/Core/Analytics/Dashboards/TokenDashboard.php on line 67 and defined in /var/www/Minds/engine/Core/Analytics/Dashboards/Filters/FiltersCollection.php:42 Stack trace: #0 /var/www/Minds/engine/Core/Analytics/Dashboards/TokenDashboard.php(67): Minds\Core\Analytics\Dashboards\Filters\FiltersCollection->setUser(NULL) #1 /var/www/Minds/engine/Core/Analytics/Dashboards/TokenDashboard.php(91): Minds\Core\Analytics\Dashboards\TokenDashboard->build() #2 /var/www/Minds/engine/Controllers/api/v2/analytics/dashboards.php(41): Minds\Core\Analytics\Dashboards\TokenDashboard->export() #3 /var/www/Minds/engine/Api/Factory.php(87): Minds\Controllers\api\v2\analytics\dashboards->get(Array) #4 /var/www/Minds/engine/Controllers/api/api.php(76): Minds\Api\Factory::build(Array, Object(Zend\Diactoros\ServerRequest), Object(Zend\Diactoros\Response\J ```
1
10,171,263
52,252,886
2020-06-30 13:10:14.251
Error: Call to a member function getGuid() on null
Sentry Issue: [ENGINE-1VS](https://sentry.io/organizations/minds-inc/issues/1662587438/?referrer=gitlab_integration) ``` Error: Call to a member function getGuid() on null File "/Core/Discovery/Manager.php", line 428, in Minds\Core\Discovery\Manager::getSearch 'cache_key' => $this->user->getGuid(), File "/Core/Discovery/Controllers.php", line 61, in Minds\Core\Discovery\Controllers::getSearch $entities = $this->manager->getSearch($query, $filter, $type); File "/Core/Router/Middleware/Kernel/RegistryEntryMiddleware.php", line 60, in Minds\Core\Router\Middleware\Kernel\RegistryEntryMiddleware::process ->withAttribute('parameters', $parameters) File "/Core/Router/Dispatcher.php", line 57, in Minds\Core\Router\Dispatcher::handle return $middleware->process($request, $this); File "/Core/Router/Middleware/Kernel/RequestHandlerMiddleware.php", line 82, in Minds\Core\Router\Middleware\Kernel\RequestHandlerMiddleware::process ->withAttribute('_router-registry-entry', $requestHandler) ... (22 additional frame(s) were not displayed) Error: Call to a member function getGuid() on null in /var/www/Minds/engine/Core/Discovery/Manager.php:428 Stack trace: #0 /var/www/Minds/engine/Core/Discovery/Controllers.php(61): Minds\Core\Discovery\Manager->getSearch('Jewish', 'top', 'activity') #1 [internal function]: Minds\Core\Discovery\Controllers->getSearch(Object(Zend\Diactoros\ServerRequest)) #2 /var/www/Minds/engine/Core/Router/Middleware/Kernel/RegistryEntryMiddleware.php(60): call_user_func(Array, Object(Zend\Diactoros\ServerRequest)) #3 /var/www/Minds/engine/Core/Router/Dispatcher.php(57): Minds\Core\Router\Middleware\Kernel\RegistryEntryMiddleware->process(Object(Zend\Diactoros\ServerRequest), Object(Minds\Core\Router\Dispatcher)) #4 /var/www/Minds/engine/Core/Router/Middleware/Kernel/RequestHandlerMiddleware.php(82): Minds\Core\Router\Dispatcher->handle(Object(Zend\Diactoros\ServerRequest)) #5 /var/www/Minds/engine/Core/Router/Dispatcher.php(57): Minds\Core\Router\Middleware\Kernel\RequestHandlerMiddleware->process(Object(Zend\Diactoros\Serve ```
1
10,171,263
52,252,836
2020-06-30 13:09:15.681
Cassandra\Exception\InvalidArgumentException: Invalid integer value: 'undefined'
Sentry Issue: [ENGINE-PXR](https://sentry.io/organizations/minds-inc/issues/1723629061/?referrer=gitlab_integration) ``` Cassandra\Exception\InvalidArgumentException: Invalid integer value: 'undefined' File "/Core/Boost/Network/Repository.php", line 44, in Cassandra\Varint::__construct return new Cassandra\Varint($guid); File "/Core/Boost/Network/Repository.php", line 44, in Minds\Core\Boost\Network\Repository::Minds\Core\Boost\Network\{closure} return new Cassandra\Varint($guid); File "/Core/Boost/Network/Repository.php", line 45, in Minds\Core\Boost\Network\Repository::getList }, $opts['guids']))); File "/Core/Boost/Network/Repository.php", line 129, in Minds\Core\Boost\Network\Repository::get 'guids' => [ $guid ], File "/Core/Boost/Network/Manager.php", line 110, in Minds\Core\Boost\Network\Manager::get $boost = $this->repository->get($urn); ... (14 additional frame(s) were not displayed) Cassandra\Exception\InvalidArgumentException: Invalid integer value: 'undefined' in /var/www/Minds/engine/Core/Boost/Network/Repository.php:44 Stack trace: #0 /var/www/Minds/engine/Core/Boost/Network/Repository.php(44): Cassandra\Varint->__construct('undefined') #1 [internal function]: Minds\Core\Boost\Network\Repository->Minds\Core\Boost\Network\{closure}('undefined') #2 /var/www/Minds/engine/Core/Boost/Network/Repository.php(45): array_map(Object(Closure), Array) #3 /var/www/Minds/engine/Core/Boost/Network/Repository.php(129): Minds\Core\Boost\Network\Repository->getList(Array) #4 /var/www/Minds/engine/Core/Boost/Network/Manager.php(110): Minds\Core\Boost\Network\Repository->get('urn:boost:newsf...') #5 /var/www/Minds/engine/Controllers/api/v2/analytics/views.php(32): Minds\Core\Boost\Network\Manager->get('urn:boost:newsf...', Array) #6 /var/www/Minds/engine/Api/Factory.php(87): Minds\Controllers\api\v2\analytics\views->post(Array) #7 /var/www/Minds/engine/Controllers/api/api.php(81): Minds\Api\Factory::bui ```
1
10,171,263
54,052,987
2020-06-30 13:05:20.716
TypeError: Cannot set property 'hidden' of undefined
Sentry Issue: [FRONT-7H0](https://sentry.io/organizations/minds-inc/issues/1723610275/?referrer=gitlab_integration) ``` TypeError: Cannot set property 'hidden' of undefined at e.show (/static/en/main.060a243c762a4d984556.js:10:2644372) at e.show (/static/en/main.060a243c762a4d984556.js:10:997636) at e.checkXHRError (/static/en/main.060a243c762a4d984556.js:10:4090010) at t.o [as _next] (/static/en/main.060a243c762a4d984556.js:10:2271205) at t.__tryOrUnsub (/static/en/main.060a243c762a4d984556.js:10:989498) ... (25 additional frame(s) were not displayed) ```
2
10,171,263
52,140,635
2020-06-30 09:31:31.740
Record unlock actions for all monetized posts
- [ ] Record every unlock of a paywalled post event - [ ] Attach this counter to search mappings to assist with rankings - [ ] Use a new table or existing metrics?
1
10,171,263
57,548,331
2020-06-29 19:00:25.854
Do not show "This video is still transcoding" if the video plays
"This video is still transcoding. You will receive a notification when it is complete." The video should not actually post to subs until the minimum transcodes in done, right? Also, it should not show up after the first version is done. ![stillll](/uploads/815583b220792b22191f0f923935479d/stillll.PNG)
1
10,171,263
49,975,162
2020-06-23 17:07:15.321
Create Plus view of firehose
- [ ] Backend should filter in to plus (opts should already exist) - [ ] Easy way for admins to toggle into plus content only
2
10,171,263
44,007,912
2020-06-15 17:38:57.781
Blocking group moderators prevents banning from group
### Summary When a group member blocks group moderators, they are unable to be banned from the group. ### Steps to reproduce 1. Go to group 2. Block moderators 3. unable to be banned
2
10,171,263
36,146,190
2020-06-08 17:09:55.488
Implement custom private support tiers for Custom paywalls
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary (Summarize the bug encountered concisely) ### Steps to reproduce (How one can reproduce the issue - this is very important) ### Platform information (Browser, device, system stats, screen size) ### What is the current *bug* behavior? (What actually happens) ### What is the expected *correct* behavior? (What you should see instead) ### Relevant logs and/or screenshots (Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
2
10,171,263
36,145,568
2020-06-08 17:09:17.192
Implement one-way sync for Support Tiers
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary (Summarize the bug encountered concisely) ### Steps to reproduce (How one can reproduce the issue - this is very important) ### Platform information (Browser, device, system stats, screen size) ### What is the current *bug* behavior? (What actually happens) ### What is the expected *correct* behavior? (What you should see instead) ### Relevant logs and/or screenshots (Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
1
10,171,263
36,144,194
2020-06-08 17:08:24.812
Implement Support Tiers
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary (Summarize the bug encountered concisely) ### Steps to reproduce (How one can reproduce the issue - this is very important) ### Platform information (Browser, device, system stats, screen size) ### What is the current *bug* behavior? (What actually happens) ### What is the expected *correct* behavior? (What you should see instead) ### Relevant logs and/or screenshots (Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
3
10,171,263
35,518,775
2020-06-06 16:32:20.731
A user must be subbed to someone for them to message you
unless you are an admin
2
10,171,263
35,323,441
2020-06-02 15:27:34.677
Automatically translate all help desk posts with google translate on read
- [x] Ensure they are all cached - [x] Do not translate if English
1
10,171,263
35,039,589
2020-05-26 23:36:59.192
Paywall adjustments
Relates to https://gitlab.com/minds/front/-/issues/3027 - blur thumbnails of paywalled/plus images - provide additional fields for videos/blogs, etc. (e.g. teaser thumbnails)
1
10,171,263
35,036,679
2020-05-26 21:30:03.000
Referrals not working reliably
![image](/uploads/9449324f42751b9b2a29219812c4908a/image.png) ### Summary (Summarize the bug encountered concisely) ### Steps to reproduce (How one can reproduce the issue - this is very important) ### Platform information (Browser, device, system stats, screen size) ### What is the current *bug* behavior? (What actually happens) ### What is the expected *correct* behavior? (What you should see instead) ### Relevant logs and/or screenshots (Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
2
10,171,263
34,986,627
2020-05-25 17:53:57.265
Enable suggested hashtag widget when inside composer
The suggested hashtag widget is not showing up inside the composer. It is however working in comment fields. This feature should be used within the composer as well to help users understand what hashtags are trending or popular, and to help with typing. ![Screen_Shot_2020-05-25_at_11.51.24_AM](/uploads/28c3e39367ef679224aab0a06107565e/Screen_Shot_2020-05-25_at_11.51.24_AM.png)
1
10,171,263
34,904,721
2020-05-22 16:26:30.120
Add direct unsubscribe to email footer
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary (Summarize the bug encountered concisely) ### Steps to reproduce Send an email, try unsub directly. ### Platform information Platform agnostic. ### What is the current *bug* behavior? Users can't unsub with the new footer, some users have usernames with characters in them that are not encoded and break the url, thus cant unsub. ### What is the expected *correct* behavior? It should unsubscribe all accounts from emails for the address. Users should be able to unsub if they have non-standard characters in their names ### Relevant logs and/or screenshots (Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
3
10,171,263
34,896,932
2020-05-22 12:59:18.795
Composer text body is appearing behind rich-embed.
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary Composer text body is appearing behind rich-embed. ### Steps to reproduce 1. Take a youtube video 2. Type into composer https://www.youtube.com/watch?v=_ncWbyqINcYasdasdasd 3. Try to enter a post - you can't. ### Platform information Replicated on Firefox. ### What is the current *bug* behavior? Can't post, the text area is hidden. ### What is the expected *correct* behavior? Should see the text area under the rich-embed ### Relevant logs and/or screenshots ![image](/uploads/702b359844475f71a9ac999bde1d367e/image.png) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
2
10,171,263
34,895,819
2020-05-22 12:27:48.391
Safari upload issue
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary https://www.minds.com/newsfeed/1110149539545145344?focusedCommentUrn=urn:comment:1110149539545145344:0:0:0:1110235589262401536 DreamPondTX > Day two of Minds upgrade and still can't upload vids. iMac Safari, Click the "+" then "upload". The mp4 files show up but are not highlighted (even mp4 files that were previously uploaded are not highlighted) Minds will not allow them to be selected. ### Steps to reproduce Presumably, try to upload an MP4 using Safari. ### Platform information Safari, seems to be reported on Macs multiple places - unsure if it applies to mobile / other OS. ### What is the current *bug* behavior? User cant upload - they're greyed out. ### What is the expected *correct* behavior? Should be able to upload MP4s ### Relevant logs and/or screenshots ![image](/uploads/3dd92a75f72ab6fe51c06a2b1d5b74fe/image.png) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
1
10,171,263
34,836,832
2020-05-21 08:42:06.689
Apply a 'lang' tag to elasticsearch records
- [ ] Use the preferred language of the poster - [ ] Use keyword mapping
1
10,171,263
34,710,752
2020-05-18 22:12:03.821
Stop sending old ban email for strikes
After testing our strike process and giving a test account three strikes for spam, I received two of our old ban email, which should no longer be sent out. I should only receive the new ban email ![Screen_Shot_2020-05-18_at_4.11.13_PM](/uploads/2b364aba1f86f43f2867ead7ba3cc6ed/Screen_Shot_2020-05-18_at_4.11.13_PM.png) ![Screen_Shot_2020-05-18_at_4.11.08_PM](/uploads/40cac8a89130f9d115864ffd15bbf2d1/Screen_Shot_2020-05-18_at_4.11.08_PM.png)
1
10,171,263
34,689,514
2020-05-18 13:53:29.516
Implement translation module
- [ ] Support translations for our emails
2
10,171,263
34,689,395
2020-05-18 13:50:58.193
Give higher 'boost' score in ES for your own locale
For our sorting algorithms, give boost to posts with our own locale. **This task needs some thought, may not make the milestone**
1
10,171,263
34,619,084
2020-05-15 19:33:07.242
Canary onboarding landing page is old discovery, should be newsfeed
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary When you create an account with staging cookie enabled for Canary, when you finish onboarding you land on https://www.minds.com/newsfeed/global/top. You should land on https://www.minds.com/newsfeed/subscriptions. ### Steps to reproduce 1. Create account 2. Complete onboarding 3. See landing page ### Platform information Macbook, chrome ### What is the current *bug* behavior? See summary ### What is the expected *correct* behavior? See summary ### Relevant logs and/or screenshots (Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
1
10,171,263
34,584,194
2020-05-15 00:39:57.956
Add Boost option to all posts
## Goal - Enable more boosting opportunities. (Increase boosts.) - Enable Minds team to promote good content. ## What needs to be done Currently, the option to boost a post appears only on posts that you own. For this change, we want to add the option to boost from any post. ## QA <!--- Consideration is given to how the issue will be demoed and tested prior to being deployed ---> ## UX/Design See acceptance criteria ## Personas - Minds staff ## Experiments n/a ## Acceptance Criteria - [ ] The option to boost posts appears on all activity posts, not just ones yours. - [ ] The option should appear in the dropdown menu if it is not your post ## Definition of Ready Checklist - [ ] Definition Of Done (DoD) - [ ] Acceptance criteria - [ ] Weighted - [ ] QA - [ ] UX/Design - [ ] Personas - [ ] Experiments
2
10,171,263
34,526,005
2020-05-13 20:48:20.816
Search history issues
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary Two issues: 1. Clicking on a search history item takes you to the old discovery results page, should take you to the new search results page 2. Clicking on an auto-suggested search channel is not populating search history, but it should ### Steps to reproduce 1. Click on a search history item in canary mode and see where it takes you 2. Search for @ottman and click his name from the suggestions, notice it does not populate his name in your search history ### Platform information Canary mode, chrome, web ### What is the current *bug* behavior? See steps to reproduce ### What is the expected *correct* behavior? see steps to reproduce ### Relevant logs and/or screenshots (Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
1
10,171,263
34,503,545
2020-05-13 11:11:05.980
Setup a Matrix.org cluster
- [ ] Helm? - [ ] Terraform plans
2
10,171,263
34,502,883
2020-05-13 10:57:47.203
Wire/Pay paywall function to check for Plus membership tier
- [ ] Paywall should have a hook into Minds Plus module that checks if - [ ] Content is allocated to plus - [ ] User has a plus subcription
2
10,171,263
34,502,159
2020-05-13 10:42:04.853
Working staging deployment on new K8S deployment
- [ ] Front - [ ] Backend - [ ] Pod/Service group for each runner
3
10,171,263
34,502,072
2020-05-13 10:40:37.555
Add new steps to .gitlab-ci for deploying to new K8S cluster
We will run both ECS & K8S clusters in parallel until we are happy with the performance. Gitlab should deploy to both in their own, respective, steps. - [ ] Frontend - [ ] Backend
2
10,171,263
34,501,905
2020-05-13 10:35:52.955
ReIndex ES6->ES7 remotely
- [ ] Trial this on sandbox first - [ ] Run on production - [ ] minds_badger -> minds-entities - [ ] minds-metrics-2020-* - [ ] minds-metrics-2019-* -> minds-metrics-2019 (shrunk index)
3
10,171,263
34,501,809
2020-05-13 10:32:34.680
Create a feature flags for reading and reading ES clusters
## Overview We need to be able to run our existing and new ElasticSearch clusters in parallel. All flags will be off by default with the `es7-dualwrite` flag enabled when our new cluster is running. **The _type field should not be sent to ES7.**. The lower level **Data\ElasticSearch\Client** should be able to support all these actions. ## Feature flags - [ ] `es7-read` (all reads will happen on ES7 only) - [ ] `es7-write` (all writes will happen on ES7 only) - [ ] `es7-dualwrite` (writes will happen on ES6 and ES7)
1
10,171,263
34,501,572
2020-05-13 10:26:07.025
Setup opendistro-es cluster on new k8s infrastructure
- [ ] Setup [OpenDistro] cluster - https://opendistro.github.io/for-elasticsearch/ - [ ] Use new k8s cluster
1