| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2022-11-22 | Add file send integration tests | -3/+54 | ||
| 2022-11-22 | Add timed to utils __all__ | -2/+2 | ||
| 2022-11-22 | Fix path parse unit tests | -1/+4 | ||
| 2022-11-22 | Add addition path parse unit tests | -0/+52 | ||
| 2022-11-22 | Add safe_path to handle path checks | -18/+32 | ||
| 2022-11-22 | Move parse_files to memfs | -20/+19 | ||
| 2022-11-22 | Update docstrings | -0/+6 | ||
| 2022-11-22 | Fixed leading empty filter for py_args | -9/+34 | ||
| 2022-11-22 | Readded lib64 | -0/+7 | ||
| 2022-11-22 | Remove fsize in cfg to use default | -1/+0 | ||
| 2022-11-22 | Refactor file parse timeout | -13/+40 | ||
| 2022-11-22 | Move cfgs to file from process call | -14/+6 | ||
| 2022-11-22 | Reverted rlimit_fsize in cfg | -2/+0 | ||
| Removed rlimit fsize from cfg as it causes issues with protobuf parsing | ||||
| 2022-11-21 | Corrected fsize limit to inf | -1/+1 | ||
| 2022-11-21 | Clarify resource unit test | -3/+3 | ||
| 2022-11-21 | Set rlimit_fsize to unlimited | -1/+1 | ||
| 2022-11-21 | Refactor request file parsing | -33/+18 | ||
| - Removed zlib compression in favor of base64 for all responses and requests - Renamed `attachment` to `files` - Renamed `name` to `path` | ||||
| 2022-11-21 | Remove bracket in file logging | -1/+1 | ||
| Co-authored-by: Mark <[email protected]> | ||||
| 2022-11-21 | Limit empty str filter to start of py_args | -2/+3 | ||
| 2022-11-21 | Remove attachment size limit, added time limit | -32/+55 | ||
| 2022-11-21 | Refactor config patches in tests | -28/+3 | ||
| 2022-11-21 | Add root back to unit test | -1/+1 | ||
| 2022-11-20 | Combined file handling to FileAttachment class | -40/+63 | ||
| 2022-11-19 | Add unit test for multiple python files | -0/+11 | ||
| 2022-11-19 | Implement files request form | -82/+127 | ||
| 2022-11-19 | Add DEBUG to __all__ | -2/+1 | ||
| 2022-11-19 | Remove /dev/shm mounts | -30/+7 | ||
| 2022-11-19 | Remove unneeded chmods | -15/+3 | ||
| 2022-11-19 | Use rmdir instead of rmtree | -2/+2 | ||
| 2022-11-18 | Add `size` and `compression` to attachment fields | -2/+15 | ||
| 2022-11-18 | Add override for timeit | -0/+4 | ||
| 2022-11-18 | Fix name assignment | -1/+1 | ||
| 2022-11-18 | Add option for use_file | -13/+16 | ||
| 2022-11-18 | Remove empty str from default py_args | -1/+1 | ||
| 2022-11-18 | docstring update | -1/+1 | ||
| 2022-11-18 | Add PID to UUID generation | -2/+5 | ||
| - Use current process PID in addition to UUID to avoid collisions with multiple snekbox instances (albeit unlikely) | ||||
| 2022-11-18 | Reorder `mkdir` function | -7/+7 | ||
| 2022-11-17 | Remove unused supported mimes | -5/+0 | ||
| 2022-11-17 | Refactored tests to use new kwargs | -13/+15 | ||
| 2022-11-17 | Fixed home folder creation | -7/+11 | ||
| 2022-11-16 | Refactored max size handling | -65/+52 | ||
| 2022-11-16 | Add example for post response | -3/+8 | ||
| 2022-11-16 | Lower MAX_FILE_SIZE to match discord upload limit | -3/+4 | ||
| 2022-11-16 | Added additional unit tests | -7/+65 | ||
| 2022-11-16 | Adds a mount for /dev/shm | -9/+31 | ||
| 2022-11-16 | Increased PID limit to 6 | -1/+1 | ||
| 2022-11-16 | Fixed unit tests | -8/+25 | ||
| 2022-11-16 | Support `-m` calls to default to no file | -10/+20 | ||
| 2022-11-16 | Remove default of "-c" in API | -1/+1 | ||
| 2022-11-16 | Sort attachments by name | -1/+2 | ||