Lars Jung
364f71dd08
Replace backtick operator with exec.
2014-05-08 01:31:42 +02:00
Lars Jung
a75f1b61bc
Add PHP exec wrapper.
2014-05-08 00:39:24 +02:00
Lars Jung
cbbefe19d2
Merge pull request #241 from Sn0wCrack/develop
...
Fixing Windows Program Detection
2014-04-09 14:27:59 +02:00
Lars Jung
e6f09d5ed0
Security bug fix.
2014-04-09 13:46:32 +02:00
Lars Jung
26b91794ce
Minor changes.
2014-04-09 12:56:53 +02:00
Kyle Donaldson
064527a17e
Fixing Windows Program Detection
...
command is currently not ported for windows, which however is.
To remain intact with the current code already in place, it will detect
if the server is running windows or not.
2013-11-26 17:03:44 +11:00
Lars Jung
20c16d2a76
Updates fallback.
2013-09-06 18:58:40 +02:00
Lars Jung
19d53b4c14
Lighter font.
2013-09-02 21:46:47 +02:00
Lars Jung
cadc1f4998
Place thumbs in subfolder.
2013-08-31 23:08:09 +02:00
Lars Jung
8b2852ec9d
Use of EXIF thumbnails optional (opt-out).
2013-08-31 14:34:42 +02:00
Lars Jung
da297f03f7
Updates select.
2013-08-30 17:56:24 +02:00
Lars Jung
a62d9311e1
Removes unused code.
2013-08-30 13:36:16 +02:00
Lars Jung
9c6fe57279
Removes unused code.
2013-08-30 12:59:39 +02:00
Lars Jung
aeab3670d0
Updates fallback.
2013-08-29 10:53:34 +02:00
Lars Jung
4a35f27224
More escapings.
2013-08-25 02:26:01 +02:00
Lars Jung
1f9365ae97
Escapes shell arguments. See issue #197 .
2013-08-24 23:22:34 +02:00
Lars Jung
a568308250
Fixes issue #202 .
2013-08-24 19:38:28 +02:00
Lars Jung
872be4ba19
Removes unused method.
2013-08-23 23:26:31 +02:00
Lars Jung
bc7607340c
Cleans fallback code.
2013-08-18 21:09:35 +02:00
Lars Jung
b42cd95e41
Adds alt attributes to fallback img elements.
2013-08-18 19:59:57 +02:00
Lars Jung
3733d0c6d0
Replace 'which' with 'command -v' to be POSIX compatible here.
2013-07-28 16:15:20 +02:00
Lars Jung
a3a236d2e1
Ignore warnings for unsupported images.
2013-07-23 20:39:24 +02:00
Lars Jung
d76e1194d1
Adds EXIF and PHP version to info page.
2013-07-23 20:09:56 +02:00
Lars Jung
efb447ae78
Minor refactoring.
2013-07-23 10:21:02 +02:00
Lars Jung
289ce2993c
Adds optional custom headers/footers that are propageted to all subfolders.
2013-07-20 21:21:57 +02:00
Lars Jung
91b6b60ad0
Sematincs.
2013-07-20 17:57:27 +02:00
Lars Jung
5e302256a5
Removes newline.
2013-07-20 17:18:55 +02:00
Lars Jung
ab484ce9a6
Refactors php_tar.
2013-07-20 14:56:03 +02:00
Lars Jung
28d7b128e9
Refactors php_tar.
2013-07-20 14:51:12 +02:00
Lars Jung
8d06364046
Refactors php_tar.
2013-07-20 14:47:34 +02:00
Lars Jung
cc42a48f74
php_tar: Fixes total size.
2013-07-20 14:38:01 +02:00
Lars Jung
c5f23c5289
php_tar: fixing emtpy files bug.
2013-07-20 14:31:16 +02:00
Lars Jung
74f1c0a986
Refactors php_tar. Fixes tar file header, now supports long paths. Adds support for emtpy dirs. Ignores empty files (failed).
2013-07-19 17:56:22 +02:00
Lars Jung
02dd104223
Removes PharData check.
2013-07-19 12:18:46 +02:00
Lars Jung
330491a7e8
Fixes and refactoring in Image class.
2013-07-19 11:59:55 +02:00
Lars Jung
8209793b96
Uses EXIF-thumbs to generate thumbs if possible.
2013-07-19 02:38:24 +02:00
Lars Jung
ec5220a5f9
Semantics.
2013-07-19 00:20:21 +02:00
Lars Jung
694ababf15
Write files in segments.
2013-07-19 00:13:44 +02:00
Lars Jung
ab45b3072c
Adds workaround to use direct POST-request downloads.
2013-07-18 23:25:53 +02:00
Lars Jung
adce6f19c4
Correct root dir in php_tar.
2013-07-18 21:07:56 +02:00
Lars Jung
4fac5baedd
Updates packaged download extension.
2013-07-18 20:14:10 +02:00
Lars Jung
a703a004a4
Undos integration of custom TAR creation.
2013-07-18 15:51:11 +02:00
Tom van der Woerdt
53e32b5986
Fix the size prediction for files where (size%512==0)
2013-07-17 19:12:00 +02:00
Tom van der Woerdt
e815f4d070
Tar: predict total archive size and send the header
2013-07-17 19:07:10 +02:00
Tom van der Woerdt
89acf0cafc
Fix the Tar creator for cases where filenames aren't absolute
2013-07-17 18:50:04 +02:00
Tom van der Woerdt
24ae3bed4d
Implement POSIX.1-1988 UStar support without having to go through GNU tar
2013-07-17 18:35:02 +02:00
Lars Jung
1099b297b7
Add optional .exe extension and ignorecase to command checks.
2013-07-17 15:39:02 +02:00
Lars Jung
7d2b1c1c30
Fixes some packaging issues.
2013-07-16 23:43:26 +02:00
Lars Jung
b09d4f638c
Sends PHP packaged archives in smaller segments (16MB) to not hit PHP's memory limit. Thanks to Zaoh Lei.
2013-07-16 21:38:07 +02:00
Lars Jung
a87500309a
Shell packaging now uses passthru.
2013-07-16 20:47:38 +02:00