Commit Graph

114 Commits

Author SHA1 Message Date
Ducko e2f529d7fc
[PCPlugin] Accept all valid file extensions, not just js 2021-07-05 21:29:52 +02:00
Ducko 41aec3cb61
[Index] Fix caching errors on null objects 2021-07-05 21:29:37 +02:00
Ducko 102f7ab662
[GenericTheme > Settings] Remove oninput logging 2021-07-05 21:29:24 +02:00
Ducko 833819c63f
[GenericTheme > Settings] Fix hex color checking when not color type causing bad values oninput 2021-07-05 21:29:05 +02:00
Ducko bec681af2d
[Index] Fix caching issues with multiple BD themes in one repo 2021-07-05 21:28:22 +02:00
Ducko 768db5ae3f
[*Theme] Stricter character set for variable extraction regex 2021-07-05 21:28:15 +02:00
Ducko 8aa61cf30b
[Index] Undo cache tweaks 2021-07-05 21:26:48 +02:00
Ducko 1a2a0e454c
[Index] Add null checking for modules in repo JSON out 2021-07-05 21:26:43 +02:00
Ducko 1147791ce8
[Index] Add lastUpdated to manifests, tweak caching 2021-07-05 21:26:35 +02:00
Alyxia Sother d209c0665e
[Add Theme (PCTheme)] lexisother/dotfiles-discord-theme 2021-07-05 20:56:16 +02:00
Ducko 5cf8fdf942
[PCCompat > Preproc] Rewrite to prepend JS to all JS files 2021-05-17 18:52:59 +02:00
Ducko 21f501ed56
[Index] Fallback to building if cache fails 2021-05-12 09:32:59 +02:00
Ducko 0c62c9b764
[BDTheme] Fix error caused by last commit 2021-05-12 09:32:06 +02:00
Ducko f2b397fdbc
[BDTheme] Trim meta values 2021-05-12 09:31:56 +02:00
Ducko e6e0e54913
[PCPlugin] Don't use subdir and remove manifest.json as some plugins require it 2021-05-12 09:31:10 +02:00
Ducko 95d3c0b7a4
[PCPlugin] Fix loadStylesheet CSS-only not working (2) 2021-05-12 09:29:43 +02:00
Ducko 46ec3f8c35
[PCCompat] Rewrite plugin.loadStylesheet 2021-05-12 09:28:42 +02:00
Ducko 6c1379811a
[PCPlugin] Tweak replace syntax for default export 2021-04-23 19:55:48 +00:00
Ducko 8af61801e6
[PCPlugin] Fix improper casing in loadStylesheet replace 2021-04-23 19:55:18 +00:00
Ducko 00134f0fe2
[PCPlugin] Fix various issues in loadStylesheet replacing 2021-04-23 19:55:15 +00:00
Ducko 2bc4f3cf10
[PCPlugin] Fix missing sass import 2021-04-23 19:55:10 +00:00
Ducko 27847ca0b6
[PCCompat] Rewrite plugin.loadStylesheet 2021-04-23 19:54:45 +00:00
フズキ eb9bfa949b
Moved PC themes autoports module to match new add script (scripts/add.js) 2021-04-19 22:32:36 +02:00
Ducko 61c94f40d3
[PCCompat] Rewrite to use seperate global dir and object, other structural changes 2021-04-19 22:15:46 +02:00
Ducko b051fb525e
[PCTheme] Escape needed chars 2021-04-07 16:44:26 +02:00
Ducko b5e55d0e7d
[PCTheme] Fix bug in last commit 2021-04-07 16:44:26 +02:00
Ducko e0371211ad
[PCTheme] SCSS support 2021-04-07 16:44:26 +02:00
Ducko 7f267f87a6
[PCTheme] Basic support 2021-04-07 16:44:26 +02:00
フズキ b984e3fc1e
[Modules] Add PC Themes repo 2021-04-07 16:44:26 +02:00
Lexi Sother f39dab4f40
Added clap PC module 2021-04-05 19:00:18 +00:00
Keanu Timmermans 2161ca7851
Renamed PCPlugins store. 2021-04-05 16:03:02 +02:00
Ducko db3fda3dd6
[PCPlugin] Rewrite original JS code and use relative path 2021-04-05 15:52:16 +02:00
Ducko d94d7bfc42
[PCCompat] Use powercord import instead of window global 2021-04-05 15:51:06 +02:00
Ducko ac3778e574
[Repos > PCPlugins] Add commit freeze 2021-04-05 15:50:56 +02:00
Ducko 7e8d5c4533
[Add Plugin (PCPlugin)] RazerMoon/muteNewGuild 2021-04-05 15:50:49 +02:00
Ducko 9ae7e3260f
[PCPlugin] Replace exports and add new 2021-04-05 15:49:08 +02:00
Ducko 958c1129b7
[Repos > PCPlugins] Empty repo 2021-04-05 15:48:35 +02:00
Keanu Timmermans 31dea36c77
[Repos] Add PC Plugins repo 2021-04-05 15:48:01 +02:00
Ducko 2c48e7fd6f
[PCPlugin] Add preprocessor 2021-04-05 15:45:59 +02:00
Ducko 85365c8ace
[Base] Make getting GitHub API info async 2021-04-04 18:03:38 +00:00
Lexi Sother 3e86694f00
Added Discord.JS Docs module 2021-04-01 17:07:03 +02:00
Keanu Timmermans 8e0869cda3
Added SnowflakeInfo module. 2021-03-25 13:09:48 +01:00
フズキ 1ff4440674
Added commands experiments 2021-03-25 00:24:30 +01:00
Ducko 43bc7f4a45
[Dev] Base finding modules on goosemodModule.json presence, not just base dirs 2021-03-09 18:44:27 +01:00
Ducko 5277980278
[Dev] Re-enable building on FS watch 2021-03-09 18:33:18 +01:00
Ducko f9f7131370
[Dev] Fix autotag usage 2021-03-09 17:30:16 +01:00
Ducko a917e6f9a5
[Dev] Add URI decoding to server 2021-03-09 17:30:14 +01:00
Ducko 4268f099b5
[Caching] Fix updating hash sometimes failing due to cwd bug 2021-03-08 21:35:58 +01:00
Ducko 0b6001b70f
[Caching] Fix sub module support 2021-03-08 01:18:28 +01:00
Ducko 3487624ac0
[Base] Force rm clone dir if exists 2021-03-08 01:18:05 +01:00