1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-29 16:50:08 +02:00

Compare commits

...

289 Commits

Author SHA1 Message Date
Lars Jung
dc6b0d4ad5 Merge branch 'develop' 2013-07-21 17:07:05 +02:00
Lars Jung
a76bf373a8 Prepares release. 2013-07-21 17:04:46 +02:00
Lars Jung
31e1524a71 Fixes grid style. 2013-07-21 16:27:35 +02:00
Lars Jung
26296813c7 Updates docs. 2013-07-21 14:52:55 +02:00
Lars Jung
2b8e223d1d Fixes misplaced content. 2013-07-21 03:18:40 +02:00
Lars Jung
116a70bc8c Cleans code. 2013-07-21 02:52:00 +02:00
Lars Jung
81a3729f0c Dropbox still very unreliable. 2013-07-21 02:12:53 +02:00
Lars Jung
b031168868 Updates readme. 2013-07-21 01:39:19 +02:00
Lars Jung
31e2f9cc33 Fixes filter. Excludes parent folder from possible matches. 2013-07-21 01:16:52 +02:00
Lars Jung
28ca49dc72 Updates json2.js to 2013-05-26. 2013-07-21 00:50:28 +02:00
Lars Jung
17dc62411f Updates undescore.js to 1.5.1. 2013-07-21 00:26:46 +02:00
Lars Jung
026c890027 Updates undescore.js to 1.5.1. 2013-07-21 00:26:18 +02:00
Lars Jung
9aebb37273 Updates markdown-js to 0.4.0-9c21acdf08. 2013-07-21 00:20:13 +02:00
Lars Jung
88ea49ed05 Updates Moment.js to 2.1.0. 2013-07-21 00:08:05 +02:00
Lars Jung
e1fb82c896 Updates jQuery.mousewheel to 3.1.3. 2013-07-20 23:56:54 +02:00
Lars Jung
62b53851c7 Updates readme. 2013-07-20 22:01:58 +02:00
Lars Jung
8f6aaa892c Optional hide parent folder links. 2013-07-20 22:00:54 +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
8a2451474a Removes tiff from preview and thumbnails. Still broken. 2013-07-20 19:08:20 +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
8a07a5f9e3 Updates readme. 2013-07-19 12:11:19 +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
Lars Jung
040919808c Merge pull request #193 from TvdW/develop
Implement POSIX.1-1988 UStar directly instead of calling the tar binary
2013-07-18 06:48:14 -07:00
Tom van der Woerdt
84208f7b34 Merge branch 'develop' of https://github.com/lrsjng/h5ai into develop 2013-07-17 19:12:39 +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
97b0f6e0bd Makes previews less keyboard greedy. 2013-07-17 17:54:20 +02:00
Lars Jung
1099b297b7 Add optional .exe extension and ignorecase to command checks. 2013-07-17 15:39:02 +02:00
Lars Jung
2ec5da753c Cleans view icons. 2013-07-17 14:56:24 +02:00
Lars Jung
898d1a9b03 Changes view-list styles. 2013-07-17 02:29:03 +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
Lars Jung
b3ffd4f621 Removes artifical delay. 2013-07-16 14:07:17 +02:00
Lars Jung
0c9f1655c6 Updates readme. 2013-07-16 13:33:49 +02:00
Lars Jung
a072962a53 Updates previews. Removes spin.js. 2013-07-16 13:23:52 +02:00
Lars Jung
d8d8d752cf Updates spinner. 2013-07-16 13:20:02 +02:00
Lars Jung
896c92e6a0 Updates image preview. 2013-07-16 01:41:12 +02:00
Lars Jung
d588bb3563 Don't rely on browser cache in image preview. 2013-07-15 22:29:39 +02:00
Lars Jung
e36dde384d Adds m4v to the video extensions. 2013-07-15 00:18:43 +02:00
Lars Jung
1be30a8e74 Secures ABS_HREF. 2013-07-15 00:17:10 +02:00
Lars Jung
4c8bb24267 Increase the delay before adjusting the image prewiew. 2013-07-14 20:29:55 +02:00
Lars Jung
a189042a47 Testing new view icons. 2013-07-14 19:44:58 +02:00
Lars Jung
0f49591f9c Updates 'pl' lang. 2013-07-14 14:50:51 +02:00
Lars Jung
2a412fb44c Fixes jade var resolutions. 2013-07-14 13:05:54 +02:00
Lars Jung
b648c45929 Adding a patch by Zhao Lei for downloading large archives. Still commented, will be tested later. 2013-07-14 02:00:32 +02:00
Lars Jung
19eea2b316 Fixing PHP path and request issues. 2013-07-14 01:18:59 +02:00
Lars Jung
bfba6c084c Fixes missing path. 2013-07-13 14:42:03 +02:00
Lars Jung
927f41d1a1 Yeah, Safari. 2013-07-13 14:29:10 +02:00
Lars Jung
5cc060ee27 Changes htaccess rules. 2013-07-12 23:33:43 +02:00
Lars Jung
78879d3649 Adds link to info page. 2013-07-12 14:26:51 +02:00
Lars Jung
576ca69b44 Adds index hint to server info page. 2013-07-12 02:59:24 +02:00
Lars Jung
4d56f9aebf Removes unused file types. 2013-07-11 21:40:57 +02:00
Lars Jung
b49726d74e Updates readme. 2013-07-11 18:40:09 +02:00
Lars Jung
d7b51e2de8 Updates fallback. 2013-07-11 17:57:28 +02:00
Lars Jung
bf059c0393 Small fix. 2013-07-11 17:02:28 +02:00
Lars Jung
a076dfc7d3 Adds no-browser fallback. 2013-07-11 16:09:58 +02:00
Lars Jung
a4e599034e Changes folder icons. 2013-07-11 14:45:34 +02:00
Lars Jung
7f871403dc Changes some icons. 2013-07-11 03:05:54 +02:00
Lars Jung
9340c5232c Adds a version and url check to not confuse multiple installations. 2013-07-11 01:32:53 +02:00
Lars Jung
5f27518852 Some comments. 2013-07-10 23:11:44 +02:00
Lars Jung
63115432ce Some comments. 2013-07-10 20:44:54 +02:00
Lars Jung
0f7e01a82f Remove example styles that break during minification. 2013-07-10 01:32:06 +02:00
Lars Jung
bfd65340d3 Minor style fix. 2013-07-10 00:34:40 +02:00
Lars Jung
8b304d22b8 Updates jQuery to 2.0.3. 2013-07-09 22:59:45 +02:00
Lars Jung
84486af599 Updates jQuery.qrcode to 0.4. 2013-07-09 15:41:47 +02:00
Lars Jung
cb1edc3650 More styles. 2013-07-09 02:09:51 +02:00
Lars Jung
695b357668 Fixes #154 2013-07-08 22:38:41 +02:00
Lars Jung
fa6e7cfa1a Cleans code. 2013-07-08 21:24:37 +02:00
Lars Jung
6d3438cb1c Fixes filter problems. 2013-07-08 20:25:05 +02:00
Lars Jung
48522d8e68 Replaces app icons. 2013-07-08 15:56:38 +02:00
Lars Jung
39e4955918 Replaces app icons. 2013-07-08 15:31:29 +02:00
Lars Jung
08044e102f Refines icons. 2013-07-08 14:39:55 +02:00
Lars Jung
fd70cf9d7a Adds 'uk' translation. 2013-07-08 01:52:39 +02:00
Lars Jung
06de6c3274 Updates jQuery to 1.10.2. 2013-07-08 01:21:36 +02:00
Lars Jung
8159b3c4fd Updates jQuery to 1.10.2. 2013-07-08 01:20:24 +02:00
Lars Jung
75b5ab5a19 Updates h5bp styles and normalization. 2013-07-08 01:04:42 +02:00
Lars Jung
172ddc1033 Updates tree folder icons. 2013-07-08 00:57:26 +02:00
Lars Jung
f5435802e7 Images are now svg's from the 'Gnome Symbolic Icon Theme'. 2013-07-07 22:34:34 +02:00
Lars Jung
49276c157c More style changes. 2013-07-06 20:37:08 +02:00
Lars Jung
dc85bc4d5c Some new styles. 2013-07-06 02:31:55 +02:00
Lars Jung
d3e7016cd5 Updates lv translation. 2012-11-07 20:04:58 +01:00
Lars Jung
5e28056257 Fixes lighttpd issues. 2012-11-02 01:11:08 +01:00
Lars Jung
84be82d175 Small fixes and semantics. 2012-10-28 16:43:19 +01:00
Lars Jung
3a92606e0c Small improvments in sorting. 2012-10-28 02:55:57 +02:00
Lars Jung
a447502703 Small fixes. 2012-10-27 15:30:25 +02:00
Lars Jung
6c00a8e669 Moves init code to index file. 2012-10-27 04:29:55 +02:00
Lars Jung
32d7aa74e5 More semantic changes. 2012-10-27 04:17:28 +02:00
Lars Jung
1dea89befb Semantic changes. 2012-10-27 03:50:35 +02:00
Lars Jung
9163996ac2 Minor style changes. 2012-10-27 02:02:10 +02:00
Lars Jung
17c6f18910 Updates readme. Markdown problems. 2012-10-26 02:22:47 +02:00
Lars Jung
2819fd8496 Improves event system. 2012-10-26 00:30:52 +02:00
Lars Jung
34eed09537 Improves event system. 2012-10-25 01:37:34 +02:00
Lars Jung
aded72363a Updates text preview. 2012-10-22 02:12:07 +02:00
Lars Jung
0631444c50 Updates readme. 2012-10-21 23:42:48 +02:00
Lars Jung
b92298d007 More update on text preview. 2012-10-21 23:36:06 +02:00
Lars Jung
74b0ec827b Improves text preview. A little bit slower, but with line-wrap. 2012-10-21 23:15:59 +02:00
Lars Jung
e6e5f3309b Minor style updates. 2012-10-21 21:28:56 +02:00
Lars Jung
cc30a12bee Updates readme. 2012-10-21 18:43:11 +02:00
Lars Jung
7d0a691bc3 Add option related to non-h5ai links. 2012-10-21 18:37:19 +02:00
Lars Jung
1dd6e5c7b0 Minor changes. 2012-10-20 21:03:40 +02:00
Lars Jung
f97a4e490b Some style improvments. 2012-10-19 23:52:18 +02:00
Lars Jung
796e508635 Minor style changes. 2012-10-19 19:12:45 +02:00
Lars Jung
3814558ca1 Fixes event stack. 2012-10-19 18:40:07 +02:00
Lars Jung
e956a49680 More changes to enable smart browsing. 2012-10-18 23:08:48 +02:00
Lars Jung
499013f4fb Initial switch to smart browsing. 2012-10-18 21:27:09 +02:00
Lars Jung
ecc05d3a8b Adds notifications. 2012-10-18 20:53:38 +02:00
Lars Jung
c7a9d444af Adds notifications. 2012-10-18 20:52:47 +02:00
Lars Jung
910312f7ce Cleans code. 2012-10-17 01:54:05 +02:00
Lars Jung
885ce9e9e9 Cleans code. 2012-10-17 01:33:26 +02:00
Lars Jung
cecc5c57a2 Cleans code. 2012-10-17 00:53:28 +02:00
Lars Jung
396bc6662f Cleans code. 2012-10-17 00:17:22 +02:00
Lars Jung
70f4500232 Removes aai. 2012-10-16 23:10:05 +02:00
Lars Jung
e43d43933a Updates storage. 2012-10-16 22:50:41 +02:00
Lars Jung
e6bbb7c2cd Changes versioning. 2012-10-16 20:44:59 +02:00
Lars Jung
4d3b4b85df Updates version to 0.23-dev. 2012-10-16 17:04:04 +02:00
Lars Jung
b097ac2b2d Version 0.22.1 2012-10-16 17:02:24 +02:00
Lars Jung
f047f94ad9 Merge branch 'develop' 2012-10-16 17:00:33 +02:00
Lars Jung
072f1c8158 Fixes a edge-case problem with the API. 2012-10-16 15:16:20 +02:00
Lars Jung
ca19318671 Updates responsive styles. 2012-10-16 15:11:00 +02:00
Lars Jung
c80c2b146a Updates version to 0.23-dev 2012-10-14 18:40:43 +02:00
Lars Jung
a23df9ffb8 Version 0.22 2012-10-14 18:38:34 +02:00
Lars Jung
ba911bd09c Merge branch 'develop' 2012-10-14 18:35:58 +02:00
Lars Jung
138fc4d43c Adds folderstatus extension for aai mode. Updates default options for upcoming release. 2012-10-14 18:32:25 +02:00
Lars Jung
57d6ef9520 Updates options and readme. 2012-10-14 02:30:01 +02:00
Lars Jung
ba793c27cb Updates readme. 2012-10-14 00:02:10 +02:00
Lars Jung
160fd8ecbf Improves download extension. Updates option docs. 2012-10-13 23:58:52 +02:00
Lars Jung
270956c10d Updates readme. 2012-10-13 21:37:06 +02:00
Lars Jung
17ad8d0632 Loads qrcode extension on demand now. 2012-10-13 21:30:41 +02:00
Lars Jung
787d37853b Removes amplify dependencies. 2012-10-13 18:46:54 +02:00
Lars Jung
906d83a3b0 Updates readme. 2012-10-13 15:36:04 +02:00
Lars Jung
bfd8f1b5e0 Updates readme. 2012-10-13 15:26:44 +02:00
Lars Jung
2029f020a3 Updates readme. 2012-10-13 15:23:30 +02:00
Lars Jung
84ad7e4ef9 Updates readme. 2012-10-13 03:09:00 +02:00
Lars Jung
e8c124a0cf Updates readme. 2012-10-13 02:54:51 +02:00
Lars Jung
af300036b4 Updates readme. 2012-10-13 02:31:08 +02:00
Lars Jung
a64630b387 Updates readme. 2012-10-13 02:26:31 +02:00
Lars Jung
3f91022cde Fixes fixed topbar height. 2012-10-12 20:05:27 +02:00
Lars Jung
840363badb Fixes minor refresh problem with single quotes. 2012-10-12 15:42:46 +02:00
Lars Jung
7be15da13a Fixes stat problems on 32bit systems. 2012-10-12 13:57:27 +02:00
Lars Jung
b87dc5a45b Removes a console.log. 2012-10-12 01:31:50 +02:00
Lars Jung
8658bac71a Refactors js. 2012-10-12 01:01:24 +02:00
Lars Jung
2cabbad0d6 Merge pull request #137 from XhmikosR/to-merge
updates Underscore.js to v1.4.2
2012-10-11 10:36:24 -07:00
Lars Jung
a8e0c049f2 Splits up type js into js and json. 2012-10-11 18:28:12 +02:00
Lars Jung
69ffcc2d32 More changes on init procedure. 2012-10-11 15:05:10 +02:00
Lars Jung
a087e96d69 More changes to init procedure and API. 2012-10-11 14:45:18 +02:00
Lars Jung
15dd200b28 Performance improvements in aai mode. Minor changes. 2012-10-11 00:37:08 +02:00
XhmikosR
aaa24df8a3 update Underscore.js to v1.4.2 2012-10-10 17:33:36 +03:00
Lars Jung
d7f1c68366 Switch to general API nearly done. 2012-10-10 16:05:50 +02:00
Lars Jung
a60d5556af Changes some API things. 2012-10-09 14:16:57 +02:00
Lars Jung
811994423d Changes API. 2012-10-08 01:16:02 +02:00
Lars Jung
d6c5696f96 More changes. Improves styles. 2012-10-07 21:31:13 +02:00
Lars Jung
cb9341451b Another partial commit. 2012-10-07 13:48:27 +02:00
Lars Jung
abb9b7bd0e More changes in js. 2012-10-07 02:40:50 +02:00
Lars Jung
318fefbbfd More refactorings. 2012-10-06 22:49:09 +02:00
Lars Jung
b8b6d32a33 More refactorings. 2012-10-06 20:08:59 +02:00
Lars Jung
bd65025a4c More PHP refactorings. 'cs' lang update. 2012-10-06 18:25:59 +02:00
Lars Jung
42cfe55ef3 Cleans and improves PHP code. 2012-10-06 16:50:43 +02:00
Lars Jung
c6a9374488 Removes folderstatus extension. 2012-10-06 15:10:04 +02:00
Lars Jung
029872a212 More PHP refactorings. Fixes text preview. 2012-10-06 14:29:24 +02:00
Lars Jung
838a346c29 Minor changes. 2012-10-06 01:17:11 +02:00
Lars Jung
e53f261c69 Removes temp dir references. 2012-10-05 21:27:27 +02:00
Lars Jung
f6832982bb Fixes index page. 2012-10-05 21:22:19 +02:00
Lars Jung
07d4eee151 Minor changes. 2012-10-05 20:29:37 +02:00
Lars Jung
59609aaee9 Fixes makefile. 2012-10-05 20:00:45 +02:00
Lars Jung
3c5a859f28 Fixes l10n after changes. 2012-10-05 19:59:06 +02:00
Lars Jung
c71f891af2 Cosmetics. 2012-10-05 19:55:48 +02:00
Lars Jung
7494491637 Updates script inclusions. 2012-10-05 15:23:45 +02:00
Lars Jung
e0fb8b3285 Merge pull request #126 from XhmikosR/jquery
update 3rd party libs
2012-10-05 06:20:02 -07:00
XhmikosR
ba2455a87f use the non minified js since they are minified when building h5ai 2012-10-04 19:48:59 +03:00
XhmikosR
6f80d345a8 update spin.js to v1.2.7 2012-10-04 19:48:58 +03:00
XhmikosR
8d7f7d68aa update moment.js to v1.7.2 2012-10-04 19:48:56 +03:00
XhmikosR
1b66788d96 update underscore.js to v1.4.1 2012-10-04 19:48:53 +03:00
XhmikosR
28b002dbee update jQuery to v1.8.2 2012-10-04 19:48:53 +03:00
Lars Jung
326b7f54e1 Updates readme. 2012-09-22 13:51:24 +02:00
Lars Jung
0a280e177b Combines scripts in head section. Shouldn't matter that much. 2012-09-22 13:40:04 +02:00
Lars Jung
f24747e92f Changes shortcut icon format to .ico ... guess why: IE 2012-09-22 01:29:56 +02:00
Lars Jung
ede2316f53 Cleans code. 2012-09-19 23:59:53 +02:00
Lars Jung
26d0de5985 Hopefully fixes date parsing in aai mode. 2012-09-19 20:56:54 +02:00
Lars Jung
df208faf25 Adds experimental support for local config files. 2012-09-19 14:47:52 +02:00
Lars Jung
bcc9f21fc1 Another test commit. Ignore. 2012-09-19 00:56:56 +02:00
Lars Jung
4169de4d6b Test. Just ignore this. 2012-09-19 00:43:48 +02:00
Lars Jung
bc4e1b349a Updates readme. 2012-09-18 21:59:03 +02:00
Lars Jung
8520658c34 Adds ctrl-click file selection. 2012-09-18 18:56:50 +02:00
Lars Jung
9545ec2894 More updates to readme. 2012-09-18 16:59:11 +02:00
Lars Jung
188d2825b1 Updates readme. 2012-09-18 16:46:48 +02:00
Lars Jung
c4084343dc Updates build process. 2012-09-18 16:30:17 +02:00
Lars Jung
3a0e620065 Cleans l10n. 2012-09-18 02:25:14 +02:00
Lars Jung
421d5c2e24 Fixes l10n in case it is disabled. 2012-09-18 02:14:21 +02:00
Lars Jung
4e6c446ce4 Fixes index page. 2012-09-18 01:29:22 +02:00
Lars Jung
b649cd1519 Cleans config to pure json. 2012-09-17 22:37:20 +02:00
Lars Jung
0e05e6d0a1 Fine tweaks to tree layout. 2012-09-17 22:17:05 +02:00
Lars Jung
5ae35ee763 Cleans css. 2012-09-17 00:09:51 +02:00
Lars Jung
6b5556f338 Cleans js. Fixes js. Updates ru translation. 2012-09-16 21:02:40 +02:00
Lars Jung
aa92ab9e83 Cleans js templates. 2012-09-16 17:14:42 +02:00
Lars Jung
01d152ede5 Merge pull request #116 from XhmikosR/upstream
update Greek translation
2012-09-16 07:05:57 -07:00
XhmikosR
1cbf46d2a5 update Greek translation 2012-09-16 16:56:24 +03:00
Lars Jung
53733ccdf5 Cleans styles. 2012-09-16 15:15:07 +02:00
Lars Jung
6245c4654c Fixes Apache mod_autoindex date parsing. 2012-09-16 01:50:15 +02:00
Lars Jung
1f3d501a04 Cleans CSS, adds new grid and list view, replaces small parent-folder icon. 2012-09-16 01:34:50 +02:00
Lars Jung
842bca74f9 Improves filter. Still problems with filter and preview. 2012-09-14 23:24:22 +02:00
Lars Jung
27c598d96e Adds optional binary prefixes. 2012-09-14 19:53:19 +02:00
Lars Jung
3cd11139a2 Minor changes. 2012-09-14 19:16:11 +02:00
Lars Jung
1aec23008e Fixes piwik-analytics extension. 2012-09-14 15:32:33 +02:00
Lars Jung
9d8552a272 Merge pull request #110 from BluePyth/piwik_analytics
Adds Piwik Analytics support
2012-09-14 04:48:43 -07:00
Lars Jung
9648bd6a42 Adds missing jQuery.spin plugin. 2012-09-14 09:59:52 +02:00
Lars Jung
cb6eb4b1b3 Updates 3rd party libs. 2012-09-14 00:45:58 +02:00
Lars Jung
07fcb40aab Updates build process. 2012-09-14 00:25:20 +02:00
Romain Sertelon
010b984a93 Issues fixed 2012-09-13 15:59:26 +02:00
Lars Jung
6d188f1271 Updates readme. 2012-09-12 21:35:24 +02:00
Lars Jung
2fecdef3e0 Adds he translation to config. 2012-09-12 20:55:27 +02:00
Lars Jung
8783f00460 Merge pull request #109 from tomer/develop
Hebrew translation
2012-09-12 11:51:59 -07:00
Lars Jung
b727b29275 Updates build process. 2012-09-12 20:48:15 +02:00
Romain Sertelon
d0544462d5 Adds Piwik Analytics support 2012-09-12 16:04:06 +02:00
Tomer Cohen
47a1c0989c Hebrew translation 2012-09-11 22:02:00 +03:00
Lars Jung
07d67787d8 Removes some blank lines. 2012-08-31 19:44:59 +02:00
Lars Jung
586c21a2c1 More jade. 2012-08-31 18:15:21 +02:00
Lars Jung
b80eeeebbf Adds background transition for img preview fullscreen mode. 2012-08-31 16:55:38 +02:00
Lars Jung
151f70773d Updates h5bp to 4.0.0. 2012-08-31 16:40:24 +02:00
Lars Jung
491e0e4068 Replaces dev number with short git hash. 2012-08-24 14:40:10 +02:00
Lars Jung
f4ea5dab4a Merge pull request #107 from Neelfyn/patch-2
Update French translation
2012-08-23 15:43:11 -07:00
Antoine
1f15b636e2 Update French translation
Add "filter" and "delete" strings to French translation.
2012-08-23 18:25:17 +03:00
Lars Jung
4b7aba378c Changes on info index page. 2012-08-19 22:44:10 +02:00
Lars Jung
4c96efe1c7 Minor refactorings. 2012-08-17 22:56:24 +02:00
Lars Jung
799f1ecd13 Updates config.js comments. 2012-08-17 16:51:10 +02:00
Lars Jung
f1a2a44079 Adds core/mode. Lots of changes to make installation more flexible. 2012-08-17 16:35:25 +02:00
Lars Jung
fd89ea1d90 Abstracts h5ai-index.php. 2012-08-15 22:05:52 +02:00
Lars Jung
5a017a0d5a _h5ai/index does not need to have absolute hrefs. 2012-08-15 12:32:00 +02:00
Lars Jung
e53d72e977 More jade. 2012-08-15 12:20:42 +02:00
Lars Jung
10c651c0a5 Updates readme. 2012-08-13 21:42:36 +02:00
Lars Jung
bf2cf3c048 Removes old code. 2012-08-13 21:39:27 +02:00
Lars Jung
1458623998 Updates Thumb to use defined paths. 2012-08-13 21:34:06 +02:00
Lars Jung
09abaa9a3c Updates lv translation. 2012-08-13 21:11:32 +02:00
Lars Jung
1217d2d699 Changes temp dir to cache dir. Adds auto deletion of temp packages. 2012-08-13 21:08:42 +02:00
Lars Jung
ee30ba509a Adds @ to php checks to ignore exceptions. Updates el translation. 2012-08-13 19:18:36 +02:00
Lars Jung
3617a7fb80 Updates readme and lv translation. 2012-08-13 17:08:28 +02:00
Lars Jung
7d324ce51f Uses utf8_encode for uploaded files. 2012-08-13 00:09:33 +02:00
Lars Jung
a6a95780da Improves build process. 2012-08-12 23:27:10 +02:00
Lars Jung
a99c28f234 Moves index.html to jade. Minor changes. 2012-08-12 22:19:40 +02:00
Lars Jung
bdcab107eb Minor changes. 2012-08-12 17:27:54 +02:00
Lars Jung
7b216484de Adds DirectoryIndex to htaccess. 2012-08-12 17:01:11 +02:00
Lars Jung
08f2f6e165 Updates readme. 2012-08-12 16:44:58 +02:00
Lars Jung
67e5779402 Ignore pattern might be absolute now. 2012-08-12 16:37:28 +02:00
Lars Jung
9a447a83bd Adds renaming. 2012-08-12 15:43:33 +02:00
Lars Jung
35d85b4e99 Renames autoupdate to autorefresh. 2012-08-12 15:18:50 +02:00
Lars Jung
1be5e121b3 Cleans code. 2012-08-12 14:56:05 +02:00
Lars Jung
fbfbcd0439 Separates translations. 2012-08-12 14:52:27 +02:00
Lars Jung
801ee05872 Adds refresh after delete an upload. 2012-08-12 11:58:09 +02:00
Lars Jung
3e3b2813cd Adds core/refresh. Refactors ext/autoupdate. 2012-08-12 11:48:34 +02:00
Lars Jung
f7fbd2e256 Fixed content transition. 2012-08-11 22:40:23 +02:00
Lars Jung
71d22fb9e0 Improves api security. 2012-08-11 22:05:29 +02:00
Lars Jung
ff40e2129f Updates dropbox design. Now the content space is the dropzone. 2012-08-11 21:41:25 +02:00
Lars Jung
4c3267c1f8 Removes unused folder uploads. 2012-08-11 20:58:10 +02:00
Lars Jung
2a1f864e6f Fixes typos. 2012-08-11 17:53:07 +02:00
Lars Jung
c160c89027 Sorts extensions in config.js 2012-08-11 17:49:30 +02:00
Lars Jung
9d26d5ae7e Adds l10n for delete. 2012-08-11 13:39:09 +02:00
Lars Jung
cc7d9ee912 Fixes selection update for deleted entries. 2012-08-11 13:36:51 +02:00
Lars Jung
0b6b2b0f33 Changes context-menu to pure delete function. 2012-08-11 13:25:27 +02:00
Lars Jung
91a9621648 Changes build process to use handelbars. 2012-08-11 02:41:03 +02:00
Lars Jung
45922c1e7b Adds context menu with delete option. 2012-08-11 02:29:15 +02:00
Lars Jung
14960af036 Dropbox feature nearly done. 2012-08-11 02:28:05 +02:00
Lars Jung
f915bdea3b Improves display of 'empty' string for empty folders. 2012-08-11 02:26:48 +02:00
Lars Jung
befdf54952 Style improvments. 2012-08-11 02:24:55 +02:00
Lars Jung
94deb369b1 Updates error messages for api upload function. 2012-08-11 02:22:41 +02:00
Lars Jung
87b3c6bfee Improves entry url encoding. 2012-08-11 02:21:12 +02:00
Lars Jung
9ac5973907 Reformats config comments. 2012-08-11 02:19:29 +02:00
Lars Jung
2f288703bf Updates jQuery to 1.8.0 2012-08-11 02:16:13 +02:00
Lars Jung
d76fad3a51 Adds drag'n'drop upload. 2012-08-09 11:34:20 +02:00
Lars Jung
da438f2f0b Adds new events. Adds autoupdate extension. 2012-08-08 02:44:25 +02:00
Lars Jung
4245f2019e Adds type diff. 2012-08-07 15:51:50 +02:00
Lars Jung
49eb730757 Updates langs. 2012-08-07 13:48:01 +02:00
Lars Jung
b506405a2c Updates version to 0.22-dev. 2012-08-06 19:28:56 +02:00
418 changed files with 22774 additions and 8127 deletions

View File

@@ -1,4 +1,4 @@
Copyright (c) 2012 Lars Jung, http://larsjung.de
Copyright (c) 2013 Lars Jung, http://larsjung.de
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in

125
README.md
View File

@@ -1,19 +1,48 @@
# h5ai
**a modern HTTP web server index for Apache httpd, lighttpd, nginx and Cherokee**
Please don't use files from the `src` folder for installation.
They need to be preprocessed to work correctly. You'll find a preprocessed
package on the [project page](http://larsjung.de/h5ai/).
The preferred way to report a bug or make a feature request is to
create [a new issue](http://github.com/lrsjng/h5ai/issues/new) on GitHub!
* to report a bug or make a feature request please create [a new issue](http://github.com/lrsjng/h5ai/issues/new) on GitHub
* website with download, docs and demo: <http://larsjung.de/h5ai>
* sources: <http://github.com/lrsjng/h5ai>
h5ai is provided under the terms of the [MIT License](http://github.com/lrsjng/h5ai/blob/master/LICENSE.txt).
## Install
( **note:** please don't use files from the `src` folder for installation,
they need to be preprocessed to work correctly )
You'll find a preprocessed package, as well as detailed installation
instructions on the [project page](http://larsjung.de/h5ai/).
## Build
( there are repositories for the latest [releases](http://release.larsjung.de/h5ai/) and [dev builds](http://release.larsjung.de/h5ai/dev/) )
If you want to build **h5ai** yourself you need to install the build tool [fQuery](http://larsjung.de/fquery/) first:
> npm install -g fquery
This will install fQuery and its command line tool `makejs`. Run `makejs --help` to see if everything
worked fine.
To clone and build the project run the following commands.
You'll find a new directory `build` including a fresh zipball.
> git clone git://github.com/lrsjng/h5ai.git
> cd h5ai
> makejs release
## License
**h5ai** is provided under the terms of the [MIT License](http://github.com/lrsjng/h5ai/blob/develop/LICENSE.md).
It profits from these great projects:
[AmplifyJS](http://amplifyjs.com)&nbsp;(MIT/GPL),
[Faenza icon set](http://tiheum.deviantart.com/art/Faenza-Icons-173323228)&nbsp;(GPL),
[HTML5 ★ Boilerplate](http://html5boilerplate.com),
[jQuery](http://jquery.com)&nbsp;(MIT/GPL),
[Gnome Symbolic Icon Theme](https://git.gnome.org/browse/gnome-icon-theme-symbolic/)&nbsp;(CC BY-SA 3.0),
[HTML5 ★ Boilerplate](http://html5boilerplate.com)&nbsp;(MIT),
[jQuery](http://jquery.com)&nbsp;(MIT),
[jQuery.filedrop](http://www.github.com/weixiyen/jquery-filedrop)&nbsp;(MIT),
[jQuery.fracs](http://larsjung.de/fracs/)&nbsp;(MIT),
[jQuery.mousewheel](http://github.com/brandonaaron/jquery-mousewheel)&nbsp;(MIT),
[jQuery.qrcode](http://larsjung.de/qrcode/)&nbsp;(MIT),
@@ -26,22 +55,68 @@ It profits from these great projects:
[Underscore.js](http://underscorejs.org)&nbsp;(MIT)
## Build
A prebuilt package can be found on the [project page](http://larsjung.de/h5ai/). If you want to build
h5ai yourself you need to install [fQuery](http://larsjung.de/fquery/) first:
> npm install -g fquery
To build the project run the following command inside the project's root directory
> makejs
Run `makejs -t` to list all possible targets.
## Changelog
( **h5ai** uses [semantic versioning](http://semver.org/) )
### v0.23.0 - *2013-07-21*
* removes `aai` mode!
* drops support for IE7+8 (simple fallback, same as no javascript)
* uses History API if available (way faster browsing)
* faster thumbnail generation if EXIF thumbnails available
* adds optional custom headers/footers that are propageted to all subfolders
* optional hide parent folder links
* some fixes on previews
* speeds up packaged downloads
* add line wrap and line highlighting (on hover) to text preview
* new design (colors, images)
* now uses scalable images for the interface
* fixes filter (ignore parent folder, display of `no match`)
* lots of small fixes
* updates H5BP to 4.2.0
* updates jQuery to 2.0.3
* updates jQuery.mousewheel to 3.1.3
* updates Moment.js to 2.1.0
* updates markdown-js to 0.4.0-9c21acdf08
* updates json2.js to 2013-05-26
* adds `uk` translation by Viktor Matveenko
* updates to `pl` translation by Mark
### v0.22.1 - *2012-10-16*
* bug fix concerning API requests in PHP mode
* minor changes in responsive styles
### v0.22 - *2012-10-14*
* general changes h5ai directory layout and configuration
* splits configuration file (`config.json`) into files `options.json`, `types.json` and `langs.json`
* localization now in separate files
* adds auto-refresh
* adds drag'n'drop upload (PHP, experimental)
* adds file deletion (PHP, experimental)
* cleans and improves PHP code
* PHP no longer respects htaccess restrictions (so be careful)
* PHP ignore patterns might include paths now
* improves separation between aai and php mode
* improves performance in aai mode
* adds optional binary prefixes for file sizes
* improves filter: autofocus on keypress, clear on `ESC`
* download packages now packaged relative to current folder
* download package name changable
* splits type `js` into `js` and `json`
* prevents some errors with files > 2GB on 32bit OS
* adds max subfolder size in tree view
* adds ctrl-click file selection
* adds Piwik analytics extension
* temp download packages are now stored in the `cache`-folder and deleted as soon as possible
* updates translations
* adds `he` translation by [Tomer Cohen](https://github.com/tomer)
* updates 3rd party libs
### v0.21 - *2012-08-06*

View File

@@ -3,10 +3,8 @@
var path = require('path'),
child_process = require('child_process');
var version = '0.21',
pkg = require('./package.json'),
root = path.resolve(__dirname),
src = path.join(root, 'src'),
@@ -34,14 +32,18 @@ var version = '0.21',
]
},
mapper = function (blob) {
return blob.source.replace(src, build).replace(/\.less$/, '.css');
handlebarsEnv = {
pkg: pkg
},
mapperRoot = function (blob) {
mapSrc = function (blob) {
return blob.source.replace(root, build + '/_h5ai');
return blob.source.replace(src, build).replace(/\.less$/, '.css').replace(/\.jade$/, '');
},
mapRoot = function (blob) {
return blob.source.replace(root, path.join(build, '_h5ai'));
};
@@ -49,137 +51,119 @@ module.exports = function (make) {
var Event = make.Event,
$ = make.fQuery,
moment = make.moment,
stamp, replacements;
moment = make.moment;
make.version('>=0.8.1');
make.defaults('build');
make.before(function () {
stamp = moment();
replacements = {
version: version,
stamp: stamp.format('YYYY-MM-DD HH:mm:ss')
};
Event.info({ method: 'before', message: version + ' ' + replacements.stamp });
handlebarsEnv.stamp = moment().format('YYYY-MM-DD HH:mm:ss');
});
make.target('inc', [], 'increase build number, if any')
.sync(function () {
make.target('check-version', [], 'add git info to dev builds').async(function (done, fail) {
var re = /-(\d+)$/;
var match = version.match(re);
if (!/-dev$/.test(pkg.version)) {
done();
return;
}
if (match) {
var number = parseInt(match[1], 10) + 1;
var newVersion = version.replace(re, '-' + number);
$.git(root, function (err, result) {
$('makefile.js').replace([[version, newVersion]]).write($.OVERWRITE, 'makefile.js');
version = newVersion;
replacements.version = version;
Event.ok({ method: 'inc', message: 'version is now ' + version });
}
});
make.target('clean', [], 'delete build folder')
.sync(function () {
$.rmfr($.I_AM_SURE, build);
});
make.target('lint', [], 'lint all JavaScript files with JSHint')
.sync(function () {
$(src + '/_h5ai/js: **/*.js, ! *.min.js, ! inc/lib/**')
.jshint(jshint);
});
make.target('build', [], 'build all updated files')
.sync(function () {
$(src + ': _h5ai/js/*.js')
.modified(mapper, $(src + ': _h5ai/js/**'))
.includify()
.uglifyjs()
.write($.OVERWRITE, mapper);
$(src + ': _h5ai/css/*.less')
.modified(mapper, $(src + ': _h5ai/css/**'))
.less()
.cssmin()
.write($.OVERWRITE, mapper);
$(src + ': **, ! _h5ai/js/**, ! _h5ai/css/**')
.modified(mapper)
.mustache(replacements)
.write($.OVERWRITE, mapper);
$(root + ': README*, LICENSE*')
.modified(mapperRoot)
.write($.OVERWRITE, mapperRoot);
});
make.target('build-uncompressed', [], 'build all updated files without compression')
.sync(function () {
$(src + ': _h5ai/js/*.js')
.modified(mapper, $(src + ': _h5ai/js/**'))
.includify()
// .uglifyjs()
.write($.OVERWRITE, mapper);
$(src + ': _h5ai/css/*.less')
.modified(mapper, $(src + ': _h5ai/css/**'))
.less()
// .cssmin()
.write($.OVERWRITE, mapper);
$(src + ': **, ! _h5ai/js/**, ! _h5ai/css/**')
.modified(mapper)
.mustache(replacements)
.write($.OVERWRITE, mapper);
$(root + ': README*, LICENSE*')
.modified(mapperRoot)
.write($.OVERWRITE, mapperRoot);
});
make.target('release', ['inc', 'clean', 'build'], 'create a zipball')
.async(function (done, fail) {
var target = path.join(build, 'h5ai-' + version + '.zip'),
cmd = 'zip',
args = ['-ro', target, '_h5ai'],
options = { cwd: build },
proc = child_process.spawn(cmd, args, options);
Event.info({ method: 'exec', message: cmd + ' ' + args.join(' ') });
// proc.stdout.on('data', function (data) {
// process.stdout.write(data);
// });
proc.stderr.on('data', function (data) {
process.stderr.write(data);
});
proc.on('exit', function (code) {
if (code) {
Event.error({ method: 'exec', message: cmd + ' exit code ' + code });
fail();
} else {
Event.ok({ method: 'exec', message: 'created zipball ' + target });
done();
}
pkg.version += '-' + result.revListOriginMasterHead.length + '-' + result.revParseHead.slice(0, 7);
Event.info({
method: 'check-version',
message: 'version set to ' + pkg.version
});
done();
});
});
make.target('clean', [], 'delete build folder').sync(function () {
$.rmfr($.I_AM_SURE, build);
});
make.target('lint', [], 'lint all JavaScript files with JSHint').sync(function () {
$(src + '/_h5ai/client/js: **/*.js, ! lib/**')
.jshint(jshint);
});
make.target('build', ['check-version'], 'build all updated files').sync(function () {
$(src + ': _h5ai/client/js/*.js')
.modified(mapSrc, $(src + ': _h5ai/client/js/**'))
.includify()
.uglifyjs()
.write($.OVERWRITE, mapSrc);
$(src + ': _h5ai/client/css/*.less')
.modified(mapSrc, $(src + ': _h5ai/client/css/**'))
.less()
.cssmin()
.write($.OVERWRITE, mapSrc);
$(src + ': **/*.jade')
.modified(mapSrc)
.handlebars(handlebarsEnv)
.jade()
.write($.OVERWRITE, mapSrc);
$(src + ': **, ! _h5ai/client/js/**, ! _h5ai/client/css/**, ! **/*.jade')
.modified(mapSrc)
.handlebars(handlebarsEnv)
.write($.OVERWRITE, mapSrc);
$(root + ': README*, LICENSE*')
.modified(mapRoot)
.write($.OVERWRITE, mapRoot);
});
make.target('build-uncompressed', ['check-version'], 'build all updated files without compression').sync(function () {
$(src + ': _h5ai/client/js/*.js')
.modified(mapSrc, $(src + ': _h5ai/client/js/**'))
.includify()
// .uglifyjs()
.write($.OVERWRITE, mapSrc);
$(src + ': _h5ai/client/css/*.less')
.modified(mapSrc, $(src + ': _h5ai/client/css/**'))
.less()
// .cssmin()
.write($.OVERWRITE, mapSrc);
$(src + ': **/*.jade')
.modified(mapSrc)
.handlebars(handlebarsEnv)
.jade()
.write($.OVERWRITE, mapSrc);
$(src + ': **, ! _h5ai/client/js/**, ! _h5ai/client/css/**, ! **/*.jade')
.modified(mapSrc)
.handlebars(handlebarsEnv)
.write($.OVERWRITE, mapSrc);
$(root + ': README*, LICENSE*')
.modified(mapRoot)
.write($.OVERWRITE, mapRoot);
});
make.target('release', ['clean', 'build'], 'create a zipball').async(function (done, fail) {
$(build + ': **').shzip({
target: path.join(build, pkg.name + '-' + pkg.version + '.zip'),
dir: build,
callback: done
});
});
};

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "h5ai",
"version": "0.23.0",
"description": "a modern HTTP web server index",
"url": "http://larsjung.de/h5ai/",
"author": "Lars Jung",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lrsjng/h5ai.git"
}
}

View File

@@ -1,43 +1,115 @@
Options -Indexes
DirectoryIndex index.html
# ------------------------------------------------------------------------------
# | File access |
# ------------------------------------------------------------------------------
# Block access to directories without a default document.
# Usually you should leave this uncommented because you shouldn't allow anyone
# to surf through every directory on your server (which may includes rather
# private places like the CMS's directories).
<IfModule mod_autoindex.c>
Options -Indexes
</IfModule>
# ------------------------------------------------------------------------------
# | Better website experience |
# ------------------------------------------------------------------------------
# Force IE to render pages in the highest available mode in the various
# cases when it may not: http://hsivonen.iki.fi/doctype/ie-mode.pdf.
# Use, if installed, Google Chrome Frame.
<IfModule mod_headers.c>
Header set X-UA-Compatible "IE=edge,chrome=1"
# `mod_headers` can't match based on the content-type, however, we only
# want to send this header for HTML pages and not for the other resources
<FilesMatch "\.(appcache|crx|css|eot|gif|htc|ico|jpe?g|js|m4a|m4v|manifest|mp4|oex|oga|ogg|ogv|otf|pdf|png|safariextz|svg|svgz|ttf|vcf|webapp|webm|webp|woff|xml|xpi)$">
Header unset X-UA-Compatible
</FilesMatch>
</IfModule>
# ------------------------------------------------------------------------------
# | UTF-8 encoding |
# ------------------------------------------------------------------------------
# Use UTF-8 encoding for anything served as `text/html` or `text/plain`.
AddDefaultCharset utf-8
# Force UTF-8 for certain file formats.
<IfModule mod_mime.c>
AddCharset utf-8 .atom .css .js .json .rss .vtt .webapp .xml
</IfModule>
# ------------------------------------------------------------------------------
# | Expires headers (for better cache control) |
# ------------------------------------------------------------------------------
# The following expires headers are set pretty far in the future. If you don't
# control versioning with filename-based cache busting, consider lowering the
# cache time for resources like CSS and JS to something like 1 week.
<IfModule mod_expires.c>
Header set Cache-Control "public"
ExpiresActive on
# Perhaps better to whitelist expires rules? Perhaps.
ExpiresDefault "access plus 1 month"
ExpiresActive on
ExpiresDefault "access plus 1 month"
# cache.manifest needs re-requests in FF 3.6 (thx Remy ~Introducing HTML5)
ExpiresByType text/cache-manifest "access plus 0 seconds"
# CSS
ExpiresByType text/css "access plus 1 week"
# your document html
ExpiresByType text/html "access plus 0 seconds"
# Data interchange
ExpiresByType application/json "access plus 0 seconds"
ExpiresByType application/xml "access plus 0 seconds"
ExpiresByType text/xml "access plus 0 seconds"
# data
ExpiresByType text/xml "access plus 0 seconds"
ExpiresByType application/xml "access plus 0 seconds"
ExpiresByType application/json "access plus 0 seconds"
# Favicon (cannot be renamed!)
ExpiresByType image/x-icon "access plus 1 week"
# media: images, video, audio
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType video/ogg "access plus 1 month"
ExpiresByType audio/ogg "access plus 1 month"
ExpiresByType video/mp4 "access plus 1 month"
ExpiresByType video/webm "access plus 1 month"
# HTML components (HTCs)
ExpiresByType text/x-component "access plus 1 month"
# webfonts
ExpiresByType font/truetype "access plus 1 month"
ExpiresByType font/opentype "access plus 1 month"
ExpiresByType font/woff "access plus 1 month"
ExpiresByType image/svg+xml "access plus 1 month"
ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
# HTML
ExpiresByType text/html "access plus 0 seconds"
# JavaScript
ExpiresByType application/javascript "access plus 1 week"
# Manifest files
ExpiresByType application/x-web-app-manifest+json "access plus 0 seconds"
ExpiresByType text/cache-manifest "access plus 0 seconds"
# Media
ExpiresByType audio/ogg "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType video/mp4 "access plus 1 month"
ExpiresByType video/ogg "access plus 1 month"
ExpiresByType video/webm "access plus 1 month"
# Web feeds
ExpiresByType application/atom+xml "access plus 1 hour"
ExpiresByType application/rss+xml "access plus 1 hour"
# Web fonts
ExpiresByType application/font-woff "access plus 1 month"
ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
ExpiresByType application/x-font-ttf "access plus 1 month"
ExpiresByType font/opentype "access plus 1 month"
ExpiresByType image/svg+xml "access plus 1 month"
# css and javascript
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/javascript "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"
</IfModule>

View File

@@ -1,23 +0,0 @@
################################
# h5ai {{version}}
# customized .htaccess
################################
Options +Indexes
Options +FollowSymLinks
HeaderName /_h5ai/apache/h5ai-header.html
ReadmeName /_h5ai/apache/h5ai-footer.html
IndexIgnore _h5ai*
IndexOptions Charset=UTF-8
IndexOptions FancyIndexing
IndexOptions FoldersFirst
IndexOptions HTMLTable
IndexOptions NameWidth=*
IndexOptions SuppressDescription
IndexOptions SuppressHTMLPreamble
IndexOptions SuppressRules
IndexOptions Type=text/html;h5ai={{version}}
IndexOptions XHTML

View File

@@ -1,6 +0,0 @@
<!-- generated code ends here -->
</div>
<script src="/_h5ai/config.js"></script>
<script src="/_h5ai/js/scripts.js"></script>
</body>
</html>

View File

@@ -1,38 +0,0 @@
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Directory index · styled with h5ai</title>
<meta name="description" content="Directory index styled with h5ai (http://larsjung.de/h5ai)">
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" type="image/png" href="/_h5ai/images/h5ai-16x16.png">
<link rel="apple-touch-icon" type="image/png" href="/_h5ai/images/h5ai-48x48.png">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic,700italic|Ubuntu:400,700,400italic,700italic">
<link rel="stylesheet" href="/_h5ai/css/styles.css">
<script src="/_h5ai/js/modernizr.js"></script>
</head>
<body id="h5ai-main">
<div id="topbar" class="clearfix">
<ul id="navbar"></ul>
</div>
<div id="content">
<div id="extended" class="clearfix"></div>
</div>
<div id="bottombar" class="clearfix">
<span class="left">
<a id="h5ai-reference" href="http://larsjung.de/h5ai" title="h5ai project page">h5ai {{version}}</a>
<span class="hideOnJs noJsMsg"> ⚡ JavaScript is disabled! ⚡ </span>
<span class="oldBrowser"> ⚡ Some features disabled! Works best in <a href="http://browsehappy.com">modern browsers</a>. ⚡ </span>
</span>
<span class="right"></span>
<span class="center"></span>
</div>
<div id="data-apache-autoindex" class="hideOnJs">
<!--
The following code was generated by Apache's autoindex module. It is not valid HTML5, but gets
removed from the DOM tree as soon as possible. The actual page should render as valid HTML5.
-->

View File

@@ -3,11 +3,14 @@
position: fixed;
z-index: 5;
width: 100%;
height: 18px;
left: 0;
bottom: 0;
padding: 6px 0 8px 0;
.vert-gradient(rgb(241,241,241), rgb(228,228,228));
border-top: 1px solid rgb(210,210,210);
// .vert-gradient(rgb(241,241,241), rgb(228,228,228));
background-color: @col-widget-back;
border-top: @border-widget;
// .box-shadow(0 -2px 4px 0 rgba(0, 0, 0, 0.15);
color: #999;
text-align: center;
@@ -19,37 +22,39 @@
opacity: 0.7;
&:hover {
color: #e80;
color: @col-hover;
opacity: 1;
}
}
.left {
position: absolute;
left: 0;
display: block;
padding: 0 8px;
float: left
}
.center {
display: block;
margin: 0 100px;
}
.right {
position: absolute;
right: 0;
display: block;
padding: 0 8px;
float: right
}
.noJsMsg {
color: #c33;
color: @col-error;
margin-left: 16px;
}
.oldBrowser {
.noBrowserMsg {
display: none;
color: #c33;
color: @col-error;
margin-left: 16px;
a, a:active, a:visited {
color: #c33;
color: @col-error;
text-decoration: underline;
opacity: 1;
&:hover {
color: #e80;
color: @col-hover;
}
}
}
@@ -57,6 +62,10 @@
.sep {
display: inline-block;
padding: 0 6px;
&:before {
content: '·'
}
}
&.default {
}

View File

@@ -5,21 +5,20 @@
font-size: 16px;
}
#content-header, #content-footer {
color: #333;
a, a:active, a:visited {
color: #2080FF;
color: @col-link;
text-decoration: none;
cursor: pointer;
&:hover {
color: #68A9FF;
color: #555;
}
}
}
#content-header {
padding-bottom: 12px;
margin-bottom: 32px;

View File

@@ -0,0 +1,32 @@
#view .context-menu {
display: block;
position: absolute;
right: 0;
top: 0;
background-color: @col-widget-back;
border: @border-widget;
color: #999;
z-index: 10;
font-size: 0.9em;
ul {
margin: 0;
padding: 0;
list-style: none;
text-align: left;
li {
padding: 8px 12px 10px 12px;
white-space: nowrap;
border-top: @border-widget-sep;
.transition(all 0.2s ease-in-out);
&:hover {
color: @col-hover;
background-color: @col-widget-back-hover;
}
}
}
}

View File

@@ -0,0 +1,10 @@
#delete {
display: none;
.topbar-right;
.transition(all 0.2s ease-in-out);
&.failed {
background-color: rgba(255,0,0,0.5);
}
}

View File

@@ -0,0 +1,10 @@
#download {
display: none;
.topbar-right;
.transition(all 0.2s ease-in-out);
&.failed {
background-color: rgba(255,0,0,0.5);
}
}

View File

@@ -0,0 +1,89 @@
#content {
border: 1px dashed #fff;
.border-radius(8px);
.transition(border-color 0.2s ease-in-out);
&.hint {
border-color: #ddd;
}
&.match {
border-color: #999;
}
}
#uploads {
width: 450px;
margin: 12px auto;
padding: 0;
list-style: none;
.upload {
color: #555;
font-size: 0.9em;
.name {
display: inline-block;
white-space: nowrap;
overflow: hidden;
&:before {
display: inline-block;
content: '•';
color: #55c;
width: 1em;
text-align: center;
padding-right: 1em;
}
}
.size {
display: none;
float: right;
white-space: nowrap;
&:after {
content: ' bytes'
}
}
.error {
float: right;
white-space: nowrap;
color: #c55;
}
.finished {
float: right;
white-space: nowrap;
color: #008200;
}
.progress {
display: inline-block;
margin: 4px 8px;
width: 84px;
height: 8px;
background-color: #ddd;
overflow: hidden;
float: right;
.bar {
width: 0%;
height: 100%;
background-color: #999;
}
}
&.finished .name:before {
content: '✔';
color: #008200;
}
&.error .name:before {
content: '✖';
color: #c55;
}
}
}

View File

@@ -1,7 +1,8 @@
#data-apache-autoindex, #data-php-no-js-fallback {
#fallback {
display: none;
max-width: 960px;
margin: 0 auto;
margin: 80px auto;
table {
display: block;
@@ -36,9 +37,7 @@
}
}
td {
border: 1px solid #ddd;
border-left: none;
border-right: none;
border-bottom: 1px solid @col-border;
overflow: hidden;
white-space: nowrap;
font-size: 16px;
@@ -50,19 +49,19 @@
cursor: pointer;
&:hover {
color: #e80;
color: @col-hover;
}
}
}
td:nth-child(1), th:nth-child(1) {
text-align: center;
width: 16px;
color: #ccc;
font-size: 0.9em;
img {
width: 16px;
height: 16px;
position: relative;
top: -2px;
}
}
td:nth-child(2), th:nth-child(2) {
@@ -81,3 +80,11 @@
}
}
}
html.no-js, html.no-browser {
#fallback {
display: block;
}
}

View File

@@ -3,17 +3,16 @@
.topbar-right;
input {
display: none;
border: none;
font-family: Ubuntu, sans-serif;
color: #555;
font-family: @font-family;
color: @col;
background-color: rgba(0,0,0,0);
width: 100px;
width: 30px;
}
&.current {
input {
display: inline;
width: 150px;
}
}
}

View File

@@ -0,0 +1,56 @@
@col: rgb(85,85,85);
@col-back: rgb(255,255,255);
@col-hover: rgb(29,119,194);
@col-border: rgba(0,0,0,0.05);
@col-border-strong: rgba(0,0,0,0.15);
@col-error: rgb(204,51,51);
@col-link: rgb(29,119,194);
@col-link-hover: rgb(29,119,194);
@col-widget-back: rgb(245,245,245);
@col-widget-back-highlight: rgba(255,255,255,0.8);
@col-widget-back-hover: rgba(255,255,255,0.8);
@col-widget-back-sel: rgba(255,255,255,0.8);
@col-widget-sep: @col-border;
// @col-sb-back: rgb(210,210,210);
// @col-sb-thumb: rgb(180,180,180);
// @col-sb-thumb-active: rgb(150,150,150);
@col-sb-back: rgba(0,0,0,0.08);
@col-sb-thumb: rgba(0,0,0,0.15);
@col-sb-thumb-active: rgba(0,0,0,0.25);
@border-widget: 1px solid @col-border;
@border-widget-sep: 1px solid @col-widget-sep;
@font-family: Ubuntu, sans-serif;
@font-family-mono: "Ubuntu Mono", monospace;
html { overflow-y: auto; }
::-moz-selection { background: #68A9FF; color: #fff; text-shadow: none; }
::selection { background: #68A9FF; color: #fff; text-shadow: none; }
body {
font-family: @font-family;
// font-weight: 400;
font-size: 13px;
color: @col;
background-color: @col-back;
margin: 30px;
}
html.js .hideOnJs, html.no-js .hideOnNoJs {
display: none;
}
html.no-browser .noBrowserMsg {
display: inline !important;
}

View File

@@ -1,16 +1,24 @@
body#h5ai-info {
font-family: Ubuntu, Arial, sans;
font-family: @font-family;
margin: 2em auto 4em auto;
font-size: 20px;
color: #555;
color: @col;
max-width: 600px;
text-align: center;
a, a:active, a:visited {
color: @col;
text-decoration: none;
.transition(all 0.2s ease-in-out);
&:hover {
color: @col-hover;
}
}
.build-version {
display: block;
// font-size: 0.9em;
// color: #aaa;
}
.build-stamp {
display: block;
@@ -18,6 +26,22 @@ body#h5ai-info {
font-size: 0.6em;
color: #aaa;
}
.idx-file {
margin-top: 1em;
font-size: 0.6em;
display: block;
color: #aaa;
.value {
margin-left: 0.5em;
padding: 2px 4px;
.border-radius(4px);
font-family: @font-family-mono;
letter-spacing: 0.1em;
background-color: @col-widget-back;
border: @border-widget;
}
}
h1 {
font-size: 3.6em;
margin: 0;
@@ -66,7 +90,7 @@ body#h5ai-info {
margin: 4px 0 12px 12px;
font-size: 0.7em;
color: #aaa;
width: 300px;
width: 310px;
line-height: 1.2em;
}
}

View File

@@ -0,0 +1,54 @@
#langSelector {
position: relative;
cursor: pointer;
.langOptions {
position: absolute;
z-index: 2;
overflow: auto;
display: none;
right: 0;
top: 0;
max-height: 200px;
background-color: @col-widget-back;
border: @border-widget;
.sp-scrollbar {
margin: 0;
width: 6px;
background-color: @col-sb-back;
cursor: pointer;
.sp-thumb {
background-color: @col-sb-thumb;
}
&.active .sp-thumb {
background-color: @col-sb-thumb-active;
}
}
ul {
margin: 0;
padding: 0;
list-style: none;
text-align: left;
}
li {
padding: 8px 24px 10px 24px;
white-space: nowrap;
border-top: @border-widget-sep;
.transition(all 0.2s ease-in-out);
&.current {
color: #333;
background-color: @col-widget-back-sel;
}
&:hover {
color: @col-hover;
background-color: @col-widget-back-hover;
}
}
}
}

View File

@@ -0,0 +1,14 @@
#notify {
position: fixed;
left: 50%;
top: 3px;
width: 200px;
margin-left: -100px;
z-index: 100;
padding: 2px 6px 2px 6px;
color: #fff;
background-color: rgba(0, 0, 0, 0.2);
.border-radius(4px);
text-align: center;
}

View File

@@ -9,20 +9,29 @@
z-index: 100;
background-color: rgba(0,0,0,0.5);
.transition(background-color 0.3s ease-in-out);
text-align: center;
}
#pv-img-content {
#pv-img-content, #pv-spinner {
position: fixed;
}
@check-white: #f8f8f8;
@check-black: #e8e8e8;
#pv-img-image {
max-width: 100%;
max-height: 100%;
border: 2px solid #fff;
.border-radius(4px);
background-color: @check-white;
background-image:
-webkit-linear-gradient(45deg, @check-black 25%, transparent 25%, transparent 75%, @check-black 75%, @check-black),
-webkit-linear-gradient(45deg, @check-black 25%, transparent 25%, transparent 75%, @check-black 75%, @check-black);
background-size: 60px 60px;
background-position: 0 0, 30px 30px
}
#pv-img-overlay.fullscreen {
@@ -87,7 +96,7 @@
opacity: 1.0;
}
@bar-sep-border: 1px solid rgba(255,255,255,0.05);
@bar-sep-border: 1px solid rgba(255,255,255,0.08);
.bar-button {
.bar-label;
@@ -108,22 +117,14 @@
}
}
#pv-img-topbar {
position: fixed;
z-index: 5;
width: 100%;
left: 0;
top: 0;
.vert-gradient(rgb(37,37,37), rgb(24,24,24));
border-bottom: 1px solid rgb(27,27,27);
}
#pv-img-bottombar {
position: fixed;
z-index: 5;
width: 100%;
height: 32px;
left: 0;
bottom: 0;
.vert-gradient(rgb(27,27,27), rgb(14,14,14));
// .vert-gradient(rgb(27,27,27), rgb(14,14,14));
background-color: rgb(27,27,27);
border-top: 1px solid rgb(45,45,45);
}

View File

@@ -25,15 +25,102 @@
position: relative;
}
#pv-txt-text {
.syntaxhighlighter {
overflow: visible !important;
#pv-txt-spinner {
position: fixed;
}
.gutter .line {
border-right: none !important;
#pv-txt-text {
&.highlighted {
word-break: break-all;
tr:hover {
background-color: rgba(0,0,0,0.05);
.nr {
color: #333;
}
}
td {
vertical-align: top;
font-family: @font-family-mono;
font-size: 16px;
line-height: 1.2em;
color: #999;
word-break: normal;
&.nr {
text-align: right;
padding: 0 8px 0 4px;
}
&.line {
width: 100%;
padding: 0 4px 0 8px;
}
code {
font-family: @font-family-mono;
font-size: 16px;
line-height: 1.2em;
}
}
.plain {
color: #000;
}
.comments {
color: #008200;
}
.string {
color: #1111ff;
}
.keyword {
color: #006699;
font-weight: bold;
}
.preprocessor {
color: #999;
}
.variable {
color: #aa7700;
}
.value {
color: #009900;
}
.functions {
color: #ff1493;
}
.constants {
color: #0066cc;
}
.script {
color: #006699;
font-weight: bold;
}
.color1 {
color: #999;
}
.color2 {
color: #ff1493;
}
.color3 {
color: #ff1111;
}
a, a:active, a:visited {
color: #2080FF;
text-decoration: none;
cursor: pointer;
&:hover {
color: #68A9FF;
}
}
}
&.markdown {
font-size: 16px;
padding: 8px 24px;
@@ -49,7 +136,7 @@
}
pre, code {
font-family: "Ubuntu Mono", monospace;
font-family: @font-family-mono;
}
code {
color: #008200;
@@ -133,20 +220,11 @@
}
}
#pv-txt-topbar {
position: fixed;
z-index: 5;
width: 100%;
left: 0;
top: 0;
.vert-gradient(rgb(37,37,37), rgb(24,24,24));
border-bottom: 1px solid rgb(27,27,27);
}
#pv-txt-bottombar {
position: fixed;
z-index: 5;
width: 100%;
height: 32px;
left: 0;
bottom: 0;
.vert-gradient(rgb(27,27,27), rgb(14,14,14));

View File

@@ -0,0 +1,16 @@
#qrcode {
display: none;
position: fixed;
right: 16px;
bottom: 50px;
z-index: 1;
background-color: @col-widget-back;
border: @border-widget;
padding: 8px;
canvas {
display: block;
}
}

View File

@@ -1,18 +1,5 @@
@media only screen and (max-width: 500px) {
#topbar {
.view span {
display: none;
}
}
#extended.view-icons {
padding: 0;
border: none;
margin: 0 -14px;
}
}
@media only screen and (max-width: 350px) {
@media only screen and (max-width: 700px) {
#topbar {
.crumb {
display: none;
@@ -20,15 +7,22 @@
.current {
display: block;
}
}
#extended.view-details {
.header .label, .entry .label {
margin-right: 110px;
}
.header .date, .entry .date {
.view span {
display: none;
}
}
#view.view-details, #view.view-list {
.header .label, .item .label {
margin-right: 110px;
}
.header .date, .item .date {
display: none;
}
}
#view.view-icons {
padding: 0;
border: none;
}
#bottombar {
.center {
display: none;
@@ -36,6 +30,15 @@
}
}
@media only screen and (max-width: 500px) {
body {
margin: 8px;
}
#tree {
display: none !important;
}
}
@media print {
a[href]:after {
content: "";

View File

@@ -3,33 +3,34 @@
position: fixed;
z-index: 5;
width: 100%;
min-height: 30px;
left: 0;
top: 0;
.vert-gradient(rgb(241,241,241), rgb(228,228,228));
border-bottom: 1px solid rgb(210,210,210);
// .vert-gradient(rgb(241,241,241), rgb(228,228,228));
background-color: @col-widget-back;
border-bottom: @border-widget;
// .box-shadow(0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.topbar-highlight {
background-color: rgba(255,255,255,0.5);
background-color: @col-widget-back-highlight;
opacity: 1.0;
}
.topbar-hover {
.topbar-highlight;
color: #e80;
color: @col-hover;
}
@topbar-sep-border: 1px solid rgba(0,0,0,0.05);
.topbar-left {
float: left;
border-right: @topbar-sep-border;
border-right: @border-widget-sep;
}
.topbar-right {
float: right;
border-left: @topbar-sep-border;
border-left: @border-widget-sep;
}
@@ -40,7 +41,7 @@
padding: 0;
a, a:active, a:visited, span.element {
color: #555;
color: @col;
cursor: pointer;
text-decoration: none;
opacity: 0.7;
@@ -77,9 +78,9 @@
color: #999;
}
img.hint {
width: 14px;
height: 14px;
opacity: 0.8;
width: 12px;
height: 12px;
}
}
.view {

View File

@@ -0,0 +1,120 @@
#tree {
display: none;
position: fixed;
left: 0;
top: 31px;
height: 100%;
z-index: 3;
overflow: auto;
padding: 8px;
background-color: @col-widget-back;
border-right: @border-widget;
.sp-scrollbar {
// margin: 8px 8px 8px 0;
width: 6px;
background-color: @col-sb-back;
// .border-radius(3px);
cursor: pointer;
.sp-thumb {
background-color: @col-sb-thumb;
// .border-radius(3px);
}
&.active .sp-thumb {
background-color: @col-sb-thumb-active;
}
}
.indicator {
position: relative;
top: 2px;
display: inline-block;
width: 16px;
height: 22px;
float: left;
opacity: 0.7;
cursor: pointer;
img {
width: 12px;
height: 12px;
.transition(all 0.2s ease-in-out);
}
&.open {
img {
.transform(rotate(90deg));
}
}
&.unknown {
opacity: 0.3;
}
&.none {
opacity: 0;
cursor: inherit;
}
}
a, a:active, a.visited {
display: block;
height: 1.231em;
line-height: 1.231em;
margin-left: 14px;
padding: 4px 6px;
color: #555;
border: 1px solid rgba(0,0,0,0);
.border-radius(3px);
text-decoration: none;
opacity: 0.7;
&:hover, &.hover {
color: @col-hover;
background-color: @col-widget-back-hover;
// border-color: rgba(0,0,0,0.05);
opacity: 1;
}
}
.icon {
position: relative;
top: -2px;
margin-right: 6px;
img {
width: 16px;
height: 16px;
}
}
.hint {
margin-left: 6px;
font-size: 0.9em;
color: #ccc;
}
.content {
list-style: none;
margin: 0;
padding: 0 0 0 24px;
}
.summary {
margin: 0 0 0 24px;
color: #999;
font-style: italic;
}
.current {
> a, > a:active, > a:visited {
background-color: @col-widget-back-sel;
border-color: @col-widget-sep;
opacity: 1;
}
}
.error {
> a, > a:active, > a:visited {
color: #999;
&:hover, &.hover {
color: @col-hover;
}
}
.hint {
color: #c55;
}
}
}

View File

@@ -0,0 +1,58 @@
#view.view-details {
li {
&.header {
display: list-item;
}
&.item {
a, a:active, a:visited {
border-top: 1px solid @item-border-col-sep;
border-bottom: 1px solid @item-border-col-sep;
&:hover, &.hover {
border-color: @item-border-col-hover;
}
}
// needs to be here, to not conflict with header fields
.icon, .label, .date, .size {
padding: 8px 6px;
}
}
&.item + .item {
a, a:active, a:visited {
border-top: none;
}
}
.icon.small {
display: inline-block;
position: absolute;
left: 0;
top: -2px;
width: 16px;
}
.label {
margin: 0 270px 0 24px;
}
.date {
position: absolute;
right: 100px;
top: 0;
}
.size {
position: absolute;
right: 0;
top: 0;
}
}
}

View File

@@ -0,0 +1,41 @@
#view.view-grid {
li {
&.item {
float: left;
a, a:active, a:visited {
float: left;
margin: 2px;
padding: 8px;
width: 164px;
height: 24px;
border: 1px solid rgba(0,0,0,0);
&:hover, &.hover {
border-color: @item-border-col-hover;
}
}
}
.icon.small {
display: inline-block;
position: absolute;
left: 11px;
top: 9px;
width: 16px;
}
.label {
display: block;
max-width: 140px;
margin: 0 0 0 24px;
}
.date, .size {
display: none;
}
}
}

View File

@@ -0,0 +1,46 @@
#view.view-icons {
li {
text-align: center;
&.item {
float: left;
a, a:active, a:visited {
float: left;
margin: 8px;
padding: 8px;
width: 100px;
height: 120px;
border: 1px solid rgba(0,0,0,0);
&:hover, &.hover {
border-color: @item-border-col-hover;
}
}
}
.icon.big {
display: block;
height: 48px;
margin-bottom: 6px;
}
.label {
text-align: center;
word-wrap: break-word;
white-space: normal;
}
.date, .size {
display: none;
}
}
.empty, .no-match {
margin: 0 120px;
padding: 16px;
height: 120px;
}
}

View File

@@ -0,0 +1,62 @@
#view.view-list {
li {
&.header {
display: list-item;
}
&.item {
a, a:active, a:visited {
border-top: 1px solid @item-border-col-sep;
border-bottom: 1px solid @item-border-col-sep;
height: 60px;
&:hover, &.hover {
border-color: @item-border-col-hover;
}
}
// needs to be here, to not conflict with header fields
.icon {
padding: 8px 6px;
}
.label, .date, .size {
padding: 18px 6px;
}
}
&.item + .item {
a, a:active, a:visited {
border-top: none;
}
}
.icon.big {
display: inline-block;
position: absolute;
left: 0;
top: -2px;
width: 100px;
}
.label {
margin: 0 270px 0 110px;
}
.date {
position: absolute;
right: 100px;
top: 0;
}
.size {
position: absolute;
right: 0;
top: 0;
}
}
}

View File

@@ -0,0 +1,183 @@
#selection-rect {
display: none;
position: absolute;
left: 0;
top: 0;
z-index: 2;
border: 1px dashed @col-border-strong;
background-color: rgba(0,0,0,0.01);
}
@item-border-col-sep: @col-border;
@item-background-col-hover: rgba(0,0,0,0.02);
@item-border-col-hover: @col-border;
@item-background-col-sel: rgba(0,0,0,0.02);
@item-border-col-sel: @col-border-strong;
#view {
display: none;
margin: 0 auto;
a, a:active, a:visited {
color: #333;
cursor: pointer;
text-decoration: none;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
li {
position: relative;
white-space: nowrap;
&.header {
display: none;
font-size: 13px;
a, a:active, a:visited {
padding: 6px 6px 18px 6px;
opacity: 0.4;
.transition(all 0.2s ease-in-out);
img {
display: none;
position: relative;
top: -2px;
width: 12px;
height: 12px;
padding: 0 8px;
}
&:hover {
color: #555;
opacity: 0.9;
}
&.ascending img.ascending {
display: inline;
}
&.descending img.descending {
display: inline;
}
}
}
&.item {
a, a:active, a:visited {
display: block;
overflow: hidden;
&:hover, &.hover {
// color: #e80;
color: @col-hover;
background-color: @item-background-col-hover;
border-color: @item-border-col-hover;
}
}
&.selected:not(.selecting), &.selecting:not(.selected) {
a, a:active, a:visited {
// color: #000;
// color: @col-hover;
background-color: @item-background-col-sel;
border-color: @item-border-col-sel;
&:hover, &.hover {
background-color: @item-background-col-sel;
border-color: @item-border-col-sel;
}
}
}
}
&.error {
a, a:active, a:visited {
color: #aaa;
&:hover, &.hover {
// color: #e80;
color: @col-hover;
}
}
.label .hint {
padding: 0 6px;
font-size: 0.9em;
color: #c55;
}
}
&.folder-parent {
.date, .size {
display: none;
}
}
.icon {
display: none;
text-align: center;
img {
&.thumb {
.box-shadow(0 0 0 1px #ddd);
}
}
&.small {
img {
max-width: 16px;
max-height: 16px;
}
}
&.big {
img {
max-width: 100px;
max-height: 48px;
}
}
}
.label {
display: block;
overflow: hidden;
text-align: left;
}
.date {
text-align: right;
width: 160px;
}
.size {
text-align: right;
width: 80px;
}
}
.empty, .no-match {
margin: 50px 0;
text-align: center;
color: #ddd;
font-size: 5em;
font-weight: bold;
}
.no-match {
display: none;
}
}

View File

@@ -0,0 +1,172 @@
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Image replacement
*/
.ir {
background-color: transparent;
border: 0;
overflow: hidden;
/* IE 6/7 fallback */
*text-indent: -9999px;
}
.ir:before {
content: "";
display: block;
width: 0;
height: 150%;
}
/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
display: none !important;
visibility: hidden;
}
/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screenreaders, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
*zoom: 1;
}
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
* {
background: transparent !important;
color: #000 !important; /* Black prints faster: h5bp.com/s */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links for images, or javascript/internal links
*/
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group; /* h5bp.com/t */
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}

View File

@@ -0,0 +1,94 @@
/*
* HTML5 Boilerplate
*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html,
button,
input,
select,
textarea {
color: #222;
}
body {
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/
img {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Chrome Frame prompt
========================================================================== */
.chromeframe {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */

View File

@@ -0,0 +1,533 @@
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
/**
* Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
* Known issue: no IE 6 support.
*/
[hidden] {
display: none;
}
/* ==========================================================================
Base
========================================================================== */
/**
* 1. Prevent system color scheme's background color being used in Firefox, IE,
* and Opera.
* 2. Prevent system color scheme's text color being used in Firefox, IE, and
* Opera.
* 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
* `em` units.
* 4. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
background: #fff; /* 1 */
color: #000; /* 2 */
font-size: 100%; /* 3 */
-webkit-text-size-adjust: 100%; /* 4 */
-ms-text-size-adjust: 100%; /* 4 */
}
/**
* Address `font-family` inconsistency between `textarea` and other form
* elements.
*/
html,
button,
input,
select,
textarea {
font-family: sans-serif;
}
/**
* Address margins handled incorrectly in IE 6/7.
*/
body {
margin: 0;
}
/* ==========================================================================
Links
========================================================================== */
/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
outline: thin dotted;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0;
}
/* ==========================================================================
Typography
========================================================================== */
/**
* Address font sizes and margins set differently in IE 6/7.
* Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
* and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
h2 {
font-size: 1.5em;
margin: 0.83em 0;
}
h3 {
font-size: 1.17em;
margin: 1em 0;
}
h4 {
font-size: 1em;
margin: 1.33em 0;
}
h5 {
font-size: 0.83em;
margin: 1.67em 0;
}
h6 {
font-size: 0.67em;
margin: 2.33em 0;
}
/**
* Address styling not present in IE 7/8/9, Safari 5, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
*/
b,
strong {
font-weight: bold;
}
blockquote {
margin: 1em 40px;
}
/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
font-style: italic;
}
/**
* Address differences between Firefox and other browsers.
* Known issue: no IE 6/7 normalization.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/**
* Address styling not present in IE 6/7/8/9.
*/
mark {
background: #ff0;
color: #000;
}
/**
* Address margins set differently in IE 6/7.
*/
p,
pre {
margin: 1em 0;
}
/**
* Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
font-family: monospace, serif;
_font-family: 'courier new', monospace;
font-size: 1em;
}
/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
/**
* Address CSS quotes not supported in IE 6/7.
*/
q {
quotes: none;
}
/**
* Address `quotes` property not supported in Safari 4.
*/
q:before,
q:after {
content: '';
content: none;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* ==========================================================================
Lists
========================================================================== */
/**
* Address margins set differently in IE 6/7.
*/
dl,
menu,
ol,
ul {
margin: 1em 0;
}
dd {
margin: 0 0 0 40px;
}
/**
* Address paddings set differently in IE 6/7.
*/
menu,
ol,
ul {
padding: 0 0 0 40px;
}
/**
* Correct list images handled incorrectly in IE 7.
*/
nav ul,
nav ol {
list-style: none;
list-style-image: none;
}
/* ==========================================================================
Embedded content
========================================================================== */
/**
* 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improve image quality when scaled in IE 7.
*/
img {
border: 0; /* 1 */
-ms-interpolation-mode: bicubic; /* 2 */
}
/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
overflow: hidden;
}
/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/
figure {
margin: 0;
}
/* ==========================================================================
Forms
========================================================================== */
/**
* Correct margin displayed oddly in IE 6/7.
*/
form {
margin: 0;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct color not being inherited in IE 6/7/8/9.
* 2. Correct text not wrapping in Firefox 3.
* 3. Correct alignment displayed oddly in IE 6/7.
*/
legend {
border: 0; /* 1 */
padding: 0;
white-space: normal; /* 2 */
*margin-left: -7px; /* 3 */
}
/**
* 1. Correct font size not being inherited in all browsers.
* 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
* and Chrome.
* 3. Improve appearance and consistency in all browsers.
*/
button,
input,
select,
textarea {
font-size: 100%; /* 1 */
margin: 0; /* 2 */
vertical-align: baseline; /* 3 */
*vertical-align: middle; /* 3 */
}
/**
* Address Firefox 3+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
line-height: normal;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
* 4. Remove inner spacing in IE 7 without affecting normal text inputs.
* Known issue: inner spacing remains in IE 6.
*/
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */
*overflow: visible; /* 4 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* 1. Address box sizing set to content-box in IE 8/9.
* 2. Remove excess padding in IE 8/9.
* 3. Remove excess padding in IE 7.
* Known issue: excess padding remains in IE 6.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
*height: 13px; /* 3 */
*width: 13px; /* 3 */
}
/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield; /* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Remove inner padding and border in Firefox 3+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* 1. Remove default vertical scrollbar in IE 6/7/8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
overflow: auto; /* 1 */
vertical-align: top; /* 2 */
}
/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}

View File

@@ -0,0 +1,34 @@
@import "lib/h5bp-normalize";
@import "lib/h5bp-main-header";
@import "lib/mixins";
@import "inc/general";
@import "inc/topbar";
@import "inc/bottombar";
@import "inc/download";
@import "inc/delete";
@import "inc/filter";
@import "inc/l10n";
@import "inc/tree";
@import "inc/qrcode";
@import "inc/preview-img";
@import "inc/preview-txt";
@import "inc/notify";
@import "inc/content";
@import "inc/view";
@import "inc/view-details";
@import "inc/view-icons";
@import "inc/view-list";
@import "inc/view-grid";
// @import "inc/context-menu";
@import "inc/dropbox";
@import "inc/fallback";
@import "inc/responsive";
@import "inc/h5ai-info";
@import "lib/h5bp-main-footer";

View File

Before

Width:  |  Height:  |  Size: 551 B

After

Width:  |  Height:  |  Size: 551 B

View File

Before

Width:  |  Height:  |  Size: 554 B

After

Width:  |  Height:  |  Size: 554 B

View File

Before

Width:  |  Height:  |  Size: 492 B

After

Width:  |  Height:  |  Size: 492 B

View File

Before

Width:  |  Height:  |  Size: 551 B

After

Width:  |  Height:  |  Size: 551 B

View File

Before

Width:  |  Height:  |  Size: 227 B

After

Width:  |  Height:  |  Size: 227 B

View File

Before

Width:  |  Height:  |  Size: 663 B

After

Width:  |  Height:  |  Size: 663 B

View File

Before

Width:  |  Height:  |  Size: 554 B

After

Width:  |  Height:  |  Size: 554 B

View File

Before

Width:  |  Height:  |  Size: 506 B

After

Width:  |  Height:  |  Size: 506 B

View File

Before

Width:  |  Height:  |  Size: 757 B

After

Width:  |  Height:  |  Size: 757 B

View File

Before

Width:  |  Height:  |  Size: 699 B

After

Width:  |  Height:  |  Size: 699 B

View File

Before

Width:  |  Height:  |  Size: 599 B

After

Width:  |  Height:  |  Size: 599 B

View File

Before

Width:  |  Height:  |  Size: 592 B

After

Width:  |  Height:  |  Size: 592 B

View File

Before

Width:  |  Height:  |  Size: 671 B

After

Width:  |  Height:  |  Size: 671 B

View File

Before

Width:  |  Height:  |  Size: 311 B

After

Width:  |  Height:  |  Size: 311 B

View File

Before

Width:  |  Height:  |  Size: 586 B

After

Width:  |  Height:  |  Size: 586 B

View File

Before

Width:  |  Height:  |  Size: 535 B

After

Width:  |  Height:  |  Size: 535 B

View File

Before

Width:  |  Height:  |  Size: 679 B

After

Width:  |  Height:  |  Size: 679 B

View File

Before

Width:  |  Height:  |  Size: 619 B

After

Width:  |  Height:  |  Size: 619 B

View File

Before

Width:  |  Height:  |  Size: 846 B

After

Width:  |  Height:  |  Size: 846 B

View File

Before

Width:  |  Height:  |  Size: 395 B

After

Width:  |  Height:  |  Size: 395 B

View File

Before

Width:  |  Height:  |  Size: 591 B

After

Width:  |  Height:  |  Size: 591 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 B

View File

Before

Width:  |  Height:  |  Size: 494 B

After

Width:  |  Height:  |  Size: 494 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 B

View File

Before

Width:  |  Height:  |  Size: 655 B

After

Width:  |  Height:  |  Size: 655 B

View File

Before

Width:  |  Height:  |  Size: 551 B

After

Width:  |  Height:  |  Size: 551 B

View File

Before

Width:  |  Height:  |  Size: 504 B

After

Width:  |  Height:  |  Size: 504 B

View File

Before

Width:  |  Height:  |  Size: 530 B

After

Width:  |  Height:  |  Size: 530 B

View File

Before

Width:  |  Height:  |  Size: 770 B

After

Width:  |  Height:  |  Size: 770 B

View File

Before

Width:  |  Height:  |  Size: 792 B

After

Width:  |  Height:  |  Size: 792 B

View File

Before

Width:  |  Height:  |  Size: 671 B

After

Width:  |  Height:  |  Size: 671 B

View File

Before

Width:  |  Height:  |  Size: 788 B

After

Width:  |  Height:  |  Size: 788 B

View File

Before

Width:  |  Height:  |  Size: 658 B

After

Width:  |  Height:  |  Size: 658 B

View File

Before

Width:  |  Height:  |  Size: 675 B

After

Width:  |  Height:  |  Size: 675 B

View File

Before

Width:  |  Height:  |  Size: 540 B

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

View File

Before

Width:  |  Height:  |  Size: 423 B

After

Width:  |  Height:  |  Size: 423 B

View File

Before

Width:  |  Height:  |  Size: 614 B

After

Width:  |  Height:  |  Size: 614 B

View File

Before

Width:  |  Height:  |  Size: 627 B

After

Width:  |  Height:  |  Size: 627 B

View File

Before

Width:  |  Height:  |  Size: 614 B

After

Width:  |  Height:  |  Size: 614 B

View File

Before

Width:  |  Height:  |  Size: 799 B

After

Width:  |  Height:  |  Size: 799 B

View File

Before

Width:  |  Height:  |  Size: 757 B

After

Width:  |  Height:  |  Size: 757 B

View File

Before

Width:  |  Height:  |  Size: 610 B

After

Width:  |  Height:  |  Size: 610 B

View File

Before

Width:  |  Height:  |  Size: 679 B

After

Width:  |  Height:  |  Size: 679 B

View File

Before

Width:  |  Height:  |  Size: 629 B

After

Width:  |  Height:  |  Size: 629 B

View File

Before

Width:  |  Height:  |  Size: 817 B

After

Width:  |  Height:  |  Size: 817 B

View File

Before

Width:  |  Height:  |  Size: 622 B

After

Width:  |  Height:  |  Size: 622 B

View File

Before

Width:  |  Height:  |  Size: 743 B

After

Width:  |  Height:  |  Size: 743 B

View File

Before

Width:  |  Height:  |  Size: 621 B

After

Width:  |  Height:  |  Size: 621 B

View File

Before

Width:  |  Height:  |  Size: 781 B

After

Width:  |  Height:  |  Size: 781 B

View File

Before

Width:  |  Height:  |  Size: 384 B

After

Width:  |  Height:  |  Size: 384 B

View File

Before

Width:  |  Height:  |  Size: 660 B

After

Width:  |  Height:  |  Size: 660 B

View File

Before

Width:  |  Height:  |  Size: 660 B

After

Width:  |  Height:  |  Size: 660 B

View File

Before

Width:  |  Height:  |  Size: 627 B

After

Width:  |  Height:  |  Size: 627 B

View File

Before

Width:  |  Height:  |  Size: 613 B

After

Width:  |  Height:  |  Size: 613 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 B

View File

Before

Width:  |  Height:  |  Size: 510 B

After

Width:  |  Height:  |  Size: 510 B

View File

Before

Width:  |  Height:  |  Size: 406 B

After

Width:  |  Height:  |  Size: 406 B

View File

Before

Width:  |  Height:  |  Size: 677 B

After

Width:  |  Height:  |  Size: 677 B

View File

Before

Width:  |  Height:  |  Size: 463 B

After

Width:  |  Height:  |  Size: 463 B

View File

Before

Width:  |  Height:  |  Size: 654 B

After

Width:  |  Height:  |  Size: 654 B

View File

Before

Width:  |  Height:  |  Size: 556 B

After

Width:  |  Height:  |  Size: 556 B

Some files were not shown because too many files have changed in this diff Show More