Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-18 | Add invitation key deletion | Florian Pritz | 4 | -0/+90 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-18 | Extract invitation key creation to \service\user | Florian Pritz | 2 | -19/+27 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | Move cleanup code from controller to \service\files | Florian Pritz | 2 | -95/+101 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | file/clean_stale_files: Refactor into multiple methods | Florian Pritz | 1 | -2/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | Update CLI usage | Florian Pritz | 1 | -1/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | file/clean_stale_files: Remove multipaste tarballs | Florian Pritz | 1 | -2/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | file/clean_stale_files: Remove database entries without files | Florian Pritz | 1 | -0/+19 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | file/cron: Refactor multipaste tarball clean code into new method | Florian Pritz | 1 | -17/+22 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | Add .cast extension for asciinema | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | Ddownload_php: Remove @ from fopen call | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-03-20 | Merge tag 'ci-upstream/3.1.7' into dev | Florian Pritz | 3 | -9/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-02-09 | Highlight .rs as rust | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-01-31 | Proper display of expiration duration for less than a day | Hrvoje Hodak | 4 | -2/+73 | |
2018-01-21 | Remove database cache config from example | Florian Pritz | 1 | -4/+0 | |
These settings do not work because the cache is never invalidated in the application. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-01-21 | Put testsuite config in example database config | Florian Pritz | 1 | -0/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-01-01 | Ensure file does not exist when new one is added to DB | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-01-01 | Only update mtime when uploaded files already exist | Florian Pritz | 1 | -6/+17 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-01-01 | Reduce bcrypt cost for testsuite | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-01-01 | Use temporary directory for testsuite uploads | Florian Pritz | 1 | -0/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-12-20 | Prevent asciinema from being affected by file size limit | Florian Pritz | 1 | -8/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-12-09 | Highlight .pm as perl | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-12-02 | Fix DB settings for postgres which doesn't use utf8mb43.0.1 | Florian Pritz | 1 | -2/+2 | |
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 | mysql: Enable full UTF8 support | Florian Pritz | 3 | -4/+31 | |
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-10-09 | [ci skip] Merge pull request #5292 from ajdunn2/develop | Andrey Andreev | 1 | -1/+1 | |
Small spelling fix | |||||
2017-10-02 | [ci skip] Merge pull request #5281 from pawelkg/develop | Andrey Andreev | 1 | -2/+2 | |
Adding some letters translated to Y in foregin_chars.php | |||||
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 | 70 | -627/+1334 | |
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 old error template | Florian Pritz | 1 | -11/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |