]> git.ipfire.org Git - ipfire.org.git/log
ipfire.org.git
2 years agowiki: Correctly implement comparing and sorting pages
Michael Tremer [Tue, 27 Jun 2023 08:50:09 +0000 (08:50 +0000)] 
wiki: Correctly implement comparing and sorting pages

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agobase: Add search to navigation when on docs
Michael Tremer [Tue, 27 Jun 2023 08:17:38 +0000 (08:17 +0000)] 
base: Add search to navigation when on docs

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agodocs: Copy page handler from wiki
Michael Tremer [Tue, 27 Jun 2023 08:17:24 +0000 (08:17 +0000)] 
docs: Copy page handler from wiki

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoblog: added a working search bar
Rico Hoppe [Mon, 26 Jun 2023 16:12:41 +0000 (16:12 +0000)] 
blog: added a working search bar

Signed-off-by: Rico Hoppe <rico.hoppe@ipfire.org>
2 years agobase.hmtl: changed "active" attribute to "is-active"
Rico Hoppe [Mon, 26 Jun 2023 15:44:17 +0000 (15:44 +0000)] 
base.hmtl: changed "active" attribute to "is-active"

Signed-off-by: Rico Hoppe <rico.hoppe@ipfire.org>
2 years agoMerge remote-tracking branch 'rico/new-design' into new-design
Michael Tremer [Mon, 26 Jun 2023 14:30:42 +0000 (14:30 +0000)] 
Merge remote-tracking branch 'rico/new-design' into new-design

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoblog/index.html: added a visual searchbar
Rico Hoppe [Mon, 26 Jun 2023 13:12:10 +0000 (13:12 +0000)] 
blog/index.html: added a visual searchbar

2 years agoyear.html: converted to bulma
Rico Hoppe [Mon, 26 Jun 2023 13:10:26 +0000 (13:10 +0000)] 
year.html: converted to bulma

2 years agohelp: Make buttons work
Michael Tremer [Mon, 26 Jun 2023 10:25:56 +0000 (10:25 +0000)] 
help: Make buttons work

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoweb: Drop lots of simple redirection handlers and group them together
Michael Tremer [Mon, 26 Jun 2023 10:22:46 +0000 (10:22 +0000)] 
web: Drop lots of simple redirection handlers and group them together

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoweb: static: Cache pages for up to 24 hours
Michael Tremer [Mon, 26 Jun 2023 10:17:20 +0000 (10:17 +0000)] 
web: static: Cache pages for up to 24 hours

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoabout: Move the page into the static handler
Michael Tremer [Mon, 26 Jun 2023 10:16:31 +0000 (10:16 +0000)] 
about: Move the page into the static handler

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoweb: Drop unused CacheMixin
Michael Tremer [Mon, 26 Jun 2023 10:14:24 +0000 (10:14 +0000)] 
web: Drop unused CacheMixin

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoweb: Improve caching of static content
Michael Tremer [Mon, 26 Jun 2023 10:09:03 +0000 (10:09 +0000)] 
web: Improve caching of static content

We need to make sure that we don't let browsers cache anything when the
cookie changes (Vary: Cookie).

Furthermore, we want to make sure that public caches don't cache
anything when the content is sent to a logged in user (Cache-Control:
private).

Finally, we want to indicate to caches how long something can be cached
which we do with an additional Cache-Control header and Expires for
older clients.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agofeatures: Drop old features page
Michael Tremer [Mon, 26 Jun 2023 09:51:10 +0000 (09:51 +0000)] 
features: Drop old features page

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agopeople: Move SSO for Discourse
Michael Tremer [Mon, 26 Jun 2023 09:47:19 +0000 (09:47 +0000)] 
people: Move SSO for Discourse

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agobase: Remove navigation for People
Michael Tremer [Mon, 26 Jun 2023 09:43:21 +0000 (09:43 +0000)] 
base: Remove navigation for People

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoaccounts: Disable SIP for all accounts
Michael Tremer [Mon, 26 Jun 2023 09:42:21 +0000 (09:42 +0000)] 
accounts: Disable SIP for all accounts

The integration into our VoIP is slightly broken right now and since I
lack the time to fix it right now, I will turn this off for now.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agopeople: Drop accounts list
Michael Tremer [Mon, 26 Jun 2023 09:42:12 +0000 (09:42 +0000)] 
people: Drop accounts list

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agodownloads: Move from "download" to "downloads"
Michael Tremer [Mon, 26 Jun 2023 09:40:32 +0000 (09:40 +0000)] 
downloads: Move from "download" to "downloads"

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agodownloads: Re-activate download splash page
Michael Tremer [Mon, 26 Jun 2023 09:33:40 +0000 (09:33 +0000)] 
downloads: Re-activate download splash page

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agousers: Update design of groups pages
Michael Tremer [Mon, 26 Jun 2023 09:32:03 +0000 (09:32 +0000)] 
users: Update design of groups pages

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agousers: Move group handlers
Michael Tremer [Mon, 26 Jun 2023 09:23:07 +0000 (09:23 +0000)] 
users: Move group handlers

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoauth: Move password reset handlers
Michael Tremer [Mon, 26 Jun 2023 09:16:50 +0000 (09:16 +0000)] 
auth: Move password reset handlers

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agofooter: Keep profile navigation and social icons horizontal
Michael Tremer [Mon, 26 Jun 2023 09:12:12 +0000 (09:12 +0000)] 
footer: Keep profile navigation and social icons horizontal

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agobase: Rename "Profile" to "My Profile"
Michael Tremer [Mon, 26 Jun 2023 09:11:05 +0000 (09:11 +0000)] 
base: Rename "Profile" to "My Profile"

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoindex.html: restyled the page
Rico Hoppe [Sun, 25 Jun 2023 21:32:40 +0000 (21:32 +0000)] 
index.html: restyled the page

2 years agoblog/modules/hitory-nav: restsyled
Rico Hoppe [Sun, 25 Jun 2023 21:31:54 +0000 (21:31 +0000)] 
blog/modules/hitory-nav: restsyled

2 years agoblog/index.html: changed colour of notification box
Rico Hoppe [Sun, 25 Jun 2023 21:30:37 +0000 (21:30 +0000)] 
blog/index.html: changed colour of notification box

2 years agobase.hmtl: changed "active" modeifier to "is-active"
Rico Hoppe [Sun, 25 Jun 2023 21:27:56 +0000 (21:27 +0000)] 
base.hmtl: changed "active" modeifier to "is-active"

2 years agoabout.html: updated font-awesome icons
Rico Hoppe [Sun, 25 Jun 2023 21:27:09 +0000 (21:27 +0000)] 
about.html: updated font-awesome icons

2 years agomain.sass: added colour "success" and "success-invert"
Rico Hoppe [Sun, 25 Jun 2023 21:25:06 +0000 (21:25 +0000)] 
main.sass: added colour "success" and "success-invert"

2 years agofont-awesome: updated to newest version
Rico Hoppe [Sun, 25 Jun 2023 21:24:15 +0000 (21:24 +0000)] 
font-awesome: updated to newest version

2 years agoauthor.html: finished styling
Rico Hoppe [Sun, 25 Jun 2023 21:23:26 +0000 (21:23 +0000)] 
author.html: finished styling

2 years agobase: Make buttons in header and footer work
Michael Tremer [Sat, 24 Jun 2023 21:02:44 +0000 (21:02 +0000)] 
base: Make buttons in header and footer work

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoblog: Allow more spacing between posts and make headlines slightly larger
Michael Tremer [Sat, 24 Jun 2023 20:59:15 +0000 (20:59 +0000)] 
blog: Allow more spacing between posts and make headlines slightly larger

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agodownloads: Use correct centering in mirror section
Michael Tremer [Sat, 24 Jun 2023 20:56:02 +0000 (20:56 +0000)] 
downloads: Use correct centering in mirror section

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agodownloads: Make the LWL box more like a box
Michael Tremer [Sat, 24 Jun 2023 20:54:34 +0000 (20:54 +0000)] 
downloads: Make the LWL box more like a box

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agodownloads: Use notifications for boxes
Michael Tremer [Sat, 24 Jun 2023 20:54:20 +0000 (20:54 +0000)] 
downloads: Use notifications for boxes

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agodownloads: Cleanup markup on release page
Michael Tremer [Sat, 24 Jun 2023 20:42:17 +0000 (20:42 +0000)] 
downloads: Cleanup markup on release page

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoblog: Move buttons to the top on posts page
Michael Tremer [Sat, 24 Jun 2023 20:36:02 +0000 (20:36 +0000)] 
blog: Move buttons to the top on posts page

This should hopefully be more inviting for people to click them instead
of hiding them at the end of the page where nobody ever gets to anyways.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoblog: Cleanup markup on posts page
Michael Tremer [Sat, 24 Jun 2023 20:27:56 +0000 (20:27 +0000)] 
blog: Cleanup markup on posts page

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoblog: Make the latest post in primary colour
Michael Tremer [Sat, 24 Jun 2023 20:23:40 +0000 (20:23 +0000)] 
blog: Make the latest post in primary colour

This should be the eye catcher on the page

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoblog: Cleanup markup on index page
Michael Tremer [Sat, 24 Jun 2023 20:18:17 +0000 (20:18 +0000)] 
blog: Cleanup markup on index page

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoaccounts: Drop unused constant INT_MAX
Michael Tremer [Sat, 24 Jun 2023 20:12:19 +0000 (20:12 +0000)] 
accounts: Drop unused constant INT_MAX

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agousers: Merge stats from people
Michael Tremer [Sat, 24 Jun 2023 20:12:03 +0000 (20:12 +0000)] 
users: Merge stats from people

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agopeople: Drop search
Michael Tremer [Sat, 24 Jun 2023 19:37:19 +0000 (19:37 +0000)] 
people: Drop search

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoaccounts: Don't fail if we cannot read the avatar
Michael Tremer [Sat, 24 Jun 2023 19:31:32 +0000 (19:31 +0000)] 
accounts: Don't fail if we cannot read the avatar

PIL might not support the image type. In that case, we cannot generate a
thumbnail and return the source image.

Fixes: #13157
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agousers: Move avatar handler
Michael Tremer [Sat, 24 Jun 2023 19:31:10 +0000 (19:31 +0000)] 
users: Move avatar handler

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoaccounts: Make path to avatar relative unless specifically asking for absolute
Michael Tremer [Sat, 24 Jun 2023 19:20:52 +0000 (19:20 +0000)] 
accounts: Make path to avatar relative unless specifically asking for absolute

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agousers: Add index page
Michael Tremer [Sat, 24 Jun 2023 19:15:49 +0000 (19:15 +0000)] 
users: Add index page

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agopeople: Move profile page into main website
Michael Tremer [Sat, 24 Jun 2023 17:43:54 +0000 (17:43 +0000)] 
people: Move profile page into main website

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoauth: Redesign the login page
Michael Tremer [Sat, 24 Jun 2023 16:04:24 +0000 (16:04 +0000)] 
auth: Redesign the login page

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoCSS: Make links in footer hover black
Michael Tremer [Sat, 24 Jun 2023 15:44:56 +0000 (15:44 +0000)] 
CSS: Make links in footer hover black

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agofooter: Show profile information in footer
Michael Tremer [Sat, 24 Jun 2023 15:43:26 +0000 (15:43 +0000)] 
footer: Show profile information in footer

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoCSS: Make links in footer grey
Michael Tremer [Sat, 24 Jun 2023 15:43:14 +0000 (15:43 +0000)] 
CSS: Make links in footer grey

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agofooter: Use icons for social networks
Michael Tremer [Sat, 24 Jun 2023 15:28:31 +0000 (15:28 +0000)] 
footer: Use icons for social networks

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agobase: Simplify markup of the footer
Michael Tremer [Sat, 24 Jun 2023 15:26:58 +0000 (15:26 +0000)] 
base: Simplify markup of the footer

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoreleases: Drop support for torrent files
Michael Tremer [Sat, 24 Jun 2023 15:14:17 +0000 (15:14 +0000)] 
releases: Drop support for torrent files

The yabencode module is not available any more and I cannot find a
suitable replacement.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoauth: Move authentication to the main page
Michael Tremer [Sat, 24 Jun 2023 15:08:22 +0000 (15:08 +0000)] 
auth: Move authentication to the main page

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agobackend/blog.py: changed how latest posts are returned
Rico Hoppe [Fri, 23 Jun 2023 00:13:02 +0000 (00:13 +0000)] 
backend/blog.py: changed how latest posts are returned

2 years agostyled blog/index.html
Rico Hoppe [Fri, 23 Jun 2023 00:10:43 +0000 (00:10 +0000)] 
styled blog/index.html

2 years agostyled list.html
Rico Hoppe [Fri, 23 Jun 2023 00:10:04 +0000 (00:10 +0000)] 
styled list.html

2 years agopost.html: styled posts
Rico Hoppe [Fri, 23 Jun 2023 00:09:18 +0000 (00:09 +0000)] 
post.html: styled posts

2 years agoblog.py: added latest_post variable
Rico Hoppe [Fri, 23 Jun 2023 00:07:04 +0000 (00:07 +0000)] 
blog.py: added latest_post variable

2 years agohistory-navigation.html: removed "Read More"
Rico Hoppe [Fri, 23 Jun 2023 00:06:03 +0000 (00:06 +0000)] 
history-navigation.html: removed "Read More"

2 years agomirrors.html: finished the page
Rico Hoppe [Wed, 17 May 2023 17:00:27 +0000 (17:00 +0000)] 
mirrors.html: finished the page

2 years agorelease.html: finished download-cards
Rico Hoppe [Wed, 17 May 2023 16:58:39 +0000 (16:58 +0000)] 
release.html: finished download-cards

2 years agomirrors.html: converted to new design
Rico Hoppe [Tue, 9 May 2023 19:12:36 +0000 (19:12 +0000)] 
mirrors.html: converted to new design

2 years agobase: Fix navbar item colour
Michael Tremer [Mon, 17 Apr 2023 17:47:52 +0000 (17:47 +0000)] 
base: Fix navbar item colour

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoCSS: Make all links in primary colour again
Michael Tremer [Mon, 17 Apr 2023 17:47:39 +0000 (17:47 +0000)] 
CSS: Make all links in primary colour again

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoCSS: Make text on elements that are primary-coloured white
Michael Tremer [Mon, 17 Apr 2023 17:42:34 +0000 (17:42 +0000)] 
CSS: Make text on elements that are primary-coloured white

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoabout: Simplify markup of download button
Michael Tremer [Mon, 17 Apr 2023 17:40:49 +0000 (17:40 +0000)] 
about: Simplify markup of download button

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoabout: Add tagline
Michael Tremer [Mon, 17 Apr 2023 17:32:40 +0000 (17:32 +0000)] 
about: Add tagline

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoabout: Add first draft of some copy
Michael Tremer [Mon, 17 Apr 2023 17:29:27 +0000 (17:29 +0000)] 
about: Add first draft of some copy

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agohelp: Tidy up markup
Michael Tremer [Mon, 17 Apr 2023 17:29:07 +0000 (17:29 +0000)] 
help: Tidy up markup

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agobase: Tidy up markup for navbar branding
Michael Tremer [Mon, 17 Apr 2023 17:28:13 +0000 (17:28 +0000)] 
base: Tidy up markup for navbar branding

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agofont-awesome: Update to 6.4.0
Michael Tremer [Mon, 17 Apr 2023 17:27:44 +0000 (17:27 +0000)] 
font-awesome: Update to 6.4.0

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agobase: Re-arrange navigation bar
Michael Tremer [Mon, 17 Apr 2023 09:12:50 +0000 (09:12 +0000)] 
base: Re-arrange navigation bar

This re-adds the Buy button and re-orders the other link entries.

Community has been dropped as it is reachable via the "Help" page and we
need to keep the navigation as simple as possible.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoMerge remote-tracking branch 'rico/new-design' into new-design
Michael Tremer [Mon, 17 Apr 2023 09:07:37 +0000 (09:07 +0000)] 
Merge remote-tracking branch 'rico/new-design' into new-design

2 years agobase.html: changed support -> help in footer
Rico Hoppe [Sun, 16 Apr 2023 13:43:22 +0000 (13:43 +0000)] 
base.html: changed support -> help in footer

2 years agorenamed support.html to help.html
Rico Hoppe [Sun, 16 Apr 2023 13:39:49 +0000 (13:39 +0000)] 
renamed support.html to help.html

2 years agochanged support links to help
Rico Hoppe [Sun, 16 Apr 2023 13:36:12 +0000 (13:36 +0000)] 
changed support links to help

2 years agosupport: changed design of wiki & community section
Rico Hoppe [Sun, 16 Apr 2023 13:11:33 +0000 (13:11 +0000)] 
support: changed design of wiki & community section

2 years agosupport: fixed mispositioned buttons
Rico Hoppe [Sun, 16 Apr 2023 11:08:44 +0000 (11:08 +0000)] 
support: fixed mispositioned buttons

2 years agobase: Fix people navigation bar
Michael Tremer [Sun, 16 Apr 2023 10:37:47 +0000 (10:37 +0000)] 
base: Fix people navigation bar

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoweb: Fix access to other domains in dev environments
Michael Tremer [Sun, 16 Apr 2023 10:36:09 +0000 (10:36 +0000)] 
web: Fix access to other domains in dev environments

The former regular expression was slightly too greedy and this change
should fix this.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoabout: Remove old comment
Michael Tremer [Sun, 16 Apr 2023 10:27:31 +0000 (10:27 +0000)] 
about: Remove old comment

I believe this is fixed.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agoabout: Wrap team members into blocks
Michael Tremer [Sun, 16 Apr 2023 10:23:23 +0000 (10:23 +0000)] 
about: Wrap team members into blocks

This creates better spacing between the top row and the one below.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2 years agosupport: applied basics of new design
Rico Hoppe [Sun, 16 Apr 2023 01:04:06 +0000 (01:04 +0000)] 
support: applied basics of new design

2 years agobase.html: dropped old features page
Rico Hoppe [Fri, 14 Apr 2023 14:21:20 +0000 (14:21 +0000)] 
base.html: dropped old features page

2 years agoabout.html : finished styling of the page
Rico Hoppe [Thu, 13 Apr 2023 16:43:23 +0000 (16:43 +0000)] 
about.html : finished styling of the page

2 years agoabout.html: meet the team-columns, download-button, list of features designed
Rico Hoppe [Fri, 7 Apr 2023 00:08:29 +0000 (00:08 +0000)] 
about.html: meet the team-columns, download-button, list of features  designed

2 years agobase: added horizontal line to footer
Rico Hoppe [Sun, 19 Mar 2023 19:14:00 +0000 (19:14 +0000)] 
base: added horizontal line to footer

2 years agoabout: started adding new design
Rico Hoppe [Sun, 19 Mar 2023 19:11:32 +0000 (19:11 +0000)] 
about: started adding new design

2 years agoabout: added hero
Rico Hoppe [Sat, 18 Mar 2023 14:34:11 +0000 (14:34 +0000)] 
about: added hero

2 years agoedited section padding for mobile & desktop
Rico Hoppe [Sat, 18 Mar 2023 14:26:07 +0000 (14:26 +0000)] 
edited section padding for mobile & desktop

2 years agochanged default color for text & title
Rico Hoppe [Sat, 18 Mar 2023 14:08:01 +0000 (14:08 +0000)] 
changed default color for text & title

2 years agochanged list formats
Rico Hoppe [Sat, 18 Mar 2023 13:43:07 +0000 (13:43 +0000)] 
changed list formats

2 years agoupdated legal.hmtl to new design
Rico Hoppe [Wed, 15 Mar 2023 20:49:47 +0000 (20:49 +0000)] 
updated legal.hmtl to new design