summaryrefslogtreecommitdiff
path: root/admin
AgeCommit message (Collapse)AuthorFilesLines
2026-06-01Remove 5.0.0 upgrade script — default version set to 5.0.0Lester Caine1-12/+0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-26Add users_auth_map table for OAuth/external authentication provider supportLester Caine2-0/+39
5.0.1 upgrade creates the table for existing installs; schema_inc.php updated so fresh installs also get it. FK constraint registered via registerSchemaConstraints (not inline DataDict, which breaks Firebird). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-22Fix users_auth_map schema: remove inline CONSTRAINT that broke Firebird installsLester Caine1-1/+7
The inline CONSTRAINT clause used backtick-quoted identifiers which Firebird rejects. Moved the FK to registerSchemaConstraints following the liberty pattern. This caused USERS_AUTH_MAP to be missing on all Firebird installs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15Remove unused group model codeLester Caine2-641/+9
2026-05-15Only support ROLE_Model memory managementLester Caine2-140/+14
2026-05-15To simplyfy maintenence BitUser classes have been retired and active code ↵Lester Caine7-362/+17
base defaulted to ROLE_MODEL
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine15-358/+334
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-08Check values exist before using, and add tk token manually as the smarty ↵V5-php84lsces1-0/+1
added on is not currently working
2026-04-19Tidy empty array elements to allow smarty to run cleanlsces2-18/+20
2026-04-05Restore ROLE model schema for RoleUser. Reasons for needing Roles over ↵lsces1-125/+123
groups have been documented before ;)
2026-03-27KernelTools usagelsces5-20/+26
2025-09-05Need to tidy the templates to use listInfo over control. This is a hack to ↵lsces1-0/+1
fix some admin templates
2025-08-29Admin tools updated to PHP8.4 and namespacelsces18-358/+478
2025-06-04PHP8 fixes: remove each()spiderr2-2/+4
2025-05-14Remove ROLE_MODEL codespiderr3-51/+16
2025-04-05remove Solve Media smcaptcha (not defunct) and implement Cloudflare ↵spiderr1-14/+9
Turnstile groundwork
2024-06-04clean up users API docsspiderr1-3/+3
2023-11-02default api respStatus; change api example from lwp-request to curlspiderr2-2/+2
2023-10-30tweak api documentation for grammar and cookie usagespiderr1-1/+1
2023-10-21remove _path vars from apispiderr1-3/+0
2023-05-06Merge branch 'master' of github.com:bitweaver/usersspiderr1-6/+6
2023-05-06p_users_admin check in user_activity.phpspiderr1-0/+2
2023-04-20change Ban to Enable in user, tweak feedback and iconsspider@dav1-6/+6
2022-11-12major cleanup to schema_inc after new installation testingspiderr1-78/+86
2022-06-01add users_users.registration_ipspiderr1-0/+1
2021-07-08remove debugspiderr1-1/+0
2021-05-07tidy up register.tpl to not flag on $msg; check HTTP_REFERER in ↵spiderr1-0/+1
securityViolation log
2021-02-05fix INCLUDE and CLASS pathsmodela bitweaver1-1/+1
2021-02-03update path for kernel/includes/setup_inc.phpmodela bitweaver11-11/+11
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver3-3/+3
2021-02-01create standard USERS_PKG_CLASS_PATH in includes/classesmodela bitweaver1-1/+1
2021-01-29create new BitPermUser in apispiderr1-1/+1
2020-08-12move all captcha code to users/spiderr2-5/+7
2020-08-12update reCAPTCHA libraries and interfacespiderr1-2/+2
2020-08-08add delete_user_content for bulk user expungespiderr1-3/+2
2020-05-27add user Registration to user_activity for particular user_idspiderr1-3/+3
2020-04-14fix HTTP_CONFLICT undefined constantspiderr1-1/+1
2020-02-15add missing typo in api helpspiderr1-1/+1
2019-11-17remove debugspiderr1-1/+0
2019-08-03rework api authenticationspiderr2-23/+28
2019-05-29flip api->outputJson call to match BitSystemspiderr1-3/+3
2018-11-09api hash clean upspiderr1-2/+2
2018-01-10clean up schema_inc with users_auth_map in non-ROLES sectionspider@app11-3/+10
2017-07-03change from lib/ to includes/ to better match templates/, icons/, etc...spider@dev1-2/+2
2017-07-03STRUCTURE change: new lib/ directory for all classes, libraries, and utility ↵spider@dev1-2/+2
classes; fix validate.php for hauth
2017-07-01SCHEMA tweak: add last_login and profile_json to users_auth_mapspider@dev1-1/+3
2017-07-01integrate HybridAuth signle sign on libraryspider@dev2-116/+131
2017-07-01add users_expunge_check_function service function to give packages option to ↵spider@dev1-6/+14
deny user deletion (i.e. commerce has user as purchased customer)
2016-09-05clean up user group assigning; remove all users_clear_passwords feature ↵spider@dev3-6/+1
references
2016-08-23resurrect p_users_create_bookmarks from tidbitsspider@dev1-1/+1