.. |
.gitkeep
|
|
|
2014_10_12_000000_create_users_table.php
|
|
|
2014_10_12_100000_create_password_resets_table.php
|
|
|
2015_07_12_114933_create_books_table.php
|
Removed old fulltext indexes from migrations
|
2018-09-23 00:30:48 +01:00 |
2015_07_12_190027_create_pages_table.php
|
Removed old fulltext indexes from migrations
|
2018-09-23 00:30:48 +01:00 |
2015_07_13_172121_create_images_table.php
|
|
|
2015_07_27_172342_create_chapters_table.php
|
Removed old fulltext indexes from migrations
|
2018-09-23 00:30:48 +01:00 |
2015_08_08_200447_add_users_to_entities.php
|
|
|
2015_08_09_093534_create_page_revisions_table.php
|
|
|
2015_08_16_142133_create_activities_table.php
|
|
|
2015_08_29_105422_add_roles_and_permissions.php
|
|
|
2015_08_30_125859_create_settings_table.php
|
|
|
2015_08_31_175240_add_search_indexes.php
|
Removed old fulltext indexes from migrations
|
2018-09-23 00:30:48 +01:00 |
2015_09_04_165821_create_social_accounts_table.php
|
|
|
2015_09_05_164707_add_email_confirmation_table.php
|
|
|
2015_11_21_145609_create_views_table.php
|
|
|
2015_11_26_221857_add_entity_indexes.php
|
|
|
2015_12_05_145049_fulltext_weighting.php
|
Removed old fulltext indexes from migrations
|
2018-09-23 00:30:48 +01:00 |
2015_12_07_195238_add_image_upload_types.php
|
Re-structured the app code to be feature based rather than code type based
|
2018-09-25 12:30:50 +01:00 |
2015_12_09_195748_add_user_avatars.php
|
|
|
2016_01_11_210908_add_external_auth_to_users.php
|
|
|
2016_02_25_184030_add_slug_to_revisions.php
|
|
|
2016_02_27_120329_update_permissions_and_roles.php
|
|
|
2016_02_28_084200_add_entity_access_controls.php
|
|
|
2016_03_09_203143_add_page_revision_types.php
|
|
|
2016_03_13_082138_add_page_drafts.php
|
|
|
2016_03_25_123157_add_markdown_support.php
|
|
|
2016_04_09_100730_add_view_permissions_to_roles.php
|
|
|
2016_04_20_192649_create_joint_permissions_table.php
|
Removed joint_permission generation in older migration
|
2018-09-20 16:03:01 +01:00 |
2016_05_06_185215_create_tags_table.php
|
|
|
2016_07_07_181521_add_summary_to_page_revisions.php
|
|
|
2016_09_29_101449_remove_hidden_roles.php
|
|
|
2016_10_09_142037_create_attachments_table.php
|
|
|
2017_01_21_163556_create_cache_table.php
|
|
|
2017_01_21_163602_create_sessions_table.php
|
|
|
2017_03_19_091553_create_search_index_table.php
|
Removed search indexing from migration path to prevent Bookshelf issue
|
2018-09-23 13:25:12 +01:00 |
2017_04_20_185112_add_revision_counts.php
|
|
|
2017_07_02_152834_update_db_encoding_to_ut8mb4.php
|
|
|
2017_08_01_130541_create_comments_table.php
|
Made some changes to the comment system
|
2017-09-03 16:37:51 +01:00 |
2017_08_29_102650_add_cover_image_display.php
|
Converted books view setting to user setting
|
2017-12-06 16:34:26 +00:00 |
2018_07_15_173514_add_role_external_auth_id.php
|
Added ability to set custom ldap group -> role mapping
|
2018-07-15 19:34:42 +01:00 |
2018_08_04_115700_create_bookshelves_table.php
|
Fixed some mis-refactoring and split search service
|
2020-11-22 00:17:45 +00:00 |
2019_07_07_112515_add_template_support.php
|
Started work on API token controls
|
2019-12-29 13:02:26 +00:00 |
2019_08_17_140214_add_user_invites_table.php
|
Start user invite system
|
2019-08-17 15:52:33 +01:00 |
2019_12_29_120917_add_api_auth.php
|
Removed token 'client' text, avoid confusion w/ oAuth
|
2019-12-29 20:07:28 +00:00 |
2020_08_04_111754_drop_joint_permissions_id.php
|
Removed joint_permissions auto_increment id
|
2020-08-04 13:02:31 +01:00 |
2020_08_04_131052_remove_role_name_field.php
|
Removed role 'name' field from database
|
2020-08-04 14:55:01 +01:00 |
2020_09_19_094251_add_activity_indexes.php
|
Fixed the AddActivityIndexes migration's down() method
|
2020-09-22 19:22:27 +02:00 |
2020_09_27_210059_add_entity_soft_deletes.php
|
Started implementation of recycle bin functionality
|
2020-09-27 23:24:33 +01:00 |
2020_09_27_210528_create_deletions_table.php
|
Started work on the recycle bin interface
|
2020-10-03 18:44:12 +01:00 |
2020_11_07_232321_simplify_activities_table.php
|
Updated activities table format
|
2020-11-08 00:03:19 +00:00 |
2020_12_30_173528_add_owned_by_field_to_entities.php
|
Started change for entities to have concept of owners
|
2020-12-30 18:25:35 +00:00 |
2021_01_30_225441_add_settings_type_column.php
|
Updated footer links to be a configurable list
|
2021-01-31 00:23:15 +00:00 |
2021_03_08_215138_add_user_slug.php
|
Started work on user slugs
|
2021-03-08 22:34:22 +00:00 |