forked from pinks/eris
1
0
Fork 0
Commit Graph

129 Commits

Author SHA1 Message Date
Akiru 51849e73cb Merge pull request 'polyfill' (#4) from polyfill into main
Reviewed-on: #4
2024-01-28 14:39:40 +00:00
Akiru 9c607dd6c5 ui/index.html aktualisiert
Added the es-module-shims.js to index.html
2024-01-28 14:32:45 +00:00
Akiru 555272fbdd ui/es-module-shims.js hinzugefügt
This function is needed for browsers that don't have native support for import maps.
2024-01-28 14:31:23 +00:00
Akiru d266b8e342 Merge pull request 'helpCommand added' (#3) from helpCommand into main
Reviewed-on: #3
2024-01-28 11:55:48 +00:00
Akiru e45ad93229 bot/helpCommand.ts hinzugefügt
New function to send the bot description as help text.
2024-01-28 11:55:18 +00:00
Akiru ed40a902ef bot/mod.ts aktualisiert
Added new help command
Refactored code to use variables inside the bot.api.setMy... functions.
2024-01-28 11:52:54 +00:00
Akiru 8930544485 ui/DisclaimerPage.tsx aktualisiert 2024-01-27 15:09:34 +00:00
Akiru b512e2e97c ui/App.tsx aktualisiert 2024-01-27 14:56:27 +00:00
Akiru 898ed1b2db Merge pull request 'Added TOS and Disclaimer' (#2) from disclaimer into main
Reviewed-on: #2
2024-01-27 14:50:09 +00:00
Akiru 45a5fe98b9 ui/DisclaimerPage.tsx hinzugefügt
Added DisclaimerPage
2024-01-27 14:48:59 +00:00
Akiru 1e2d402c3b ui/AppHeader.tsx aktualisiert
Added new Disclaimer Page
Style Sweep
2024-01-27 14:47:56 +00:00
Akiru 14e2e71ee1 ui/App.tsx aktualisiert
Add DisclaimerPage to Routing
2024-01-27 14:43:27 +00:00
Akiru 2ae1f3b9f1 Merge pull request 'webhooks' (#1) from webhooks into main
Reviewed-on: #1
2024-01-26 13:20:20 +00:00
Akiru eaff7c0772 README.md aktualisiert 2024-01-26 13:13:31 +00:00
Akiru 9f75621c70 bot/mod.ts aktualisiert
- Comment logging in "handleWebhook" function
- Handle Errors when setting the Bot commands so that the entire bot doesn't fail when they can't be set due to a temporary error
- Set default configuration for the bot (Job Limit)
2024-01-26 12:54:05 +00:00
Akiru b7a551afc7 api/mod.ts aktualisiert 2024-01-26 07:42:44 +00:00
Akiru c19f8c8f71 bot/mod.ts aktualisiert 2024-01-26 07:40:32 +00:00
Akiru a7e41b63df api/mod.ts aktualisiert
Create "async function handleWebhook"
2024-01-26 07:30:42 +00:00
Akiru 04b0f9bdf5 bot/mod.ts aktualisiert 2024-01-25 09:08:16 +00:00
Akiru 29161fa58a main.ts aktualisiert 2024-01-25 09:01:23 +00:00
Akiru 128c4312d4 ui/StatsPage.tsx aktualisiert
Make the counters update faster to make it look more snappy.
2024-01-25 08:53:35 +00:00
Akiru 85bd9b5861 bot/mod.ts aktualisiert 2024-01-25 08:51:39 +00:00
Akiru aefbc63a46 monitoring/sleepy.sh hinzugefügt 2024-01-25 08:38:14 +00:00
Akiru ffff9c87ef monitoring/monitoring.sh hinzugefügt 2024-01-25 08:35:11 +00:00
Akiru d9ff25e04e monitoring/Readme.md hinzugefügt 2024-01-25 08:31:43 +00:00
pinks 5b6a1a3471 refactor: rewrite API to Elysia (#25)
https://elysiajs.com/
Reviewed-on: pinks/eris#25
Co-authored-by: pinks <lisq@cock.li>
Co-committed-by: pinks <lisq@cock.li>
2023-11-20 02:14:14 +00:00
pinks ffd3d0dc8d fix: priority for img2img 2023-11-18 00:50:34 +01:00
pinks ec4a3c893e fix: clearing paused reason 2023-11-18 00:49:39 +01:00
pinks e7d292df60 fix type error 2023-11-17 19:22:35 +01:00
pinks fad14f685e feat: show position in upload queue 2023-11-17 19:00:56 +01:00
nameless 2f62c17e32 review fixes 2023-11-12 02:33:35 +00:00
nameless 602a63f2c9 feat: user daily stats 2023-11-11 04:13:26 +03:00
nameless 8ced57c175 refactor: move sendChatAction
resolves pinks/eris#18
2023-11-11 04:13:26 +03:00
nameless d22848691c feat: remove url from error 2023-11-11 04:13:26 +03:00
nameless af7b370321 feat: tagcount endpoint
removes tagCountMap from user endpoint, returns it only via admin-only endpoint
2023-11-11 04:13:26 +03:00
nameless 5b61576315 fix: withUser -> withAdmin 2023-11-11 04:13:26 +03:00
nameless e270a3ab1f refactor: optimize jobs endpoint output 2023-11-11 04:13:26 +03:00
nameless 84ad11b709 refactor: webui adjustments
- remove unnecessary margin in admins and workers page
- use rounded-md instead of rounded-xl for queue page
- output "No worker/admin/jobs" as item in a list
2023-11-11 04:13:26 +03:00
nameless ac63e39373 feat: admin priority
ignore queue limits and assign higher priority on admin jobs
2023-11-11 04:13:26 +03:00
nameless 73810d3204 fix: use exifreader for png info
- replace pnginfo module
- allow jpeg for tag extraction
- rename pnginfo to getprompt
2023-11-11 04:13:26 +03:00
nameless f4e7b5e1a7 change txt2img seed behaviour
will ignore seed only on /txt2img or new requests
2023-11-11 04:13:15 +03:00
pinks f678324889 add badges to readme 2023-11-06 18:38:41 +01:00
pinks 6d6174ab48 silence getUpdates error 2023-10-27 21:50:20 +02:00
pinks a3bada0da2 sort most used tags 2023-10-27 21:49:46 +02:00
pinks 3a13d5c140 fix: slow queue position updates 2023-10-23 02:40:58 +02:00
pinks dfa94e219d increase upload concurrency 2023-10-23 02:39:19 +02:00
pinks a35f07b036 feat: managing admins in webui 2023-10-23 02:39:01 +02:00
pinks f7b29dd150 update deps 2023-10-21 12:40:42 +02:00
pinks 4f2371fa8b exactOptionalPropertyTypes 2023-10-19 23:37:03 +02:00
pinks f020499f4d dialog animations 2023-10-19 03:18:56 +02:00