230 Commits

Author SHA1 Message Date
77cfeafc8c Revert "Bullet point tags work, but mobile is broken; without it padding too much (not padding but seem so). Maybe will revert this commit..."
This reverts commit 8bbe97e08967c9d8eadc8c7958057ed0a798f5c5.
2020-02-24 21:38:46 +01:00
8bbe97e089 Bullet point tags work, but mobile is broken; without it padding too much (not padding but seem so). Maybe will revert this commit... 2020-02-24 21:33:36 +01:00
aa070b76f7 Added "ord" to gallery settings.yaml to order them based on that; fixed crash when no date; REM.: You can mix "ord", "date" and the default ordering now, but you can crash it if you mix these and ord is a number not a string or char! This is because python is dynamically typed and lets you fSck this up... well... you either should always use "ord" now, or use it as "0", "1", ... instead of 0, 1, ... 2020-02-24 14:25:05 +01:00
707a0a5ab6 The navmenu section - first version working. TODO: email, phone and language picker 2020-02-15 00:04:40 +01:00
139fbf7448 First working version for subgal_section. TODO: Only exposure template exists for now; TODO: maybe using more CSS than it should; TODO: Only one subgal section can be on every gallery page - migth be good idea to support more than one and multiple places 2020-02-05 23:37:32 +01:00
b5e72e4578 First try implementing subgal_section - TODO: untested; TODO: no difference between levels (back button does not exist now); TODO: When there are no sections at all, we should create index as before? 2020-02-05 15:52:52 +01:00
85883687db Fixed typo 2020-02-05 14:56:43 +01:00
Adrien Beudin
b572e90ef7 [fix]convert bytes to string 2019-09-25 19:36:21 +02:00
Quentin Schulz
54f47ecd06 prosopopee: add ratio property for videos
To prepare for an alignment fix that requires to know the ratio of the
video screenshot, let's add a ratio property.

This property is calling `ffprobe` or `avprobe` depending on whether
ffmpeg or libav-tools was installed. It is not adding a new dependency.

The output of this particular `ffprobe` or `avprobe` returns the width
and height of the video, separated by a comma.

Signed-off-by: Quentin Schulz <foss@0leil.net>
2019-05-05 21:20:04 +02:00
Quentin Schulz
8b4f645a65 prosopopee: add ratio property for images
To prepare for an alignment fix that requires to know the ratio of the
image, let's add a ratio property.

This property is calling `gm identify` which is already a dependency of
prosopopee.

The output of this particular `gm identify` returns the width and height
separated by a comma.

Signed-off-by: Quentin Schulz <foss@0leil.net>
2019-05-05 21:20:04 +02:00
Adrien Beudin
6edca43774 update version 2018-03-27 10:58:33 +02:00
Adrien Beudin
d08904b419 Add succesfull message 2018-02-28 15:32:58 +01:00
Thomas Nonglaton
0854f36c62 Add a test command to build html without generating media files 2017-10-18 13:58:17 +02:00
Adrien Beudin
6515f2604e [fix] remove unless modules 2017-10-04 00:46:48 +02:00
Adrien Beudin
080e50f318 [fix] refactor encryption function 2017-10-04 00:44:47 +02:00
Adrien Beudin
f2396c32a5 [enh] auto login 2017-10-03 00:43:29 +02:00
Adrien Beudin
53775d233b [enh] add global password 2017-10-02 11:14:50 +02:00
Adrien Beudin
e19c64393a [fix] encrypt the light page 2017-09-29 04:48:37 +02:00
Adrien Beudin
3b8b989ec1 [enh] add password acces 2017-09-27 13:48:21 +02:00
Adrien Beudin
92b31cda86 update docs and fix reverse 2017-07-18 13:43:27 +02:00
Adrien Beudin
06e9216972 http server kill socket 2017-07-14 15:44:25 +02:00
Adrien Beudin
032a559b3b add reverse option 2017-07-14 14:54:06 +02:00
abeudin
b99c6ffb6c Merge branch 'master' into master 2017-07-14 14:52:36 +02:00
Adrien Beudin
47cb16d931 fix cache in python3 2017-07-12 13:39:45 +02:00
Adrien Beudin
08a93ece26 init python3 version 2017-07-03 13:37:38 +02:00
Adrien Beudin
c4ddefd45a catch error in root settings 2017-06-04 20:03:37 +02:00
Adrien Beudin
34db72cffa better catch error 2017-06-04 16:15:37 +02:00
Thomas Nonglaton
2eb4f8a15a Allow reverse & normal order in index 2017-06-03 13:23:56 +02:00
Thomas Nonglaton
4e20f74907 Avoid failure if no sections is specified in gallery 2017-06-03 12:32:43 +02:00
Adrien Beudin
946427fc5c remove debug 2017-05-23 13:53:56 +02:00
Adrien Beudin
6e29dd3c40 fix cache with video 2017-05-23 10:53:30 +02:00
Adrien Beudin
a73e5730e3 only load css and js if section is used 2017-05-15 13:02:53 +02:00
Adrien Beudin
5822e770da update deploy option 2017-05-05 17:03:51 +02:00
Adrien Beudin
c4d782613f add new option of prosopopee command 2017-05-05 16:52:12 +02:00
Adrien Beudin
810d9ba4c9 fix ffmpeg code 2017-04-25 16:24:41 +02:00
Adrien Beudin
f5eaf8daf1 fix some bugs with audio 2017-04-23 16:04:56 +02:00
Adrien Beudin
042a0ef17f fix typo 2017-03-15 22:00:49 +01:00
Adrien Beudin
86b5b0b4a2 Merge branch 'master' of https://github.com/Psycojoker/prosopopee 2017-03-15 21:58:03 +01:00
Adrien Beudin
c92d61983e fix pep8 2017-03-15 21:57:13 +01:00
Adrien Beudin
8412fdf9f0 fix light mode with audio 2017-03-06 10:17:27 +01:00
Adrien Beudin
2f657c92c9 start audio support 2017-03-03 17:13:49 +01:00
Adrien Beudin
dd10770e86 fix error 2016-11-04 14:44:40 +01:00
Adrien Beudin
3440a8cfcb fix og in light theme 2016-11-04 14:43:29 +01:00
Adrien Beudin
7c8d17fbcb fix bug og:image 2016-11-04 14:37:46 +01:00
Laurent Peuch
ffd7fab0ce Merge pull request #66 from Psycojoker/fix
Some Fix
2016-11-02 19:45:46 +01:00
Titoko
217c67932d Make things more readable 2016-11-02 19:26:36 +01:00
Titoko
f2da9ccb65 Add a back button in subIndex 2016-11-02 19:25:40 +01:00
Laurent Peuch
f2e57ad8dc [mod] only open file once template is generated 2016-11-02 15:20:33 +01:00
Adrien Beudin
5eae7d671f fix some stuff 2016-11-02 10:07:05 +01:00
Laurent Peuch
ac8fc9ff46 [mod] TODO comments 2016-11-01 11:33:27 +01:00