1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

105 Commits

Author SHA1 Message Date
Robert
565647f1ed Workshop - Improves default entry handling in workshop
Core - Modifies the Artemis data folder path based on the build configuration.
Plugins - Adds a confirmation dialog to prompt the user to restart if a plugin requires admin rights.
Startup wizard - Updates the installation progress bar in the startup wizard.
Workshop - Changes category retrieval to be based on EntryType.
Workshop - Adds the ability to include default entries when searching the workshop.
2025-12-08 22:27:18 +01:00
Robert
f0cbc3e561 Workshop - Add button to upload submission directly from library
Workshop - While creating submission allow fitting the icon instead of cropping
Workshop - Add the ability to filter default entries
2025-12-06 20:27:48 +01:00
Robert
adbf850bff More default entries UX 2025-11-30 15:41:21 +01:00
Robert
b351f685f7 Add AXAML hot reload (debug only)
Major progress on default entries too I guess lmao
2025-11-15 15:07:54 +01:00
Robert
20fb6b7662 Add default entries wizard step 2025-08-19 09:01:21 +02:00
Robert
3caf782d8e Workshop - Add ability to mark entry as default (admin only)
Workshop - Allow editing other user's entries (admin only)
Workshop - Show last update date in entry list instead of creation date
2025-04-19 11:37:28 +02:00
Robert
cfdcbe44c9 Meta - Update dependencies 2025-02-04 20:52:09 +01:00
Robert
907c758b83 Meta - Update packages 2024-09-23 22:17:46 +02:00
Robert
ec5fbba87c Workshop - Revert voting changes, was fun to try but not useful enough 2024-07-24 22:07:58 +02:00
Robert
1e8c68bbeb Workshop - Avoid crashes when auto-updating without internet
Workshop - Added vote based entry score system
2024-07-24 11:39:56 +02:00
Robert
9001a12625 Workshop - Refactor InstalledEntry to not implement IEntryDetails
This turned out to be a hassle
2024-07-22 14:42:17 +02:00
Robert
a45d98c171 Workshop - Added indicator for official workshop entries 2024-07-22 11:01:50 +02:00
Robert
b00f5ca73a Workshop - Added indicator for official submissions
Router - Reload previous screen if navigation is cancelled
Profile editor - Disable auto-update when editing workshop profiles
2024-07-20 22:34:41 +02:00
Robert
3b2d799bfc Workshop - Auto-updating WIP 2024-07-14 22:14:17 +02:00
Robert
99d11e1921 Workshop - Redesigned library
Workshop - Limit screen width to keep main content at 1000px
Workshop - Auto-updating WIP
2024-07-13 20:25:40 +02:00
Robert
00948de9d6 Workshop - Fix installing new versions of profiles 2024-07-02 22:34:25 +02:00
Robert
648b7765ef Core - Added API for retrieving current suspended device providers
Core - Added events for plugin removal, entry installlation/uninstallation
Workshop - Remove the related workshop entry when manually removing a plugin or profile
Workshop - Prevent installing profiles with missing plugins and show a dialog with which plugins are missing
2024-06-30 09:42:41 +02:00
Robert
86f78940b1 Workshop - Manage entries after installing them
Workshop - Auto-enable plugins after installing them
Workshop - Show the latest release above the details page
2024-06-25 21:29:52 +02:00
RobertBeekman
3022c7df65 Core - Add device provider suspension system 2024-05-16 20:40:45 +02:00
RobertBeekman
957bfde0af Workshop - Added layout finder 2024-05-02 20:02:12 +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
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
9c04932afa Show multiple releases and improve workshop routing 2024-03-24 21:29:48 +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
18d75318d9 Workshop - Replace non-workshop plugins when installing them from the workshop 2024-03-14 20:44:45 +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
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
a340f8822e
Replace JSON.NET with System.Text.json (#840) 2024-02-28 19:31:38 +01:00
Diogo Trindade
f88459fddd
Centralized package management 2024-02-20 21:51:39 +00:00
RobertBeekman
78d3b58f99 Upgrade .NET 8 and packages
Include Qodana :D
2024-02-20 12:06:21 +01:00
Robert
0b6bf5685e Core - Fixed crash on startup if workshop folder is missing
Updating - Properly delay auto-update check until the UI shows,
2024-02-17 15:01:18 +01:00
RobertBeekman
cf10193bd2 Workshop - Finished initial plugin implementation 2024-02-17 11:54:22 +01:00
RobertBeekman
f2c8de1746 Plugins - Fixed cancelling prerequisite installation
Plugins - Tweaked prerequisite installation popup size
Account settings - Added personal access token management
Workshop - Added plugin loading, installing and removal
2024-02-16 23:04:24 +01:00
Robert
21b8112de5 Workshop - Implemented plugin browsing, installation and removal 2024-02-15 22:57:33 +01:00
RobertBeekman
d9df443970 Workshop - Added plugin upload support 2024-02-14 23:04:19 +01:00
RobertBeekman
38a1318170 Account management - Final tweaks 2024-02-13 21:55:09 +01:00
RobertBeekman
a2fe5d5d08 Settings - Added account management 2024-02-08 20:58:16 +01:00
RobertBeekman
6364ce3fc4 Workshop - Fixed uploading layouts trying to write a ZIP file to desktop
UI - Always show user icon regardless of window
2024-01-30 22:12:57 +01:00
RobertBeekman
17bd62e673 Workshop - Fixed current user avatar not displaying
Workshop - Improve error handling while uploading new entries
2024-01-30 13:14:24 +01:00
RobertBeekman
c29d30d222 Workshop - Update image delete URL 2024-01-29 22:55:38 +01:00
RobertBeekman
cea8c1b796 Update UpdateEntryImage signature 2024-01-29 22:03:41 +01:00
RobertBeekman
78b96deeab Router - Added reload
Workshop - Added image management to existing entries
Workshop - Fixed pagination in layouts page
2024-01-28 22:43:35 +01:00
RobertBeekman
19082481c3 Workshop - Fix profile installation 404ing 2024-01-16 11:39:49 +01:00
RobertBeekman
e73ae961ba Layouts - Remove feature flag 2024-01-16 09:33:29 +01:00