Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-15 | Fix error handling in MY_Input->post_array() | Florian Pritz | 1 | -1/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-05-14 | Update NEWS2.1.0 | Florian Pritz | 1 | -0/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-05-12 | Catch incorrect POST parameters (array vs string) | Florian Pritz | 4 | -10/+44 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-05-12 | Fix uncaught exception in error page | Florian Pritz | 1 | -1/+1 | |
Can be triggered by accessing an unknown page like /file/foobar Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-18 | Unify look of client installation instructions | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-18 | Add FreeBSD client installation instructions | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-18 | Use === for some equality checks | Florian Pritz | 2 | -5/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-06 | Add filename extensions for some SQL dialects | Florian Pritz | 1 | -0/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-26 | s/renderer: Extract json reformater method | Florian Pritz | 1 | -16/+28 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-26 | s/renderer: Pass output_cache in constructor | Florian Pritz | 2 | -13/+16 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-26 | Extract render code into dedicated class | Florian Pritz | 2 | -144/+168 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-24 | Improve error handling in json reformater | Florian Pritz | 1 | -4/+17 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-24 | Allow alternative colors in alert template | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-22 | Reformat single-line JSON when rendering | Florian Pritz | 1 | -0/+5 | |
Be conservative and only apply the reformating for single line pastes. This should cover the most common cases and protect against trying to reformat non-json content. Fixes #14 Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-22 | Pass file content to lexer via stdin | Florian Pritz | 1 | -2/+5 | |
This allows to easily modify the content before rendering it. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-03 | Update NEWS2.0.0 | Florian Pritz | 1 | -0/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-03 | run-tests.sh: Only use phpdbg when coverage information is gathered | Florian Pritz | 1 | -3/+8 | |
For some reason phpdbg crashes for me right now so this is a quick workaround to get the tests to run again. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-03 | gitignore: Fix path to main.min.js | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-01 | return_bytes(): Throw exception on unhandled unit type | Florian Pritz | 2 | -3/+13 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-01 | Test-More: Improve debug output | Florian Pritz | 1 | -5/+14 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-01 | tests: Expect string instead of int | Florian Pritz | 1 | -4/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-01-31 | config: Add exmple for database port setting | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-10 | filebin_helper: Fix tabs | Reikion | 1 | -7/+7 | |
Changes by Florian Pritz: - Split off from "Make sure that return_bytes function returns int value" Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-10 | Make sure that return_bytes function returns int value | Reikion | 2 | -1/+2 | |
php_admin_value[post_max_size] in PHP fpm pool config set to big integer (i.e. 106954752) causes fb-client to crash if file is bigger than 10485760 bytes with traceback Traceback (most recent call last): [...] File "/usr/bin/fb", line 138, in upload_files if self.serverConfig is not None and (currentChunkSize + filesize > self.serverConfig["request_max_size"] \ TypeError: unorderable types: int() > str() because api/v2.1.0/file/get_config returns "request_max_size" as string Changes by Florian Pritz: - Add test - Add github PR body as commit message - Split off indentation change Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | test_file_upload: Ensure we compare the correct contentdev-2.x | Florian Pritz | 1 | -0/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | tests: Add env variable to disable code coverage collection | Florian Pritz | 2 | -3/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | Parallelize remaining API tests | Florian Pritz | 9 | -420/+532 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | Parallelize some API tests | Florian Pritz | 3 | -137/+190 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | muser: Rename login_cli_client to login_api_client | Florian Pritz | 1 | -10/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | Remove API v1 compatability code | Florian Pritz | 2 | -6/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | API: Drop v1 | Florian Pritz | 4 | -666/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | Test calling endpoints with unsupported authentication method | Florian Pritz | 1 | -0/+26 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | MY_Controller: Extract CSRF code into method | Florian Pritz | 1 | -28/+37 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | api/user/create_apikey: Directly log in with username/pw | Florian Pritz | 1 | -0/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | tests: Fix testing of username/pw with unsupported endpoint | Florian Pritz | 2 | -8/+8 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | c/MY_Controller: Extract CSRF protection code into method | Florian Pritz | 1 | -5/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | c/MY_Controller: Extract database migration code into method | Florian Pritz | 1 | -14/+20 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | Add do_websumit to CSRF exception list | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | Remove cli client upload handler | Florian Pritz | 2 | -54/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | c/file: Remove upload detection | Florian Pritz | 1 | -3/+1 | |
This only existed for curl based uploading which is no longer supported Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | c/user: Drop $this->view_dir | Florian Pritz | 1 | -17/+15 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | c/file_default: Drop $this->view_dir | Florian Pritz | 1 | -14/+12 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | Remove cli client CSRF whitelist | Florian Pritz | 1 | -12/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | Rename is_cli_client to is_api_client | Florian Pritz | 2 | -10/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | Disable cli client login function | Florian Pritz | 1 | -3/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | Drop plain text error handling | Florian Pritz | 2 | -10/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | Simplify error page for cli requests | Florian Pritz | 1 | -5/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | Drop user agent based cli client detection | Florian Pritz | 1 | -7/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | Drop plain text header/footer | Florian Pritz | 4 | -12/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | Remove plaintext API deprecation warning | Florian Pritz | 1 | -9/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |