| .. |
|
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
|
chore: run pint
|
2025-06-03 18:18:25 +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 |
|
2025_06_10_211056_add_mashup_to_playlist_items_table.php
|
feat(#29): mashup
|
2025-06-11 17:37:46 +02:00 |
|
2025_06_13_102932_add_configuration_to_plugins_table.php
|
feat: recipes zip import support, add trmnlp compatible recipe configuration
|
2025-08-21 23:23:35 +02:00 |
|
2025_06_18_105902_add_battery_notification_sent_to_devices_table.php
|
feat(#36): add Mail notification on Low Battery
|
2025-06-18 16:05:40 +02:00 |
|
2025_06_20_163742_allow_long_polling_url.php
|
feat(#46): added support for request body in recipes
|
2025-07-02 18:51:17 +02:00 |
|
2025_07_02_161953_add_polling_body_to_plugins_table.php
|
feat(#46): added support for request body in recipes
|
2025-07-02 18:51:17 +02:00 |
|
2025_07_02_231414_add_markup_language_to_plugins_table.php
|
feat(#38): added Liquid support from markup editor
|
2025-07-04 17:02:31 +02:00 |
|
2025_07_08_191003_add_sleep_mode_and_special_function_to_devices_table.php
|
feat: add sleep mode
|
2025-07-10 21:38:11 +02:00 |
|
2025_07_10_164606_add_pause_until_to_devices_table.php
|
feat: add function to pause screen generation for up to 480min
|
2025-07-11 00:14:47 +02:00 |
|
2025_08_04_064514_add_oidc_sub_to_users_table.php
|
feat: add OIDC support
|
2025-08-15 22:49:09 +02:00 |
|
2025_08_07_111635_create_device_models_table.php
|
feat: adapt device models api
|
2025-08-17 01:16:34 +02:00 |
|
2025_08_07_131843_add_device_model_id_to_devices_table.php
|
feat: adapt device models api
|
2025-08-17 01:16:34 +02:00 |
|
2025_08_16_135740_seed_device_models.php
|
feat: adapt device models api
|
2025-08-17 01:16:34 +02:00 |
|
2025_08_22_231823_add_trmnlp_to_plugins_table.php
|
feat: add trmnlp support
|
2025-08-25 20:26:33 +02:00 |
|
2025_10_30_144500_add_no_bleed_and_dark_mode_to_plugins_table.php
|
fix(#103): add recipe options to remove bleed margin and enable dark mode
|
2025-10-30 15:13:50 +01:00 |
|
2025_11_03_213452_add_preferred_renderer_to_plugins_table.php
|
feat: add trmnl-liquid renderer option
|
2025-11-05 14:13:46 +01:00 |