KernelDeimos
bda4aed2e8
chore: add missing license headers
2024-07-09 04:10:33 -04:00
KernelDeimos
50036e954d
dev: add js-parse-and-output experiment
2024-07-09 03:40:34 -04:00
KernelDeimos
a9338b45c1
chore: update package.json
2024-07-08 17:31:50 -04:00
github-actions[bot]
c84e15ba20
chore(main): release 1.0.0
2024-07-08 13:47:44 -04:00
Nariman Jelveh
f2b551d5be
Initial commit for Dev Center
2024-07-07 18:52:37 -07:00
KernelDeimos
a43cab0c93
refactor: move puter gui to workspace
2024-07-07 17:12:55 -04:00
Nariman Jelveh
80ea655d05
close #512
2024-07-01 15:44:48 -07:00
Sam Atkins
adcd3db0ed
refactor: Move parsely into top-level packages directory
...
Parsely was missed by fa7bec3854
because
it got merged afterwards.
2024-06-28 14:19:23 -04:00
Sam Atkins
d6dd1a5bb0
feat(git): Add --color and --no-color options
...
These allow the user to force color on or off. The chalk library is used
for the output, because it's already used elsewhere in Puter and seems
like a good choice.
Ideally, the default will be based on whether stdout is a tty, but Puter
doesn't yet have that concept, so we just default to color.
2024-06-28 14:19:23 -04:00
Sam Atkins
622b6a9b92
feat(git): Implement git diff
2024-06-28 14:19:23 -04:00
KernelDeimos
6c20ababfb
chore: sync package.json
2024-06-14 23:17:58 -04:00
KernelDeimos
684b0dc059
Support configurable mod locations
2024-06-10 03:02:17 -04:00
KernelDeimos
431b0da027
tweak: fix package-lock.json
...
Using npm install appears to have different results depending on whether
or not the parent directory of the puter repository happens to have a
package.json file (ex: nested workspaces).
2024-06-09 13:14:48 -04:00
Eric Dubé
fa7bec3854
refactor: flatten the monorepo
2024-06-08 01:07:42 -04:00
KernelDeimos
4bdad75766
feat(backend): improve logger and reduce logs
2024-05-31 19:40:13 -04:00
Eric Dubé
c495ccff65
Merge pull request #408 from AtkinsSJ/git-client
...
Add a git client
2024-05-28 12:10:01 -04:00
github-actions[bot]
5146dc4981
chore(main): release 2.3.0
2024-05-24 16:22:55 -04:00
Sam Atkins
85b7587c42
Implement git help
, git version
, and subcommand infrastructure
...
Each subcommand is its own file, modeled after Phoenix's coreutils.
2024-05-22 16:00:42 +01:00
Sam Atkins
0d2ffdb380
Add boilerplate for empty git app
...
It does nothing but output a message to the console.
2024-05-22 08:56:50 +01:00
Sam Atkins
2656b47640
chore: Update xterm
...
From version 5.4.0 onwards, xterm scopes its package names as
`@xterm/foo` instead of just `xterm-foo`.
We currently have a copy of xterm.css which we use instead of directly
including the one from the `@xterm/xterm` package, so I've updated the
contents of that too.
2024-05-14 16:10:30 +01:00
KernelDeimos
a628358c9f
Fix OTP time window
2024-05-06 15:02:14 -04:00
KernelDeimos
918eb3bb67
Put otpauth back on 9.2.4
2024-05-06 02:10:22 -04:00
KernelDeimos
ecae1997aa
Maybe this??
2024-05-06 01:58:55 -04:00
KernelDeimos
54d1f05851
Install otpauth in root package.json because that... matters?
2024-05-06 01:48:25 -04:00
KernelDeimos
bbf352caa4
Add missing package-lock.json changes
2024-05-06 00:02:46 -04:00
Sam Atkins
25b35769c5
chore: Set-up eslint
...
eslint is a static analysis tool that tries to identify bugs and
mistakes in the code. We have quite a variety of code in this repo so
the config is a little complicated, but I've tried to make it clear.
It's found a *lot* of issues (over 1700), and while many of which will
not be actual problems, (it doesn't like us using window properties
without `window.`,) but some definitely are.
2024-05-02 11:21:50 +01:00
KernelDeimos
c44028f413
refactor: normalize email calls
2024-04-29 17:34:24 -04:00
KernelDeimos
65a73b5b45
Rename workspace modules to avoid confusion
2024-04-23 04:06:15 -04:00
github-actions[bot]
458f2eae4c
chore(main): release 2.2.0
2024-04-23 02:03:34 +00:00
github-actions[bot]
aa4050ee32
chore(main): release 2.1.1
2024-04-22 22:42:20 +00:00
KernelDeimos
e8dc220981
This is 2.1.0 I decided
2024-04-15 15:37:13 -04:00
KernelDeimos
25f8dbf120
Add postinstall for phoenix
2024-04-15 14:02:49 -04:00
KernelDeimos
df45e22813
Make node-pty not required
2024-04-13 13:56:57 -04:00
KernelDeimos
a31e4c19cb
Update package-lock.json
2024-04-12 21:51:49 -04:00
KernelDeimos
aa14541e50
Update package-lock.json for npm ci
2024-04-11 21:54:50 -04:00
KernelDeimos
fc5025a2a8
Simplify PuterVersionService
2024-04-11 14:37:34 -04:00
vineethvk11
bf4bc214b2
Implementing HostDiskUsageService removing diskusage dependency
2024-04-06 13:03:09 +05:30
vineethvk11
0da9e1fab3
removing storage limit for self hosters
2024-04-04 22:31:37 +05:30
KernelDeimos
4845bd28a1
Create default user
2024-03-31 21:21:17 -04:00
KernelDeimos
384a1534ec
Release backend
2024-03-30 19:08:03 -04:00
stretch07
06fc54b18e
Implement .env support for PORT property
2024-03-12 22:42:13 -07:00
Nariman Jelveh
fa42b0871e
Initial commit
2024-03-02 18:39:14 -08:00