| .. |
|
0001_01_01_000000_create_users_table.php
|
Set up a fresh Laravel app
|
2025-02-08 15:05:41 +01:00 |
|
0001_01_01_000001_create_cache_table.php
|
Set up a fresh Laravel app
|
2025-02-08 15:05:41 +01:00 |
|
0001_01_01_000002_create_jobs_table.php
|
Set up a fresh Laravel app
|
2025-02-08 15:05:41 +01:00 |
|
2025_02_08_143219_create_devices_table.php
|
initial commit
|
2025-02-12 22:15:57 +01:00 |
|
2025_02_24_175846_create_personal_access_tokens_table.php
|
feat: update to Laravel 12 starter kit (#1)
|
2025-02-25 12:15:35 +01:00 |
|
2025_02_26_095239_add_assign_new_devices_to_users_table.php
|
add features
|
2025-03-03 21:24:22 +01:00 |
|
2025_02_26_144104_add_proxy_cloud_columns_to_devices_table.php
|
add features
|
2025-03-03 21:24:22 +01:00 |
|
2025_02_27_151530_add_last_log_request_to_devices_table.php
|
add features
|
2025-03-03 21:24:22 +01:00 |
|
2025_03_07_133658_create_plugins_table.php
|
feat: add migration for Plugins
|
2025-03-14 17:39:00 +01:00 |
|
2025_03_12_151937_create_playlists_table.php
|
feat: add plugin model
|
2025-03-13 00:17:39 +01:00 |
|
2025_03_12_191757_create_playlist_items_table.php
|
feat: add plugin model
|
2025-03-13 00:17:39 +01:00 |
|
2025_03_14_211414_add_data_payload_updated_at_to_plugins_table.php
|
feat: update plugin data if stale
|
2025-03-14 23:28:53 +01:00 |
|
2025_03_18_110028_add_refresh_time_to_playlists_table.php
|
feat: override device refresh time via playlist
|
2025-03-20 19:04:53 +01:00 |
|
2025_04_26_120013_update_plugin_table_correct_recipe_typo.php
|
fix(#12): correct mispelled word recipe
|
2025-04-26 14:59:28 +02:00 |
|
2025_05_05_151823_add_device_dimensions_to_devices_table.php
|
feat(#18): added support for device mirroring
|
2025-05-05 22:20:31 +02:00 |
|
2025_05_05_174926_add_mirror_device_id_to_devices_table.php
|
feat(#18): added support for device mirroring
|
2025-05-05 22:20:31 +02:00 |
|
2025_05_08_225241_add_assign_new_device_id_to_users_table.php
|
feat(#20): preference: assign mirror device id to auto joined devices
|
2025-05-08 23:42:12 +02:00 |
|
2025_05_10_182724_add_plugin_cache.php
|
Add image caching for playlist items
|
2025-05-11 20:56:55 +02:00 |
|
2025_05_10_202133_add_rotate_to_devices_table.php
|
feat: prefer png format on firmware versions >=1.5.2
|
2025-05-13 11:42:27 +02:00 |
|
2025_05_13_154942_add_image_format_to_devices_table.php
|
feat: support for additional devices
|
2025-05-13 19:29:03 +02:00 |
|
2025_05_28_232528_create_firmware_table.php
|
feat(#17): add commands and jobs to poll, download and update firmware
|
2025-05-30 15:42:35 +02:00 |
|
2025_05_29_010428_add_update_firmware_id_to_devices_table.php
|
feat(#17): add commands and jobs to poll, download and update firmware
|
2025-05-30 15:42:35 +02:00 |
|
2025_06_01_195732_create_device_logs_table.php
|
feat: inspect device logs
|
2025-06-03 13:55:04 +02:00 |
|
2025_06_03_141055_add_last_refresh_at_to_devices_table.php
|
feat: show last refresh time for Device instead of last updated
|
2025-06-03 14:35:09 +02:00 |