Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2015-05-05 | Set max upload size and file count in upload_form view only | Joakim Reinert | 2 | -6/+3 | |
2015-05-05 | Fix non-closing script tag in file/html_header | Joakim Reinert | 1 | -1/+1 | |
2015-05-05 | Refactor file uploader js | Joakim Reinert | 4 | -90/+139 | |
2015-05-05 | Use global appConfig js variable instead of passing it down | Joakim Reinert | 5 | -15/+14 | |
Initialize it in header | |||||
2015-05-05 | Refactor thumbnail view js | Joakim Reinert | 4 | -87/+136 | |
2015-05-05 | Refactor linewrap toggle | Joakim Reinert | 4 | -12/+19 | |
2015-05-05 | Do minor refactoring on app js | Joakim Reinert | 2 | -9/+21 | |
2015-05-05 | Use util function for focusing dropdown menu input | Joakim Reinert | 1 | -6/+3 | |
2015-05-05 | Refactor tab width input | Joakim Reinert | 4 | -36/+57 | |
2015-05-05 | Refactor lexer input setup | Joakim Reinert | 8 | -54/+1648 | |
2015-05-05 | Refactor line higlighting functionality | Joakim Reinert | 3 | -16/+51 | |
2015-05-05 | Use require.js for javascript loading | Joakim Reinert | 20 | -34/+82 | |
2015-05-05 | Add functionality for choosing tab width in frontend | Joakim Reinert | 3 | -1/+50 | |
2015-05-03 | Expose /file/thumbnail/ on front page | Florian Pritz | 1 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-03 | c/tools: Make non-cli request error public | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-03 | test \libraries\Image::type_supported | Florian Pritz | 1 | -0/+38 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-02 | Get supported image types from drivers | Florian Pritz | 2 | -2/+20 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-02 | l\Image: Refactor best_driver/read | Florian Pritz | 1 | -12/+13 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-02 | l\I\D\imagemagick: Only process images and pdfs | Florian Pritz | 1 | -1/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-04-27 | \l\Image->best_driver: Always ignore < 0 priority | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-04-25 | test: test_callPrivateEndpointsWithoutApikey add user/delete_apikey | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-04-25 | test: Call more endpoints without enough permissions | Florian Pritz | 1 | -15/+28 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-04-25 | API 1.3.0: Allow multipaste creation for basic access | Florian Pritz | 4 | -7/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-04-18 | s/files:get_multipaste_history: Remove multipastes without items | Florian Pritz | 1 | -0/+8 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-04-18 | Correct error log message (php error log, not syslog) | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-04-18 | Added config option max_invitation_keys | Alexander Finkhäuser | 2 | -1/+4 | |
2015-04-11 | Fix missing lexers in get_lexers | Florian Pritz | 1 | -2/+2 | |
Broken by a11e06d4906c2e1186779b42d5e87a17f66c50ea which changed names back to a normal array. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-04-09 | Fix mime2lexer failing when using pygments info | Florian Pritz | 3 | -3/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |