KernelDeimos
9fa12d43fc
fix: only show 2fa when available
2024-08-18 00:42:58 -04:00
KernelDeimos
6e325fa000
fix: requirement for email_confirmed in backend
2024-08-18 00:42:58 -04:00
KernelDeimos
ef245b70df
fix: do primary read of user after setting email_confirmed
2024-08-17 17:20:31 -04:00
KernelDeimos
0519b4a71b
fix: require confirmed email for public folder
2024-08-17 16:36:59 -04:00
Nariman Jelveh
3f520e13f3
remove cover iframe for public folders
2024-08-17 12:29:32 -07:00
KernelDeimos
ceecf54357
chore: sync versions
2024-08-17 15:13:12 -04:00
Nariman Jelveh
4e37064f47
fix issues public folder paths
2024-08-17 11:34:53 -07:00
Nariman Jelveh
88e8e33dc2
take into account feature flags for sharing
2024-08-17 11:11:36 -07:00
KernelDeimos
4561b8937d
feat: report feature flags in /whoami
2024-08-15 19:14:59 -04:00
Ikko Eltociear Ashimine and GitHub
959a0f4e39
chore: update SystemFSEntryService.js
...
propery -> property
2024-08-16 00:25:30 +09:00
KernelDeimos
d032ab7d24
chore: update tiktoken
2024-08-14 21:08:29 -04:00
KernelDeimos
a821dc67d5
tweak: add driver to implicit admin permissions
2024-08-14 19:42:57 -04:00
KernelDeimos
209555c1d9
feat: make public folders a config opt-in
2024-08-14 17:20:49 -04:00
KernelDeimos
461ea3eae6
feat: add feature flag for /share
2024-08-14 17:20:49 -04:00
KernelDeimos
d4319ea072
fix: sqlite condition in MonthlyUsageService
2024-08-14 17:20:09 -04:00
Ranegg
cb8d0fa011
Added Finnish translations related to issue #536
2024-08-12 19:35:41 +03:00
Joel Sjögren
0c4690e39c
completed translation english to swedish in sv.js
2024-08-11 10:54:57 +02:00
Nariman Jelveh and GitHub
37edb78fe9
Merge pull request #658 from NGunjyal01/fix/533/Translation-English-To-Danish
...
completed translation english to danish in da.js
2024-08-10 16:30:46 -07:00
KernelDeimos
3f07ead1b9
fix: add context to event listener aiife
2024-08-09 16:50:39 -04:00
unknown
00e8b81d16
completed translation english to danish in da.js
2024-08-09 23:16:52 +05:30
unknown
200cc4680b
Completed Transaltion of English To Portuguese from Portugal
2024-08-09 20:34:23 +05:30
KernelDeimos
e60632343b
sync: cross origin + small gui updates
2024-08-08 21:24:10 -04:00
KernelDeimos
783cf57934
sync: update hardcoded permissions
2024-08-08 17:23:30 -04:00
KernelDeimos
5b74b4affa
fix: missing method in SLink
2024-08-08 17:22:34 -04:00
KernelDeimos
e2f35b4844
dev: CLink and SLink classes
2024-08-08 15:13:32 -04:00
KernelDeimos
c213b21bee
move: BroadcastService to [+] BroadcastModule
2024-08-08 15:13:32 -04:00
KernelDeimos
cea29645fe
feat: add message encryption between Puter peers
2024-08-08 15:13:32 -04:00
KernelDeimos
476acae0e0
fix: disable unconfigured ai services
2024-08-05 16:04:25 -04:00
KernelDeimos
7aece26f4b
tweak: add default driver mapping
2024-08-03 21:07:56 -04:00
KernelDeimos
9a9bd5eaf0
feat: add test_mode flag
2024-08-03 21:07:56 -04:00
KernelDeimos
78fa77d920
feat: add tts driver to puterai module
2024-08-03 21:07:56 -04:00
KernelDeimos
fb26fdbc56
feat: add image generation driver to puterai module
2024-08-03 21:07:56 -04:00
KernelDeimos
4e3bd1831e
feat: add chat completions driver to puterai module
2024-08-03 21:07:56 -04:00
KernelDeimos
ef6671da18
feat: add --overwrite-config and configurable uuid masking
...
This is in preparation for the chat completions driver. OpenAI asks that
a user ID be provided in requests when service is being provided to
other users, so we deterministically generate different UUIDs for this
purpose to prevent user information from being exposed.
2024-08-03 21:07:56 -04:00
KernelDeimos
f924d48b02
feat: add textract driver to puterai module
2024-08-03 21:07:56 -04:00
KernelDeimos
b520783bf4
fix: add missing driver parameter to /call endpoint
2024-08-03 21:07:56 -04:00
KernelDeimos
1f059c330c
dev: update FileFacade to use LLRead
2024-08-03 21:07:56 -04:00
Nariman Jelveh
475eb13fb3
add checkmark to selected language in the settings window
2024-08-02 14:00:44 -07:00
Nariman Jelveh
fcb38aee87
Update translations.js to add Hebrew files
2024-08-01 23:53:56 -07:00
Razy F
fa2702183c
Add the new he.js translation filee
2024-08-02 09:06:34 +03:00
Nariman Jelveh
a2255521f2
Escape rootItems in Dev Center before printing
2024-08-01 18:54:10 -07:00
Nariman Jelveh and GitHub
11658beb18
Merge branch 'main' into main
2024-08-01 00:03:03 -07:00
Nariman Jelveh and GitHub
ed4d74d27d
Merge pull request #648 from ljyamada/issue514
...
Complete Korean translation #541
2024-07-31 23:53:54 -07:00
Noru V
e8b57debe9
Updated plural suffix problem related to showing the number of items when you use Explorer
2024-08-01 11:09:18 +09:00
Noru V
1063b6c1ab
Updated Korean translation file
2024-08-01 10:28:24 +09:00
haruto
eeda878554
Complete Korean translation #541
...
Complete Korean translation based on English file #541
2024-08-01 10:00:19 +09:00
Nariman Jelveh and GitHub
b35428ddd3
Merge pull request #646 from RandomStrangerOnTheInternet/main
...
Update Dutch translations
2024-07-31 17:07:16 -04:00
KernelDeimos
8b11937365
dev: fix incomplete support for multipart driver requests
2024-07-31 17:06:50 -04:00
KernelDeimos
7a09c5c47a
doc: add example requests
2024-07-31 17:06:50 -04:00
KernelDeimos
c28f2cb4df
dev: add service to test images through drivers
2024-07-31 17:06:50 -04:00