1
0
Fork 0
Commit Graph

45 Commits

Author SHA1 Message Date
Renovate Bot 57689be8a8 chore(deps): add renovate.json 2022-10-05 14:12:47 +00:00
Sam Therapy 7d41a2b8db
add nullability hehe
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-09-29 12:18:32 +02:00
Sam Therapy 87f45866d7
fix duplicate code
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-08-27 01:58:34 +02:00
Sam Therapy 018afaf0e2
upload correct version
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-08-27 01:46:03 +02:00
Sam Therapy 65fbd7ca9e
readme
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-08-27 01:31:17 +02:00
Sam Therapy 216a7e49b4
2.0 maybe?
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-08-27 01:30:25 +02:00
grumbulon e5406b0e3d Removed unused function 2022-05-09 12:49:09 -04:00
grumbulon 3fe8306578 Fixed issue with too many tags for danbooru 2022-05-06 16:38:26 -04:00
grumbulon b4b22d1f8a Merge pull request 'search-route' (#5) from search-route into master
Reviewed-on: https://git.freecumextremist.com/grumbulon/waifurudor.de/pulls/5
2022-04-10 22:49:26 -04:00
grumbulon 88a6d8a8cd Merge branch 'master' into search-route 2022-04-10 22:49:13 -04:00
grumbulon 42b79e1f5b Readme update 2022-04-10 22:47:31 -04:00
grumbulon 32443f13a8 allow queries to go through index route 2022-04-10 22:40:49 -04:00
grumbulon 3becce1feb linted and changed configFile to const (kept forgetting) 2022-04-05 14:59:01 -04:00
grumbulon f5a621b6e1 Added route for user defined tags 2022-04-05 14:57:16 -04:00
grumbulon 5768845032 Delete 'src/public/assets' 2022-04-05 00:20:52 -04:00
grumbulon f122a8dca1 Add 'src/public/assets'
Git won't accept the fucking public folders from pushes?
2022-04-05 00:20:10 -04:00
grumbulon 1220d939cb Added random choice of waifu, and removed one booru because non-safe images were being pulled 2022-04-05 00:18:49 -04:00
grumbulon a0e4834213 Removed unnecessary main function -> getFromBooru 2022-04-04 21:34:45 -04:00
grumbulon 112f999381 Merge pull request 'rewrite-API' (#4) from rewrite-API into master
Reviewed-on: https://git.freecumextremist.com/grumbulon/waifurudor.de/pulls/4
2022-04-04 21:08:24 -04:00
grumbulon 0fe1b36f44 Removed function call from debugging :0 2022-04-04 21:06:12 -04:00
grumbulon d4e5257f74 Rewrite complete, added error checks and some stuff 2022-04-04 21:04:28 -04:00
grumbulon 2e78190d43 Using the booru library now pulls from three (3)! boorus to display more _unique_ image selection 2022-04-04 20:31:06 -04:00
grumbulon 3140a84b9c Merge pull request 'No longer serving HTML directly serving image to end user' (#3) from improvement/present-img-only into master
Reviewed-on: https://git.freecumextremist.com/grumbulon/waifurudor.de/pulls/3
2022-04-04 13:08:07 -04:00
grumbulon 2bbda3e363 No longer serving HTML directly serving image to end user 2022-04-04 12:54:08 -04:00
grumbulon 8d70e670ee readme added finally and sample systemd service file 2022-04-04 10:25:19 -04:00
grumbulon fe428565f5 Fixed imports to work with got (required ES modules) and removed unused dependencies 2022-04-03 13:22:25 -04:00
grumbulon 3f537b106f Merge pull request 'Remove node_modules' (#2) from NotSam/waifurudor.de:remove_modules into master
Reviewed-on: https://git.freecumextremist.com/grumbulon/waifurudor.de/pulls/2
2022-04-03 12:38:08 -04:00
Sam Therapy fe07112fa5
run npm audit fix
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-04-03 17:48:57 +02:00
Sam Therapy 326393d34d
Remove node_modules 2022-04-03 17:42:58 +02:00
grumbulon 03cbb4026b added async to search for something else (did not need it) 2022-04-03 11:31:35 -04:00
grumbulon 2c668205d7 changes to API calls no longer using dead library 2022-04-03 11:28:34 -04:00
grumbulon c5da3f524b changes to API calls no longer using dead library 2022-04-03 11:28:24 -04:00
grumbulon f0e7e00ef1 Merge pull request 'fix-downloads' (#1) from fix-downloads into master
Reviewed-on: https://git.freecumextremist.com/grumbulon/waifurudor.de/pulls/1
2022-04-03 10:05:26 -04:00
grumbulon 231a6899d2 re-wrote download.js to use more libraries (so good) and made call to downloadFromBooru await (should make it so images don't download in parts 2022-04-03 10:03:09 -04:00
grumbulon 763d2dc0df Mostly functional 2022-04-03 09:43:53 -04:00
grumbulon fa3be85e5d Done for now 2022-04-03 00:02:10 -04:00
grumbulon 152b417d28 serving page and shit 2022-04-02 22:37:49 -04:00
grumbulon f5bdbadd55 Basic webpage done 2022-04-02 22:04:48 -04:00
grumbulon c055e79fa2 Removed random import 2022-04-02 21:46:45 -04:00
grumbulon 8acc2a04bf Added stuff so you can search safe or not, and excluded images from being uploaded to git 2022-04-02 21:39:29 -04:00
grumbulon 8129565180 added functions to get proper post IDs at rand from danbooru-like APIs. Added download function. Other minor cleanup 2022-04-02 21:20:19 -04:00
grumbulon a4b90d3ed1 Download working 2022-04-02 20:33:34 -04:00
grumbulon afc95836e7 Download from booru 2022-04-02 20:19:54 -04:00
grumbulon 79d8c9f74e Working api call - it only took an hour hehe haha 2022-04-02 19:57:42 -04:00
grumbulon c25b8acd03 Initial commit 2022-04-02 18:40:13 -04:00