Cameron
99016f5b4a
Fix for error: session_start(): Failed to decode session object under some circumstances when 'db' method is used.
...
'session' set as default user tracking.
2020-07-01 13:02:58 -07:00
Cameron
d61ebe2015
Post Script access default set to 'nobody'.
2020-06-29 12:21:33 -07:00
Cameron
84d3c29e42
Fixes #4203 Fatal error Object of class core_index_index_controller could not be converted to string under PHP 7.4.7
2020-06-27 13:12:04 -07:00
Cameron
560f290ae4
Avoid session table creation issue on some servers. (ie. "Specified key was too long; max key length is 1000 bytes" )
2020-06-08 10:00:36 -07:00
Cameron
7439d599f8
Issue #4176 - Incremental introduction of database sessions - Experimental (work in progress)
2020-06-02 13:43:21 -07:00
Cameron
f4341ac5cb
Removed redundant php code from templates.
2020-06-02 12:05:20 -07:00
Cameron
f375024147
Fix for admin navigation active sublink.
2020-06-02 12:02:43 -07:00
Cameron
1c8e755edf
Fixes #3726 - legacy shortcode wrapper conflict with email template.
2020-06-01 17:37:49 -07:00
Moc
c92b6c5e6b
Fixes #3681 - Properly detect antiflood and online tracking prefs
...
- e_TRACKING_DISABLED is now properly defined when user tracking is turned off ('track_online').
- Use correct antiflood pref ('antiflood1')
- Remove old 'flood_protect' pref (which was not used anymore)
2020-05-23 15:49:40 +02:00
Nick Liu
2c733cd3f1
{EMAIL} shortcode: Client-side required based on disable_emailcheck
...
The `disable_emailcheck` pref now decides whether the email field in the
{EMAIL} shortcode will be required.
See: https://github.com/e107inc/e107/issues/4115#issuecomment-609147815
2020-05-22 18:21:52 -05:00
Cameron
74a3735488
Fixes #4172 - Incorrect RSS URLs on news and incorrect SEF URL example.
2020-05-20 11:49:05 -07:00
Cameron
c1b5aede30
Added usersettings bootstrap 4 template file.
2020-05-13 13:48:07 -07:00
Cameron
bf00c3ad83
Bootstrap 4 Fixes on Usersettings page.
2020-05-13 13:31:43 -07:00
Cameron
2cf97da75c
Fixes #4146 - Better way to do bootstrap 4 pagination.
2020-05-11 12:01:50 -07:00
Jimako
e4a9499702
full fix for user template in bootstrap 4
2020-05-09 16:02:52 +02:00
Cameron
8c254bccd6
Issue #4146 - Fixed user profile navigation (next/prev) for legacy, bootstrap3 and bootstrap4 themes.
...
Closes #4021 - Added support for independent core templates for legacy, bootstrap3 and bootstrap4 templates.
2020-05-08 14:34:34 -07:00
Cameron
0f2ab37d47
Backward compatibility fixes.
2020-05-06 16:15:52 -07:00
Moc
715d8dde60
Tweak developer mode check and message
2020-05-04 21:22:13 +02:00
Cameron
ad7caf78e8
Fix for theme render test. Disabled debug routines when inactive. Bootstrap3 moved modal to footer. Code cleanup.
2020-05-04 12:10:22 -07:00
Moc
7ffad1f4d2
Check for developer mode
...
Adds warning for ADMIN when developer mode is enabled, but when user is not on localhost (indicating developing).
2020-05-03 17:43:50 +02:00
Cameron
834ea354e4
Core Cleanup.
2020-05-02 15:35:30 -07:00
Cameron
43d8221340
Fixes #4080 - user profile date issue.
2020-05-02 11:43:00 -07:00
Cameron
10d2fe5079
Merge pull request #4149 from Jimmi08/patch-3
...
#4055 signup template correct implementation of GDPR shortcode
2020-05-02 10:52:20 -07:00
Cameron
ba36dd2b23
Merge pull request #4148 from Jimmi08/patch-2
...
Fixes #2160 correct button class on core signup template
2020-05-02 10:51:38 -07:00
Jimako
b0be115069
#4055 signup template correct implementation of GDPR shortcode
...
otherwise, there is the visible border with empty field
2020-05-02 18:52:17 +02:00
Jimako
f6496b8be4
#2160 fix for correct button class on core signup template
2020-05-02 17:09:22 +02:00
Jimako
2444e8cdf1
#2898 fix for btn-default in user update information button
...
bootstrap4 support
2020-05-02 14:11:52 +02:00
Cameron
a014079fd8
Issue #4141 - remove 'style' from link when not in use.
2020-05-01 13:56:10 -07:00
Cameron
121eedfce3
Issue #4141 - Removed deprecated class.
2020-05-01 11:03:02 -07:00
Cameron
568d8feb77
Closes #4141 - Upgraded theme specification for v2.3.0+. See bootstrap3/theme.php for details. Use 'theme' class.
2020-04-28 14:03:05 -07:00
Cameron
326305f5f2
Removed old deprecated global $e107_debug. Cleaned up debug_handler.php (e107_debug class)
2020-04-26 13:32:18 -07:00
Cameron
6d29c4c55e
Issue #1767 Fixed duplicate 'required' indicator in legacy usersettings theme template.
2020-04-21 11:36:36 -07:00
Cameron
9bd2b3d5f2
Issue #1767 - Tweak last commit.
2020-04-20 14:17:07 -07:00
Cameron
47a1460ac4
Issue #1767 - Signup extended user field refinements.
2020-04-20 14:00:56 -07:00
Cameron
31e197ccce
Issue #1767 - Signup template cleanup.
2020-04-20 12:37:39 -07:00
Cameron
6b9b2f7013
Tweaked last commit so 'auto' is not used unless specified.
2020-04-18 13:52:31 -07:00
Cameron
17d214a450
Native Lazy loading support added to {NEWS_IMAGE} shortcode. eg. {NEWS_IMAGE: loading=lazy}
2020-04-18 13:38:19 -07:00
Cameron
3730254b8a
Admin-UI: Issue #3058 - Made true/false icons consistent regardless of whether inline editing is enabled or disabled.
2020-04-09 17:22:10 -07:00
Cameron
6c242729b9
Closes #4107 - hide email by default when creating a new user.
2020-03-20 07:54:56 -07:00
Cameron
331aa5f99e
Interface fixes and refactoring to e107 conventions/standards.
2020-02-28 10:33:50 -08:00
Cameron
35e2e3b4aa
Merge pull request #4099 from Deltik/fix-3492
...
New 3rd-party PHP dependency manager for e107 core and HybridAuth upgrade.
2020-02-26 13:58:03 -08:00
Nick Liu
ae6340c233
Removed route system/xup/signup
...
system/xup/signup is now system/xup/login
2020-02-26 21:22:45 +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
3b2d8333b62290688f64e061023669463fd8f04c.
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
Cameron
e4b5f062f1
Merge pull request #4065 from LaocheXe/master
...
Delete Account Option
2020-02-21 11:32:31 -08:00
Nick Liu
616add5c93
Code deduplication in signup_shortcodes for XUP login
...
Also fixed variable passing weirdness in API of e_user_provider
2020-02-20 00:03:16 +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
c260152b57
Redirect improvements for social logins
...
- FIX: Duplicate invalid login messages in userlogin::login()
- NEW: e_user_provider: Return URL passthrough to go back where intended
- MOD: Cleanup of some confusing APIs in e_user_provider
- MOD: Return URL passthrough in system/xup/*
- MOD: system/xup/test: Logout test renamed into something clearer
2020-02-19 21:22:53 +01:00
Nick Liu
dc66b508bf
Factory for e_user_provider
2020-02-19 18:25:25 +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
Nick Liu
46c75ae4d0
Updated Hybridauth from v2.9.6 to v3.1.1
2020-02-17 10:38:49 +01:00