1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

49 Commits

Author SHA1 Message Date
Cameron
6d5b4f5c3a Moved experimental e_ROUTE constant to registry. 2021-11-01 15:46:39 -07:00
Cameron
4669285b6f Issue #3184 Issue #3912 - e_ROUTE constant added - will eventually be used by theme layout "Visibility Filter". 2021-02-14 09:10:46 -08:00
Cameron
5b82c292b1 Code cleanup 2020-12-18 19:55:12 -08:00
Cameron
f605ddc552 Code optimization and cleanup. 2020-12-10 15:52:48 -08:00
Cameron
834ea354e4 Core Cleanup. 2020-05-02 15:35:30 -07: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
Nick Liu
46c75ae4d0
Updated Hybridauth from v2.9.6 to v3.1.1 2020-02-17 10:38:49 +01:00
Cameron
15345afb89 #1517 Tracing of the 'unauthorized access' issue. 2018-03-09 17:52:14 -08:00
Cameron
a06c3c7fb2 Remove unnecessary includes when using e_url.php.
Fix Popover placement in admin.
2017-04-22 11:40:46 -07:00
Cameron
905fb0208b e_url detection moved to application.php . Resolved conflicts between older URL scheme and new one when rootnamespace is in use. 2017-04-19 13:20:59 -07:00
Cameron
519f09d401 Fix for root namespace with e_url.php 2017-04-16 11:40:10 -07:00
Cameron
186272b056 Issue #2563 - fix for root namespace and index.php 2017-04-15 09:05:11 -07:00
Cameron
77129d59b5 Fixes #2563 - Root namespace and e_url. 2017-04-15 07:56:55 -07:00
Cameron
9e91201103 Fixes an issue with missing $_GET values while using SEF URLs. 2017-04-12 15:33:23 -07:00
Cameron
0935f7b858 Support for root namespaces using e_url addon configuration. 2017-03-27 10:38:51 -07:00
Cameron
695d278a36 PHP 7.1 fix 2017-01-18 09:32:45 -08:00
Cameron
626c1b2a4f SEF Urls can be enabled/disable on a per plugin basis. 2016-12-06 06:55:47 -08:00
Cameron
5273f41ab1 Start of work on SEF toggle-switches for plugins. 2016-12-05 21:30:54 -08:00
Cameron
c8fbb3957a Display Password hash-type in Admin > Users. e_URL_LEGACY constant added when SEF URLs detected. 2016-06-10 16:37:36 -07:00
Cameron
ae85b7b4d1 Fixes #1535 - Error on User-profile in admin area. 2016-04-13 09:12:37 -07:00
Cameron
2c50a06517 Deprecated Function cleanup and PHP Notice removal. 2016-02-15 00:56:08 -08:00
Cameron
84485c50da Forum: Fixes #1079 - broken 'move' url. 2015-06-26 10:26:47 -07:00
Cameron
a484abea38 Fixes #1061, Fixes #802 - Avatar files now deleted from within media folder. 2015-06-18 01:17:26 -07:00
Cameron
b6a1d25c5e Support for e_url.php aliases added. (see faqs or rss_menu) 2015-06-16 15:14:39 -07:00
Cameron
00bb2e2481 Issue #1006 - Fix for previous commit breaking news SEF Urls (and possibly others) 2015-05-21 19:18:47 -07:00
Cameron
619b40b2e3 Improved e_CURRENT_PLUGIN detection when using SEF-URLs and other minor path fixes. 2015-04-03 18:42:27 -07:00
Cameron
05c8f263d1 FAQs enhancement and support for faq-category SEF urls. (work in progress) 2015-01-28 02:29:26 -08:00
Cameron
be970117ff Corrected issue with e_url when not using queries in the regex 2014-10-22 14:00:08 -07:00
Cameron
30cdbe6774 Fix for e_url failed regexp. 2014-10-19 14:42:29 -07:00
Cameron
e21ae16edd Experimental url creation code added. 2014-06-06 02:39:44 -07:00
Cameron
921188bc0b Experimental e_url.php - basic SEF url method/lookup added. 2014-06-02 20:58:42 -07:00
Burnsy
f0596b8f65 Removed doxygen folder and added the markup to index.php 2013-06-02 23:01:07 -04:00
CaMer0n
d52eec6673 hybridAuth loop fix. Comment fixes for anonymous users. 2012-06-18 13:00:47 +00:00
CaMer0n
1921e5ab93 Social fixes 2012-06-14 11:16:13 +00:00
CaMer0n
3b2d8333b6 hybridAuth work - still some issues. 2012-06-14 04:11:52 +00:00
secretr
a2c8e9046e Missing legacy constants in some cases;
Featurebox empty tablerender removed when there are hidden items;
Index page (when set Welcome Message) empty tablerender removed;
2011-12-05 15:12:56 +00:00
secretr
1b83f6a5e4 Improved Front page detection, themes now have an option to assign layout to frontpage via spacial keyword FRONTPAGE 2011-12-02 16:33:31 +00:00
secretr
e574d5f4f0 index.php is now system entry point, front page detection moved to index controller; various stabillity fixes and url admin interface improvements; htaccess template modfied to meet entry point changes; front page preference values (Front Page admin page) prefixed with 'url:' and 'route:' now accepted and recognized; full backward compatibility so far. 2011-12-01 22:08:23 +00:00
secretr
cd47842800 redirect after changing language (index page only) 2011-04-26 16:12:10 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
CaMer0n
89b6c2dc33 Multi-language db-verify fix. 2009-11-23 00:52:27 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
secretr
3a67014d65 introducing JS Manager handler - work in progress 2009-09-28 19:17:59 +00:00
CaMer0n
c6568d0b31 Updated file description 2009-07-14 05:31:57 +00:00
e107steved
e2d5327566 Add admin logging to front page setting. Allow {..} path constants 2008-08-25 15:25:19 +00:00
e107steved
8588f13d2d Clear out various obsolete prefs 2008-01-12 16:51:43 +00:00
e107steved
89f916d870 Update front page handling 2007-07-31 19:25:26 +00:00
e107steved
ad8d43d34e Rule-based front page and post-login page handling 2007-05-02 19:47:47 +00:00
mcfly
e149b35fcc new module creation 2006-12-02 04:36:16 +00:00