index
:
users
master
Bitweaver users package repository
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
includes
/
classes
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-06
users: revert installer login changes to validate.php and getSiteCookieName
Lester Caine
1
-12
/
+1
2026-06-06
users: fix session name split when site_title not yet in kernel_config
Lester Caine
1
-1
/
+12
2026-06-05
Fix countries_inc.php scope in RoleUser::load() — require not require_once
Lester Caine
1
-1
/
+1
2026-06-05
Replace GIF flag scan with static ISO alpha-3 country list and SVG flags
Lester Caine
1
-3
/
+5
2026-05-30
Fix invalid cookie domain when remember-me is active
Lester Caine
1
-1
/
+1
2026-05-18
Ensure permissions array is populated when checking admin permission. May not...
Lester Caine
1
-0
/
+3
2026-05-16
Correct logic around getRoles to correctly return just the roles a user is as...
Lester Caine
1
-2
/
+2
2026-05-16
Tidy loadPermissions to ignore anonymous block
Lester Caine
1
-1
/
+11
2026-05-15
Remove unused group model code
Lester Caine
2
-29
/
+4
2026-05-15
To simplyfy maintenence BitUser classes have been retired and active code bas...
Lester Caine
4
-3911
/
+1
2026-05-14
php-cs-fixer tidies to php8.5 standards
Lester Caine
7
-259
/
+244
2026-05-10
php8.5 tidies and drop Hash from getUserIdFromCookie as it only allows a cook...
Lester Caine
2
-13
/
+13
2026-04-19
Picking off Roles niggles and a few PHP8.4 tidies.
lsces
1
-6
/
+6
2026-04-19
BitUser still needs more work for PHP8.4 functionality
lsces
1
-2
/
+2
2026-04-19
Namesspace tidies for general authentication functions
lsces
1
-1
/
+1
2026-04-16
PHP8.4 style tweaks
lsces
2
-18
/
+12
2026-04-06
Hard coded defaults for php8.4
lsces
1
-1
/
+1
2026-04-06
recaptcha not working in smarty5 currently need to address at some point.
lsces
1
-3
/
+3
2026-04-06
BitUser side needs more work to align with php8.4 style
lsces
1
-2
/
+3
2026-04-05
More little tweaks for now required defaults. registration_ip data has appear...
lsces
1
-2
/
+4
2026-04-05
Some tweaks to bring RoleUser in line with BitUser ... It may be more practic...
lsces
2
-7
/
+9
2026-03-27
Still need to sort edge cases in users and switch between group and role modes
lsces
2
-8
/
+25
2026-02-01
Spelling correction more major work needed on users though
lsces
1
-1
/
+1
2025-09-05
Populate user_content_count in user data as can't run it from the Smarty temp...
lsces
1
-0
/
+1
2025-08-29
auth selection options need a lot more work, only the one I'm using has been ...
lsces
1
-0
/
+111
2025-08-29
Classes updated to PHP8.4 and namespace
lsces
6
-1374
/
+1456
2025-05-13
PHP8 fixes: curly params; use ::verifyIdParameter(); default site_session_lif...
spiderr
1
-3
/
+3
2025-04-06
Clean up Cloudflare Turnstile, now working
spiderr
2
-25
/
+22
2025-04-05
remove Solve Media smcaptcha (not defunct) and implement Cloudflare Turnstile...
spiderr
2
-3
/
+76
2024-07-06
FIX registration_ip for importUser
spiderr
1
-0
/
+2
2022-07-31
migrate from font-awesome 3.2.1 icon- to 6.1.2 fa-
spiderr
1
-13
/
+13
2022-06-14
remove unused logic in getDisplayNameFromHash
spiderr
1
-14
/
+2
2022-06-01
add users_users.registration_ip
spiderr
1
-0
/
+2
2022-01-10
add Orders link to user list if commerce is installed
spiderr
1
-1
/
+1
2021-09-24
clean up group members list
spiderr
1
-2
/
+3
2021-05-07
tidy up register.tpl to not flag on $msg; check HTTP_REFERER in securityViola...
spiderr
1
-1
/
+1
2021-02-17
PHP7 replace split with explode
spiderr
1
-2
/
+2
2021-02-11
add join_sql to ::getFavorites
spiderr
1
-0
/
+1
2021-02-09
make getUserInfo public + static
spiderr
2
-4
/
+5
2021-02-05
empty check on last_login
spiderr
1
-1
/
+1
2021-02-05
fix object passed by ref, do is_object check
spiderr
1
-2
/
+2
2021-02-05
fix INCLUDE and CLASS paths
modela bitweaver
4
-4
/
+4001
2021-02-02
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
modela bitweaver
1
-3
/
+3
2021-02-01
create standard USERS_PKG_CLASS_PATH in includes/classes
modela bitweaver
3
-0
/
+4011