camer0n
04030cb039
Issue #5160 Add a flag for the RSS icon.
2023-12-19 16:01:54 -08:00
camer0n
cab361e76c
Fixes #5160 Social plugin XURL updates.
2023-12-19 15:18:23 -08:00
Cameron
025ff07aab
Fixes #4737 Removal of type="text/javascript" and type="text/css"
2022-03-31 08:24:34 -07:00
Nick Liu
3f59b3bc14
Suppress uncaught Hybridauth exceptions in e_user_provider
...
And add a check for those exceptions in
`social_ui::generateSocialLoginSection()`
Fixes : #4192
2021-12-28 12:04:28 +01:00
Cameron
0d8f3e9086
PHPDoc fixes and code optimization.
2021-12-03 14:58:33 -08:00
Cameron
2682aeaa27
Token checks added.
2021-09-14 13:28:03 -07:00
Nick Liu
ce7f3b5d56
Add: e_parse::toFlatArray() and e_parse::fromFlatArray()
...
Utility functions to convert multi-dimensional arrays to slash-delimited
single-dimensional arrays and vice versa
2021-04-17 02:56:12 -05:00
Cameron
2bf5ee3909
Admin area tool tips simplified to a single location. Pref simplified to Enable/Disable. Fixed flip-switch 'e-expandit' failures in Admin > Prefs.
2021-02-12 12:19:58 -08:00
Cameron
5870fbdb84
"<div class='field-help'>" etc has been replaced by the $frm->help() method and is also used by the admin-ui.
2021-02-04 08:45:10 -08:00
Cameron
acc1a9af0d
Plugin script tests and PHP8 fixes.
2021-01-22 13:44:10 -08:00
Cameron
f055b49d91
PHP8 Plugin code cleanup
2021-01-21 09:38:38 -08:00
Cameron
75f595adb0
PHP Warning Fixes.
2020-12-29 08:04:52 -08:00
Cameron
09fb747374
Code cleanup
2020-12-05 14:13:18 -08:00
Cameron
e1593de8ee
Removed redundant PHP closing tags.
2020-08-10 15:49:44 -07:00
Nick Liu
c03945cd63
social: Add New Provider includes all known scopes by default
...
Because it's probably quite common that the "email" scope be used by
default
See: https://github.com/e107inc/e107/issues/4115#issuecomment-622561908
2020-05-22 18:34:58 -05:00
Moc
cf919afa62
#4167 - Add Twitch and VK to Social Pages (wip)
...
- TODO: add CSS icons to css/fontello.css
2020-05-18 15:17:40 +02:00
Cameron
331aa5f99e
Interface fixes and refactoring to e107 conventions/standards.
2020-02-28 10:33:50 -08:00
Cameron
66ea783998
Social Login admin area rework.
2020-02-27 14:10:42 -08:00
Nick Liu
4d7ce7ea4f
Dynamically generated API documentation links for social_ui
2020-02-26 22:12:11 +01:00
Nick Liu
28aad3c8e9
More accurate callback URL in e107_plugins/social/admin_config.php help
2020-02-26 21:41:22 +01:00
Nick Liu
be84cf7c08
New interface for varied social login configuration fields
...
Uses the new e_user_provider::getFieldsOf() API
2020-02-24 22:50:48 +01:00
Nick Liu
379a963902
New API to detect if social login is enabled site-wide
...
The site-wide social login system is now backwards-compatible with how
the social_login_active core pref worked since commit
3b2d8333b6
.
social_login_active's least significant bit is now treated as a global
bit, so if it's not set, no other bits are allowed to be set. This
un-breaks all existing checks for whether social_login_active is empty.
Except in themes, the social_login_active check has been replaced with
an e_user_provider API to check if social login is enabled site-wide.
2020-02-22 23:55:20 +01:00
Nick Liu
bc4ade5a27
Disable system/xup/test by default
...
Now guests can't snoop there unless the admin allows it.
Documentation has been improved accordingly.
2020-02-19 23:30:24 +01:00
Nick Liu
91bfc1df23
Core modifications to support Hybridauth 3
...
- MOD: Replaced e107::getPref('social_login') with
SocialLoginConfigManager::getValidConfiguredProviderConfigs()
- FIX: signup_shortcodes updated with new social login providers
- MOD: e107::filter_request() code de-duplication: HTTP 400 exits
- MOD: Deprecated e107::getHybridAuth() to discourage direct access to
third-party dependency Hybridauth
- FIX: Updated e_user_provider for Hybridauth 3
- FIX: e_user::tryProviderSession() and Hybridauth 3
- NEW: Dynamic auth provider support in social_adminarea
- NEW: Database migration for social plugin's social_login pref
2020-02-17 10:38:49 +01:00
Travis Thoene
3b4beb145a
Google+ Removed
...
Removed Google+ since it is shutdown.
2019-04-04 12:12:50 -05:00
Cameron
cec388d915
Issue #2539 - LinkedIn configuration fix.
2017-09-19 12:38:00 -07:00
Cameron
e2ef244e4c
Social login: Yahoo - added id/secret fields.
2017-09-18 17:02:48 -07:00
Travis Thoene
8b8c59e66a
Steam XURL
...
Added in class2.php - XURL_STEAM
Added in social\admin_config.php - Steam Community URL
Added in social\e_shortcode.php - Steam XURL
2017-07-22 16:41:47 -05:00
Gábor
cc59820bf1
Update admin_config.php
2017-01-31 06:44:26 +01:00
Lóna Lore
57cb4308db
Issue #2055 - Ability to set a "scope" for HybridAuth provider.
2016-11-30 19:24:08 +01:00
Cameron
16ba11220e
Open-Graph meta image option added to social plugin.
2016-08-09 09:26:48 -07:00
Cameron
983d8bb4f4
Issue #1670 Social login preference to update displayName and/or Avatar.
2016-06-01 12:33:15 -07:00
Tijn Kuyper
a3a87325ad
Fixes #1667 - Syntax error in social plugin admin
2016-05-22 16:06:08 +02:00
tgtje
201730b25d
Social plugin language use (05-21-16)
2016-05-21 10:55:28 +02:00
Cameron
f1b1e2de92
Fixes #1396 - Display callback URL in Social plugin help area.
2016-03-16 19:56:16 -07:00
Cameron
af1bbb1c8a
Social App UI cleanup. Tooltips may now be disabled in the social shortcodes if needed.
2016-03-12 19:36:47 -08:00
Cameron
d9bf93f115
Issue #1378 Steam support added.
...
Fixes #1394 Broken social-login API links .
2016-02-28 12:35:26 -08:00
Cameron
796f5fa95c
Header location cleanup. From now, please use e107::redirect(); to redirect to the home page, or e107::redirect('admin'); to redirect to the admin start page or e107::redirect($url);
2016-01-13 19:18:12 -08:00
Cameron
6673575a82
Issue #6 - Removed HTML from some language files. Removed some outdated language files.
2015-08-31 15:28:17 -07:00
Cameron
a26de7bc84
Issue #1138 - Bootstrap3 UI fixes.
2015-07-15 19:33:15 -07:00
Cameron
879174ea03
Removed debug from FB menu and now uses facebook page if defined, otherwise it uses SITEURL.
2015-06-02 13:42:52 -07:00
Cameron
efe6f27c46
Added Facebook Like Menu and corrected some FB.init issues.
2015-06-02 13:17:52 -07:00
Cameron
1af1bd9c09
Include hashtags and account in twitter share.
2015-05-11 14:06:31 -07:00
Cameron
507308208b
Fix for forgot password and activation links. Fix for news-edit button. Fix for html5 validation of html code using '&'.
2015-04-10 12:36:35 -07:00
Cameron
fe9fe1c3f8
Social sharing prefs added.
2015-04-10 01:38:22 -07:00
Cameron
d543ab71ff
Moved all social prefs (login/xurls etc) into the "Social" plugin admin area. Extended admin-ui with renderHelp() method for adding a help panel from within the admin-ui.
2015-04-08 20:20:10 -07:00
Cameron
74e8551cb4
Social plugin: Twitter menu and Facebook comments engine added.
2015-04-08 16:24:58 -07:00