ATAG
bdbe773ff2
doc: add freebsd-specific instructions to first-run-issues.md
...
Fix the missing 'sharp' dependency on FreeBSD, since it doesn't have prebuilt binaries for this OS.
2025-06-03 15:19:56 -04:00
Krishna
d885ea5772
fix: enable and fix date command tests
...
Closes #796
2025-06-03 15:04:01 -04:00
KernelDeimos
a402528018
dev: add explicit error for undefined auth token
2025-06-03 14:52:01 -04:00
jelveh
5bfd10f845
Enable fullpage_on_loading by default for new apps
2025-06-01 22:10:21 -07:00
KernelDeimos
e9b249c74f
doc: clarify formatting changes in PRs
2025-05-30 17:28:05 -04:00
Tanmay Patwary
feb45d192f
doc: clarify CostService usage and improve metered services discoverability
2025-05-28 02:52:49 -04:00
Nariman Jelveh
a39af1884e
Merge pull request #1286 from ProgrammerIn-wonderland/main
2025-05-27 13:37:39 -07:00
ProgrammerIn-wonderland
99cf2cad67
remove log
2025-05-27 16:36:23 -04:00
ProgrammerIn-wonderland
54ec707f7f
support for request bodies
2025-05-27 16:34:58 -04:00
jelveh
345c628262
add the code option to puter.print
2025-05-26 15:38:38 -07:00
Nariman Jelveh
e227b92f36
Merge pull request #1284 from ProgrammerIn-wonderland/main
...
Networking: dont sent authentication header if puter.authToken is undefined
2025-05-26 15:06:52 -07:00
ProgrammerIn-wonderland
d1a9bed107
Networking: dont sent authentication header if puter.authToken is undefined
2025-05-26 18:05:59 -04:00
Neal Shah
bcbf852f5c
tweak: make auth UI not required for now ( #1283 )
2025-05-26 17:36:28 -04:00
KernelDeimos
1024fe28c3
dev: update wisp service for guest tokens
2025-05-26 17:28:50 -04:00
Tanmay Patwary
7831d12d42
chore: sync extension events documentation with backend changes
2025-05-26 17:03:38 -04:00
KernelDeimos
ccdb678937
fix: save_account lock timeout
...
There was a setTimeout here that was supposed to be replaced with the
timeout feature on LockService, but it looks like that never happened.
2025-05-26 13:31:03 -04:00
KernelDeimos
1a0718028b
dev: migrate toolbar labels to i18n
2025-05-26 13:04:10 -04:00
KernelDeimos
9c78c0d3f7
dev: rename 'puter.log' to 'puter.logger'
2025-05-26 11:31:16 -04:00
jelveh
951bc0ea7a
Only show Puter Dialog when needed
2025-05-23 19:50:47 -07:00
KernelDeimos
dbdebec635
dev: disable preauth for now
2025-05-23 17:50:14 -04:00
KernelDeimos
340871295e
dev: pre-auth
2025-05-23 17:33:24 -04:00
KernelDeimos
6363f6307c
dev: make it possible to handle requests from extension
2025-05-23 17:00:15 -04:00
KernelDeimos
fde1a11515
dev: add request.will-be-handled event
2025-05-23 16:23:46 -04:00
KernelDeimos
ca3acf13c1
fix: wrong symbol in previous commit
2025-05-22 15:42:43 -04:00
KernelDeimos
2cd5b3cb49
fix: prevent health check from surpressing traces
...
Stack traces aren't logged when a health check failure occurs. This was
caused by interfacing with AlarmService directly instead of using the
error service.
2025-05-22 15:20:05 -04:00
jelveh
5a6b299e78
Update AI.js
2025-05-22 11:13:01 -07:00
jelveh
d2cc550c96
add claude sonnet 4 and claude opus 4
2025-05-22 10:45:26 -07:00
jelveh
491cf506de
Update index.js
2025-05-21 19:51:30 -07:00
jelveh
b703b60977
omg this is getting out of hand
2025-05-21 19:40:50 -07:00
jelveh
f765180c1b
well, puter.log is taken so going to change puter.print instead
2025-05-21 19:21:52 -07:00
jelveh
f6786b8895
introduce the puter.log() method
2025-05-21 18:50:15 -07:00
jelveh
7f699302a4
Trying out the XSS-safe approach for puter.print
2025-05-21 18:11:51 -07:00
Nariman Jelveh
bd8d141879
Merge pull request #1273 from ProgrammerIn-wonderland/main
...
Housekeeping: Get rid of puter.http/puter.https
2025-05-20 18:56:03 -07:00
ProgrammerIn-wonderland
6af0cddfc6
Housekeeping: Get rid of puter.http/puter.https
2025-05-20 21:38:34 -04:00
Nariman Jelveh
cfdf2b304e
Merge pull request #1272 from ProgrammerIn-wonderland/main
...
fix TLS stream premature close issue
2025-05-20 18:29:35 -07:00
ProgrammerIn-wonderland
75f0e043ea
fix TLS stream premature close issue
2025-05-20 21:26:44 -04:00
Nariman Jelveh
aeac68750b
Merge pull request #1271 from ProgrammerIn-wonderland/main
...
Add support for chunked encoding in puter.net.fetch
2025-05-20 18:23:56 -07:00
ProgrammerIn-wonderland
0d48389c40
code formatting
2025-05-20 21:04:34 -04:00
ProgrammerIn-wonderland
7a6df9a63f
change todo
2025-05-20 21:03:28 -04:00
ProgrammerIn-wonderland
af2df13619
add support for chunked encoding
2025-05-20 21:01:09 -04:00
Nariman Jelveh
17e50243f9
Merge pull request #1270 from ProgrammerIn-wonderland/main
...
fix accidental checking of requestHead when responseHead should be checked
2025-05-20 15:03:36 -07:00
ProgrammerIn-wonderland
2a16a2502b
fix accidental checking of requestHead when responseHead should be checked
2025-05-20 18:01:57 -04:00
Nariman Jelveh
9b3aa2508d
Merge pull request #1269 from ProgrammerIn-wonderland/main
...
Puter.net.fetch -- cors exempt wisp based fetch
2025-05-20 14:29:29 -07:00
ProgrammerIn-wonderland
95f1656780
initial puter.net.fetch implementation
2025-05-20 17:27:10 -04:00
ProgrammerIn-wonderland
9fdca11070
fix auth flow on subsequent loads
2025-05-20 16:40:38 -04:00
KernelDeimos
8d371b9e7b
dev: remove default token limit from Openrouter
2025-05-19 18:52:05 -04:00
KernelDeimos
76b973cd41
dev: add additional debugging for stream AI errors
2025-05-19 17:24:47 -04:00
KernelDeimos
8a0619af26
dev: reduce visible log output by default
...
- introduce concern-based log categories
- ensure debug-level logs aren't shown without DEBUG env variable
- remove some unnecessary/outdated logs
- add concern fields to services and log instantiations
2025-05-19 16:41:42 -04:00
KernelDeimos
cecc9f23dc
fix: pass dedupe_name to mkshortcut via batch
2025-05-18 21:00:58 -04:00
jelveh
93645cd0ae
remove redundant console.logs
2025-05-18 17:37:40 -07:00