Commits (21)
- Guy Thouret authored
Resolve "(bug): publishing a blog that was saved as a draft or "unlisted" does not generate activity post"
8e0eb842 - Mark Harding authored
Resolve "(bug): publishing a blog that was saved as a draft or "unlisted" does not generate activity post" Closes #612 See merge request !266
5e6901e0 - Mark Harding authoredbe1bb7c5
- Mark Harding authored36a7971f
- Ben Hayward authoredb47d62ff
- Mark Harding authored
[Sprint/InterestingIguana](chore) Add GitLab to settings example See merge request !268
1519f7fe - Mark Harding authored9a774666
- Brian Hatchet authored
Backend for turning off comments Extended the base entities to track whether or not comments are allowed Setup a Permissions/Manager to centralize applying of permissions (much more to come, this is just setting up the flow with comments feature) Setup a new permissions end point that validates and applies the permissions Extended the comments endpoint to enforce comments permissions
31e1042b - Mark Harding authored
(feat) Disabling comments 526 See merge request !255
e33eedaf - Juan Manuel Solaro authored49a5a518
- Mark Harding authored
(feat) Specify From minds.com on sms messages See merge request !267
b52b3b03 - Guy Thouret authored
[Sprint/InterestingIguana] (fix) Blog: Check if an activity exists before creating to prevent double posts
673cd6f9 - Mark Harding authored
[Sprint/InterestingIguana] (fix) Blog: Check if an activity exists before creating to prevent double posts Closes #632 See merge request !272
eae53494 - Marcelo Rivera authored1f7a8348
- Mark Harding authored
[Sprint/InterestingIguana] (fix): resolve comments by urn Closes #457 See merge request !262
a72d6646 - Olivia Madrid authored8ac46f93
- 364e4127
- Juan Manuel Solaro authoredf40e0191
- Mark Harding authored
[Sprint/InterestingIguana] (feat) ability to disable toaster notifications Closes #239 See merge request !256
88286ad8 - Olivia Madrid authored69f4c973
- e41f7044
Showing
Common/Access.php 0 → 100644
Core/Permissions/Manager.php 0 → 100644
Core/Permissions/Module.php 0 → 100644
Spec/Common/AccessSpec.php 0 → 100644
| ... | ... | @@ -2,21 +2,22 @@ |
| "name": "minds/minds", | ||
| "description": "The core minds social engine", | ||
| "require": { | ||
| "php": "~7.1", | ||
| "aws/aws-sdk-php": "^3.38", | ||
| "braintree/braintree_php": "3.5.0", | ||
| "datastax/php-driver": "1.2.2", | ||
| "elasticsearch/elasticsearch": "^6.1", | ||
| "elasticsearch/elasticsearch": "^6.1", | ||
| "facebook/php-sdk-v4": "~5.0", | ||
| "firebase/php-jwt": "3.0.*", | ||
| "kramnorth/cinemr-php-sdk": "dev-master@dev", | ||
| "kickbox/kickbox": "*", | ||
| "kickbox/kickbox": "*", | ||
| "Minds/Surge": "dev-master@dev", | ||
| "minds/mw3": "dev-master@dev", | ||
| "neoxygen/neoclient": "^3.3", | ||
| "paypal/rest-api-sdk-php": "1.3.2", | ||
| "phpmailer/phpmailer": "~5.2", | ||
| "stripe/stripe-php": "~4.12", | ||
| "thobbs/phpcassa": "dev-minds-legacy", | ||
| "thobbs/phpcassa": "dev-minds-legacy", | ||
| "tijsverkoyen/twitteroauth": "dev-master@dev", | ||
| "twilio/sdk": "5.26.*", | ||
| "videlalvaro/php-amqplib": "dev-master@dev", | ||
| ... | ... |