Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-21 | Remove usage of deprecated is_cli_request() | Florian Pritz | 4 | -6/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-21 | Remove usage of deprecated valid_email function | Florian Pritz | 1 | -2/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-21 | Fix return checks for CI3 | Florian Pritz | 3 | -5/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-21 | Fix additional routes for CI3 | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-21 | Close session in long running methods | Florian Pritz | 1 | -0/+2 | |
These do not write to the session but may run for some time. There is no need to keep the session locked while they perform their work. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-21 | Fix detection of URL ending in slash | Florian Pritz | 1 | -1/+1 | |
CI trims tailing slashes from the URL and this should work just fine too. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
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 | [ci skip] Merge pull request #5265 from mehdibo/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Fixed dbprefix() documentation | |||||
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-13 | Fix #5260 | Andrey Andreev | 3 | -5/+63 | |
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-09-04 | Fix Travis-CI failures | Andrey Andreev | 1 | -0/+1 | |
2017-09-04 | Fix #5246 | Andrey Andreev | 2 | -0/+2 | |
2017-08-31 | [ci skip] Add changelog entry for #5243 | Andrey Andreev | 1 | -0/+1 | |
2017-08-31 | Merge pull request #5243 from rosseti/fix/pdo-dblib-sqlserver-version | Andrey Andreev | 1 | -0/+16 | |
Fix for DBLIB subdriver to get the right version number of SQL Server. | |||||
2017-08-25 | [ci skip] Fix #5236 | Andrey Andreev | 5 | -4/+5 | |
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-27 | Update composer.json | Instructor, Computer Systems Technology | 1 | -1/+1 | |
Replace IRC reference with Slack | |||||
2017-07-27 | Update readme.rst | Instructor, Computer Systems Technology | 1 | -1/+1 | |
2017-07-26 | [ci skip] Close #5206 | Andrey Andreev | 1 | -1/+1 | |
2017-07-21 | [ci skip] Merge pull request #5188 from ↵ | Andrey Andreev | 1 | -4/+6 | |
ryanbriscall/update-sphinx-version-userguide-src updates version of sphinx to 1.6.3 for easyinstall command in step 2 … | |||||
2017-07-21 | [ci skip] Merge pull request #5191 from jim-parry/patch/docs | Andrey Andreev | 5 | -6/+8 | |
Fix some mistakes in the user guide | |||||
2017-07-17 | [ci skip] escapeshellarg on the image src path passed to NetPBM by Image_lib | Andrey Andreev | 2 | -1/+2 | |
2017-07-14 | [ci skip] Add changelog entry for #5183 | Andrey Andreev | 1 | -0/+1 | |
2017-07-14 | [ci skip] Merge pull request #5183 from ytetsuro/add_oci8_driver_write_type | Andrey Andreev | 1 | -1/+1 | |
add is_write_type method for merge query | |||||
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-10 | [ci skip] Fix #5178 (regression caused by #5168) | Andrey Andreev | 1 | -1/+1 | |
2017-07-10 | [ci skip] Add changelog entry for #5128 | Andrey Andreev | 1 | -0/+1 | |