aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* Add file send integration testsGravatar ionite342022-11-22-3/+54
|
* Add timed to utils __all__Gravatar ionite342022-11-22-2/+2
|
* Fix path parse unit testsGravatar ionite342022-11-22-1/+4
|
* Add addition path parse unit testsGravatar ionite342022-11-22-0/+52
|
* Add safe_path to handle path checksGravatar ionite342022-11-22-18/+32
|
* Move parse_files to memfsGravatar ionite342022-11-22-20/+19
|
* Update docstringsGravatar ionite342022-11-22-0/+6
|
* Fixed leading empty filter for py_argsGravatar ionite342022-11-22-9/+34
|
* Readded lib64Gravatar ionite342022-11-22-0/+7
|
* Remove fsize in cfg to use defaultGravatar ionite342022-11-22-1/+0
|
* Refactor file parse timeoutGravatar ionite342022-11-22-13/+40
|
* Move cfgs to file from process callGravatar ionite342022-11-22-14/+6
|
* Reverted rlimit_fsize in cfgGravatar ionite342022-11-22-2/+0
| | | | Removed rlimit fsize from cfg as it causes issues with protobuf parsing
* Corrected fsize limit to infGravatar Ionite2022-11-21-1/+1
|
* Clarify resource unit testGravatar ionite342022-11-21-3/+3
|
* Set rlimit_fsize to unlimitedGravatar ionite342022-11-21-1/+1
|
* Refactor request file parsingGravatar ionite342022-11-21-33/+18
| | | | | | - Removed zlib compression in favor of base64 for all responses and requests - Renamed `attachment` to `files` - Renamed `name` to `path`
* Remove bracket in file loggingGravatar Ionite2022-11-21-1/+1
| | | Co-authored-by: Mark <[email protected]>
* Limit empty str filter to start of py_argsGravatar ionite342022-11-21-2/+3
|
* Remove attachment size limit, added time limitGravatar ionite342022-11-21-32/+55
|
* Refactor config patches in testsGravatar ionite342022-11-21-28/+3
|
* Add root back to unit testGravatar ionite342022-11-21-1/+1
|
* Combined file handling to FileAttachment classGravatar Ionite2022-11-20-40/+63
|
* Add unit test for multiple python filesGravatar ionite342022-11-19-0/+11
|
* Implement files request formGravatar ionite342022-11-19-82/+127
|
* Add DEBUG to __all__Gravatar ionite342022-11-19-2/+1
|
* Remove /dev/shm mountsGravatar ionite342022-11-19-30/+7
|
* Remove unneeded chmodsGravatar ionite342022-11-19-15/+3
|
* Use rmdir instead of rmtreeGravatar ionite342022-11-19-2/+2
|
* Add `size` and `compression` to attachment fieldsGravatar ionite342022-11-18-2/+15
|
* Add override for timeitGravatar ionite342022-11-18-0/+4
|
* Fix name assignmentGravatar ionite342022-11-18-1/+1
|
* Add option for use_fileGravatar ionite342022-11-18-13/+16
|
* Remove empty str from default py_argsGravatar ionite342022-11-18-1/+1
|
* docstring updateGravatar ionite342022-11-18-1/+1
|
* Add PID to UUID generationGravatar ionite342022-11-18-2/+5
| | | | - Use current process PID in addition to UUID to avoid collisions with multiple snekbox instances (albeit unlikely)
* Reorder `mkdir` functionGravatar ionite342022-11-18-7/+7
|
* Remove unused supported mimesGravatar Ionite2022-11-17-5/+0
|
* Refactored tests to use new kwargsGravatar Ionite2022-11-17-13/+15
|
* Fixed home folder creationGravatar Ionite2022-11-17-7/+11
|
* Refactored max size handlingGravatar Ionite2022-11-16-65/+52
|
* Add example for post responseGravatar Ionite2022-11-16-3/+8
|
* Lower MAX_FILE_SIZE to match discord upload limitGravatar Ionite2022-11-16-3/+4
|
* Added additional unit testsGravatar Ionite2022-11-16-7/+65
|
* Adds a mount for /dev/shmGravatar Ionite2022-11-16-9/+31
|
* Increased PID limit to 6Gravatar Ionite2022-11-16-1/+1
|
* Fixed unit testsGravatar Ionite2022-11-16-8/+25
|
* Support `-m` calls to default to no fileGravatar Ionite2022-11-16-10/+20
|
* Remove default of "-c" in APIGravatar Ionite2022-11-16-1/+1
|
* Sort attachments by nameGravatar Ionite2022-11-16-1/+2
|