403 Commits

Author SHA1 Message Date
Adrien Beudin
3f484ece0c [fix] encryption page 2019-09-25 10:46:02 +02:00
Quentin Schulz
f4888f6831 themes: fix URI matching used for deciding if URI's local in menu
We want to distinguish between URI references ("local" pages), such as
path/to/another/page/of/my/website, from the other ones, such as
https://example.com in the menu to know how to build the URL.

The issue is that we did the distinction between the two by checking if
the string starts with "http".
Unfortunately, it does not match other valid URI schemes. One example is
mailto:address@example.com to open a mail client with the recipient
being address@example.com.
There are many other valid URI schemes (tel, ftp, irc, ...).
Under the current code, we think anything that isn't started by "http"
is local, i.e. we need to append the string to the parent path of the
current page.
This means that we have
https://mywebsite.example.com/mailto:address@example.com linked in the
menu instead of the expected mailto:address@example.com.

Let's fix that with a very simple test. A URI reference is commonly
detected as anything that does not contain a scheme (which has to be
suffixed by ':') or if it does, that the given path starts with './'.

This is most likely not handling all the cases but at least most of the
common ones.

Please refer to the RFC for further information:
https://www.rfc-editor.org/rfc/rfc3986.txt

Signed-off-by: Quentin Schulz <foss@0leil.net>
2019-03-20 20:56:16 +00:00
Adrien Beudin
dc332f0ea0 [fix] css 2019-03-05 21:45:37 +01:00
Adrien Beudin
262f945835 [fix] add css section for pictures-group 2019-03-05 19:44:24 +01:00
Adrien Beudin
813e1609d7 [fix] some little stuff 2018-11-01 18:59:32 +01:00
Adrien Beudin
aee9953687 fix light theme 2018-03-28 10:40:31 +02:00
Adrien Beudin
e184f90433 update material theme and fix responsible 2018-03-28 10:28:46 +02:00
Adrien Beudin
017af6efbb update theme and fix 2018-03-27 13:43:34 +02:00
Adrien Beudin
6edca43774 update version 2018-03-27 10:58:33 +02:00
Adrien Beudin
3aa14884e3 update material theme 2018-03-27 10:52:52 +02:00
Adrien Beudin
16536149cb fix menu 2018-03-22 10:47:14 +01:00
Adrien Beudin
933316ee86 add css effect 2018-03-09 10:41:06 +01:00
abeudin
2e53d77ced
Merge pull request #81 from Psycojoker/test_build
Add a test command to build html without generating media files
2018-02-28 15:41:51 +01:00
Adrien Beudin
d08904b419 Add succesfull message 2018-02-28 15:32:58 +01:00
Adrien Beudin
c921c4420b support night mode for material theme 2018-02-27 20:53:30 +01:00
Adrien Beudin
70b5e5e90c night mode for exposure 2018-02-27 13:53:48 +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
e3fba5f090 [fix] compatibility python 2 2017-10-04 01:02:45 +02:00
Adrien Beudin
0c20aea972 [fix] settingsfor form 2017-10-04 00:52:03 +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
f53b175939 [fix] index css 2017-10-03 05:08:56 +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
590582aea2 [fix] audio section in light mode 2017-09-29 04:50:37 +02:00
Adrien Beudin
e19c64393a [fix] encrypt the light page 2017-09-29 04:48:37 +02:00
Adrien Beudin
1a2e692a02 [fix] update encrypt material theme 2017-09-29 03:17:44 +02:00
Adrien Beudin
fbfbbd4013 [fix] update encrypt theme 2017-09-29 01:30:43 +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
95358281ef fix fullscreen video on click 2017-06-04 21:54:04 +02:00
Adrien Beudin
c4ddefd45a catch error in root settings 2017-06-04 20:03:37 +02:00
Adrien Beudin
59f96c0b24 add background color for audio player 2017-06-04 16:28:09 +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
9ec781082c autosize for text on paragraph 2017-06-02 09:59:04 +02:00
Adrien Beudin
562388dc20 fix cache for float picture 2017-05-23 21:44:13 +02:00
Adrien Beudin
946427fc5c remove debug 2017-05-23 13:53:56 +02:00
Adrien Beudin
fe83ad3664 add floating image in paragraph section 2017-05-23 13:44:26 +02:00
Adrien Beudin
6e29dd3c40 fix cache with video 2017-05-23 10:53:30 +02:00
Adrien Beudin
124f4ae315 fix load only css and js if is used on material theme 2017-05-23 10:25:18 +02:00
Adrien Beudin
3da2f92049 remove youtube section on iframe 2017-05-15 14:05:26 +02:00
Adrien Beudin
a73e5730e3 only load css and js if section is used 2017-05-15 13:02:53 +02:00
Adrien Beudin
8e17843c99 Revert "only load css and js if section is used"
This reverts commit 91c702b299cfc896d86c355e8608ea9051a77072.
2017-05-14 21:33:39 +02:00