Commit graph

2443 commits

Author SHA1 Message Date
tantabus-oneiros
66020ce8ac Update civitai.ex
Clean empty lines
2025-03-15 00:15:13 +01:00
tantabus-oneiros
1a90f8cdc4 Add CivitAI post scraper
Added a scraper for CivitAI posts. Only supports post URLs (not single images) due to API limitations. API also does not provide the "description" visible on the site itself. Meta information like model, prompt, seed, etc. not used as we do not (yet) has a way to store or show this neatly.
2025-03-14 21:26:25 +01:00
Liam
088b958718 Fix deprecation warning 2025-03-12 15:11:03 -04:00
Liam
eb525cc341 Req backend is now upstreamed 2025-03-12 12:15:01 -04:00
Liam
8a864bd176 Dependency update 2025-03-12 12:12:13 -04:00
liamwhite
b96679ef6b
Merge pull request #444 from MareStare/feat/send-events-about-store-update
[Part 7] Emit `'storage-update'` events on local storage update
2025-03-11 20:33:03 -04:00
liamwhite
6cb3783914
Merge pull request #440 from MareStare/feat/frontend-http-client-utility
[Part 5] Add HttpClient utility for frontend
2025-03-11 20:29:46 -04:00
MareStare
5525f46d1e Ignore non-100% coverage for store.ts until 453 PR is merged 2025-03-12 00:28:53 +00:00
MareStare
39b2a3a1c0 Ignore non-100% coverage for HttpClient until 453 PR is merged 2025-03-12 00:25:52 +00:00
MareStare
c6bc3b3798 Add tests for the HttpClient 2025-03-12 00:16:04 +00:00
MareStare
a3007a3a81 Add HttpClient utility for frontend 2025-03-12 00:16:04 +00:00
liamwhite
bd53311e4b
Merge pull request #443 from MareStare/feat/add-debounced-cache-utility
[Part 6] Add a DebouncedCache utility for frontend
2025-03-11 20:14:58 -04:00
liamwhite
35eee293c0
Merge pull request #439 from MareStare/feat/frontend-retry-utility
[Part 4] Add a retry utility for frontend
2025-03-11 20:14:30 -04:00
MareStare
7fa5563054 Emit 'storage-update' events on local storage update 2025-03-12 00:12:09 +00:00
MareStare
e07ec0ba1a Update import for the renamed mock-date-now 2025-03-12 00:09:42 +00:00
MareStare
8294d398ed Eliminate a redundant variable
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
2025-03-12 00:09:42 +00:00
MareStare
647bd987ba Add tests for the retry utility 2025-03-12 00:09:42 +00:00
MareStare
b4ab1ed42c Add mockRandom utility for testing 2025-03-12 00:09:42 +00:00
MareStare
a02a9cd8c4 Add a retry utility for frontend 2025-03-12 00:09:42 +00:00
Luna D.
0eaa542afa
after 13 years in development... 2025-03-07 21:17:58 +01:00
liamwhite
8dde9390f4
Merge pull request #455 from philomena-dev/dependabot/cargo/native/philomena/ring-0.17.12
Bump ring from 0.16.20 to 0.17.12 in /native/philomena
2025-03-07 12:41:36 -05:00
dependabot[bot]
284a36d31e
Bump ring from 0.16.20 to 0.17.12 in /native/philomena
Bumps [ring](https://github.com/briansmith/ring) from 0.16.20 to 0.17.12.
- [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md)
- [Commits](https://github.com/briansmith/ring/commits)

---
updated-dependencies:
- dependency-name: ring
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-07 16:35:06 +00:00
liamwhite
6d5f45af4f
Merge pull request #436 from MareStare/feat/server-side-suggestions-api-v2
[Part 1] Add server-side suggestions API v2
2025-03-04 19:34:09 -05:00
liamwhite
391561cf3b
Merge pull request #441 from MareStare/feat/extend-eslint-config-after-search-history-feature
[Part 3.5] Allow `expect*` functions in vitest lints and ignore no-extra-parens in eslint
2025-03-04 19:33:24 -05:00
liamwhite
8b3f11282f
Merge pull request #438 from MareStare/feat/relax-csp-in-dev-env
[Part 3] Relax CSP in dev env to allow for private IPs
2025-03-04 19:33:01 -05:00
liamwhite
6f4709e1e4
Merge pull request #445 from MareStare/feat/add-ability-to-pass-children-to-make-el
[Part 8] Add an ability to specify child elements to `makeEl`
2025-03-03 23:10:11 -05:00
MareStare
dc8118df14 Add an ability to specify child elements to makeEl 2025-03-04 03:58:23 +00:00
MareStare
f15faf82d6 Remove extra whitespace 2025-03-04 03:43:43 +00:00
MareStare
97ca6d8846 Add tests for DebouncedCache 2025-03-04 03:41:33 +00:00
MareStare
69eff89886 Add a DebouncedCache utility for frontend 2025-03-04 03:40:51 +00:00
MareStare
6468bdacdf Move default_style_src into the vite_hmr? block too 2025-03-04 03:33:24 +00:00
MareStare
e795dfc7cd Fold both functions into a single vite_hmr? 2025-03-04 03:25:53 +00:00
MareStare
3296bc0a91 Wrap default_connect_src as well 2025-03-04 03:25:09 +00:00
MareStare
2e56889740
Simplify my noob attempt at working around a warning inside a macro. Thanks Liam
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
2025-03-04 05:23:27 +02:00
MareStare
ae642b5095 mix format 2025-03-04 03:02:37 +00:00
MareStare
cb380b0eff Convert a comment into a TODO 2025-03-04 02:59:19 +00:00
MareStare
62b394fda1 Remove id and the unnecessary projection step 2025-03-04 02:55:21 +00:00
MareStare
03584246d3 Squash extract_term into a single version 2025-03-04 02:52:23 +00:00
MareStare
50c08aa35a Allow expect* functions in vitest lints and ignore no-extra-parens in eslint 2025-03-04 02:47:51 +00:00
MareStare
e58adaf64a Relax SCP in dev env to allow for private IPs 2025-03-04 02:34:55 +00:00
MareStare
6777b78b8b Add server-side suggestions API v2 2025-03-04 02:29:56 +00:00
liamwhite
64f954e686
Merge pull request #435 from mdashlw/image-dimensions-check
Accurate dimensions check for images
2025-03-03 01:25:04 -05:00
mdashlw
fc616e7dfa
Accurate dimensions check for images 2025-03-03 04:30:35 +00:00
liamwhite
ce23797473
Merge pull request #433 from mdashlw/firehose-batch-update
Broadcast batch tag updates to firehose
2025-02-28 12:12:36 -05:00
mdashlw
ee3da86230
Broadcast batch tag updates to firehose 2025-02-28 09:30:56 +00:00
liamwhite
243de283da
Merge pull request #430 from mdashlw/css-charset
Specify utf-8 charset for css
2025-02-27 14:51:18 -05:00
mdashlw
3af51765df
Specify utf-8 charset for css 2025-02-27 07:49:42 +00:00
Luna D.
ecd25ebaff
iOS 12 fixes 2025-02-26 19:22:21 +01:00
liamwhite
f35313ad3a
Merge pull request #417 from MareStare/feat/small-refactoring
Refactoring of autocomplete and tag inputs
2025-02-22 17:06:06 -05:00
Nighty
5790f8cb2e
Merge pull request #425 from philomena-dev/mobilecomms
move communication text below avatar on mobile
2025-02-22 17:17:52 +01:00