summaryrefslogtreecommitdiff
path: root/database
Commit message (Expand)AuthorAgeFilesLines
* DB: Added views->viewable_type indexDan Brown2025-12-191-0/+28
* Comment Mentions: Fixed and tweaks during review of changesDan Brown2025-12-181-1/+1
* Comment Mentions: Added core back-end logicDan Brown2025-12-171-0/+31
* Slugs: Added test to cover history lookup permission usageDan Brown2025-11-241-0/+29
* Slugs: Created history table to track changesDan Brown2025-11-231-0/+51
* Dev: Set timezone for test DB creation, added PHP 8.5 to testsDan Brown2025-11-181-4/+1
* Comments API: Addressed failing tests and static testingDan Brown2025-10-241-0/+5
* API: Added comment tree to pages-read endpointDan Brown2025-10-241-1/+7
* API: Started building comments API endpointsDan Brown2025-10-221-0/+30
* Images: Added nulling of image page relation on page deleteDan Brown2025-10-211-0/+10
* DB: Addressed test issues for user ID changesDan Brown2025-10-191-4/+0
* DB: Updated handling of deleted user ID handling in DBDan Brown2025-10-1910-4/+307
* DB: Aligned entity structure to a common tableDan Brown2025-10-188-16/+473
* Permissions: Added enum usage to controller helpersDan Brown2025-09-081-0/+5
* Permissions: Removed unused role-perm columns, added permission enumDan Brown2025-09-081-0/+5
* Maintenance: Removed unused comments text columnDan Brown2025-09-021-0/+28
* Maintenance: Addressed a range of deprecationsDan Brown2025-08-151-0/+2
* ZIP Imports: Added API test casesDan Brown2025-07-181-0/+1
* Comments: Added back-end content reference handlingDan Brown2025-04-182-0/+32
* Sorting: Renamed sort set to sort ruleDan Brown2025-02-114-10/+10
* Sorting: Covered sort set management with testsDan Brown2025-02-101-1/+3
* Sorting: Added tests to cover AssignSortSetCommandDan Brown2025-02-091-0/+30
* Sorting: Connected up default sort setting for booksDan Brown2025-02-051-0/+28
* Sorting: Added content misses from last commit, started settingsDan Brown2025-01-301-0/+29
* Framework: Fixed Laravel 11 upgrade test issues, updated phpstanDan Brown2025-01-113-27/+9
* Framework: Performed Laravel 11 upgrade guide stepsDan Brown2025-01-111-2/+2
* ZIP Exports: Changed the instance id mechanismDan Brown2024-11-271-0/+30
* ZIP Imports: Added high level import run testsDan Brown2024-11-161-1/+1
* ZIP Imports: Added full contents view to import displayDan Brown2024-11-052-7/+5
* ZIP Import: Added model+migration, and reader classDan Brown2024-11-022-0/+66
* ZIP Exports: Added new import permissionDan Brown2024-10-292-3/+65
* Pages: Updated editor field to always be setDan Brown2024-09-291-0/+48
* API: Added audit log list endpointDan Brown2024-05-041-0/+30
* Migrations: Added prefix support to schema inspectionDan Brown2024-03-193-9/+15
* Framework: Addressed deprecationsDan Brown2024-03-173-9/+9
* Migrations: Updated with type hints instead of php docDan Brown2024-03-1783-523/+241
* DB: Started update of entity loading to avoid global selectsDan Brown2024-02-041-0/+32
* Merge branch 'chapter-templates' into developmentDan Brown2024-02-011-0/+32
|\
| * Default chapter templates: Updated api docs and testsDan Brown2024-02-011-32/+32
| * Added Default Templates for ChaptersSascha2024-01-011-0/+32
* | Comments: Removed remaining uses of redundant 'text' fieldDan Brown2024-01-311-1/+0
* | Comments: Added wysiwyg link selector, updated tests, removed commandDan Brown2024-01-311-0/+1
|/
* Permissions: Updated generation querying to be more efficientDan Brown2023-12-231-4/+10
* Input WYSIWYG: Fixed existing tests, fixed empty description handlingDan Brown2023-12-201-2/+3
* Input WYSIWYG: Updated tests, Added simple html limitingDan Brown2023-12-193-3/+9
* Input WYSIWYG: Added description_html field, added store logicDan Brown2023-12-171-0/+36
* Page Templates: Changed template field name, added API supportDan Brown2023-12-121-2/+2
* Default templates: Added page picker and working formsDan Brown2023-12-111-1/+1
* Default Templates: Started review and updates from PR codeDan Brown2023-12-111-0/+0
* Merge branch 'development' into default-templatesDan Brown2023-12-1193-176/+626
|\