Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-21 | Fix mutlipaste_queue test using incorrect data in mock | Florian Pritz | 1 | -2/+2 | |
The error return changed with CI3 so the test also needs to change Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-21 | Test: Replace unprintable characters when dumping variables | Florian Pritz | 1 | -0/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-21 | Tests: Use is instead of ok for improved debug output | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-18 | Automatically set baseurl for tests | Florian Pritz | 1 | -0/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-18 | Fix download driver for CI3 | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-18 | Migrate return code checks for CI3 | Florian Pritz | 6 | -15/+15 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-18 | Fix customautoloader class name | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-18 | Remove secondary controller for CLI usage output | Florian Pritz | 3 | -13/+17 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-18 | Fix some routes | Florian Pritz | 1 | -3/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-18 | Remove unsupported secondary controller | Florian Pritz | 3 | -31/+35 | |
Having more than one controller per request doesn't work with CI3. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-16 | Remove left over debug statement | Florian Pritz | 1 | -1/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-16 | Make NEWS more readable | Florian Pritz | 1 | -3/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-16 | Remove old error template | Florian Pritz | 1 | -11/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-16 | Update negativ return check of session userdata for CI3 | Florian Pritz | 2 | -3/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-16 | NEWS: Mention that CI3 requires base_url to be set | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-16 | Update ci_session table for CI3 | Florian Pritz | 2 | -1/+43 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-16 | wip | Florian Pritz | 1 | -1/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-09 | WIP: CI3 migration | Florian Pritz | 18 | -13/+72 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-09 | Merge tag '3.1.5' into dev-ci3 | Florian Pritz | 257 | -25784/+42894 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-08-15 | tools/update_database: Output status after upgrade | Florian Pritz | 1 | -1/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-07-30 | Update composer dependencies | Florian Pritz | 2 | -52/+92 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-07-11 | Test inserting bigint values in DB | Florian Pritz | 1 | -0/+38 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-07-11 | Merge branch 'bugfix/filesizeType' of https://github.com/hashworks/filebin ↵ | Florian Pritz | 2 | -1/+52 | |
into dev | |||||
2017-07-11 | Actually update filesize with update_file_metadata | hashworks | 1 | -1/+4 | |
According to `application/controllers/tools.php#L32` the `update_file_metadata` tool should update the mimetype AND the filesize, but the latter never got implemented. | |||||
2017-07-10 | Fix chunk update for filesizes | hashworks | 1 | -1/+2 | |
This includes the where limitation of the update query in the total limit of the chunk for loop. | |||||
2017-07-10 | Update filesizes after changing filesize db type | hashworks | 1 | -0/+23 | |
This updates all wrong filesizes after db migration 19 (`filesize` type change to `bigint`). It will only update files with a filesize of 2147483647 byte since the database set the max integer value as the filesize if the file was > 2147483647 byte. | |||||
2017-07-10 | Use bigint for filesize in database | hashworks | 2 | -1/+28 | |
The current type, integer, only stores numerics up to 2147483647. Since filebin stores the size in byte MySQL will only write up to 2GB in there, PostgreSQL failes by default for files >2GB. The new type bigint allows file sizes up to ~9223 petabyte. | |||||
2017-07-04 | Update NEWS2.1.3 | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-07-04 | API: Update version to 2.1.1 | Florian Pritz | 2 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-07-04 | API: Fix return type of empty values in file/delete | Florian Pritz | 4 | -2/+26 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-07-04 | Create function for ensuring that json keys contain objects | Florian Pritz | 2 | -5/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-07-04 | API: Fix return type of empty values in file/history | Florian Pritz | 6 | -5/+28 | |
If the array is not casted to a object, json_encode will encode it as [] if empty, but {} if it contains data. Always return an object by casting the array to an object if it is empty. Fixes #15 Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-06-19 | [ci skip] 3.1.5 release | Andrey Andreev | 501 | -43256/+127301 | |
2017-06-19 | [ci skip] Prepare 3.1.5 release | Andrey Andreev | 5 | -7/+7 | |
2017-06-19 | [ci skip] Fix a bug in FV valid_email() | Andrey Andreev | 3 | -3/+7 | |
2017-06-17 | Update NEWS2.1.2 | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-06-17 | Fix broken lineendings when rendering ascii colors | Florian Pritz | 1 | -1/+1 | |
Without -m ansi2html may not close the span tags at the end of the line. Since we wrap the output lines in our own tags those left-open tags break the rendering. Fix it by letting ansi2html wrap lines into tags on it's own. This adds superflous tags in the HTML, but it works nicely. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-06-15 | [ci skip] Add changelog entry for #5155 | Andrey Andreev | 1 | -0/+1 | |
2017-06-15 | Merge pull request #5155 from tianhe1986/develop_count_ignore_limit | Andrey Andreev | 2 | -1/+11 | |
Fix CI_DB_query_builder::count_all_results() returning wrong count with LIMIT/OFFSET | |||||
2017-06-15 | [ci skip] Merge pull request #5154 from angelxaces/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Grammatical fix in ancillary_classes.rst doc | |||||
2017-06-13 | [ci skip] Apply PR #5150 patch to pdo/oci and add changelog entry | Andrey Andreev | 2 | -1/+2 | |
2017-06-13 | [ci skip] Merge pull request #5150 from ↵ | Andrey Andreev | 1 | -1/+1 | |
ytetsuro/add-oracle-rename-column-to-keyword Fix DBForge triggering ORA-00946 while renaming columns | |||||
2017-06-05 | [ci skip] Merge pull request #5143 from TysonAndre/misc-phpdoc-nits | Andrey Andreev | 7 | -9/+9 | |
Fix misc inconsistencies between code and doc comments | |||||
2017-05-25 | [ci skip] Fix #5131 | Andrey Andreev | 2 | -1/+2 | |
2017-05-25 | [ci skip] Doc changes following PR #5130 | Andrey Andreev | 3 | -2/+6 | |
2017-05-25 | Merge pull request #5130 from aroche/patch-2 | Andrey Andreev | 1 | -7/+1 | |
Allow arbitrary strings as extra attributes in form_label | |||||
2017-05-22 | Update NEWS2.1.1 | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-05-22 | Fix markdown rendering not finding Parsedown | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
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> |