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

58 Commits

Author SHA1 Message Date
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
e107steved
789879e21f Bugtracker #4579 possible fix - blank screen if display name too long 2008-11-11 22:38:43 +00:00
e107steved
cba0488586 Bugtracker #4563 - blank screen on signup if email address not entered 2008-10-30 20:40:22 +00:00
e107steved
a9e8112577 Small correction in error handling 2008-10-03 19:48:15 +00:00
e107steved
85e621c80d Bugtracker #4512 - make message less confusing on error 2008-09-23 19:55:43 +00:00
CaMer0n
6ab6635a2f Added event trigger to allow for additional validation during signup/registration. 2008-07-16 22:19:57 +00:00
e107steved
b5771e501d Password options for logon, email login option, random user name/PW generation, Bugtracker #4393 and possibly others previously added to 0.7 2008-06-13 20:20:23 +00:00
e107steved
4b0ebcc056 Add user id to signup logging 2008-03-23 21:43:47 +00:00
mcfly
09fec54db4 Working on the xml class so we are using simplexml when available. Also have a php4 compatible function 2008-01-20 04:46:35 +00:00
e107steved
01356e34fa Add 'predefined list' type to extended user fields; uses a list of values and display text in e107_admin/sql directory.
Create 'timezone' type of extended user field as predefined list.
Move user timezone to extended user fields. Update routine only transfers existing data if its enabled in prefs. Delete the existing user_timezone, user_new fields from user table.
Add timezone data file
2008-01-15 21:57:53 +00:00
mcfly
625fc0a5ca Adding options to have a minimally loaded class2.php, for use mainly with ajax pages. Move online class to it's own file 2008-01-06 22:16:37 +00:00
e107steved
dd187e313a System logging core upgrade - admin section, viewer, user audit functions 2007-12-15 15:06:40 +00:00
e107steved
298202106c Update banlist handling 2007-12-09 16:42:23 +00:00
e107steved
df91b73680 Bugtracker #4124 - can signup without email address if option set. Plus port some of the fixes from 0.7 signup.php 2007-10-11 19:46:36 +00:00
e107steved
a8d8d51a40 Bugtracker #3995 - hardcoded text 2007-06-28 19:38:15 +00:00
e107steved
85b427c189 Bugtracker #3869 - make login name length configurable 2007-05-28 09:37:35 +00:00