Commit Graph

6083 Commits

Author SHA1 Message Date
Cohee 2cba5e3a45 Revert blur removal 2024-07-04 01:46:02 +03:00
Cohee aef879ced0 Fix double blur on preloader 2024-07-04 01:41:21 +03:00
Cohee ea768661e8 Add theme contest winner, pt.2 2024-07-04 01:12:26 +03:00
Cohee 09632fe5f8 Reword KoboldCpp API hint 2024-07-04 00:34:48 +03:00
Cohee 35b7fc3186 Ignore recurse buffer for min activation steps 2024-07-04 00:28:34 +03:00
Cohee 47b679202f Introduce a proper initial state 2024-07-04 00:18:46 +03:00
David Fedolfi f85b843b3e - Adding display of queued speakers in group chat windows. 2024-07-03 17:00:10 -04:00
Cohee df67a7cdc4 #2467 Fix min activations for non-recursable entries 2024-07-03 23:42:27 +03:00
Cohee 542a13a01b More Safari weirdness cope 2024-07-03 22:28:42 +03:00
Wolfsblvt 8159b7f5f4
Validate story string about missing fields (#2462)
* Validate story string about missing fields

* Update validation to only warn once

* Improve story string validation log once

---------

Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2024-07-03 21:32:05 +03:00
steve green 46c91bec67
Update server.js to trust UserAccounts securely (#2447)
* Update server.js to trust UserAccounts securely

* Update zh-cn.json btw

* Clarify security logic

* update logic

* Fix filtering of enabled users.

* Fix account name logging

* More friendly log

* Even friendlier message

* Revert deleted keys

---------

Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2024-07-03 21:24:03 +03:00
Risenafis fa983521c0
Improve ja-jp translation (#2459)
* improve ja-jp.json

* addtional improve
2024-07-03 20:39:57 +03:00
Cohee 7820ec66b9
Merge pull request #2465 from SillyTavern/stop-gen-slash-command
/stop slash command to stop generation
2024-07-03 20:37:25 +03:00
Cohee c0436f4a32 Extend getContext API 2024-07-03 20:35:42 +03:00
Wolfsblvt 7de43d3a9c /stop slash command to stop generation 2024-07-03 14:44:17 +02:00
Cohee 6e86ab07dd Bump package version 2024-07-03 09:26:53 +00:00
Cohee 89dd4cbf37
Merge pull request #2463 from SillyTavern/staging
Staging
2024-07-03 12:22:05 +03:00
Cohee 0ca880bf60 Check for whitespace-only WI format 2024-07-02 20:32:46 +03:00
Cohee 9eb404a275 #2460 replaceAll for all workflow placeholders 2024-07-02 19:11:45 +03:00
Cohee b66e589b30 Don't use dynatemp for unsupported backends 2024-07-02 14:17:10 +00:00
Cohee a3031d7986 Reinforce iOS check 2024-07-02 13:47:02 +00:00
Cohee fde4995ade Add dotfolders to docker and npm ignores 2024-07-02 13:26:23 +00:00
Cohee 303520be08
Update feature-request.yml 2024-07-02 13:51:33 +03:00
Cohee 9f1a5f4606
Update bug-report.yml 2024-07-02 13:51:14 +03:00
Cohee da11ffe874 #2457 Remove screen size breakpoint from iOS cope styles 2024-07-02 07:37:07 +00:00
Cohee e8c5ce0669
Merge pull request #2455 from SillyTavern/sanitize-group-members
validate group that all members exist
2024-07-02 10:30:17 +03:00
Cohee b6de77935b Fix quotes style 2024-07-02 07:29:14 +00:00
Wolfsblvt 08d21e9b17 Fix warning on dynamic-styles init 2024-07-02 02:15:44 +02:00
Wolfsblvt 52b64a823d validate group that all members exist 2024-07-02 02:00:39 +02:00
Wolfsblvt 21c064fc5b Fix {{currentSwipeId}} not returning first swipe 2024-07-02 01:28:52 +02:00
Cohee c91e7dd948 Add relative suffix to timediff macro output 2024-07-02 00:59:01 +03:00
Cohee 39c97f9b89 Fix undefined reference 2024-07-02 00:16:46 +03:00
WBlair1 4c600191fe Attempted Stability AI API & Stability AI UI fix. 2024-07-01 13:37:08 -07:00
WBlair1 7f73e982aa Simple Stability AI problem fix.
> Steps aren't used so they're removed!
> Same with CFG scale.
2024-07-01 12:17:54 -07:00
WBlair1 28613ce4fc Merge branch 'staging' of https://github.com/SillyTavern/SillyTavern into staging 2024-07-01 12:08:24 -07:00
WBlair1 84b8f77107 Stability AI changes to models.
> Engine = V2beta Image Generation
> Models now shows API models.
> Hidden steps, height, etc.
2024-07-01 12:04:23 -07:00
Cohee 1315f0968b Support all file formats for replace/update 2024-07-01 21:48:56 +03:00
WBlair1 4b356fbc60 Stability AI code fix.
> "break;" line had space before word. Oops.
> Stability hides steps, cfg, height, etc. when selected.
> Settings are loaded and saved.
> isValid state is modified now for Stability. Oops.
> Skips remote function for Stability.
2024-07-01 11:40:55 -07:00
WBlair1 07278fed31 Merge branch 'staging' of https://github.com/SillyTavern/SillyTavern into staging 2024-07-01 11:09:53 -07:00
WBlair1 d6b42718a6 Stability AI support. Adds Ultra, Core, SD3. 2024-07-01 11:06:35 -07:00
Succubyss e1e0ef8730
Augment Edit Box Input Enfasterment (#2450)
* edit box performance "fix"

Note: jQuery makes an adjustment to height or scrollHeight that pure JavaScript doesn't;+2 was the minimum I needed to not get a vertical scrollbar, so I went with +4

* Refactor

* Use debounce instead of throttle

---------

Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2024-07-01 20:36:18 +03:00
WBlair1 2039d5ebab Replaced V1 with V2 models instead. 2024-07-01 10:35:15 -07:00
WBlair1 e5a7ce4e3a Added StabilityAI source. 2024-07-01 09:37:17 -07:00
Cohee 2b30555f3a Use correct persona provider for /send command 2024-07-01 13:59:34 +00:00
Cohee ce92385454
Merge pull request #2453 from SillyTavern/input-popup-respect-enter-to-send
Make input popups respect "Enter to Send" setting
2024-07-01 16:45:25 +03:00
Cohee 2ff1d600fc Check for avatar file name match in sendas 2024-07-01 13:44:01 +00:00
Wolfsblvt 1f6a91ab5d Make input popups respect "Enter to Send" setting 2024-07-01 15:32:24 +02:00
Cohee 3077df40e0
Update pull_request_template.md 2024-07-01 13:19:28 +03:00
Cohee bdc7177b61
Merge pull request #2451 from Yokayo/staging
Improve ru-ru translation
2024-07-01 13:17:47 +03:00
Cohee db1768e4ca
Merge pull request #2452 from ThisIsPIRI/newchat
Skip popup when making new chat from chat list
2024-07-01 13:16:15 +03:00