summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-06-15Fix Smarty syntax error in my_images.tpl: {time()} → {$smarty.now}HEADmasterLester Caine1-3/+3
2026-06-15Replace glyphicon eye toggle with biticon password-show SVGs on signinLester Caine1-5/+7
2026-06-07Remove duplicate ipackage attributes from biticon callsLester Caine2-3/+3
2026-06-06users: revert installer login changes to validate.php and getSiteCookieNameLester Caine2-19/+1
2026-06-06users: fix session name split when site_title not yet in kernel_configLester Caine1-1/+12
2026-06-06users: redirect admin to installer after login if upgrade is requiredLester Caine1-0/+7
2026-06-06flags: add an.svg (Netherlands Antilles)Lester Caine1-0/+16
2026-06-05Switch icons: document-properties → edit, text-x-generic → view-list-textLester Caine6-9/+9
2026-06-05Tweak flag span styling: 1px black border, line-height 1.6emLester Caine1-1/+1
2026-06-05Fix PHP 8 null array offset deprecation in flag_select_inc.tplLester Caine1-3/+4
2026-06-05Add CSS flag dropdown select with lipis flag-iconsLester Caine10-26/+85
2026-06-05Tidy countries list: add 5 entries, fix KOR, map 8 previously flaglessLester Caine1-2/+22
2026-06-05Switch to lipis flag-icons 4x3 SVG set; update constituent country codesLester Caine276-17537/+10360
2026-06-05Display flag icons at 32x24 (4:3 ratio)Lester Caine3-3/+3
2026-06-05Fix countries_inc.php scope in RoleUser::load() — require not require_onceLester Caine1-1/+1
2026-06-05Fix countries_inc.php scope: require not require_once at page levelLester Caine3-3/+3
2026-06-05Replace GIF flag scan with static ISO alpha-3 country list and SVG flagsLester Caine501-53/+18654
2026-06-05Switch delete icon from edit-delete to user-trash (dustbin)Lester Caine11-11/+11
2026-06-04Switch attachment icon from mail-attachment to stock_attachLester Caine1-1/+1
2026-06-04Convert {booticon} to {biticon} — freedesktop/tango icon names throughoutLester Caine22-72/+72
2026-06-01Remove 5.0.0 upgrade script — default version set to 5.0.0Lester Caine1-12/+0
2026-05-30Fix role_permissions nav bar dots and package filter on saveLester Caine1-5/+5
2026-05-30Fix invalid cookie domain when remember-me is activeLester Caine1-1/+1
2026-05-26Add users_auth_map table for OAuth/external authentication provider supportLester Caine2-0/+39
2026-05-22Fix users_auth_map schema: remove inline CONSTRAINT that broke Firebird installsLester Caine1-1/+7
2026-05-18Ensure permissions array is populated when checking admin permission. May not...Lester Caine1-0/+3
2026-05-18Tidy register structure post stripping the groups biased codeLester Caine4-199/+199
2026-05-18Hidden tk filed now handled by {form} templateLester Caine4-4/+0
2026-05-16Pass users registered roles to session for use in protecting access using ngi...Lester Caine1-3/+2
2026-05-16Correct logic around getRoles to correctly return just the roles a user is as...Lester Caine1-2/+2
2026-05-16Tidy loadPermissions to ignore anonymous blockLester Caine1-1/+11
2026-05-15Remove unused group model codeLester Caine18-1343/+39
2026-05-15Only support ROLE_Model memory managementLester Caine2-140/+14
2026-05-15Namespace fixesLester Caine2-4/+5
2026-05-15To simplyfy maintenence BitUser classes have been retired and active code bas...Lester Caine22-5077/+32
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine407-5767/+5671
2026-05-10php8.5 tidies and drop Hash from getUserIdFromCookie as it only allows a cook...Lester Caine3-14/+14
2026-05-08Check values exist before using, and add tk token manually as the smarty adde...V5-php84lsces5-15/+17
2026-04-19Picking off Roles niggles and a few PHP8.4 tidies.lsces1-6/+6
2026-04-19BitUser still needs more work for PHP8.4 functionalitylsces1-2/+2
2026-04-19Tidy empty array elements to allow smarty to run cleanlsces2-18/+20
2026-04-19Namesspace tidies for general authentication functionslsces4-4/+6
2026-04-19Bringing Role admin pages into working order as need for latest website clinet.lsces4-32/+34
2026-04-19Pull alternate Auth libraries into Bitweaver\Users namespace not functionally...lsces4-153/+163
2026-04-16Extend session information to allow extra security when accessing private con...lsces1-0/+5
2026-04-16PHP8.4 style tweakslsces2-18/+12
2026-04-06Restored the ROLE_MODEL switch, but thinking it's about time I combined the t...lsces1-10/+25
2026-04-06Ensure only the one session cookie is created and anonymous user always needs...lsces1-4/+4
2026-04-06Hard coded defaults for php8.4lsces2-14/+14
2026-04-06recaptcha not working in smarty5 currently need to address at some point.lsces1-3/+3