1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 23:26:41 +02:00

Commit Graph

  • 4d7ce7ea4f Dynamically generated API documentation links for social_ui Nick Liu 2020-02-26 22:12:11 +01:00
  • 5646635cc4 Better error message for logins from unconnected social login providers Nick Liu 2020-02-26 21:51:22 +01:00
  • 28aad3c8e9 More accurate callback URL in e107_plugins/social/admin_config.php help Nick Liu 2020-02-26 21:41:22 +01:00
  • ae6340c233 Removed route system/xup/signup Nick Liu 2020-02-26 21:22:45 +01:00
  • 39588fb4df Fixes #4020 - Nav styling small screens. Cameron 2020-02-26 12:05:20 -08:00
  • 8c072e243b social_setup upgrade renamed providers from HybridAuth 2 to Hybridauth 3 Nick Liu 2020-02-25 14:34:29 +01:00
  • 7bae4a04c4 More useful error message when user_name and user_xup conflict Nick Liu 2020-02-25 13:10:02 +01:00
  • a350eb41f6 Fixed errors in eIPHandlerTest::testAdd_ban() that broke all tests Nick Liu 2020-02-25 13:13:02 +01:00
  • 639943e7ed Correct user_xup changed value in Steam social login provider Nick Liu 2020-02-25 12:46:44 +01:00
  • 22323b3c77 Added IPHandler test class. Cameron 2020-02-24 16:42:56 -08:00
  • be84cf7c08 New interface for varied social login configuration fields Nick Liu 2020-02-24 22:50:48 +01:00
  • 126f84d1e1 Issue #4089 - Prevent overwrite of user prefs between plugins. Cameron 2020-02-24 09:21:19 -08:00
  • daa31bef56 Allow blank email addresses with social signup Nick Liu 2020-02-23 21:57:04 +01:00
  • f03e60dbd7 New API to get fields of each social login provider Nick Liu 2020-02-23 21:47:36 +01:00
  • bf30f4f1d4 Issue #4089 - Added $fieldPrefName to Admin-UI for saving/loading field preferences under another name. Default is the current table name. Cameron 2020-02-22 14:56:23 -08:00
  • 379a963902 New API to detect if social login is enabled site-wide Nick Liu 2020-02-22 23:55:20 +01:00
  • aa9753a174 Automatic password rehashing added to admin login page. Cameron 2020-02-22 11:45:35 -08:00
  • d23c65b30c Fixes #4083 Column selector displaying improperly defined field. Admin-UI: Multi-language database language only displays when a table match is found. Cameron 2020-02-22 10:03:41 -08:00
  • 79c5b3e694 Issue #4049 - Media-Manager Url fix. Fixed Media Preview. Admin-ui: type='media' example added to blank plugin. Cameron 2020-02-21 14:20:33 -08:00
  • 3d47a39f7f Issue #4100 Possible Fix for filename cleaning issue. Cameron 2020-02-21 11:43:26 -08:00
  • e4b5f062f1 Merge pull request #4065 from LaocheXe/master Cameron 2020-02-21 11:32:31 -08:00
  • 33a7685095 Issue #4086 - admin-ui Respect boolean true/false writeParms in filter and batch dropdowns. Cameron 2020-02-20 08:53:32 -08:00
  • ca61cd7de5 Issue #4086 Boolean admin-ui form element readParm/writeParm consistency. Cameron 2020-02-20 08:12:09 -08:00
  • aaae9d0e0d Fixes #3759 Legacy code cleanup Cameron 2020-02-20 07:30:01 -08:00
  • 68e722791f Increased jpeg compression on preview images. Cameron 2020-02-20 07:21:50 -08:00
  • 716c6c5ddb User login audit cleanup. Cameron 2020-02-20 07:15:14 -08:00
  • 616add5c93 Code deduplication in signup_shortcodes for XUP login Nick Liu 2020-02-20 00:03:16 +01:00
  • bc4ade5a27 Disable system/xup/test by default Nick Liu 2020-02-19 23:30:24 +01:00
  • c260152b57 Redirect improvements for social logins Nick Liu 2020-02-19 21:20:48 +01:00
  • b59e55339c Added options to e_form->carousel() to disable navigation and indicators. Custom navigation can now display a custom label when 'label' is included in the carousel array. Cameron 2020-02-19 10:25:22 -08:00
  • dc66b508bf Factory for e_user_provider Nick Liu 2020-02-19 18:25:25 +01:00
  • a91fa2c9b8 Don't duplicate Hybridauth config in e107::getHybridAuth() Nick Liu 2020-02-19 16:54:21 +01:00
  • 0bacc5903c Prevent error if 'social_login' pref is not an array Nick Liu 2020-02-19 16:26:49 +01:00
  • 0dbad5d72b Issue #4101 toASCII characters added and test added to confirm. Cameron 2020-02-17 13:43:39 -08:00
  • df764389a8 Issue #4102 Parsing of < or > Cameron 2020-02-17 13:13:06 -08:00
  • 5edcee8ad0 PHP bug 66773 workaround in Hybridauth Nick Liu 2020-02-17 14:49:57 +01:00
  • 91bfc1df23 Core modifications to support Hybridauth 3 Nick Liu 2020-02-17 10:36:03 +01:00
  • 46c75ae4d0 Updated Hybridauth from v2.9.6 to v3.1.1 Nick Liu 2020-02-14 12:25:15 +01:00
  • adcd3734d1 Documented migration plan to Composer dependencies Nick Liu 2020-02-14 11:29:23 +01:00
  • 7484d52d66 composer.json: Enforce compatibility with lowest supported PHP version Nick Liu 2020-02-13 22:00:24 +01:00
  • f8d0b628e0 Forward compatibility with Composer autoloading Deltik 2018-12-23 03:24:09 -06:00
  • 2a69227135 Exclude Composer files in GitHub sync for e107 v2 Nick Liu 2020-02-14 12:45:45 +01:00
  • 7269c80468 Initialized composer.json Nick Liu 2018-11-06 08:03:40 -06:00
  • 15c97cf73a Fixes #4096 - GDPR value missing from contact form results. Cameron 2020-02-15 10:29:56 -08:00
  • 3a4b89f803 PHP Notice fix. Cameron 2020-02-10 15:38:04 -08:00
  • 20b43d47e9 Closes #4092 - check for 'order' param in news grid. Cameron 2020-02-10 12:01:38 -08:00
  • 734b92c342 Fixes #4095 - Userclass selection was not being saved in "Quick Add User" due to modification for Issue #1728. Both issues now resolved. Cameron 2020-02-10 11:42:23 -08:00
  • d4870293e1 Fix for data-disable attribute on ajax link. Cameron 2020-02-09 11:08:11 -08:00
  • b8717c04bb Added 'autoplay' and 'controls' support to the toAudio() method. Cameron 2020-02-05 13:26:07 -08:00
  • 89fff6faad Improved line-breaks handling and added test. Cameron 2020-02-02 15:11:36 -08:00
  • e15a10234e Parser: Fix for line-breaks when converting HTML back to plain text. Cameron 2020-02-02 14:54:29 -08:00
  • 955af62106 Support for data-disable='true' when using class 'e-ajax'. ie. prevent double-clicking. Cameron 2020-02-02 14:06:56 -08:00
  • b824bc028e Fix typo in last commit. Cameron 2020-01-31 07:10:24 -08:00
  • a1f8c931c5 Admin-UI Issue #4081 Support for 'target' and 'class' readParm attributes when using type = url and type = email Cameron 2020-01-29 12:33:35 -08:00
  • ac2700dd2d toAvatar() added support for 'style' attribute. Cameron 2020-01-27 19:49:01 -08:00
  • 60d64c5398 PHP Notice removal Cameron 2020-01-27 12:17:34 -08:00
  • d966705c3b Fixes #4075 - Prevent incorrect class name in e_url.php file from breaking entire list. Also added debug message for worst case scenario. Cameron 2020-01-27 12:13:02 -08:00
  • ab0b4ec49b Support for high-resolution avatar rendering. Cameron 2020-01-27 11:37:57 -08:00
  • 48ae6455a4 getUsersInClass() now accepts extended user field names - just prefix those fields with "ue.". Cameron 2020-01-23 14:59:01 -08:00
  • c18edcac43 PHP Notice removal Cameron 2020-01-23 13:15:24 -08:00
  • beedf081ab Fix infinite recursion in compatibility strptime() for Windows Nick Liu 2020-01-23 09:42:46 +01:00
  • 3fd23555a8 Merge pull request #4077 from Deltik/fix-4076 Cameron 2020-01-22 12:06:42 -08:00
  • 692cee83ca Make sure user_id is an integer. Cameron 2020-01-22 12:04:59 -08:00
  • f23aec7395 Replaced e_date::strptime() with eShims::strptime() Nick Liu 2020-01-22 09:07:00 +01:00
  • f93ab61372 Moved readfile() shim to its own trait Nick Liu 2020-01-22 00:40:26 +01:00
  • e1e8a8b627 Added 'base64' option to allow for embedded image src. (useful when including avatars in email signatures) Added test for toAvatar() method. Cleaned up &amp; when found in URL by getRemoteContent() Cameron 2020-01-19 15:35:36 -08:00
  • 0b26a97217 Revert "Removed useless STRPTIME_COMPAT constant" This reverts commit ce510159a9. Cameron 2020-01-19 12:35:02 -08:00
  • 1d2add821e Fixes #3943 Allow semi-colon in URL queries. Cameron 2020-01-19 12:21:13 -08:00
  • b2e915352d Restored loading of admin LAN definitions early. Removed unnecessary constants from admin_theme.php Cameron 2020-01-19 12:06:06 -08:00
  • 09e3e32ca9 Warning removal. Define e_PAGE when e_url.php is active. Cameron 2020-01-19 11:44:30 -08:00
  • 2487f58924 Merge pull request #4074 from Deltik/errors-galore Cameron 2020-01-19 11:21:51 -08:00
  • f2a7590e68 Workaround for old phpunit/php-code-coverage missing mkdir() Nick Liu 2020-01-19 15:41:02 +01:00
  • 8b354adf44 Don't spam database server with connections Nick Liu 2020-01-19 14:33:11 +01:00
  • 1fd0a171a0 CI now installs mysqli extension Nick Liu 2020-01-19 13:50:57 +01:00
  • 8c528de191 e_db_mysql: Replaced mysql with mysqli Nick Liu 2020-01-19 13:33:52 +01:00
  • 4a26ac5fd7 Removed unused USE_PERSISTANT_DB constant Nick Liu 2020-01-19 12:57:39 +01:00
  • c78976750c Removed PDO from e_db_mysql Nick Liu 2020-01-19 12:52:22 +01:00
  • 72d3f07410 PHP 5.6 fixes for e_db_mysql Nick Liu 2020-01-19 12:30:23 +01:00
  • 970f65b705 Null check for optional query string in e107::url() Nick Liu 2020-01-18 19:20:48 +01:00
  • 510d8e231f Fix flaky e_pluginTest::testBuildAddonPrefList() Nick Liu 2020-01-18 19:14:06 +01:00
  • 52116adc89 Silence debug prints clearly not meant for CLI Nick Liu 2020-01-18 18:57:43 +01:00
  • be8f2bbeb6 Fixed PHP 7.3 warnings Nick Liu 2020-01-18 18:52:20 +01:00
  • 4454b01588 Fix PHP 7.3 deprecation warning in lan_ren_help.php Nick Liu 2020-01-18 18:43:34 +01:00
  • 524229ba0b Fixed a bunch of PHP 7.4 syntax errors Nick Liu 2020-01-18 18:26:35 +01:00
  • d55fe8a77b Import LAN for e_formTest::testRenderElement() Nick Liu 2020-01-18 16:36:23 +01:00
  • d1bdfb8546 Type checks and corrections for e_parse::thumbSrcSet() Nick Liu 2020-01-17 21:16:20 +01:00
  • 207ce81106 Bring class2Test::testCheckClass() back to passing (workaround) Nick Liu 2020-01-18 16:31:01 +01:00
  • 638412af09 Null coalesce optional variable in link.bb Nick Liu 2020-01-18 13:36:45 +01:00
  • 76c0f7ecdd Type validation for navigation_shortcode() Nick Liu 2020-01-18 13:29:19 +01:00
  • 9506f98f69 Empty check for e_tohtml_linkwords::linksproc() Nick Liu 2020-01-18 13:16:46 +01:00
  • a1560b1989 Strict fixes for e_tree_model::flattenTree() Nick Liu 2020-01-18 12:06:52 +01:00
  • d6eafdc3fc Null check for e_user_model::isBot() Nick Liu 2020-01-18 12:02:05 +01:00
  • f56bf44b98 Ignore redefines of EUF_* constants in e107_user_extended Nick Liu 2020-01-18 12:00:43 +01:00
  • cf8dc0b909 Null coalescing for e_theme constructor Nick Liu 2020-01-18 11:59:18 +01:00
  • f5f145485a Eliminated notice failures in e107Test Nick Liu 2020-01-18 11:55:13 +01:00
  • 91660a2c32 Test isolation fixes for e_db_abstractTest Nick Liu 2020-01-17 20:23:13 +01:00
  • a0f4489e41 Disabled db_verifyTest::testGetIndex() due to no assertions Nick Liu 2020-01-18 11:22:02 +01:00
  • b8d6b9eccb Type and null checks for pluginsTest Nick Liu 2020-01-18 11:19:03 +01:00
  • fc6b81fdd4 Fix undefined constant by importing LAN in e_marketplace Nick Liu 2020-01-17 17:32:53 +01:00
  • 622be85140 Type checks involving e_formTest Nick Liu 2020-01-18 11:00:18 +01:00