Commit Graph

244 Commits

Author SHA1 Message Date
Tom.C. e33846f671 Merge pull request #50 from nodiscc/multimedia-support
Add multimedia (audio/video) files support
2014-10-05 06:57:37 +02:00
Tom.C. 42ab84fe52 Merge pull request #51 from cyberic99/display_filename
add $display_filename option to show the filename under the picture
2014-09-14 12:01:02 +02:00
cyberic99 c7a987d436 add $display_filename option to show the filename under the picture 2014-09-14 11:57:21 +02:00
nodiscc 54d6fc754f add support for more audio/video formats/extensions:
* video: mp4, mpg, mpeg, mov, avi, wmv, flv, webm
 * audio: .aiff, .aif, .wma, .aac, .flac, .mp3, .ogg, .m4a
 * use Nitrux icons (http://deviantn7k1.deviantart.com/art/Nitrux-293634207) for audio and video icons
2014-09-11 19:42:41 +02:00
nodiscc 878a034094 index.php: remove trailing spaces 2014-09-11 15:13:35 +02:00
Tom.C. dfadcf8a85 Merge pull request #49 from nodiscc/video-support
add basic OGV video support
2014-09-08 15:43:37 +02:00
nodiscc cf1ba1bc9a add basic OGV video support
* work on https://github.com/sebsauvage/MinigalNano/issues/46
 * lightbox not supported yet, videos are just linked from the gallery page
2014-09-08 14:46:09 +02:00
Tom.C. adbb6add7d Merge pull request #45 from Lucas-C/master
index.php caption fixes
2014-07-16 10:53:05 +02:00
Lucas Cimon c38eb0e9c0 index.php caption fixes
-> ignoring empty lines in captions.txt that caused crashes
+ using captions.txt over EXIF and file name
2014-07-15 23:52:18 +02:00
Tom Canac 4bf3c2a22e BOM fixed in index.php (thanks to ploc) 2014-07-07 14:03:20 +00:00
Tom.C. 8a8a46edef Update README.md
bug fixed
2014-06-26 15:25:52 +02:00
Tom Canac beafe40baf Merge branch 'master' of github.com:sebsauvage/MinigalNano 2014-06-22 23:17:02 +02:00
Tom Canac 071c9dddd2 fix #35 2014-06-22 22:13:12 +02:00
Tom.C. 01335d1630 Merge pull request #43 from nodiscc/patch-1
Add warning about directory traversal
2014-06-22 15:14:03 +02:00
nodiscc b20eefed14 Add warning about directory traversal
Better safe than sorry
2014-06-18 14:26:59 +02:00
Tom.C. 6f6b9e1ca0 Merge pull request #42 from jniggemann/master
Fixes #41, #2
2014-06-05 07:51:34 +02:00
Jan d6595f487c Fixes #41, #2
Closes #2, thumbnails now rotate properly
closes #41, adds more exif orientations
2014-06-04 16:41:21 +02:00
Tom.C. 1756aa1404 Merge pull request #37 from iGormilhit/master
Correction couleur liens
2014-06-02 21:08:48 +02:00
iGormilhit e5291688c3 Correction couleur liens 2014-06-02 16:45:24 +02:00
Tom.C. 70fe4b9d9b Merge pull request #34 from nodiscc/master
HTTPS support for RSS feed URL generation + move $gallery_link generation into rss.php
2014-05-22 07:45:43 +02:00
nodiscc 9b839b2a4f HTTPS support for RSS feed URL generation, fixes https://github.com/sebsauvage/MinigalNano/issues/33
Move $gallery_link definition from config.php to rss.php (prevents non-editable content in config.php
2014-05-22 06:14:38 +02:00
Tom.C. 2e1021cee0 Merge pull request #24 from tmos/master
RSS implementation
2014-05-19 10:58:00 +02:00
tmos fee23b9d75 pagination fixed 2014-05-04 20:59:42 +02:00
tmos 5b5ce1faac if the picture is transparent, bg is whiste instead of black 2014-05-04 20:28:06 +02:00
tmos 5b93dc9c2b timestamp update 2014-05-04 17:28:32 +02:00
tmos 6e9d448e96 rss locker + themes rss links updated 2014-05-04 16:02:31 +02:00
tmos 91e519fd96 universal gallery link in php ! 2014-05-04 14:57:39 +02:00
Tom Canac 1eef7b312b fix base adress 2014-04-30 23:09:36 +02:00
Tom Canac 778a610c7d rss max number fixed 2014-04-30 23:08:23 +02:00
Tom Canac 10cb4eb47e rss titles are now just file names and not complete files urls 2014-04-30 19:01:11 +02:00
Tom.C. 29c1e2cfcb Merge pull request #1 from nodiscc/patch-1
Update RSS settings
2014-04-30 17:52:32 +02:00
Tom Canac 7717dd1c78 variables $SkipExts and $SkipObjects now on config file, 2014-04-30 17:50:47 +02:00
nodiscc 8f9bbecd74 Update RSS settings
Addition to https://github.com/sebsauvage/MinigalNano/pull/24, change `$gallery_link` so it works everywhere by default, change `$description` to a generic description.
2014-04-28 18:41:37 +02:00
Tom.C. 831ec2f00f Merge pull request #30 from nodiscc/patch-1
Update installation instructions
2014-04-28 18:19:29 +02:00
nodiscc ab39e82171 Update installation instructions
Followup to https://github.com/sebsauvage/MinigalNano/pull/29. No need to create the `photos/` subdirectory, just start uploading pictures there.
2014-04-28 18:07:06 +02:00
Tom.C. c089ef3c72 Merge pull request #29 from nodiscc/master
Create empty photos/ directory to prevent error message with the default configuration
2014-04-28 14:19:38 +02:00
nodiscc 54cb0de04c Create empty photos/ directory to prevent error message with the default configuration 2014-04-25 14:33:22 +02:00
Tom.C. 0677c9182c Merge pull request #23 from OranginaRouge/master
Correction of EXIF reading and display of folder icon
2014-03-01 10:17:37 +01:00
Tom Canac 9f27cdd56c oops, own files deleteds now 2014-02-25 10:26:43 +01:00
Tom Canac 2340f68ccd adresse modification 2014-02-25 10:26:08 +01:00
Tom Canac 9df67440ae frst rss draft 2014-02-25 10:24:36 +01:00
Orangina Rouge 9f3070b65a [Display of folder] - patch of issue when nothing to display
Correction of the call of the function when no picture nor default image exist
2014-02-24 23:19:30 +01:00
Orangina Rouge dab48007cf [EXIF reading] - patch of problem for reading data
comment of lines which calculate the good focal length and the F-number to avoid division by zero
use of a elseif to take into account the EXIF readen in the caption of the image
rework of the syntax to pend exif info to caption
2014-02-24 23:12:36 +01:00
Tom Canac 7880ce7faa lightbox restablished 2014-02-11 22:49:28 +01:00
Tom.C. 62faecc84d Merge pull request #19 from Sylvhem/master
Amélioration du code des thèmes
2014-02-11 22:45:15 +01:00
Tom.C. ef9cdbc187 Merge pull request #20 from Aldarone/patch-1
Update darksideboard.html
2014-02-09 22:15:36 +01:00
Alda Marteau-Hardi 87f89628ce Update darksideboard.html
Small HTML error ;-)
2014-02-09 22:12:05 +01:00
Sylvhem 0b9cd898fe Amélioration du code des thèmes 2014-02-09 16:43:32 +01:00
Sylvhem 6c86729f1a Suppression des anciens thèmes 2014-02-09 00:43:31 +01:00
Tom Canac cfbff19864 delete old themes 2014-02-04 16:10:49 +01:00