1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00
Commit graph

11 commits

Author SHA1 Message Date
DanieL
7e90293d00 Bug fixes 2022-11-18 14:44:58 -03:00
Daniel
602ca1128e Git update 2022-03-17 11:43:59 -03:00
Daniel
24a25e4f41 Fix git update 2022-03-14 14:44:06 -03:00
Daniel
2a9630258f https://github.com/WWBN/AVideo/issues/6345#issuecomment-1067056556
Also check the lang in case insensitive
2022-03-14 14:28:38 -03:00
Daniel
56019bbe19 https://github.com/WWBN/AVideo/issues/5940 2021-11-08 15:05:58 -03:00
DanielnetoDotCom
2153147be4 Improve json_decode 2021-04-15 09:10:29 -03:00
DanielnetoDotCom
79a3ef4c69 Filter plugins on the plugins menu 2020-09-22 17:43:07 -03:00
daniel
9a5c483182 allow you to choose not log errors, to try to improve performance
add variable $global['noDebug'] = 1 on your configuration.php file
2020-01-05 16:52:54 -03:00
daniel
68caeb912d Adding a playlist plugin that gives you more options over your content 2019-02-01 17:55:50 -03:00
daniel
0c3f4473af adding secure method 2019-01-31 07:23:06 -03:00
Will Hindenburg
2cb84cd1fb Created Slackbot Plugin
This plugin is meant to communicate to a slack workspace as a bot.  It requires a special bot_user_oauth_access_token that can be generated in your slack workspace, with the required scopes.

This plugin iterates through the users who have subscribed to the current user’s channel.  On each iteration it takes the email from the subscribed user, and sends it to slack to look for a user id.  Then it takes the user id and uses it to send a message to the user via the slack bot channel in slack.

This plugin uses the users:read, and users:read:email scope to retrieve retrieve the slack id for the user
2018-12-20 18:15:39 -06:00