Compare commits

...

28 commits

Author SHA1 Message Date
ida
d6de6474cb seasonal theme v4.3 port
this commit aims to restore a similar feel to what the previous
version of the ui had.

winter, spring, and autumn did not have a 'diff' file previously;
the summer 'diff' was originally based off of the mastodon-light
theme, this replaces it with a more unified 'diff' that's now
shared between all of the other themes.
2025-03-14 15:31:53 +00:00
ida
28b8945b1f black theme v4.3 port 2025-03-14 15:31:53 +00:00
ida
965fa2eacf fixup! nzws theme v4.3 port 2025-03-14 15:31:53 +00:00
ida
0b45def91b nzws theme v4.3 port 2025-03-14 15:31:53 +00:00
ida
dee3813e4b normalize english locales for themes 2025-03-14 15:31:53 +00:00
ida
7340dc37c4 # This is a combination of 2 commits.
# This is the 1st commit message:

fix seasonal themes

# The commit message #2 will be skipped:

# fix radtown themes
2025-03-14 15:31:53 +00:00
ida
84e57d61fa add summer theme 2025-03-14 15:31:53 +00:00
ida
1935b47d94 copy over 34 to summer, so we can start work on that 2025-03-14 15:31:53 +00:00
ida
5dd1689609 change naming scheme for custom themes, and make radtown names lowercase for consistency 2025-03-14 15:31:53 +00:00
ida
03868ace4e add beanskull 2025-03-14 15:31:53 +00:00
ida
d3e4c71cf1 add r34 theme 2025-03-14 15:31:53 +00:00
ida
ea837b1a48 start work on black/white theme 2025-03-14 15:31:53 +00:00
ida
7b01d2ea28 add winter theme 2025-03-14 15:31:53 +00:00
ida
8439cdefae add nzws theme 2025-03-14 15:31:53 +00:00
ida
b0306bec33 change source url to git repo 2025-03-14 15:31:52 +00:00
ida
dd9c46a619 increase poll option limit to 25, text limit to 150, and allow single option polls 2025-03-14 15:31:52 +00:00
ida
acc8db28c3 add radtown theme files 2025-03-14 15:31:52 +00:00
ida
1b87123111 add autumn theme 2025-03-14 15:31:52 +00:00
ida
d8887dfd89 doot doot! :D 2025-03-14 15:31:52 +00:00
ida
3e12a0328f change locales, for spooky effect 2025-03-14 15:31:52 +00:00
ida
c10bbd5873 change notif sounds to be more spooky 2025-03-14 15:31:52 +00:00
ida
d494925f14 change post limit from 500 to 69420 2025-03-14 15:31:52 +00:00
ida
4796f41ec2 change metadata fields to 8, display name length to 250 2025-03-14 15:31:51 +00:00
ida
30092efdd2 change english locales to be more spooky 2025-03-14 15:31:51 +00:00
David Roetzel
cdcd77ebff
Bump version to v4.3.6 2025-03-13 13:32:38 +01:00
Claire
c79c9e8c42 Update dependency omniauth-saml 2025-03-13 10:20:47 +01:00
Claire
e84031ea97 Update dependency rack 2025-03-13 10:20:47 +01:00
Claire
d01e407177 Fix Stoplight errors when using REDIS_NAMESPACE (#34126) 2025-03-13 10:20:47 +01:00
158 changed files with 2899 additions and 251 deletions

View file

@ -5,4 +5,4 @@ DB_HOST=/var/run/postgresql/
ES_ENABLED=true ES_ENABLED=true
ES_HOST=localhost ES_HOST=localhost
ES_PORT=9200 ES_PORT=9200

View file

@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [4.3.6] - 2025-03-13
### Security
- Update dependency `omniauth-saml`
- Update dependency `rack`
### Fixed
- Fix Stoplight errors when using `REDIS_NAMESPACE` (#34126 by @ClearlyClaire)
## [4.3.5] - 2025-03-10 ## [4.3.5] - 2025-03-10
### Changed ### Changed

View file

@ -464,7 +464,7 @@ GEM
oj (3.16.6) oj (3.16.6)
bigdecimal (>= 3.0) bigdecimal (>= 3.0)
ostruct (>= 0.2) ostruct (>= 0.2)
omniauth (2.1.2) omniauth (2.1.3)
hashie (>= 3.4.6) hashie (>= 3.4.6)
rack (>= 2.2.3) rack (>= 2.2.3)
rack-protection rack-protection
@ -475,9 +475,9 @@ GEM
omniauth-rails_csrf_protection (1.0.2) omniauth-rails_csrf_protection (1.0.2)
actionpack (>= 4.2) actionpack (>= 4.2)
omniauth (~> 2.0) omniauth (~> 2.0)
omniauth-saml (2.2.1) omniauth-saml (2.2.3)
omniauth (~> 2.1) omniauth (~> 2.1)
ruby-saml (~> 1.17) ruby-saml (~> 1.18)
omniauth_openid_connect (0.6.1) omniauth_openid_connect (0.6.1)
omniauth (>= 1.9, < 3) omniauth (>= 1.9, < 3)
openid_connect (~> 1.1) openid_connect (~> 1.1)
@ -619,7 +619,7 @@ GEM
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
raabro (1.4.0) raabro (1.4.0)
racc (1.8.1) racc (1.8.1)
rack (2.2.11) rack (2.2.13)
rack-attack (6.7.0) rack-attack (6.7.0)
rack (>= 1.0, < 4) rack (>= 1.0, < 4)
rack-cors (2.0.2) rack-cors (2.0.2)
@ -767,7 +767,7 @@ GEM
rubocop-rspec (~> 3, >= 3.0.1) rubocop-rspec (~> 3, >= 3.0.1)
ruby-prof (1.7.0) ruby-prof (1.7.0)
ruby-progressbar (1.13.0) ruby-progressbar (1.13.0)
ruby-saml (1.17.0) ruby-saml (1.18.0)
nokogiri (>= 1.13.10) nokogiri (>= 1.13.10)
rexml rexml
ruby-vips (2.2.3) ruby-vips (2.2.3)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

View file

@ -0,0 +1 @@
<svg aria-hidden="true" data-prefix="fas" data-icon="grip-vertical" class="svg-inline--fa fa-grip-vertical fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M96 32H32C14.33 32 0 46.33 0 64v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM288 32h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z"></path></svg>

After

Width:  |  Height:  |  Size: 906 B

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 100 100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
<path d="M72.53,3.033C85.265,3.033 95.605,13.372 95.605,26.108L95.605,58.412C95.605,78.789 79.062,95.332 58.685,95.332L26.38,95.332C13.645,95.332 3.305,84.993 3.305,72.257L3.305,39.953C3.305,19.576 19.848,3.033 40.225,3.033L72.53,3.033ZM42.991,66.039C39.151,68.269 34.514,69.384 29.081,69.384C23.029,69.384 18.215,67.627 14.64,64.115C11.065,60.602 9.278,55.819 9.278,49.766C9.278,43.679 11.224,38.692 15.118,34.808C19.011,30.923 24.161,28.981 30.568,28.981C34.744,28.981 38.372,29.583 41.451,30.786L41.451,38.139C38.443,36.317 34.744,35.405 30.355,35.405C26.479,35.405 23.325,36.684 20.892,39.241C18.458,41.798 17.242,45.174 17.242,49.368C17.242,53.651 18.339,56.983 20.533,59.363C22.728,61.743 25.736,62.933 29.559,62.933C31.895,62.933 33.842,62.553 35.399,61.792L35.399,53.164L27.382,53.164L27.382,47.006L42.991,47.006L42.991,66.039ZM58.547,68.694L58.547,29.618L50.981,29.618L50.981,68.694L58.547,68.694ZM89.632,35.91L89.632,29.618L67.865,29.618L67.865,68.694L75.43,68.694L75.43,52.872L88.517,52.872L88.517,46.661L75.43,46.661L75.43,35.91L89.632,35.91Z" style="fill:white;"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Some files were not shown because too many files have changed in this diff Show more