Commit Graph

  • 06a8bd45d6 bump textual.js main v1.1.2 Will McGugan 2025-04-16 13:12:10 +01:00
  • 1ff7df72c3 update textual.js Will McGugan 2025-04-16 12:07:29 +01:00
  • 6d13319e68 fix slash issue Will McGugan 2024-09-10 10:38:49 +01:00
  • 3ddc373822 version bump Will McGugan 2024-08-30 16:20:02 +01:00
  • 5b0e98f6ed update js Will McGugan 2024-08-30 16:18:35 +01:00
  • e9f6a4a354 add name to chunk request Will McGugan 2024-08-29 15:39:33 +01:00
  • 234fef597e Merge pull request #10 from HoughIO/fix_websocket_over_https Will McGugan 2024-08-29 15:30:33 +01:00
  • ca88974858 Merge pull request #15 from Textualize/save-file Darren Burns 2024-08-29 12:33:13 +01:00
  • 8b94894fc6 Update docstring Darren Burns 2024-08-29 10:35:49 +01:00
  • a5ddc3aa0b Add docstrings for Download object Darren Burns 2024-08-29 10:08:50 +01:00
  • 609d36376d Fix Textual dependency - dont use local source Darren Burns 2024-08-28 13:53:11 +01:00
  • e4ec2a5f82 Handling downloads cancelled on the browser Darren Burns 2024-08-28 13:05:13 +01:00
  • afbc2397d5 Error handling in the download manager Darren Burns 2024-08-27 14:33:44 +01:00
  • 55bed56a35 PR feedback Darren Burns 2024-08-26 16:10:23 +01:00
  • 9f547d397d Remove drain Darren Burns 2024-08-26 14:52:49 +01:00
  • 137de8e878 Update binary encoding Darren Burns 2024-08-21 10:13:22 +01:00
  • 0dcf8591bb Update to latest JS Darren Burns 2024-08-20 16:10:05 +01:00
  • 8373f551be Swap msgpack for binary encode Darren Burns 2024-08-20 16:06:52 +01:00
  • 1a65ec4c5c Add _binary_encode.py Darren Burns 2024-08-20 16:05:45 +01:00
  • afcbd4ae04 Remove msgpack and msgpack-types dependencies Darren Burns 2024-08-20 16:04:37 +01:00
  • e60d101073 Update downloading file example app Darren Burns 2024-08-20 15:53:56 +01:00
  • 138bfa9235 Updating js Darren Burns 2024-08-20 13:11:07 +01:00
  • bda4cb81c3 Improve download example with different types of download Darren Burns 2024-08-15 10:44:41 +01:00
  • 57990e3d8f Remove unused import Darren Burns 2024-08-14 16:44:54 +01:00
  • fc946f6008 Supporting chunks as strings Darren Burns 2024-08-14 14:19:28 +01:00
  • f6be9157ce Remove debugging print Darren Burns 2024-08-14 14:04:41 +01:00
  • f7dcadc544 Ensure encoding is passed through Darren Burns 2024-08-13 14:33:16 +01:00
  • 6726a39f7b Using IO objects Darren Burns 2024-08-13 11:46:27 +01:00
  • fa19aeef3a Remove unnecessary lock Darren Burns 2024-08-13 10:24:38 +01:00
  • 15e67c89db move msg-pack types to dev deps Darren Burns 2024-08-12 16:18:03 +01:00
  • c4a174682b Update dev deps comment Darren Burns 2024-08-12 14:43:45 +01:00
  • 5d0a747ad9 Lockfile Darren Burns 2024-08-12 14:41:38 +01:00
  • 53c1b4b3ae Reverting version of Textual Darren Burns 2024-08-12 14:41:12 +01:00
  • c9d22fdb73 Setting Content-Type with MIME type and encoding Darren Burns 2024-08-12 13:23:35 +01:00
  • 2c7ee2abfc Fixing coding error around checking for empty chuunks Darren Burns 2024-08-09 11:00:50 +01:00
  • c89d2f5e3e Progress on delivering files Darren Burns 2024-08-07 17:01:46 +01:00
  • efe1c893e2 Returning a 404 if the download key is invalid Darren Burns 2024-08-07 14:34:13 +01:00
  • 24a24b34f2 Streaming response, cleaning up unused code Darren Burns 2024-08-07 14:31:23 +01:00
  • 1d6ef49f0f Typo fix Darren Burns 2024-08-07 11:44:58 +01:00
  • c24eae2ba8 Handling chunks in an async generator Darren Burns 2024-08-07 11:44:27 +01:00
  • f9a4f53d15 Cleaning up resources Darren Burns 2024-08-07 11:11:27 +01:00
  • 87b9f0cfbc Extracting logic into DownloadManager Darren Burns 2024-08-07 11:07:04 +01:00
  • 76d6f45a09 Docs improvements Darren Burns 2024-08-06 16:17:07 +01:00
  • 2f3bd5c2aa Docstring for AppService Darren Burns 2024-08-06 16:16:14 +01:00
  • 0fb4252128 Handler for download/key Darren Burns 2024-08-06 16:09:57 +01:00
  • 4f973c834a Handling start and end of file delivery in textual-serve Darren Burns 2024-08-06 15:32:15 +01:00
  • 3de2b36604 Add front-end code for handling deliver_file_start Darren Burns 2024-08-06 14:54:30 +01:00
  • 2f187cd848 Informing the client that a file transfer has started Darren Burns 2024-08-06 14:43:19 +01:00
  • 6a4e4a7dd8 Handlers in place for start and end file transfer Darren Burns 2024-08-06 14:13:34 +01:00
  • d8e20ce21f Update docstring, remove unused file Darren Burns 2024-08-06 13:45:26 +01:00
  • ef8685471c Ensuring app_service variable is bound in finally block Darren Burns 2024-08-06 13:40:10 +01:00
  • ce46e6b78e Add handler for packed data Darren Burns 2024-08-06 13:30:16 +01:00
  • bf9da783b9 Add PACKED (P) packet type Darren Burns 2024-08-06 13:26:44 +01:00
  • 2593072da5 Relax rich dependency Darren Burns 2024-08-06 13:24:57 +01:00
  • 69cc1528ee Add missing dependency on Rich Darren Burns 2024-08-06 13:08:37 +01:00
  • 7be675048b Docstrings Darren Burns 2024-08-06 13:08:11 +01:00
  • 7630307b7c Add msgpack dependency for file serving protocol Darren Burns 2024-08-05 15:10:31 +01:00
  • 7f401c5573 Merge pull request #13 from Textualize/open-url Darren Burns 2024-07-31 10:39:11 +01:00
  • a5035ac29e Docstrings Darren Burns 2024-07-30 13:43:20 +01:00
  • bd93bb77f5 Log warning on unknown meta type Darren Burns 2024-07-30 13:42:03 +01:00
  • 9d46dd485e Remove match statement Darren Burns 2024-07-30 13:02:16 +01:00
  • 9825d2cabc Fix pinned Python version Darren Burns 2024-07-30 12:56:16 +01:00
  • f738094b7d Opening URL new_tab parameter Darren Burns 2024-07-30 12:51:53 +01:00
  • aeb5911926 remove formatting HoughIO 2024-06-27 00:17:29 -04:00
  • 3ff6906c40 update websocket uri to use wss if https is in the Server.public_url HoughIO 2024-06-24 22:51:55 -04:00
  • 433be4d803 version bump Will McGugan 2024-06-19 16:27:17 +01:00
  • c15fee5758 Remove debug Will McGugan 2024-06-19 16:27:03 +01:00
  • 7ffb91cf6e Update README.md Will McGugan 2024-06-19 18:07:44 +01:00
  • 702960dd46 windows fix v1.0.2 Will McGugan 2024-06-19 16:14:43 +01:00
  • 9ec4d60615 typing fixes v1.0.1 Will McGugan 2024-06-19 15:18:28 +01:00
  • 52a852659a Update README.md v1.0.0 Darren Burns 2024-06-19 14:40:59 +01:00
  • 97f55cf84d Update README.md Will McGugan 2024-06-19 14:25:15 +01:00
  • 5217fdf5e5 fix Will McGugan 2024-06-19 13:44:31 +01:00
  • ab519a0bc9 url fix Will McGugan 2024-06-19 13:41:53 +01:00
  • 402e5bdef5 debug Will McGugan 2024-06-19 13:36:24 +01:00
  • e9b18735c5 typed Will McGugan 2024-06-19 13:29:50 +01:00
  • d6435129f2 readme Will McGugan 2024-06-19 12:08:08 +01:00
  • 7b3e538717 words Will McGugan 2024-06-19 11:59:24 +01:00
  • d0dccdff8b words Will McGugan 2024-06-19 11:58:29 +01:00
  • 0bf435a368 ascii Will McGugan 2024-06-19 11:26:09 +01:00
  • f4f4f19fa4 docstrings Will McGugan 2024-06-19 10:56:32 +01:00
  • f053888044 server text Will McGugan 2024-06-19 10:50:43 +01:00
  • ab28e5dd80 better logging Will McGugan 2024-06-19 10:41:00 +01:00
  • 7ea10cfde3 docstrings Will McGugan 2024-06-18 16:34:33 +01:00
  • 802fcf7491 fix pong Will McGugan 2024-06-18 16:20:21 +01:00
  • 5da3f89a6f simplify Will McGugan 2024-06-18 15:40:38 +01:00
  • d63622a16a add debug mode Will McGugan 2024-06-18 15:30:57 +01:00
  • c9776ad2fe dont user match Will McGugan 2024-06-18 15:23:59 +01:00
  • 8bece29694 error handling Will McGugan 2024-06-18 15:17:06 +01:00
  • 83d0d64186 server Will McGugan 2024-06-18 14:38:13 +01:00
  • 4f4fa713e0 connection runs Will McGugan 2024-06-18 12:12:29 +01:00
  • 57588883c7 codecs and app service Will McGugan 2024-06-17 15:20:15 +01:00
  • 5aecb6a072 resources Will McGugan 2024-06-17 12:53:20 +01:00
  • 0fe15908e9 initial framework Will McGugan 2024-06-10 16:39:21 +01:00
  • a0fae34069 Initial commit Will McGugan 2024-06-10 16:21:54 +01:00