Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-04 | Refactor exception handling into dedicated class | Florian Pritz | 4 | -140/+158 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-06-01 | Allow stderr for pygments | Florian Pritz | 1 | -1/+0 | |
This happens when an invalid lexer is used so until we use the exceptions this should not be forbidden since we won't fall back to plain text then. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-31 | Add linebreak to exception HTML | Florian Pritz | 1 | -1/+2 | |
<pre> already breaks, but this ensures that in case the error is printed to cli there will also be a line break. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-31 | Display error id when printing exception | Florian Pritz | 1 | -0/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-31 | test: Add more \libraries\Image tests | Florian Pritz | 3 | -0/+30 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-28 | JS: Use newest file time for cache buster0.9.2 | Florian Pritz | 1 | -2/+20 | |
Really no need to reload the files with each page load. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-28 | Always display exceptions when running via CLI | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-28 | imagemagick: Use nested exception | Florian Pritz | 2 | -3/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-28 | Handle nested Exceptions | Florian Pritz | 1 | -13/+36 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-28 | Improve running of external commands | Florian Pritz | 4 | -27/+156 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-28 | get_lexer_list.py: Use /usr/bin/env shebang | Florian Pritz | 1 | -1/+1 | |
This is more portable and allows for PATH overrides in case /usr/bin/python is too old (2.6) to run this file. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-28 | Execute scripts directly | Florian Pritz | 2 | -2/+2 | |
No need to specify the interpreter twice. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-28 | Fix error when removing missing entries from file cache | Florian Pritz | 1 | -1/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-22 | Fix incorrect EXIF orientation on thumbnail history0.9.1 | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-22 | No need to remove main.min.*.js anymore. Relict from earlier stage. | Joakim Reinert | 1 | -1/+0 | |
2015-05-22 | Handle fresh clones gracefully in post-merge hook | Joakim Reinert | 1 | -3/+6 | |
2015-05-22 | Change INSTALL doc to instruct running post-merge hook manually once | Joakim Reinert | 1 | -2/+3 | |
This renders running the update database command obsolete (it's already run by the hook) | |||||
2015-05-22 | Add instructions to install git hooks to INSTALL | Joakim Reinert | 1 | -0/+4 | |
2015-05-22 | Fix missing db prefix in migration0.9.0 | Florian Pritz | 2 | -12/+12 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-22 | Forbid cli requests until database is updated | Florian Pritz | 1 | -1/+1 | |
This mainly tries to prevent problems when file cron is run with an old database. Tools is whitelisted for the future, if there are cron jobs in tools they will need to check the migrations themselves. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-22 | Remove unneeded duplicates in file_storage | Florian Pritz | 3 | -1/+80 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-21 | migration 14: Fix error if file was already renamed | Florian Pritz | 1 | -1/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-21 | Update NEWS | Florian Pritz | 1 | -0/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-21 | tests: Die early on db errors | Florian Pritz | 2 | -2/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-21 | Calc correct total size for history with duplicate hashes | Florian Pritz | 2 | -1/+22 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-21 | \c\file::clean_stale_files: Increase robustness | Florian Pritz | 1 | -3/+7 | |
Delete files not matching our pattern and be forgiving if directories are cleaned up by mfile->delete_data_id. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-21 | test: run-tests.sh be less verbose | Florian Pritz | 1 | -3/+3 | |
Test can now also be run with multiple jobs (-jX) and php -S will no longer interfere with the output. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-21 | Clarify variable usage in \c\tools->test | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-21 | tests: Rework database handling | Florian Pritz | 3 | -36/+32 | |
We no longer interfere with the normal installation's database settings. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-21 | tests: Make prove --state work; Restructure tests | Florian Pritz | 8 | -18/+17 | |
This moves all tests into a subdirectory and lets prove itself figure out which tests exist. It seems if you supply the testlist via arguments or stdin --state won't affect the order. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-21 | Update munin plugin | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-21 | test: different files with same checksum | Florian Pritz | 4 | -8/+34 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-21 | Support multiple files with the same hash | Florian Pritz | 8 | -131/+231 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-21 | Fix missing 2nd tab when repasting | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-10 | Fix missing tooltips in thumbnail view | Joakim Reinert | 1 | -1/+2 | |
2015-05-06 | Fix upload_form file inputs in firefox | Florian Pritz | 1 | -1/+1 | |
Selecting a file creates a new file input, but in firefox that new input will contains the same files as the one that was cloned so when the user hit upload the file will be uploaded twice. This does not affect chromium. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-05 | data/.htaccess: Make svg cacheable | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-05 | post-merge: Make sure the expected minified js file exists | Florian Pritz | 1 | -0/+4 | |
c897aa84567ba046644a87e23b32f3df4c5845d3 changes the name of the file so we need to make sure it will be created even if no js files changed. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-05 | Clean up old main.min.*.js files | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-05 | Set cache buster for js with urlArgs setting | Joakim Reinert | 4 | -7/+7 | |
No more need for timestamp in filename of minified main js | |||||
2015-05-05 | Fix shebangs | Florian Pritz | 4 | -4/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-05 | Update NEWS | Florian Pritz | 1 | -0/+12 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-05 | Fix colorbox not being loaded | Florian Pritz | 1 | -3/+1 | |
Since it is also now always loaded we no longer need to check for it Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-05 | Add install script for git hooks | Joakim Reinert | 2 | -0/+27 | |
2015-05-05 | Show changes to NEWS after pull | Joakim Reinert | 1 | -0/+3 | |
2015-05-05 | Add update script to git-hooks to be run after git pull | Joakim Reinert | 1 | -0/+20 | |
2015-05-05 | Add support for minified main.js | Joakim Reinert | 5 | -2/+29025 | |
2015-05-05 | Explicitly load vendor js in modules that need them | Joakim Reinert | 6 | -23/+9 | |
2015-05-05 | Move lazyloading js code to application.js | Joakim Reinert | 2 | -8/+11 | |
2015-05-05 | Extract tablesorter js and encapsulate | Joakim Reinert | 3 | -64/+93 | |