diff --git a/daemon.py b/daemon.py index 37302113e..a18c29fb8 100644 --- a/daemon.py +++ b/daemon.py @@ -12939,8 +12939,6 @@ class PubServer(BaseHTTPRequestHandler): this should only allow through basic information, such as nodeinfo """ if path == '/' or path == '/about' or path == '/login' or \ - path.startswith('/api/') or \ - path.startswith('/nodeinfo/') or \ path.startswith('/blog/'): return True return False diff --git a/theme/debian/theme.json b/theme/debian/theme.json index 27cd7fd91..7572d0b85 100644 --- a/theme/debian/theme.json +++ b/theme/debian/theme.json @@ -1,4 +1,8 @@ { + "dropdown-fg-color": "#222", + "dropdown-bg-color": "white", + "dropdown-bg-color-hover": "lightgrey", + "dropdown-fg-color-hover": "#222", "today-circle": "#03a494", "options-main-link-color-hover": "white", "main-link-color-hover": "blue", diff --git a/theme/hacker/theme.json b/theme/hacker/theme.json index 6bc48bcc5..df7c28684 100644 --- a/theme/hacker/theme.json +++ b/theme/hacker/theme.json @@ -1,4 +1,8 @@ { + "dropdown-fg-color": "#9ad791", + "dropdown-bg-color": "#222", + "dropdown-bg-color-hover": "#444", + "dropdown-fg-color-hover": "#9ad791", "column-left-header-background": "#035103", "font-size-header": "12px", "font-size-header-mobile": "20px", diff --git a/theme/henge/theme.json b/theme/henge/theme.json index ae2617326..87a46f825 100644 --- a/theme/henge/theme.json +++ b/theme/henge/theme.json @@ -1,4 +1,8 @@ { + "dropdown-fg-color": "white", + "dropdown-bg-color": "#483335", + "dropdown-bg-color-hover": "#583335", + "dropdown-fg-color-hover": "white", "post-separator-margin-top": "10px", "post-separator-margin-bottom": "10px", "time-color": "grey", diff --git a/theme/indymediaclassic/theme.json b/theme/indymediaclassic/theme.json index 60b20a44c..86862bddc 100644 --- a/theme/indymediaclassic/theme.json +++ b/theme/indymediaclassic/theme.json @@ -1,4 +1,8 @@ { + "dropdown-fg-color": "white", + "dropdown-bg-color": "#222", + "dropdown-bg-color-hover": "#444", + "dropdown-fg-color-hover": "white", "newswire-publish-icon": "True", "full-width-timeline-buttons": "True", "icons-as-buttons": "False", diff --git a/theme/indymediamodern/theme.json b/theme/indymediamodern/theme.json index d35527ca7..c79d0ebb0 100644 --- a/theme/indymediamodern/theme.json +++ b/theme/indymediamodern/theme.json @@ -1,4 +1,8 @@ { + "dropdown-fg-color": "black", + "dropdown-bg-color": "#dedede", + "dropdown-bg-color-hover": "#ccc", + "dropdown-fg-color-hover": "black", "timeline-icon-width": "30px", "timeline-icon-width-mobile": "60px", "button-bottom-margin": "0", diff --git a/theme/lcd/theme.json b/theme/lcd/theme.json index f65ecba80..8bae3e256 100644 --- a/theme/lcd/theme.json +++ b/theme/lcd/theme.json @@ -1,4 +1,8 @@ { + "dropdown-fg-color": "#33390d", + "dropdown-bg-color": "#9fb42b", + "dropdown-bg-color-hover": "#33390d", + "dropdown-fg-color-hover": "#9fb42b", "newswire-publish-icon": "True", "full-width-timeline-buttons": "False", "icons-as-buttons": "False", diff --git a/theme/light/theme.json b/theme/light/theme.json index 3e4e10c1e..70a19a526 100644 --- a/theme/light/theme.json +++ b/theme/light/theme.json @@ -1,4 +1,8 @@ { + "dropdown-fg-color": "#2d2c37", + "dropdown-bg-color": "#d6dbf0", + "dropdown-bg-color-hover": "#b6bbf0", + "dropdown-fg-color-hover": "#2d2c37", "avatar-rounding": "50%", "icon-brightness-change": "80%", "button-selected": "#999", diff --git a/theme/night/theme.json b/theme/night/theme.json index 4335d43ba..d25325005 100644 --- a/theme/night/theme.json +++ b/theme/night/theme.json @@ -1,4 +1,8 @@ { + "dropdown-fg-color": "#0481f5", + "dropdown-bg-color": "#0d0d10", + "dropdown-bg-color-hover": "#0b0b10", + "dropdown-fg-color-hover": "#0481f5", "avatar-rounding": "50%", "newswire-publish-icon": "True", "full-width-timeline-buttons": "False", diff --git a/theme/pixel/theme.json b/theme/pixel/theme.json index 0aec8c372..99f362de1 100644 --- a/theme/pixel/theme.json +++ b/theme/pixel/theme.json @@ -1,4 +1,8 @@ { + "dropdown-fg-color": "black", + "dropdown-bg-color": "#aba0d4", + "dropdown-bg-color-hover": "#cba0d4", + "dropdown-fg-color-hover": "black", "title-color": "#111", "font-size-header": "18px", "font-size-header-mobile": "34px", diff --git a/theme/purple/theme.json b/theme/purple/theme.json index e1f14ff94..8e00d48ec 100644 --- a/theme/purple/theme.json +++ b/theme/purple/theme.json @@ -1,4 +1,8 @@ { + "dropdown-fg-color": "#f98bb0", + "dropdown-bg-color": "#2f152d", + "dropdown-bg-color-hover": "#3f152d", + "dropdown-fg-color-hover": "#f98bb0", "column-left-top-margin": "0.4cm", "column-right-top-margin": "0.8cm", "time-vertical-align": "0%", diff --git a/theme/rc3/icons/links.png b/theme/rc3/icons/links.png index ea303bbd4..1ba71b702 100644 Binary files a/theme/rc3/icons/links.png and b/theme/rc3/icons/links.png differ diff --git a/theme/rc3/icons/reaction.png b/theme/rc3/icons/reaction.png index 5613bada9..b5ccf3a91 100644 Binary files a/theme/rc3/icons/reaction.png and b/theme/rc3/icons/reaction.png differ diff --git a/theme/rc3/theme.json b/theme/rc3/theme.json index 14083636b..afacf7d65 100644 --- a/theme/rc3/theme.json +++ b/theme/rc3/theme.json @@ -1,4 +1,8 @@ { + "dropdown-fg-color": "white", + "dropdown-bg-color": "#002a3a", + "dropdown-bg-color-hover": "#025d84", + "dropdown-fg-color-hover": "white", "post-separator-margin-top": "10px", "post-separator-margin-bottom": "10px", "calendar-header-font-style": "normal", diff --git a/theme/solidaric/theme.json b/theme/solidaric/theme.json index 6c28047de..8291f050e 100644 --- a/theme/solidaric/theme.json +++ b/theme/solidaric/theme.json @@ -1,4 +1,8 @@ { + "dropdown-fg-color": "#2d2c37", + "dropdown-bg-color": "#ddd", + "dropdown-bg-color-hover": "#ccc", + "dropdown-fg-color-hover": "#2d2c37", "button-fg-highlighted": "#eeeeee", "button-selected-text": "#eeeeee", "button-text": "#eeeeee", diff --git a/theme/starlight/theme.json b/theme/starlight/theme.json index 2d8734b38..eb01692f2 100644 --- a/theme/starlight/theme.json +++ b/theme/starlight/theme.json @@ -1,4 +1,8 @@ { + "dropdown-fg-color": "#ffc4bc", + "dropdown-bg-color": "#1f0d10", + "dropdown-bg-color-hover": "#222", + "dropdown-fg-color-hover": "#ffc4bc", "post-separator-margin-top": "10px", "post-separator-margin-bottom": "10px", "newswire-publish-icon": "True", diff --git a/theme/zen/theme.json b/theme/zen/theme.json index 24892fcb7..3241c5e32 100644 --- a/theme/zen/theme.json +++ b/theme/zen/theme.json @@ -1,4 +1,8 @@ { + "dropdown-fg-color": "#d5c7b7", + "dropdown-bg-color": "#4c4e41", + "dropdown-bg-color-hover": "#3c4e41", + "dropdown-fg-color-hover": "#d5c7b7", "avatar-rounding": "50%", "dropdown-bg-color-hover": "#463b35", "cw-color": "#d5c7b7",