| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-05-26 | Add users_auth_map table for OAuth/external authentication provider support | Lester Caine | 1 | -0/+1 | |
| 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-22 | Fix users_auth_map schema: remove inline CONSTRAINT that broke Firebird installs | Lester Caine | 1 | -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-15 | Only support ROLE_Model memory management | Lester Caine | 1 | -130/+11 | |
| 2026-05-14 | php-cs-fixer tidies to php8.5 standards | Lester Caine | 1 | -10/+9 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-04-05 | Restore ROLE model schema for RoleUser. Reasons for needing Roles over ↵ | lsces | 1 | -125/+123 | |
| groups have been documented before ;) | |||||
| 2022-11-12 | major cleanup to schema_inc after new installation testing | spiderr | 1 | -78/+86 | |
| 2022-06-01 | add users_users.registration_ip | spiderr | 1 | -0/+1 | |
| 2018-01-10 | clean up schema_inc with users_auth_map in non-ROLES section | spider@app1 | 1 | -3/+10 | |
| 2017-06-30 | SCHEMA tweak: add last_login and profile_json to users_auth_map | spider@dev | 1 | -1/+3 | |
| 2017-06-30 | integrate HybridAuth signle sign on library | spider@dev | 1 | -0/+10 | |
| 2016-09-05 | clean up user group assigning; remove all users_clear_passwords feature ↵ | spider@dev | 1 | -1/+0 | |
| references | |||||
| 2016-08-23 | resurrect p_users_create_bookmarks from tidbits | spider@dev | 1 | -1/+1 | |
| 2014-10-03 | default view users to editors | spider | 1 | -1/+1 | |
| 2014-05-19 | move p_users_edit_user_homepage into editors class and verifyPerm when ↵ | turon | 1 | -1/+1 | |
| displaying page | |||||
| 2012-08-06 | role model switch on User package | lsces | 1 | -18/+137 | |
| 2012-06-18 | Foreign key tweak | lsces | 1 | -1/+1 | |
| 2012-03-06 | change_CONSTRAINTS_to_CONSTRAINT | Christian Fowler | 1 | -6/+6 | |
| 2011-07-19 | CONSTRAINTs-typo | spiderr | 1 | -6/+6 | |
| 2010-04-17 | SCHEMA CHANGE - liberty_content_types - change content_description to ↵ | wjames5 | 1 | -2/+1 | |
| content_name, add column content_name_plural - update all class files and hashes where appropriate | |||||
| 2009-03-25 | change ip to IPv6 compliance (39 chars). add upgrades files and remove ↵ | Christian Fowler | 1 | -1/+1 | |
| registerPackageVersion where redundant | |||||
| 2008-10-31 | renamed dep stuff to requirement stuff, clean up schema_inc files, move ↵ | Max Kremmel | 1 | -2/+2 | |
| version info from info hash to registerPackageVersion90, move requirements to registerRequirements() | |||||
| 2008-10-30 | shuffle around some dependency stuff: move dep settings to schema_inc.php ↵ | Max Kremmel | 1 | -0/+7 | |
| file since they are not related to upgrade versions, move dep methods to BitSystem to make them available on package page (we should really do something about these installer methods in kernel), add dep graph on package page for an easy overview if deps are met when a package has been activated - requireds PEAR::Image_GraphViz to be installed. | |||||
| 2008-10-19 | apply schema change - remove unused table | Max Kremmel | 1 | -7/+0 | |
| 2008-10-18 | deprecate all semaphore code. this has now been moved to a separate package ↵ | Max Kremmel | 1 | -0/+1 | |
| called _bit_semaphore. | |||||
| 2007-09-15 | schema clean up to avoid chicken-n-egg constraint violationsPRE_LIB_ATTACHMENT_REFACTOR | Christian Fowler | 1 | -6/+5 | |
| 2007-06-15 | CHOP CHOP: cut out group nesting code and moved groups level stuff to ↵ | Max Kremmel | 1 | -5/+0 | |
| separate admin page. admin page has no link to it yet. we need to decide if we want one at all. | |||||
| 2007-04-02 | Massive changes to themes layout engine: | Max Kremmel | 1 | -1/+1 | |
| - merged 3 tables into 1 and removed user-specific layout contol. - moved all layout related code to themes/BitThemes.php. - cleaned up module parameter assignment to module php and tpl files. - improved layout of layout page by enabling all option editing at once. - removed limitation that every module can only be assigned once - more changes, but i can't remember all just now. | |||||
| 2007-03-19 | move object_permissions to liberty_content_permissions | Christian Fowler | 1 | -12/+0 | |
| 2006-09-15 | add permission checking to only display captcha for unperm'ed people | Christian Fowler | 1 | -0/+1 | |
| 2006-09-02 | Corrected default setting for remember_me to "n" | Stephan Borg | 1 | -1/+1 | |
| 2006-08-23 | Numerous fixes to upgrade scripts + eliminate ability of users to invalidate ↵ | Jams H Thompson | 1 | -0/+1 | |
| each others passwords | |||||
| 2006-07-18 | fix error on users_cnxn constraint | Max Kremmel | 1 | -3/+2 | |
| 2006-07-17 | SCHEMA CHANGE! add assume_from_user_id to users_cnxn | Christian Fowler | 1 | -1/+3 | |
| 2006-05-18 | sf lost may 8,9 | Sylvie Greverend | 1 | -1/+2 | |
| 2006-05-06 | clean up schema files, remove unused PackageInfo data - we really need a ↵ | Max Kremmel | 1 | -3/+0 | |
| package manager for this, add plugin_path column to liberty_plugins | |||||
| 2006-04-19 | correct users_pass_due in column names | Christian Fowler | 1 | -1/+1 | |
| 2006-04-19 | mass kernel_config renaming for users_ | Christian Fowler | 1 | -40/+40 | |
| 2006-04-19 | replace dislpay_name config with users_display_name | Christian Fowler | 1 | -1/+1 | |
| 2006-04-17 | more kernel_config renames - themes related config settings | Max Kremmel | 1 | -1/+1 | |
| 2006-04-11 | rename permissions to new standard using: p_<package>_<verb>_[<noun>] | Max Kremmel | 1 | -18/+18 | |
| 2006-04-05 | keep tabs_and_tools in users | Max Kremmel | 1 | -1/+1 | |
| 2006-04-04 | change field name registration_choice to is_public | Sylvie Greverend | 1 | -1/+1 | |
| 2006-03-29 | user can choose group at registration time from a closed list | Sylvie Greverend | 1 | -1/+2 | |
| 2006-02-18 | Fix reserved word field names | Lester Caine | 1 | -4/+4 | |
| POSITION, VALUE - SQL Reserved TYPE - SQL Nonreserved (Firebird Still Reserved) PASSWORD - Firebird Reserved | |||||
| 2006-02-17 | remove rserver word 'user' from load select, remove redundant indices that ↵ | Christian Fowler | 1 | -2/+0 | |
| cause errors on install | |||||
| 2006-02-17 | rename and move wiki_action_log to generalized liberty_action_log in ↵ | Christian Fowler | 1 | -1/+1 | |
| liberty, rename columns with the universally poorly named title of 'comment' and 'level', get liberty_content_history working properly. seems good for any content now. | |||||
| 2006-02-15 | add backticks for reserved column names in schema_inc's | Christian Fowler | 1 | -1/+1 | |
| 2006-02-13 | another batch of kernel_prefs name cleanup. this should be it | Max Kremmel | 1 | -1/+1 | |
| 2006-02-06 | further paermission renaming and cleanup | Max Kremmel | 1 | -24/+24 | |
| 2006-02-06 | more preference standardisation | Max Kremmel | 1 | -8/+8 | |
