Commit Graph

  • fa60f66057 Update helpers.js Nariman Jelveh 2024-04-22 13:13:49 -0700
  • d798a38867
    Merge branch 'main' into martini Martini 2024-04-22 17:43:21 +0800
  • a741bd5419 Make errors in /batch more preemptive KernelDeimos 2024-04-22 04:35:01 -0400
  • 8efd54490b
    Create Pr1t407 Pr1t4 2024-04-22 12:06:53 +0800
  • 4d2d4a7ca3 Fix 86888h53w KernelDeimos 2024-04-21 22:04:34 -0400
  • f9f058ad3c Fix active button KernelDeimos 2024-04-21 21:36:04 -0400
  • 2c21e85403 Fix labels KernelDeimos 2024-04-21 21:27:36 -0400
  • 5c1e6ab16b Fix false-positive password recovery response KernelDeimos 2024-04-21 18:28:39 -0400
  • f5f75dbef8
    Add link to Bug Bounty program Nariman Jelveh 2024-04-21 15:04:49 -0700
  • b0e1d693e9
    Update README.md honest-samurai 2024-04-21 22:56:05 +0100
  • e89b6fe8d7 Fix pointer event behavior KernelDeimos 2024-04-21 17:53:51 -0400
  • 6577051d64
    Add Steam Deck to DiRP Nariman Jelveh 2024-04-21 14:46:45 -0700
  • b2f5cc11b5 Fix dbrr reference KernelDeimos 2024-04-21 17:10:12 -0400
  • a1252f66cc
    Update README.md Nariman Jelveh 2024-04-21 12:50:58 -0700
  • be7856c6ca Improve menubar KernelDeimos 2024-04-21 04:23:55 -0400
  • f6c4479d48 Begin work on menubar and dropdowns KernelDeimos 2024-04-21 01:41:56 -0400
  • e8d9e8b42b
    Update README.md Nariman Jelveh 2024-04-20 20:34:52 -0700
  • ced7265eb0
    Merge pull request #306 from zinreq/main Nariman Jelveh 2024-04-20 19:46:54 -0700
  • 14098b2ff2
    Do not show the "Change Password" option when user is temporary zinreq 2024-04-20 19:42:30 -0700
  • fb93a0863b
    Merge pull request #305 from HeyPuter/eric/support-levels Eric Dubé 2024-04-20 20:02:52 -0400
  • 4088bff216 Document scope for fixes KernelDeimos 2024-04-20 19:57:35 -0400
  • 915152d3b9
    Merge pull request #296 from Xiayucheng1212/keep_params Nariman Jelveh 2024-04-20 16:45:05 -0700
  • 2ecea9a7b0 Prevent XSS by escaping user_set_url_params Nariman Jelveh 2024-04-20 16:34:15 -0700
  • dc2a620b4e
    Merge pull request #304 from HeyPuter/eric/stdio-bridge/2 Eric Dubé 2024-04-20 19:29:15 -0400
  • 8648a303f1 use puter.js to retrieve server info Nariman Jelveh 2024-04-20 15:29:33 -0700
  • 6a65ca4ebd
    Merge pull request #303 from Eric-Lighthall/login-server-info Nariman Jelveh 2024-04-20 10:12:31 -0700
  • 58b83c27f2 Remove large log KernelDeimos 2024-04-20 07:23:26 -0400
  • 338d925bcc Fetch server info from versionservice.js module Eric Lighthall 2024-04-20 02:24:33 -0700
  • 7e2c4a0a1c Add server/version info on login page Eric Lighthall 2024-04-20 02:18:23 -0700
  • 9822be5df4 Add version service module for fetching server information Eric Lighthall 2024-04-20 01:06:53 -0700
  • cf5c62bcfc
    Update README.md to add more DiRPs Nariman Jelveh 2024-04-19 23:52:41 -0700
  • 27553ef926 Cleanup KernelDeimos 2024-04-19 23:35:56 -0400
  • 3f249fcc89 Fix pipes KernelDeimos 2024-04-19 23:31:23 -0400
  • c3654ab148 Add more streaming fixes KernelDeimos 2024-04-19 23:24:32 -0400
  • 0e9e8d41d9 Fix authorizer not defined KernelDeimos 2024-04-19 17:12:08 -0400
  • 2f49c1c9b0 Remove a whole load of noisy log messages Sam Atkins 2024-04-19 17:29:26 +0100
  • 072dbe8db5 Make BetterReader buffer and cancel, to fix stdin data loss Sam Atkins 2024-04-18 17:39:13 +0100
  • da208e23f5 Add a valve and internal pipe to commands KernelDeimos 2024-04-17 12:22:53 -0400
  • 222a617c44 Phoenix: Use regular code path to run built-in apps Sam Atkins 2024-04-17 13:37:49 +0100
  • e355c77a4a Phoenix: Wait for apps to finish executing, and connect stdio to them Sam Atkins 2024-04-17 16:31:31 +0100
  • 639653dac2 Report when a non-SDK app closes Sam Atkins 2024-04-17 11:47:30 +0100
  • 0aa5543397 Let AppConnection know if its target app uses the Puter SDK Sam Atkins 2024-04-17 11:14:33 +0100
  • dfdda4f3b9 Extract some helper functions for accessing a window/iframe by uuid Sam Atkins 2024-04-17 10:08:42 +0100
  • 8cf58d7fc6
    Merge pull request #299 from Eric-Lighthall/reduce-console-flicker Eric Dubé 2024-04-19 07:47:41 -0400
  • 4783e3eae4 Optimize console redraw by tracking widget changes Eric Lighthall 2024-04-19 00:48:36 -0700
  • 2735a79e6e Attempt to make BetterReader buffer and cancel eric/stdio-bridge/1 KernelDeimos 2024-04-19 01:48:07 -0400
  • 4931ad3960
    Merge pull request #297 from AtkinsSJ/test-minimum-version Eric Dubé 2024-04-18 14:41:20 -0400
  • d1db4a11ef WIP: Some incorrect things, and logging, will clean up later Sam Atkins 2024-04-18 17:39:13 +0100
  • 27fb88fd75 Add a valve and internal pipe to commands KernelDeimos 2024-04-17 12:22:53 -0400
  • bec2d62e2f Phoenix: Use regular code path to run built-in apps Sam Atkins 2024-04-17 13:37:49 +0100
  • 3526d5d9eb Phoenix: Wait for apps to finish executing, and connect stdio to them Sam Atkins 2024-04-17 16:31:31 +0100
  • 2890f19bfd Report when a non-SDK app closes Sam Atkins 2024-04-17 11:47:30 +0100
  • cce5cda640 Let AppConnection know if its target app uses the Puter SDK Sam Atkins 2024-04-17 11:14:33 +0100
  • b03f6fae6d Extract some helper functions for accessing a window/iframe by uuid Sam Atkins 2024-04-17 10:08:42 +0100
  • 5ad78a5ebb Expand supported versions that we test in CI Sam Atkins 2024-04-18 14:40:24 +0100
  • dc95f2e065 Phoenix: Support older Node versions in test harness Sam Atkins 2024-04-18 14:35:24 +0100
  • 0361ceba6c Normalize session objects to have both user_uid and user_id KernelDeimos 2024-04-17 23:22:10 -0400
  • 4ecc7372f9 Fix issue with use_bundled_gui flag KernelDeimos 2024-04-17 22:59:22 -0400
  • dbcd627815 Apply various small fixes KernelDeimos 2024-04-17 20:57:44 -0400
  • 6061c81c36 Update get-launch-apps.js Nariman Jelveh 2024-04-17 17:58:11 -0700
  • c1aee61da1
    Update README.md Nariman Jelveh 2024-04-17 10:14:10 -0700
  • c9a8c23d50 Update license header KernelDeimos 2024-04-17 13:14:03 -0400
  • f0d3346ca7 Update session.last_touch always KernelDeimos 2024-04-17 13:03:32 -0400
  • e8ca6376be Avoid logging sensitive query params KernelDeimos 2024-04-17 12:51:30 -0400
  • c48c134869 Remove verbose log KernelDeimos 2024-04-17 12:42:12 -0400
  • 49e334521d Update timers KernelDeimos 2024-04-17 12:41:43 -0400
  • 04a641adc2
    Merge pull request #291 from AtkinsSJ/test-submodules Eric Dubé 2024-04-17 10:08:43 -0400
  • 2210652643
    Merge pull request #295 from AtkinsSJ/remove-phoenix-css Eric Dubé 2024-04-17 10:07:33 -0400
  • 8713db3d55 Fix params lost Xiayucheng1212 2024-04-17 19:45:01 +0800
  • f2e8b5ee3e Phoenix: Remove unwanted CSS includes Sam Atkins 2024-04-17 11:05:03 +0100
  • 7e0c6c6470 Fix last_activity_ts KernelDeimos 2024-04-16 19:30:30 -0400
  • 19c49db538 Improve sessions KernelDeimos 2024-04-16 18:57:02 -0400
  • ea40ac1e53 Re-enable Phoenix tests Sam Atkins 2024-04-16 13:50:14 +0100
  • 653898b463 Report proper error when an operation is invalid KernelDeimos 2024-04-15 22:27:03 -0400
  • c07d0a2bc7 Set NO_VAR_RUNTIME in Dockerfile KernelDeimos 2024-04-15 20:47:27 -0400
  • 9bb221a0d7 Fix Dockerfile KernelDeimos 2024-04-15 18:58:28 -0400
  • e4f2c4a28b
    Merge pull request #280 from vineeth-vk11/#206 Eric Dubé 2024-04-15 17:55:52 -0400
  • 3a4858b83c
    Merge pull request #286 from AtkinsSJ/background-settings Eric Dubé 2024-04-15 17:55:09 -0400
  • 826ea36502 Add use_bundled_gui option KernelDeimos 2024-04-15 17:50:44 -0400
  • 397819d45e Add missing endpoint /down KernelDeimos 2024-04-15 16:38:03 -0400
  • 66fecf88ef Fix funny context menu on task manager KernelDeimos 2024-04-15 15:58:07 -0400
  • e8dc220981 This is 2.1.0 I decided v2.1.0 KernelDeimos 2024-04-15 15:37:13 -0400
  • 1c2b05d8f6 Fix phoenix for auto ports KernelDeimos 2024-04-15 15:34:58 -0400
  • f3495f3098 Fix xterm.css not loading KernelDeimos 2024-04-15 14:46:16 -0400
  • 081b093e7e Add missing asset for xterm, fix SDK url KernelDeimos 2024-04-15 14:43:15 -0400
  • 4d30753958 Fix more phoenix dev issues KernelDeimos 2024-04-15 14:25:40 -0400
  • c72e0cb0e0 Fix phoenix watcher KernelDeimos 2024-04-15 14:08:50 -0400
  • 25f8dbf120 Add postinstall for phoenix KernelDeimos 2024-04-15 14:02:49 -0400
  • 868202ba41 Settings: Add desktop-background setting to 'Personalization' tab Sam Atkins 2024-04-15 17:33:54 +0100
  • c6b0ed32bf Settings: Move 'Clock' tab into its own file Sam Atkins 2024-04-15 17:07:37 +0100
  • 17adef11a6 Settings: Move 'Language' tab into its own file Sam Atkins 2024-04-15 17:24:16 +0100
  • 6d1c807879 Settings: Move 'Personalization' tab into its own file Sam Atkins 2024-04-15 16:50:29 +0100
  • 0ed5b20627 Settings: Move 'Account' tab into its own file Sam Atkins 2024-04-15 16:51:31 +0100
  • f5175941d9 Settings: Move 'Usage' tab into its own file Sam Atkins 2024-04-15 16:51:18 +0100
  • e2f048ec2d Settings: Move 'About'-specific logic and data into UITabAbout.js Sam Atkins 2024-04-15 16:51:07 +0100
  • 2717444c29 Oops KernelDeimos 2024-04-15 12:17:09 -0400
  • b21755b5a3 Fix casualty of phoenix due to Docker naming conventions KernelDeimos 2024-04-15 12:12:28 -0400
  • 12a810e241 Re-add Puter platform support for phoenix Sam Atkins 2024-04-15 13:42:27 +0100
  • 37ff97b52f Thanks minify KernelDeimos 2024-04-15 03:59:39 -0400
  • b897598fac
    Merge pull request #282 from HeyPuter/eric/task-manager Eric Dubé 2024-04-15 03:53:51 -0400