Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-02 | composer.json: Replace codeigniter settings with ours | Florian Pritz | 1 | -12/+8 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-12-02 | composer.json: Add missing , to fix syntax error | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-12-02 | NEWS: Clarify wording regarding base_url | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-12-02 | NEWS: Fix typo | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-12-02 | Migration 21: Limit utf8mb4 to columns that need it | Florian Pritz | 1 | -4/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-10-28 | NEWS: Improve 3.0 instructions | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-10-28 | mysql: Enable full UTF8 support | Florian Pritz | 4 | -4/+34 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-10-16 | Remove link to android app in playstore | Florian Pritz | 1 | -1/+0 | |
Playstore is no longer updated, use fdroid instead. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-10-16 | Fix database upgrade success message | Florian Pritz | 1 | -3/+2 | |
The function actually returns something that's not an int. Exceptions are caught so at this point it's fine to just output without a check. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-26 | Fix incorrect table name in migration 20 for postgres | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-26 | Merge CodeIgniter 3 support | Florian Pritz | 284 | -25873/+43111 | |
2017-09-26 | NEWS: Mention PHP 7.2 support | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-26 | Put base_url in example config file | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-26 | Migration 20: Fix id column size | Florian Pritz | 1 | -1/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-22 | Explain username rules on registration page | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
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 | 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> |