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 | 34,501,234 |
2020-05-13 10:20:04.937
|
Update the GitlabCI variables to point to new cluster
|
- [ ] Frontend
- [ ] Backend
| 1 |
10,171,263 | 34,501,149 |
2020-05-13 10:17:33.951
|
Create a new K8S cluster in sandbox environment
|
- [ ] Use terraform
- [ ] Use aws subaccount
| 2 |
10,171,263 | 34,501,073 |
2020-05-13 10:15:45.600
|
Validate PHP mappings are correct for ElasticSearch
|
- [ ] Autosuggest user mappings (allow for numbers)
- [ ] Strings vs keywords
- [ ] Evaluate use of .keyword in aggregations and patch with a feature flag
| 2 |
10,171,263 | 28,170,235 |
2019-12-10 02:59:27.711
|
Email confirmation on account creation
|
When a new user signs up, send them an email with a hashcode. The email should use a queue and an email event.
The hashcode should be a the user's guid and a timestamp.
The user account record in cassandra should contain the date the verification time stamp was sent.
When the user clicks the verification link with an email, the router should validate the hash with the user id and the timestamp. If the user clicked the URL within 48 hours, the hash is valid. The user's record should be updated with a "validated_at" timestamp and the User entity should expose an "isValidated()" function.
The 48 hours should be a default value in editable by helm / settings.php
Currently, we send out two emails after 2 hours of user signup. That mechanism should be replaced by this email which sends immediately. When they verify their email, then we can send either welcome_complete or welcome_incomplete based on their onboarding status
Follow the "Welcome_incomplete" template for now and use the existing header and footer structure, but change the text to:
```
@name,
Please take a moment to validate your email address. This helps us prevent spam and ensure users are real. Click this link and we'll know it's you.
<link and call to action button like the other template.>
Thanks,
The Minds Team
```
Be sure to provide the tracking information so we can identify the success of this email.
- [ ] Send a verification hash email through the queue
- [ ] Use the existing email template and events mechanism.
- [ ] Extend the router to parse and validate the url clicked within a configurable value of 48 hours
- [ ] Replace the welcome emails with this one that sends immediately
- [ ] Send them the welcome_complete or welcome_incomplete on verficiation based on their onboarding progress
- [ ] Extend the commandline tool to allow easy testing of the email
- [ ] Write end to end tests for the events
- [ ] Provide phpunit tests for the new email and router callback
| 8 |
10,171,263 | 28,146,118 |
2019-12-09 18:13:31.486
|
Video section missing for user
|
<!---
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
The video (media/video) section of this user (https://www.minds.com/LadySarahRose/) is missing.
### Steps to reproduce
1. Go to 'video' section of user
2. No videos
### Relevant logs and/or screenshots
https://www.minds.com/newsfeed/1050574845545676800
| 1 |
10,171,263 | 28,069,012 |
2019-12-07 21:33:43.639
|
Implement live updating vote counters on posts
|
<!---
Please read this!
The Definition of Ready (DoR) can be found at https://developers.minds.com/docs/handbook/how-we-work/#definition-of-ready-dor
Before opening a new issue, make sure to search for keywords in the issues
filtered by the "Type::Feature" label and verify the feature you're about to submit isn't a duplicate.
--->
## Goal
<!---
Clearly outline the goal of the issue and why we are doing it
--->
Implement live updating metrics on posts to increase real time engagement
## What needs to be done
<!---
Clearly detail what needs to be done to achieve the goal set out above
--->
- Subscribe to socket.io topic of entity
- Pulsar subscription to push to socket.io entity topic
## QA
<!---
Consideration is given to how the issue will be demoed and tested prior to being deployed
--->
Yes, metrics update
## UX/Design
<!---
Sufficient wireframes have been presented and understood by the development team. Full mockups are not required and re-usable components are encouraged.
--->
N/A
## Personas
<!---
Who does this user impact and why (optional)
--->
Consumers
## Experiments
<!---
Experiments are not required, but it should be made clear if one is expected. If experiments are required, the hypothesis should be outlined.
--->
Yes.
## Acceptance Criteria
<!--
Everyone should be able to understand what is expected to be delivered
--->
- [ ] Frontend to subscribe to metric updates
- [ ] Rolling animation
- [ ] Backend to emit metric update
- [ ] Spec tests
## Definition of Ready Checklist
- [x] Definition Of Done (DoD)
- [x] Acceptance criteria
- [ ] Weighted
- [x] QA
- [x] UX/Design
- [x] Personas
- [ ] Experiments
| 8 |
10,171,263 | 27,990,494 |
2019-12-05 17:26:52.991
|
Top Feeds: Refactor api/v2/feeds & children to just call a testable wrapper class in Core\Feeds
| null | 6 |
10,171,263 | 27,990,465 |
2019-12-05 17:25:39.628
|
Top Feeds: Old algorithms shouldn't be time constrained
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 1 |
10,171,263 | 27,986,350 |
2019-12-05 16:10:35.434
|
Add "Custom Support" to Pro marketing / upgrade pages
|
## Pro marketing page
In the "Build your own website" panel, add a bullet that reads:
"Custom support from the Minds team"
- [x] Add bullet to this page https://www.minds.com/pro
## Upgrades marketing page
Add "Custom support" as a bullet under the Pro panel.
- [x] add bullet top this page https://www.minds.com/upgrades under upgrade options
| 2 |
10,171,263 | 27,985,468 |
2019-12-05 15:42:42.857
|
Record contribution score of all Minds Plus submissions to calculate monthly payouts
|
- Reserve 25% of all Minds Plus revenue each month to be paid out to contributors
- Create table that shows total contribution score of every channel who submitted content to Minds Plus
- Calculate payout by dividing individual user contribution score by total Minds Plus contribution score
| 4 |
10,171,263 | 27,984,615 |
2019-12-05 15:16:06.283
|
Directory of all Plus/Pro customers and paying users/supporters
|
Provide a new discovery feed option to filter on active pro channels
- [ ] Add 'pro_expires' flag to `minds_badger` ES index
- [ ] API endpoint to return channels based on this filter, extend the feeds channels api and return pro / plus channels are still active.
- [ ] Frontend feed to show channels
| 8 |
10,171,263 | 27,938,596 |
2019-12-04 14:40:58.952
|
Ability to create a boost campaign
|
!417
| 8 |
10,171,263 | 27,905,061 |
2019-12-03 19:10:18.784
|
Finish remaining PSR-7 Router spec tests
| null | 4 |
10,171,263 | 27,859,670 |
2019-12-02 18:32:19.514
|
On Top Feeds, allow extending time span if there are lesser results than limit
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 2 |
10,171,263 | 27,851,385 |
2019-12-02 14:21:15.784
|
Implement feature flag for PSR-7 Router
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 1 |
10,171,263 | 27,764,121 |
2019-11-29 16:29:10.408
|
Notifications for when a video is fully transcoded
|
- [x] Only send when all transcodes have completed
- [x] Ensure we correctly handle failed transcodes
| 4 |
10,171,263 | 27,764,006 |
2019-11-29 16:27:04.470
|
Transcodes should be run in parallel
|
- [x] Each transcoder process needs to be tied to a media type
- [x] Thumbnails should be on their own queue too
| 8 |
10,171,263 | 27,763,675 |
2019-11-29 16:24:59.115
|
Improve the queuing and re-queueing system of the transcoder
|
- [x] Queue should be tied with the new table (#1184)
- [x] Reduce SQS re-queue time range and make status dependent on the table
- [x] Spec Tests
| 6 |
10,171,263 | 27,763,458 |
2019-11-29 16:22:06.981
|
Transcoder table
|
- [x] Schema
- [x] Core module & repositories
- [x] Spec tests
| 2 |
10,171,263 | 27,654,972 |
2019-11-27 16:27:50.391
|
Sync onchain token ledger with campaigns debits
|
Either triggered by a view event and synced every nth view or by a scheduled task.
This work can be ported from the boost campaign branch onto master behind a feature flag.
| 2 |
10,171,263 | 27,654,859 |
2019-11-27 16:25:20.870
|
View request viability for a Boost Campaign
|
This is already completed on the boost campaign epic branch, needs porting onto master behind a feature flag
!417
| 1 |
10,171,263 | 27,654,751 |
2019-11-27 16:22:35.779
|
Add Campaign fields to Boost ES index
|
We need to index the start and end times of a campaign to filter when querying for boosts
| 1 |
10,171,263 | 27,596,843 |
2019-11-26 22:14:19.687
|
Front Index should be served using PSR-7 Router
|
- [ ] Analytics Increment middleware
- [ ] Email Rewards middleware
- [ ] Email Router Hooks middleware
- [ ] Referral Cookie middleware
- [ ] Pro Hook middleware
- [ ] SEO middleware
- [ ] Static Content middleware
| 3 |
10,171,263 | 27,586,951 |
2019-11-26 17:15:40.599
|
Update stripe api to the latest version
| null | 1 |
10,171,263 | 27,586,901 |
2019-11-26 17:14:45.023
|
Apply statement descriptors to connect accounts
|
`settings.payments.statement_descriptor` and `settings.card_payments.statement_descriptor_prefix` should be applied.
| 1 |
10,171,263 | 27,581,571 |
2019-11-26 14:56:47.475
|
Top Feeds: Create a parallel Sync and an alternative algorithm for the new implementation
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 2 |
10,171,263 | 27,573,089 |
2019-11-26 11:18:35.829
|
Blacklist / Whitelist solution for Boost Creators and Boost Publishers
|
You either has a **Blacklist** or an **Allow list**.
Queries should be **OR**
- [ ] Based on NSFW rating
- [ ] Based off hashtags
- [ ] Channel names
- [ ] Location
| 2 |
10,171,263 | 27,573,005 |
2019-11-26 11:15:31.584
|
Admins should be able to approve posts that have been put in campaigns.
|
- [x] Integrate with firehose. Put at the top of the list
- [x] If post already 'reviewed' then do not push again
- [x] Do not start the campaign until the post is approved
https://gitlab.com/minds/engine/merge_requests/427
| 16 |
10,171,263 | 27,572,924 |
2019-11-26 11:13:25.695
|
Max spend (views) per day for a boost
|
Boost campaign creators should be able to set the maximum number of views they want to receive per day. For example if a campaign is running for 30 days with a budget of 100,000 views, they may want it to spread out at 300 views per day.
| 8 |
10,171,263 | 27,572,863 |
2019-11-26 11:11:42.069
|
Max threshold of 5000 views per day per boost
|
Boost campaigns should not be able to block up the boost feed. The 5000 cap should be in the global settings so that it can be changed when required. Ultimately this should end up being dynamic based on demand.
| 1 |
10,171,263 | 27,572,794 |
2019-11-26 11:09:07.531
|
Ability to target boost to specific channels or groups
|
- [ ] Channels
- [ ] Groups
- [ ] Groups of channels (by targeting, eg. channels talking about technology).
| 2 |
10,171,263 | 27,572,748 |
2019-11-26 11:07:46.659
|
Ability to target a boost to hashtags
|
- [ ] List of hashtags should be an OR query not AND
- [ ]
| 2 |
10,171,263 | 27,554,444 |
2019-11-25 21:32:33.630
|
Pro: Activities feed should use Latest algorithm (instead of Top)
|
- [x] Allow a query string parameter for algorithm in /v2/pro/content
- [x] '/v2/pro/content/activities' should use latest by default
- [ ] Front: Re-enable Feed E2E test that @omadrid commented out (front!666)
| 1 |
10,171,263 | 27,546,823 |
2019-11-25 16:52:49.454
|
Refactor A/B testing tool to support more than 2 variants on the backend
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 8 |
10,171,263 | 27,541,102 |
2019-11-25 14:18:48.088
|
On Top Feeds sync, instead of increasing time range delta, store the absolute unique count from the last year
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 2 |
10,171,263 | 27,499,531 |
2019-11-24 03:25:34.612
|
Images not being indexed on save
|
Regression caused by 06a5be9d4fd491cd324ab06c21840ac27bc783ac
This is a pretty serious issue as no images uploaded since November 19th (when this went live) have been indexed. We will need to prepare an sync script to go over all activity posts since then and reindex. @xander-miller please add this check to your smoke tests.
### Steps to replicate
1) Upload an image
2) Go to images filter on channel feed
3) Image not visible
4) Go to image full view (/media/10...) via modal/activity
5) Edit
6) Index still not triggered
### Solution
Removing the newly introduced `__sleep` function resolved.
| 1 |
10,171,263 | 27,395,104 |
2019-11-21 10:32:50.273
|
There needs to be a mechanism to reload Boost ES indices from Cassandra
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 3 |
10,171,263 | 27,254,704 |
2019-11-20 11:10:34.962
|
Increment vote field on elasticsearch
|
Currently we have multiple 'vote:up:12h' type fields. Replace these with 'vote:up' and simply increment this field vs replacing it.
| 2 |
10,171,263 | 27,254,445 |
2019-11-20 11:05:25.299
|
Complete spec tests for router
| null | 3 |
10,171,263 | 27,173,845 |
2019-11-18 14:04:44.571
|
Boost configuration for Channel and Group feeds
|
Need to store some parameters for each channel and group that has opted in to deliver boosts.
Such as: revshare %, nsfw acceptable, rating?, velocity of boosts etc.
| 8 |
10,171,263 | 27,173,692 |
2019-11-18 14:00:08.336
|
Mechanism for Boosts to be requested and integrated into an existing feed
|
This will be an implementation/extension of the Feed class that was introduced for Boost Campaign refactoring work.
NB: Needs that work to be cherry-picked into master for this work to be based off.
- [ ] Remove `m-featured-content` and dependency on FeaturedContentService
- [ ] Place in boosts from backend api
### Dev notes
- Core/Feeds/Top/Manager
- Boosts to be placed inside of `FeedSyncEntity`
- Benefit of this is changing boosts slots from single backend location
| 32 |
10,171,263 | 27,099,709 |
2019-11-15 16:09:11.252
|
posts by NSFW tagged channels showing uncovered in discovery, also "mature content" prompt is not showing
|
<!---
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
Channels that have an NSFW tag are showing up unmasked in discovery.
Also when you visit the channel there is no "MATURE CONTENT" prompt.
https://www.minds.com/hismith/
verified in chrome and firefox, both admin and non admin accounts.
noticed 11/14/2019
### Steps to reproduce
1. Click the above link
2. Observe no mature warning
3. Try find the post in discovery
### Platform information
Cross-platform web.
### What is the current *bug* behavior?
mature content warning does not show and nsfw tagged channels showing in discoery
### What is the expected *correct* behavior?
mature content warning should show and nsfw tagged channels should only show up with nsfw filters disabled.
### 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)
/label ~"T \- Bug" ~"S \- Triage:new"
| 6 |
10,171,263 | 27,064,275 |
2019-11-14 18:34:57.235
|
CLI tool to re-sync Pro domains on Traefik
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 8 |
10,171,263 | 27,029,807 |
2019-11-13 19:36:45.839
|
SSO for Pro sites
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 3 |
10,171,263 | 27,029,756 |
2019-11-13 19:33:59.791
|
(fix): Endless pro/non-pro redirect on some Pro users
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 1 |
10,171,263 | 26,996,357 |
2019-11-12 23:27:23.534
|
Auto-complete missing used tags
|
<!---
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
Hashtags like #RonPaulSupporters are used a reasonable amount on the site but do not show up in suggested hashtags while typing.
https://www.minds.com/newsfeed/1039586447781003264?focusedCommentUrn=urn:comment:1039586447781003264:1039650621578424320:0:0:1041120858915094528
### Steps to reproduce
1. Type #RonPaulS
2. See it gets cut off when you type the 'S'.
### Platform information
Cross-platform web.
### What is the current *bug* behavior?
Auto-complete window gives up.
### What is the expected *correct* behavior?
It should keep searching for hashtags.
### 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
I think this could be one of two things; down to length of the tag, or maybe some runner job needs running to update auto-complete.
| 4 |
10,171,263 | 26,776,080 |
2019-11-06 15:33:32.531
|
Reduce resource allocation of ECS containers
|
Over 24 hours:
Memory never exceeds 50%. (5120Mb / 10240Mb)

CPU never exceeds 30%. (1,706 / 5120 uCpus)

## Proposal
- [ ] Experiment with reduce all docker resource allocations by 30%/
| 2 |
10,171,263 | 26,772,973 |
2019-11-06 14:30:44.384
|
Error: Call to a member function getGuid() on null
|
Sentry Issue: [ENGINE-R](https://sentry.io/organizations/minds-inc/issues/1177510374/?referrer=gitlab_integration)
```
Error: Call to a member function getGuid() on null
File "/Controllers/api/v2/moderation/appeals.php", line 28, in Minds\Controllers\api\v2\moderation\appeals::get
'owner_guid' => Core\Session::getLoggedInUser()->getGuid(),
File "/Api/Factory.php", line 90, in Minds\Api\Factory::build
return $handler->$method($pages);
File "/Controllers/api/api.php", line 76, in Minds\Controllers\api\api::get
return Factory::build($pages, $this->request, $this->response);
File "/Core/Router.php", line 157, in Minds\Core\Router::route
return $handler->$method($pages);
File "/index.php", line 9
$router->route();
```
| 2 |
10,171,263 | 26,760,468 |
2019-11-06 12:08:45.790
|
Do not issue withdrawal until admin approves
|
- [x] Update frontend UI to let user know that approval is in progress (front#2238)
- [ ] Update mobile UI to let user know that approval is in progress (mobile-native#1503)
- [x] For admins, show some high level stats such as 'referrer', join date, recent transactions (front#2239)
| 3 |
10,171,263 | 26,757,553 |
2019-11-06 11:08:50.024
|
PHP container with aws
|
Create an intermediate container image that contains awscli
| 4 |
10,171,263 | 26,736,655 |
2019-11-05 20:18:11.195
|
Video upload error
|

@subverse channel
| 2 |
10,171,263 | 26,628,885 |
2019-11-03 22:20:59.468
|
Shouldnt be able to play multiple vids at same time
|
Discovery video feed
| 3 |
10,171,263 | 26,562,833 |
2019-11-01 15:39:25.316
|
Add ability to use "ordered list" and "unordered list" in blog post editor
|
Suggestion: Add ability to use "ordered list" and "unordered list" in blog post editor

| 1 |
10,171,263 | 26,534,608 |
2019-10-31 17:35:24.588
|
Remove references to Mongo from Boost
|
We're using ES for view metrics, AFAIK the Mongo datastore was abandoned.
| 1 |
10,171,263 | 26,525,005 |
2019-10-31 14:38:47.920
|
Capture Boost states in a const
|
Boost states are referenced as a string around the place, there's nowhere to refer back to a finite list of possible states
| 1 |
10,171,263 | 26,515,505 |
2019-10-31 09:58:24.305
|
Boost expiration should be run by a scheduled job
|
Currently the check is carried out inside of the iterator resulting in iterator fetching expired boosts, filtering them out of the result set and not returning the number of boosts requested.
| 2 |
10,171,263 | 26,515,283 |
2019-10-31 09:51:57.528
|
Extract the logic that records views out of the View API
|
The functionality that verifies and records a view for a boost (and then triggers lifecycle events) is hidden away inside `v2/analytics/views` api controller alongside the functionality for recording entity/activity views. This boost functionality needs to be extracted and implemented within `Core\Boost` namespace with either a common `View` interface or extending a View abstract and then implement the concrete boost view functionality.
| 3 |
10,171,263 | 32,243,874 |
2019-10-30 19:10:04.692
|
Onboarding Wizard - Channel Tagging does not tag channels
|
### Summary
Onboarding Wizard when you choose your preferred hashtags, those hashtags are not used to tag your channel. This will also help in getting channels to register hashtags for the initial channel search to be more effective.
### Steps to reproduce
1. Register a new channel
2. Select hashtags in the onboarding wizard
3. Only updates your preferred hashtags
### Platform information
Browser
### What is the current *bug* behavior?
Only updates your preferred search hashtags
### What is the expected *correct* behavior?
Should update you channel profile hashtags as well.
### Relevant logs and/or screenshots

- [ ] new onboarding should tag the user's channel with their selected channels
- [ ] new onboarding should populate their feed selectors (already working, but just to verify that it's doing what it's supposed to)
| 2 |
10,171,263 | 26,444,153 |
2019-10-29 15:18:12.328
|
Unable to delete or edit old blogs
|
1. Go to old blog circa 2014
2. Attempt to edit it
3. Give up and try to delete it both from the blog itself and the blog list on channels https://www.minds.com/ottman/blogs
4. End up here https://www.minds.com/blog/owner
5. Run away

| 4 |
10,171,263 | 26,417,875 |
2019-10-29 11:11:01.642
|
Resolve issues with Boost Iterator
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 2 |
10,171,263 | 26,415,657 |
2019-10-29 10:20:32.363
|
Add sockets extension to PHP 7.3 container
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 1 |
10,171,263 | 26,282,187 |
2019-10-24 15:04:09.464
|
Banned and Blocked Channels appearing in suggested search results
|
### Summary
Banned channels are suggested under search results. Likely related to https://gitlab.com/minds/front/issues/2136
### Steps to reproduce
eg. search for `@ottman`
### Platform information
browser
### What is the current *bug* behavior?
Banned channels with offensive names are listed
### What is the expected *correct* behavior?
banned channels should not be listed.
### Relevant logs and/or screenshots

### Possible fixes
A scheduled script that cleans banned channels from search caching.
| 2 |
10,171,263 | 26,247,693 |
2019-10-23 18:29:21.814
|
Remove constraint of deleting a group that still has members
|
It should be possible to delete a group without having to first remove all of its members.
Current behavior:
- Given the user has permissions to delete a channel (e.g. is an Admin),
- and the group has members,
- and the user is viewing the group,
- and the user clicks the gear icon at the top of the group,
- when the user clicks "Delete group"
- then a toaster message appears that says "You cannot delete a group that has members."
- and the group is not deleted.

Desired behavior:
- ...when the user clicks "Delete group",
- then a confirmation modal appears and the user can confirm deletion of the group without having to remove all members first.

| 1 |
10,171,263 | 26,246,812 |
2019-10-23 18:10:40.889
|
Blog and media pages NSFW controls should propegate to activity
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 2 |
10,171,263 | 26,236,651 |
2019-10-23 13:46:52.535
|
Product pages SEO
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 2 |
10,171,263 | 26,227,329 |
2019-10-23 10:40:29.678
|
Investigate Oddities and improve existing Boost Feed API functionality
|
I refactored the feed functionality out of the API request code and into `Core\Boost\Feed` abstract class and implemented `Core\Boost\Feeds\Boost` concrete class.
In the review site the feed request response exactly matches the pre-refactored response (tested web only, need to capture a mobile request).
Example web request:
`/api/v2/boost/feed?rating=2&rotator=1&sync=1&limit=150&as_activities=0&from_timestamp`
The functionality appears limited, oddities found so far...
**(Checkbox Indicates Resolved)**
- [x] `limit` in request is not honoured
- [ ] `rotator=1` is requested but not used anywhere
- [x] `sync=1` is requested but not used anywhere
- [x] Iterator makes a request for *X* boosts, if *Y* of those boosts are invalid or can not be resolved the iterator will return *X* - *Y* boosts, requiring additional requests to cycle the iterator (which could return few or no results again)
- [ ] It is not implicit that boosts are always returned in ascending timestamp order
- [x] It is not clear what a boost 'rating' is
- [x] We ignore the offset requested from the iterator and instead override with the timestamp of the last boost in list with no explanation why we don't trust the iterator
| 4 |
10,171,263 | 26,204,855 |
2019-10-22 17:44:24.940
|
Users should not be allowed to boost scheduled content
|
People are sometimes boosting a post that is scheduled and has not been posted yet. When it is boosted, you can see the indication that it is scheduled to be posted at a later date. We should just not allow scheduled posts to be boosted.

| 1 |
10,171,263 | 26,196,790 |
2019-10-22 14:08:11.336
|
Investigate jitsi connection issues
|
Cannot hear other person. Everything should not be muted by default.
Works fine on https://meet.jit.si/minds
| 2 |
10,171,263 | 26,063,734 |
2019-10-18 03:32:41.619
|
Groups are not showing on Pro Sites
|
## Information
This ~"Type::Regression" was introduced with removing text posts from the lists.
## Pro Site
https://bill.minds.com
| 1 |
10,171,263 | 26,062,316 |
2019-10-18 02:23:54.814
|
Ensure NSFW filters carry through to Pro sites
|
- [ ] If channel is NSFW, only pay out in BTC or ETH or Minds Tokens, depending on preference, to comply with terms of payment processors
- [ ] If logged-in to minds, NSFW filters should still apply
- [ ] If logged out, the modal should make clear that it is an nsfw site in the login and that they are 18
Added two hours to validate the functionality on pro sites. If we run into issues with any of the three checks, then let's create separate cards to dig down into each of them.
| 2 |
10,171,263 | 26,053,898 |
2019-10-17 18:56:13.585
|
Fix Pro spec tests and write Pro\Assets spec tests
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 2 |
10,171,263 | 26,032,939 |
2019-10-17 09:53:22.266
|
Implement our new Unleash PHP SDK to Minds
|
### Goals
- [ ] `Core/Features/Manager` should interface and provide abstraction from the SDK
- [ ] Heavy caching layer with APCu then Redis fallback
- [ ] Ability to target specific users
- [ ] Replace existing feature toggles with our new framework
| 4 |
10,171,263 | 26,032,640 |
2019-10-17 09:48:04.770
|
Clean up the unleash client and implement the strategies
|
- unleash-client-php!1: This merge request includes all the work done by @brianhatchet, complete with a psr compliant caching interface.
- unleash-client-php!2: Clean up and strategies implementation
---
We want to make it Unleash compliant, but for our purposes we can focus on the gitlab version
https://docs.gitlab.com/ee/user/project/operations/feature_flags.html
Specifically, we need to implement the strategies section
https://docs.gitlab.com/ee/user/project/operations/feature_flags.html#feature-flag-strategies
| 12 |
10,171,263 | 26,014,658 |
2019-10-16 18:34:05.480
|
update transcoder to support pro qualities
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 2 |
10,171,263 | 26,014,449 |
2019-10-16 18:25:58.183
|
Save uploaded Pro assets and send FS link back when exporting
| null | 2 |
10,171,263 | 25,981,720 |
2019-10-16 03:05:04.848
|
Add SEO for /plus, /pro and /upgrades
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 1 |
10,171,263 | 25,929,602 |
2019-10-14 22:28:06.498
|
TypeError: Return value of Minds\Core\Permissions\Delegates\ChannelRoleCalculator::getChannelForEntity() mus...
|
Sentry Issue: [ENGINE-EN](https://sentry.io/organizations/minds-inc/issues/1254945802/?referrer=gitlab_integration)
```
TypeError: Return value of Minds\Core\Permissions\Delegates\ChannelRoleCalculator::getChannelForEntity() must be an instance of Minds\Entities\User, null returned
File "/Core/Permissions/Delegates/ChannelRoleCalculator.php", line 72, in Minds\Core\Permissions\Delegates\ChannelRoleCalculator::getChannelForEntity
return $this->entitiesBuilder->single($entity->getOwnerGuid());
File "/Core/Permissions/Delegates/ChannelRoleCalculator.php", line 43, in Minds\Core\Permissions\Delegates\ChannelRoleCalculator::calculate
$channel = $this->getChannelForEntity($entity);
File "/Core/Permissions/Permissions.php", line 101, in Minds\Core\Permissions\Permissions::getRoleForEntity
$role = $this->channelRoleCalculator->calculate($entity);
File "/Core/Permissions/Permissions.php", line 79, in Minds\Core\Permissions\Permissions::calculate
$this->entities[$entity->getGuid()] = $this->getRoleForEntity($entity);
File "/Core/Permissions/Manager.php", line 64, in Minds\Core\Permissions\Manager::getList
$permissions->calculate($entities);
...
(7 additional frame(s) were not displayed)
```
| 1 |
10,171,263 | 25,844,641 |
2019-10-11 09:37:19.344
|
Need to select from both score and score_decimal in Contributions\Sums during transition
|
```php
$query->query("SELECT SUM(score) as score from contributions WHERE user_guid = ?");
$query->query("SELECT SUM(score_decimal) as score from contributions WHERE user_guid = ?");
```
| 1 |
10,171,263 | 25,827,681 |
2019-10-10 21:25:26.364
|
Add service account handlers to settings
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 1 |
10,171,263 | 25,827,668 |
2019-10-10 21:24:40.599
|
Add pricing matrix to settings
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 1 |
10,171,263 | 25,813,870 |
2019-10-10 14:19:55.286
|
Implement Pro renewal hooks on Wire
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 2 |
10,171,263 | 25,785,563 |
2019-10-09 23:09:28.804
|
Debounce channel reindexing on the back end
|
Add a record on the user for the last time they changed the channel mode
When the user changes channel mode, throw a rate limiting exception that prevents them from reindexing their channel for 2 hours
| 2 |
10,171,263 | 25,760,163 |
2019-10-09 11:54:11.400
|
Display boost campaigns inside of the boost feed
| null | 2 |
10,171,263 | 25,760,102 |
2019-10-09 11:52:48.835
|
Decide on user Entity Centric method or Boost delta method
|
**Boost Delta** could got back the last 10 boosts and return how long they all took to complete.
Example of determining the delta https://gitlab.com/minds/engine/blob/master/Core/Analytics/Graphs/Aggregates/OffchainBoosts.php#L1306
| 1 |
10,171,263 | 25,716,893 |
2019-10-08 09:48:06.837
|
Links from outside Minds show no title on pro, only thumbnail
|
@ottman please provide more information for this task.
| 1 |
10,171,263 | 25,594,788 |
2019-10-03 16:47:40.915
|
Media from groups should not go to media sidebar
|
<!---
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
It appears as if when the user makes a blog in a private group, an entry is also created in the blogs of their channel.
### Steps to reproduce
1. Post a blog in a private group
2. Go to your channel, and look at your blogs side widget, the post appears there.
### Platform information
Cross platform web. Repicated Chromium/Ubuntu 18.04.
### What is the current *bug* behavior?
Blog appears in the widget when it should be private, same may be happening for other entities.
### What is the expected *correct* behavior?
Blog should NOT be accessible from there, or by link if not in the group.
### 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)
/label ~"T \- Bug" ~"S \- Triage:new"
| 2 |
10,171,263 | 25,593,319 |
2019-10-03 16:11:17.275
|
Strengthen Permissions manager unit test
|
Recent changes have added some potentially problematic code to the permissions manager. We need to make sure we're handling all the parameters coming into getList appropriately.
| 1 |
10,171,263 | 25,584,123 |
2019-10-03 12:29:43.099
|
channel owner should be able to create new groups
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 1 |
10,171,263 | 25,516,960 |
2019-10-01 18:35:45.261
|
(bug): onboarding is not displaying steps
|
<!---
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.
--->
### Steps to reproduce
Create a new channel and try to do a full channel setup.
### Platform information
Chrome, iOS
### What is the current *bug* behavior?
When you create a new channel, you are not given the steps to select hashtags or subscribe to channels. It skips immediately to the profile setup screen.
If you try to set an avatar, display name and description, only the avatar appears correctly when you land on your channel. You have to refresh your browser in order to see your display name and your description. Very unintuitive and should not require a refresh.
The channel shows onboarding is only 83% complete even though I only did the channel set up screen and joined the rewards program.
### What is the expected *correct* behavior?
I should see all onboarding screens.
I should see all my updates reflected on my channel without a refresh.
Percentage of onboarding completion seems broken. 1) Hashtags 2) Channels 3) Design 4) Rewards = 100% setup. If you have not done a step, it should decrease your % complete and if you click to complete setup it needs to take you to only the steps you have not done.
### Relevant logs and/or screenshots
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
| 2 |
10,171,263 | 25,513,412 |
2019-10-01 16:35:49.286
|
when getting permissions for an entity, it returns a load of permissions for unrelated entities
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 1 |
10,171,263 | 25,473,603 |
2019-09-30 20:54:08.508
|
Gifs uploaded as avatar are not cropped and cause issues throughout the site.
|
Example of issue .
Small - https://cdn.minds.com/icon/870387733137203205/small/1569815035
Master - https://cdn.minds.com/icon/870387733137203205/master/1569815035
| 1 |
10,171,263 | 25,448,109 |
2019-09-30 11:26:45.157
|
Call to a member function getSubtype() on null in PropagateProperties
|
Able to recreate on editing a newsfeed post
| 1 |
10,171,263 | 25,353,400 |
2019-09-26 17:32:38.675
|
Only handle known routes on Pre-PSR7 Router (/, /api/v1, /api/v2, /fs, ... other old static routes)
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 1 |
10,171,263 | 25,327,066 |
2019-09-26 03:35:35.954
|
Normalize request: URI, Content Type, POST Data, Host
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 2 |
10,171,263 | 25,327,036 |
2019-09-26 03:33:50.649
|
Frame Deny Middleware
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 1 |
10,171,263 | 25,327,023 |
2019-09-26 03:32:44.018
|
SEO Middleware
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 2 |
10,171,263 | 25,327,019 |
2019-09-26 03:32:11.462
|
Pro Middleware
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 2 |
10,171,263 | 25,327,013 |
2019-09-26 03:31:29.522
|
Referral System Middleware
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 1 |
10,171,263 | 25,326,997 |
2019-09-26 03:29:56.020
|
Email Campaigns + Router Hooks Middleware
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 2 |
10,171,263 | 25,326,988 |
2019-09-26 03:29:05.124
|
Analytics Middleware
|
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
| 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.