1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 04:38:27 +01:00

73 Commits

Author SHA1 Message Date
Tijn Kuyper
adc98596c2 Various clean-up (#6, #125, 90). Removal of message and form handler. Headers updated. 2013-02-27 17:18:33 +01:00
Cameron
cc8eefd5ff Minor GUI improvements to signup page 2013-02-07 10:12:28 -08:00
SecretR
e89a6a5ecf Work on #34, extensive testing is required. Work in progress. 2012-12-20 10:45:40 +02:00
SecretR
7cf904675b #14 More user administration work. All list (dropdown) options are back. Still work in progress. Various system fixes and enhancements. 2012-12-10 01:20:56 +02:00
Cameron
0a8ec03ab4 DHTML Calendar removal and cleanup. 2012-11-24 11:07:00 -08:00
secretr
acca6e9f48 signup language issues 2012-11-15 16:02:34 +00:00
CaMer0n
753b3b4473 Turn off autocomplete 2012-11-02 01:56:24 +00:00
CaMer0n
2f788a86f5 General cleanup 2012-08-10 11:37:20 +00:00
CaMer0n
9937a9c0e2 Disabled session-log and IP was not being stored at signup - fixed. 2012-08-01 21:03:07 +00:00
secretr
c7d1b78673 Hybrid Auth and e107 XUP - initial work, ready for testing 2012-07-31 07:32:00 +00:00
CaMer0n
73f3106df5 Fixes. 2012-06-19 13:20:30 +00:00
CaMer0n
aa4e5c0ee7 User-settings shortcode and template cleanup. avatarpicker() function added to form handler. Other minor fixes. 2012-06-19 09:08:41 +00:00
CaMer0n
c898921631 Work on Avatars (can now be resized at any time). More comment templating options. 2012-06-15 04:15:46 +00:00
CaMer0n
b714d690a9 Remove test code. 2012-06-13 05:02:43 +00:00
CaMer0n
a8fe3aaff0 Fixes for sign-up popup on image-code failure. And general secure-image-code work 2012-06-13 04:58:43 +00:00
secretr
a30c2941da User extended fields validation working again on signup 2012-06-02 14:36:22 +00:00
CaMer0n
f53df84766 Sign page refinements and some bbecode work. 2012-05-31 06:07:33 +00:00
secretr
c244d683f8 Show user email as login name when required 2012-05-09 14:57:30 +00:00
berckoff
59f2feb30c menumanager_class.php: fixed path for menu config action (it included '.php' and leaded to '.php.php' anding);
signup.php: added default empty values for user_class, user_perms, user_prefs, user_realm as they were leading to DB Insert error;
2012-01-10 16:31:39 +00:00
e107steved
8962c13f50 Update function calls where moved from e107_class.php to iphandler_class.php 2012-01-02 22:06:22 +00:00
secretr
d295b576fa Login handler rework, alt_auth changes, preparing for Magento authorization option. Could produce some temporary problems 2011-09-14 11:30:58 +00:00
e107steved
c79f22efd1 Bugtracker #5174 - more helpful message, block duplicate emails 2011-04-12 21:11:16 +00:00
secretr
645d2dda6d Mass changes (work in progress - related beta testing and feedback highly appreciated)
- New session handler - appropriate changes made at important core areas (language handler, chap login related)
- Overall better COOKIE handling (on both server and client side) - cookies respect now installation path, domain (based on language settings)
- Introduced Security Levels (see session handler constants/docs), security level option could be added to install routine now
- Security level printed on Administration info panel, appropriate lans added (subject of discussion)
- e_TOKEN security part of session handling now - logic depends depends on security level (TODO - POST_REFERER removal)
- e_print, e_dump debug functions added (for quick and nice debug view via site output), native overall FirePhp support planned
- a lot of minor bugfixes
2010-10-26 07:41:20 +00:00
e107steved
c282e18248 Bugtracker #5043 - add log message when IP-related signups exceeded, plus some notice removal, delete some XUP-related code 2010-09-07 17:03:30 +00:00
e107steved
3cf39974e9 Bugtracker #4907 - missing cell closure 2010-02-11 22:12:09 +00:00
CaMer0n
caa79b6454 Shortcode path fixes 2010-02-10 21:53:56 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
e107steved
7815537cdf Bugtracker #4900 - XHTML compliance 2010-01-30 21:27:31 +00:00
secretr
0e2011cff5 LOCALHOST_IP is e107 class constant now 2009-11-24 16:41:10 +00:00
CaMer0n
9911390332 getperms() BC fix and remove debug info from signup 2009-11-22 23:36:23 +00:00
CaMer0n
0048078c6e Some code cleanup. auto-redirection to previous admin page if log back in within 5 mins. 2009-11-22 14:10:09 +00:00
e107steved
3694e494ab Signup - use new mailer. Plus a few details 2009-11-18 20:45:20 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
CaMer0n
d892e2c039 Some code cleanup 2009-11-05 09:15:19 +00:00
marj
921e428a01 Add include_lan() to fornt 2009-08-28 15:30:25 +00:00
marj
e8e9f033f9 use $slng for the time being 2009-08-09 08:39:27 +00:00
CaMer0n
ab9b0f8996 Menu Layouts working correctly. 2009-07-08 01:28:55 +00:00
e107steved
6aa6fd68b4 Various bug fixes, bug creations, tweaks and changes 2009-06-12 20:41:35 +00:00
e107steved
7b6636e354 Signup - check required fields that may not return $_POST 2009-04-23 19:13:18 +00:00
CaMer0n
06ce5c9e5d Replaced repetitive code with function. Modified after-signup text for clearer instructions. 2009-03-22 21:07:33 +00:00
CaMer0n
604fa54ba0 Fixed some tablerender captions after signup. eg. now says 'Problem Encountered' instead of 'Thankyou' when an error is detected. etc. 2009-03-21 22:59:29 +00:00
e107steved
540146be8f Modify user-related stuff to use new db_Update() structure - hopefully nothing broken 2009-01-11 21:06:52 +00:00
e107steved
0567d832c9 Option to autologon after clicking on signup link 2009-01-04 16:00:19 +00:00
e107steved
a794a90c4f More work on user management 2008-12-29 09:31:36 +00:00
e107steved
5d25c47657 First cut of usersettings changes using common validation routines; more shared LANs, eliminate unused LANs 2008-12-28 22:37:43 +00:00
e107steved
0c5462b757 First cut of mods to signup to share validation with other user-centric modules 2008-12-21 22:17:05 +00:00
e107steved
b7d0b113c3 Start of generic user data validation, kill references to user_realm field 2008-12-21 11:07:58 +00:00
e107steved
5e6fde13c2 Tidy up a few lurking bugs 2008-12-17 20:26:57 +00:00
e107steved
c721188dff Bugtracker #4611 - email_confirm missing from XUP signup 2008-12-10 18:06:50 +00:00
e107steved
62368a9551 Add some extra checking 2008-12-04 21:32:40 +00:00