Markus Pawlata
37371fc962
compatibility fix for the fake iterator in ProcessWrapper
4 years ago
Markus Pawlata
6a0424b766
- seriously refactored so imports hurt less
...
- changed imports to python3
4 years ago
Markus Pawlata
d10da55654
Updated readme, changes to sample to match, some smaller fixes
4 years ago
Markus Pawlata
f79eda5ec6
Small fix for video timestamps, refactored PhotoaAlbum.py & added reference for xwipe
4 years ago
Markus Pawlata
a648b931bb
Changed powered by line
4 years ago
Markus Pawlata
d9a96b827f
Added swiping on mobile, fixed index.html, small changes to css
4 years ago
Markus Pawlata
4961c398a5
fixed error in refactoring, changed auth-system to multi token, cleanup after major change
4 years ago
Markus Pawlata
48bf325d77
pep8'd what I could, including tabs to spaces
4 years ago
Markus Pawlata
a45ecc76b0
Added requirements.txt for a possible virtualenv
4 years ago
Markus Pawlata
23900670ca
Restored local js/css processing, removed superfluous .gitignore files, removed htacces-files, moved sample config to sample files
4 years ago
Joachim Tingvold
3b9f64b057
Fixed logical error after introducing timestamp of videos from
...
EXIF data. Previous logic dictated that all timestamps should
live within attribute name starting with "dateTime", which caused
issues when re-scanning an album (complaining about corrupt cache).
Renamed variable and all is good.
4 years ago
Joachim Tingvold
6029f92aad
Scale videos properly. Previously there was an issue with vertical
...
or squared videos bigger than 720 pixels high. Also sets timestamp
for videoCreateDate even if nothing is found. Done to avoid cache
corruption when walking the albums.
4 years ago
Joachim Tingvold
5cbc3f31e3
Use other timestamp for videos.
...
Easier to manipulate timestamp via exiftool this way.
4 years ago
Jason A. Donenfeld
1cc1ec02aa
AJAX Crawl Specification is depreciated
...
See [1] for more information.
[1] http://googlewebmastercentral.blogspot.fr/2015/10/deprecating-our-ajax-crawling-scheme.html
7 years ago
Jason A. Donenfeld
1a2b14bb47
More python insanity
7 years ago
Joachim Tingvold
e4244d086d
Fix issue with duplicate video frames.
...
Whenever you had more than one video in a row, it would not
clear the old video before showing the next, resulting in multiple
video frames being shown, only getting cleared whenever a photo
appeared. Big irritation, small fix (-:
8 years ago
Joachim Tingvold
05475b6ed0
Fix issue with transcoding old MJPEG-movies.
8 years ago
Joachim Tingvold
0e258a46dc
Don't crash when unable to unlink
8 years ago
Joachim Tingvold
49b4667703
Added comment.
8 years ago
Joachim Tingvold
9a15b2c2c0
Be totally quiet. Overwrite thumbs.
8 years ago
Joachim Tingvold
52e025b07d
Use H264 (rather than webm)
...
Primarily done to support IE and Safari.
8 years ago
Joachim Tingvold
fa5f0c1fcd
Re-create thumbs/transcodes if deleted.
...
Previously thumbs/transcodes were only created if mtime() of
the file didn't match what was stored in the json-file. If you
deleted a thumb/transcode from the cache_path, it would not be
re-created unless you modify the mtime() of the original files
(in album_path).
8 years ago
Joachim Tingvold
ec0828e610
Merge updates from 'master'
8 years ago
Joachim Tingvold
37b63f2a4a
Kill pool if interrupted/error.
8 years ago
Joachim Tingvold
a169bafdd8
Fix args passed to videotool. Fixed video.
...
Encodes at 4Mbps with multiple cores.
8 years ago
Joachim Tingvold
3bdcd1cc66
Handle TypeError. exif{}-date is already datetime.
8 years ago
Jason A. Donenfeld
f5696cb075
Allow masking directories by twiddling permissions.
8 years ago
Joachim Tingvold
3aa0e4afb0
Updated jQuery Mousewheel so it actually works :-D
8 years ago
Joachim Tingvold
b97981aee8
Cleanup unused files. Minor tweaks.
8 years ago
Joachim Tingvold
37db1402c5
Minor changes.
8 years ago
Joachim Tingvold
ce45ae55ef
Minify-scripts. Updated jQuery.
8 years ago
Joachim Tingvold
1b2cde7661
Correct order of arguments.
8 years ago
Joachim Tingvold
50ab2143ec
Heh :-D
8 years ago
Joachim Tingvold
ff7e540eb8
Thumbnail-method for both photo and video.
8 years ago
Joachim Tingvold
80bb5258d6
If tool fails, it would not continue.
8 years ago
Joachim Tingvold
ac52f76025
First attempt at merging video-patch.
8 years ago
Joachim Tingvold
6e4fe49d50
Updated master, merging into patches.
8 years ago
Jason A. Donenfeld
54c68be7fd
Don't crash when unable to unlink
8 years ago
Jason A. Donenfeld
148b88951d
Don't deal with invalid unicode
8 years ago
Jason A. Donenfeld
8956a6c9a5
Don't prefix root for images
8 years ago
Jason A. Donenfeld
61aabc7ee2
Copy and paste error
8 years ago
Jason A. Donenfeld
7d2528280b
Python unicode is awful
8 years ago
Jason A. Donenfeld
2b8918dd7c
Return proper date type.
9 years ago
Jerome Charaoui
5d8aa9b212
Add wishlist item : download link for original video
9 years ago
Jerome Charaoui
d5c9f54b34
Convert Exif dateTime[Original] attributes to datetime type to fix comparison with dateTimeFile
9 years ago
Joachim Tingvold
a7192297df
Indents (-:
9 years ago
Joachim Tingvold
dee0ab294f
Use threading to make thumbs in parallel.
...
Known bug: interrupt makes it go crazy.
9 years ago
Joachim Tingvold
c9ce27eb87
Add 1600px size. Remove unused 800px size.
9 years ago
Joachim Tingvold
20fe79eb4e
Show image before album. Loads image faster when using direct image URL.
9 years ago
Jason A. Donenfeld
ba69da0fde
Send admin password, not admin username.
9 years ago