From 0382939232fe8981ba0f6921168ac50f1e38b25a Mon Sep 17 00:00:00 2001 From: vaeringjar Date: Thu, 3 Dec 2020 07:54:12 -0800 Subject: [PATCH] Fix file permissions. --- .gitignore | 0 LICENSE | 0 README.md | 0 favicon.ico | Bin freepost.cgi | 0 freepost/__init__.py | 0 freepost/static/images/downvote.png | Bin freepost/static/images/freepost.png | Bin freepost/static/images/libre.exchange.png | Bin freepost/static/images/peers.png | Bin freepost/static/images/pulse.gif | Bin freepost/static/images/rss.png | Bin freepost/static/images/source.png | Bin freepost/static/images/tuxfamily.png | Bin freepost/static/images/upvote.png | Bin freepost/static/javascript/freepost.js | 0 freepost/static/stylus/freepost.styl | 0 freepost/static/stylus/reset.styl | 0 freepost/templates/about.html | 0 freepost/templates/edit_comment.html | 0 freepost/templates/edit_post.html | 0 freepost/templates/homepage.html | 0 freepost/templates/login.html | 0 freepost/templates/login_change_password.html | 0 freepost/templates/login_reset.html | 0 freepost/templates/post.html | 0 freepost/templates/register.html | 0 freepost/templates/reply.html | 0 freepost/templates/search.html | 0 freepost/templates/submit.html | 0 freepost/templates/user_comments.html | 0 freepost/templates/user_posts.html | 0 freepost/templates/user_public_homepage.html | 0 freepost/templates/user_replies.html | 0 freepost/templates/user_settings.html | 0 freepost/templates/vote.html | 0 robots.txt | 0 37 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .gitignore mode change 100755 => 100644 LICENSE mode change 100755 => 100644 README.md mode change 100755 => 100644 favicon.ico mode change 100755 => 100644 freepost.cgi mode change 100755 => 100644 freepost/__init__.py mode change 100755 => 100644 freepost/static/images/downvote.png mode change 100755 => 100644 freepost/static/images/freepost.png mode change 100755 => 100644 freepost/static/images/libre.exchange.png mode change 100755 => 100644 freepost/static/images/peers.png mode change 100755 => 100644 freepost/static/images/pulse.gif mode change 100755 => 100644 freepost/static/images/rss.png mode change 100755 => 100644 freepost/static/images/source.png mode change 100755 => 100644 freepost/static/images/tuxfamily.png mode change 100755 => 100644 freepost/static/images/upvote.png mode change 100755 => 100644 freepost/static/javascript/freepost.js mode change 100755 => 100644 freepost/static/stylus/freepost.styl mode change 100755 => 100644 freepost/static/stylus/reset.styl mode change 100755 => 100644 freepost/templates/about.html mode change 100755 => 100644 freepost/templates/edit_comment.html mode change 100755 => 100644 freepost/templates/edit_post.html mode change 100755 => 100644 freepost/templates/homepage.html mode change 100755 => 100644 freepost/templates/login.html mode change 100755 => 100644 freepost/templates/login_change_password.html mode change 100755 => 100644 freepost/templates/login_reset.html mode change 100755 => 100644 freepost/templates/post.html mode change 100755 => 100644 freepost/templates/register.html mode change 100755 => 100644 freepost/templates/reply.html mode change 100755 => 100644 freepost/templates/search.html mode change 100755 => 100644 freepost/templates/submit.html mode change 100755 => 100644 freepost/templates/user_comments.html mode change 100755 => 100644 freepost/templates/user_posts.html mode change 100755 => 100644 freepost/templates/user_public_homepage.html mode change 100755 => 100644 freepost/templates/user_replies.html mode change 100755 => 100644 freepost/templates/user_settings.html mode change 100755 => 100644 freepost/templates/vote.html mode change 100755 => 100644 robots.txt diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/favicon.ico b/favicon.ico old mode 100755 new mode 100644 diff --git a/freepost.cgi b/freepost.cgi old mode 100755 new mode 100644 diff --git a/freepost/__init__.py b/freepost/__init__.py old mode 100755 new mode 100644 diff --git a/freepost/static/images/downvote.png b/freepost/static/images/downvote.png old mode 100755 new mode 100644 diff --git a/freepost/static/images/freepost.png b/freepost/static/images/freepost.png old mode 100755 new mode 100644 diff --git a/freepost/static/images/libre.exchange.png b/freepost/static/images/libre.exchange.png old mode 100755 new mode 100644 diff --git a/freepost/static/images/peers.png b/freepost/static/images/peers.png old mode 100755 new mode 100644 diff --git a/freepost/static/images/pulse.gif b/freepost/static/images/pulse.gif old mode 100755 new mode 100644 diff --git a/freepost/static/images/rss.png b/freepost/static/images/rss.png old mode 100755 new mode 100644 diff --git a/freepost/static/images/source.png b/freepost/static/images/source.png old mode 100755 new mode 100644 diff --git a/freepost/static/images/tuxfamily.png b/freepost/static/images/tuxfamily.png old mode 100755 new mode 100644 diff --git a/freepost/static/images/upvote.png b/freepost/static/images/upvote.png old mode 100755 new mode 100644 diff --git a/freepost/static/javascript/freepost.js b/freepost/static/javascript/freepost.js old mode 100755 new mode 100644 diff --git a/freepost/static/stylus/freepost.styl b/freepost/static/stylus/freepost.styl old mode 100755 new mode 100644 diff --git a/freepost/static/stylus/reset.styl b/freepost/static/stylus/reset.styl old mode 100755 new mode 100644 diff --git a/freepost/templates/about.html b/freepost/templates/about.html old mode 100755 new mode 100644 diff --git a/freepost/templates/edit_comment.html b/freepost/templates/edit_comment.html old mode 100755 new mode 100644 diff --git a/freepost/templates/edit_post.html b/freepost/templates/edit_post.html old mode 100755 new mode 100644 diff --git a/freepost/templates/homepage.html b/freepost/templates/homepage.html old mode 100755 new mode 100644 diff --git a/freepost/templates/login.html b/freepost/templates/login.html old mode 100755 new mode 100644 diff --git a/freepost/templates/login_change_password.html b/freepost/templates/login_change_password.html old mode 100755 new mode 100644 diff --git a/freepost/templates/login_reset.html b/freepost/templates/login_reset.html old mode 100755 new mode 100644 diff --git a/freepost/templates/post.html b/freepost/templates/post.html old mode 100755 new mode 100644 diff --git a/freepost/templates/register.html b/freepost/templates/register.html old mode 100755 new mode 100644 diff --git a/freepost/templates/reply.html b/freepost/templates/reply.html old mode 100755 new mode 100644 diff --git a/freepost/templates/search.html b/freepost/templates/search.html old mode 100755 new mode 100644 diff --git a/freepost/templates/submit.html b/freepost/templates/submit.html old mode 100755 new mode 100644 diff --git a/freepost/templates/user_comments.html b/freepost/templates/user_comments.html old mode 100755 new mode 100644 diff --git a/freepost/templates/user_posts.html b/freepost/templates/user_posts.html old mode 100755 new mode 100644 diff --git a/freepost/templates/user_public_homepage.html b/freepost/templates/user_public_homepage.html old mode 100755 new mode 100644 diff --git a/freepost/templates/user_replies.html b/freepost/templates/user_replies.html old mode 100755 new mode 100644 diff --git a/freepost/templates/user_settings.html b/freepost/templates/user_settings.html old mode 100755 new mode 100644 diff --git a/freepost/templates/vote.html b/freepost/templates/vote.html old mode 100755 new mode 100644 diff --git a/robots.txt b/robots.txt old mode 100755 new mode 100644