KernelDeimos
90967ab109
dev: add ico support
2024-12-18 12:05:11 -05:00
KernelDeimos
20d27d59bf
dev: create pre-sized icons for apps
2024-12-17 12:57:03 -05:00
Nariman Jelveh
40ea2a3f02
Revert "Created test cases for issue #878 "
2024-12-08 11:31:47 -08:00
Nariman Jelveh
c8894c7d4c
Merge branch 'main' into warning_dialog
2024-12-08 11:29:52 -08:00
e5z26
2ca1f71595
removed jsdom in test file
...
removed because wasn't being used
2024-12-07 19:09:22 -05:00
KernelDeimos
545e7db5bd
fix: test issues from contextlink removal
...
Apparently there were two things:
- had to remove contextlink from the test command (that was expected)
- can't import libs from putility in the test environment. The error
produced for this doesn't really explain why.
2024-12-06 12:09:23 -05:00
jelveh
2d4312972a
feat: automatically open the browser when starting Puter
2024-11-21 22:51:43 -08:00
KernelDeimos
d93fd419e4
dev: add human_readable_age to /whoami
2024-11-21 11:03:40 -05:00
KernelDeimos
823ab28448
test: update test invocation
2024-10-10 03:19:28 -04:00
KernelDeimos
cc4ab1cb36
fix: html-webpack-plugin dev dep
2024-09-04 23:56:23 -04:00
KernelDeimos
ae25711a13
update package.json for local testing
2024-07-18 17:02:31 -04:00
KernelDeimos
614f2c5061
fix: fix CI attempt #7
2024-07-18 16:44:11 -04:00
KernelDeimos
9d549b192d
fix: fix CI attempt #6
2024-07-18 16:38:56 -04:00
Nariman Jelveh
d9a90a67c1
let me try fixing mocha!
2024-07-18 13:30:05 -07:00
KernelDeimos
3bca973f5f
fix: fix CI attempt #3
2024-07-18 16:20:57 -04:00
KernelDeimos
aebe89a1ac
fix: fix CI attempt #2
2024-07-18 16:16:31 -04:00
KernelDeimos
58c199c153
fix: run mocha within packages in monorepo
2024-07-18 16:10:45 -04:00
KernelDeimos
ab74f1ee8d
release: v2.4.1
2024-07-11 19:41:08 -04:00
KernelDeimos
3a7221dba5
chore: cleanup root directory
2024-07-09 04:18:55 -04:00
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
47f76ccc89
dev: add file walker
2024-07-09 03:15:51 -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
KernelDeimos
a43cab0c93
refactor: move puter gui to workspace
2024-07-07 17:12:55 -04:00
KernelDeimos
684b0dc059
Support configurable mod locations
2024-06-10 03:02:17 -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
github-actions[bot]
5146dc4981
chore(main): release 2.3.0
2024-05-24 16:22:55 -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
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
Sam Atkins
ea40ac1e53
Re-enable Phoenix tests
...
This also runs the tests for contextlink, which I think we previously
never ran. I don't see any other packages that define an `npm test`
command. Having to manually list all the sub-package test directories in
the top-level package.json is a bit unfortunate, but it works.
For Puter itself we support Node 16.x IIRC, but Phoenix requires at
least 20.x currently.
2024-04-16 13:57:02 +01:00
KernelDeimos
e8dc220981
This is 2.1.0 I decided
2024-04-15 15:37:13 -04:00
KernelDeimos
4d30753958
Fix more phoenix dev issues
2024-04-15 14:25:40 -04:00
KernelDeimos
25f8dbf120
Add postinstall for phoenix
2024-04-15 14:02:49 -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
384a1534ec
Release backend
2024-03-30 19:08:03 -04:00
Sam Atkins
3f27608850
Add a script to check our translation files are valid
...
Checks the following:
- Translation files are valid JS
- Each translation file is registered in translations.js
- Each translation's code matches its name
- Translation dictionaries only contain keys that exist in the English
translation.
2024-03-21 10:53:06 +00:00
Sam Atkins
5f18032737
Migrate to JavaScript modules
2024-03-20 14:10:39 +00: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