1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-12 13:28:33 +00:00

2862 Commits

Author SHA1 Message Date
Robert
d9a3a238af Merge branch 'development' 2024-05-03 21:08:48 +02:00
Robert
10ad1d6a58 Core - Remove DataModelPath equality override 2024-05-03 21:08:39 +02:00
RobertBeekman
957bfde0af Workshop - Added layout finder 2024-05-02 20:02:12 +02:00
Robert
c18f542a61 Profile editor - Fix update timer frequency which was causing freezes 2024-05-02 19:36:34 +02:00
Robert
058513fd2a Merge branch 'development' 2024-04-14 16:00:08 +02:00
Robert
a9d4bd2385 Workshop - Plugin/layout management visual tweaks
Workshop - Avoid acidentally pre-selecting a release
2024-04-14 15:59:21 +02:00
RobertBeekman
c37c031dc2
Merge pull request #850 from Artemis-RGB/feature/releases
Workshop - Added release details and reworked installation management
2024-04-14 15:49:28 +02:00
Robert
74c24c84ae Workshop - Visual pass 2024-04-14 15:47:29 +02:00
RobertBeekman
7b71ee05da Workshop - Refactor markdown editor
Workshop - Add changelog during upload
2024-04-13 16:54:57 +02:00
Robert
62057d657a Workshop - Improve child navigation performance 2024-04-12 22:53:40 +02:00
RobertBeekman
cac44d748d Workshop - Added release management 2024-04-10 20:59:53 +02:00
Robert
7030c7af2a Merge branch 'development' into feature/releases 2024-03-30 20:46:09 +01:00
Robert
ff2e57aeaa Device properties - We can do a bit better with UX than that :P 2024-03-30 20:40:24 +01:00
Robert
f152812064 Device properties - Show layout error state 2024-03-30 20:28:01 +01:00
Robert
6b4ed48d05 Workshop - Reworked installation management 2024-03-30 17:55:51 +01:00
Robert
d6f1ba9aad Release page - Added release installation 2024-03-29 10:27:42 +01:00
RobertBeekman
9e994840f6 Workshop - Added dedicated release page 2024-03-27 21:43:45 +01:00
Robert
107b604c86 Linux - Fix crash in keyframes 2024-03-25 20:41:15 +01:00
Robert
257fa8ae0d Markdown - Tweak inline code and HR styles 2024-03-24 21:58:49 +01:00
Robert
9c04932afa Show multiple releases and improve workshop routing 2024-03-24 21:29:48 +01:00
RobertBeekman
e5cb058152 Merge branch 'development' 2024-03-21 20:15:58 +01:00
RobertBeekman
da3d47d7b8 Core - Prevent double-shutdowns which can cause crashes
Storage - Make the DbContext factory thread safe
Workshop - Replaced pagination with infinite scroll
Workshop - Added supported platforms and admin requirements to plugin details page
2024-03-21 20:12:40 +01:00
Robert
4c2eca29cc Storage - Fix profile order not loading/saving 2024-03-15 23:41:00 +01:00
Robert
8d7af6bb85 Merge branch 'development' 2024-03-15 17:13:27 +01:00
Robert
7e981a61d3 Storage - Fix new profile creation
UI - Fix a crash when dragging and dropping in the sidebar
2024-03-15 17:13:21 +01:00
Robert
91d1d16f24 Merge branch 'development' 2024-03-14 20:44:51 +01:00
Robert
18d75318d9 Workshop - Replace non-workshop plugins when installing them from the workshop 2024-03-14 20:44:45 +01:00
Robert
e588a06516 Merge branch 'development' 2024-03-14 20:08:17 +01:00
Robert
fa8b03104f Storage - Fix features of newly discovered plugins disabling after restart 2024-03-14 20:08:12 +01:00
Robert
8c1fef2883 Merge branch 'development' 2024-03-14 07:25:41 +01:00
Robert
90ddc3006c UI - Avoid crashing because of outdated plugins when picking data model paths 2024-03-14 07:25:18 +01:00
Robert
1201820799 Merge branch 'development' 2024-03-14 07:12:21 +01:00
Robert
ef8359dd2e Storage - Don't attempt to migrate if already done so but failed to remove the old DB 2024-03-14 07:12:11 +01:00
Robert
59c9538e65 Merge branch 'development' 2024-03-13 20:19:53 +01:00
RobertBeekman
551921db9f
Storage - Replace LiteDB with SQLite + EF Core (#843)
Storage - Added LiteDB to SQLite migration
UI - Try to die a bit more gracefully
Core - Delay start watching plugins for hot reload after initializing
UI - Simplify category management logic
UI - Avoid crash during profile icon load
Storage - Fix entry metadata retrieval
2024-03-13 20:19:21 +01:00
RobertBeekman
9fcd20d762 Merge branch 'development' 2024-03-03 22:09:53 +01:00
RobertBeekman
9132301dbf Workshop - Show required plugins on profile pages
Workshop - Show related profiles on plugin pages
2024-03-03 22:09:10 +01:00
RobertBeekman
36bff3c5f3 Authentication - Sign out in the browser when logging out 2024-03-03 20:45:05 +01:00
RobertBeekman
e5a5f10286
Profiles - Added IPluginFeatureDependent interface and implement throughout profiles (#842)
* Profiles - Added IPluginFeatureDependent interface and implement througout profiles
* Workshop - Include dependencies in profile upload request
2024-03-03 20:19:36 +01:00
RobertBeekman
28640f9502 Profiles - Avoid unnecessary OnBrokenStateChanged calls
Profiles - Fixed int range/float range deserialization
Profiles - Use Random.Shared where applicable
2024-03-02 17:38:20 +01:00
RobertBeekman
5c7497a859 Update FTP action again 2024-03-02 12:28:46 +01:00
RobertBeekman
554f3e1ac7 Merge branch 'development' 2024-03-02 12:20:00 +01:00
Robert
a113497941 Guess forked actions aren't a thing, downgrade FTP for now 2024-03-01 22:37:47 +01:00
Robert
13c4820738 Merge branch 'development' 2024-03-01 22:35:34 +01:00
Robert
765f413326 Update actions 2024-03-01 22:35:29 +01:00
Robert
ba3838489f Core - Simplify PluginInfo and PluginFeatureInfo 2024-03-01 22:23:49 +01:00
Robert
baae4af153 Storage - Added migrators for node storage 2024-02-29 22:45:33 +01:00
Robert
1d23c69d39 Merge branch 'development' 2024-02-28 23:27:41 +01:00
Robert
fb59443f9a Core - Fix plugins without a version in their plugin.json always being considered incompatible 2024-02-28 23:27:31 +01:00
RobertBeekman
a48e0d2d90 Workshop - Fix submissions not scrolling 2024-02-28 22:11:28 +01:00