6e250eafcd
Fix shrunken group wrapper controls
2024-04-08 15:18:08 +03:00
0c41ab6090
Fix chatIdHash being empty on the first evaluation
2024-04-08 15:10:15 +03:00
bd48930a20
Merge pull request #2037 from LenAnderson/qr-editor-tabsize-run
...
More QR editor options
2024-04-08 14:59:25 +03:00
c55181f955
Fix control alignment funkiness
2024-04-08 14:55:31 +03:00
72792ae9f9
Basic account management
2024-04-08 02:38:20 +03:00
40b3640fa2
Fix group join prefix/suffix controls state on render
2024-04-08 00:34:21 +02:00
63cbfda9b1
add ctrl-enter to execute from editor
2024-04-07 17:01:26 -04:00
21d3a7dc3e
add tab size setting to QR editor
2024-04-07 17:01:02 -04:00
3ed0564d73
add default value to qr editor wrap setting
2024-04-07 16:59:50 -04:00
3f3e23420d
Working login flow
2024-04-07 23:08:19 +03:00
f4fcbff17e
Fix spacing on field join for empty suffix/prefix
2024-04-07 21:23:45 +02:00
4a4296127c
Group chat-specific join prefix/suffix for char fields
...
- Add group chat setting fields for "prefix" and "suffix"
- Settings will be visible when any "join" setting is selected
- each part will be surrounded, which optional macro replacements on the prefix/suffix
2024-04-07 21:12:41 +02:00
b027c04066
Remove chat save on pick macro
2024-04-07 20:37:05 +02:00
af8627b999
Merge branch 'neo-server' of https://github.com/SillyTavern/SillyTavern into neo-server
2024-04-08 03:07:55 +09:00
6ad0364ace
add login
2024-04-08 03:07:53 +09:00
0230177d27
Optimize server user storage use
2024-04-07 20:36:07 +03:00
f8bf70f0cb
Merge branch 'neo-server' of https://github.com/SillyTavern/SillyTavern into neo-server
2024-04-08 02:22:46 +09:00
f0aa0c5540
imp user creation, split out from loader.js (still disabled)
2024-04-08 02:22:44 +09:00
6be86be0a7
Save user session to cookies
2024-04-07 19:12:22 +03:00
5ad498f3ca
Merge branch 'neo-server' of https://github.com/SillyTavern/SillyTavern into neo-server
2024-04-08 00:18:23 +09:00
c0264f1cd6
mockup user select modal (disabled)
2024-04-08 00:18:21 +09:00
0f105e0300
Fix circular deps, add Helmet https://helmetjs.github.io/
2024-04-07 18:11:23 +03:00
f3f29cfe0b
Merge pull request #2035 from caesarw/feat/build-nightly-staging-image
...
Fix the wrong tags for the scheduled nightly build
2024-04-07 17:49:36 +03:00
c6ffe4502a
Add user management endpoints
2024-04-07 17:44:40 +03:00
299ee3ae90
Fix the wrong tags for the scheduled nightly build
...
* simplified the checkout process
* fixed the wrong tags for the scheduled builds (used to be `release`,
now it should be `staging`)
* upgraded the `checkout` action to v4.1.2 (no warnings anymore)
2024-04-07 14:37:54 +00:00
b07aef02c7
Persist CSRF and cookie secrets across server launches
2024-04-07 16:41:23 +03:00
63117653bb
Merge pull request #2030 from Wolfsblvt/fix-empty-lines-on-group-squash
...
Fix empty lines on group squashing of char fields
2024-04-07 15:37:49 +03:00
3da81db3f6
Merge pull request #2033 from Wolfsblvt/fallback-expression-setting
...
Add extension setting for fallback expression
2024-04-07 15:28:45 +03:00
e26c7827bc
Fallback expression reset if custom expression deleted
2024-04-07 06:26:48 +02:00
2ffb44b4e1
Add extension setting for fallback expression
2024-04-07 06:12:52 +02:00
82a30b6ba5
Fix pick macro rerolling on branches/renames
2024-04-07 04:40:15 +02:00
9c3f9f0ee1
Fix empty lines on group squashing of char fields
2024-04-07 03:57:58 +02:00
17537492b2
Merge pull request #2028 from Wolfsblvt/respect-swipes-on-macros
...
Fix currently reswiped messages being returned on macros
2024-04-07 03:18:07 +03:00
d7513aecb0
Merge pull request #2029 from Wolfsblvt/fix-persona-name-in-examples
...
Fix forced persona name not being added to examples
2024-04-07 03:12:30 +03:00
11193896b2
Add data migration procedure
2024-04-07 03:01:55 +03:00
5df454640f
Fix forced persona name not being added to examples
2024-04-07 01:57:59 +02:00
b07a6a9a78
Update all endpoints to use user directories
2024-04-07 01:47:07 +03:00
d5cb4f403a
Fix currently reswiped messages being returned on macros
...
- Build one utility function to get the last message id matching a criteria
- Fix all macros referencing last message still returning a now being reswiped message
2024-04-07 00:06:38 +02:00
b8ea75f79f
Merge branch 'staging' into release
2024-04-06 20:38:58 +03:00
fcc8051d38
Fix event propagation
2024-04-06 20:35:25 +03:00
24ae6eb49c
Merge branch 'staging' into release
2024-04-06 20:18:11 +03:00
866f514d19
Fix undefined in tag tooltip
2024-04-06 20:17:58 +03:00
b18921de7f
Merge branch 'staging' into release
2024-04-06 20:15:20 +03:00
c752a54c62
Fix actionable filters
2024-04-06 20:14:55 +03:00
cd5aec7368
Split user directories from public, part 1
2024-04-06 20:09:39 +03:00
b3b7017bf2
Move default QR and MovingUI to content manager
2024-04-06 17:55:53 +03:00
59daeeb37a
Move default backgrounds to content manager
2024-04-06 17:43:59 +03:00
ec896b8a12
Add themes to content manager
2024-04-06 17:28:57 +03:00
48295bc378
Update docker-publish.yml
2024-04-06 16:04:05 +03:00
b4fcfcd6d6
Update docker-publish.yml
2024-04-06 16:01:58 +03:00