diff --git a/.gitattributes b/.gitattributes old mode 100755 new mode 100644 diff --git a/Dockerfile b/Dockerfile old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/appspec.yml b/appspec.yml old mode 100755 new mode 100644 diff --git a/buildspec.yml b/buildspec.yml old mode 100755 new mode 100644 diff --git a/dependabot.yml b/dependabot.yml old mode 100755 new mode 100644 diff --git a/disablesignups b/disablesignups old mode 100755 new mode 100644 diff --git a/env b/env old mode 100755 new mode 100644 diff --git a/files/__main__.py b/files/__main__.py old mode 100755 new mode 100644 diff --git a/files/classes/__init__.py b/files/classes/__init__.py old mode 100755 new mode 100644 diff --git a/files/classes/alts.py b/files/classes/alts.py old mode 100755 new mode 100644 diff --git a/files/classes/award.py b/files/classes/award.py old mode 100755 new mode 100644 diff --git a/files/classes/badges.py b/files/classes/badges.py old mode 100755 new mode 100644 diff --git a/files/classes/clients.py b/files/classes/clients.py old mode 100755 new mode 100644 diff --git a/files/classes/domains.py b/files/classes/domains.py old mode 100755 new mode 100644 diff --git a/files/classes/flags.py b/files/classes/flags.py old mode 100755 new mode 100644 diff --git a/files/classes/mod_logs.py b/files/classes/mod_logs.py old mode 100755 new mode 100644 diff --git a/files/classes/subscriptions.py b/files/classes/subscriptions.py old mode 100755 new mode 100644 diff --git a/files/classes/user.py b/files/classes/user.py old mode 100755 new mode 100644 diff --git a/files/classes/userblock.py b/files/classes/userblock.py old mode 100755 new mode 100644 diff --git a/files/classes/votes.py b/files/classes/votes.py old mode 100755 new mode 100644 diff --git a/files/helpers/alerts.py b/files/helpers/alerts.py old mode 100755 new mode 100644 diff --git a/files/helpers/discord.py b/files/helpers/discord.py old mode 100755 new mode 100644 diff --git a/files/helpers/filters.py b/files/helpers/filters.py old mode 100755 new mode 100644 diff --git a/files/helpers/get.py b/files/helpers/get.py old mode 100755 new mode 100644 diff --git a/files/helpers/images.py b/files/helpers/images.py old mode 100755 new mode 100644 diff --git a/files/helpers/jinja2.py b/files/helpers/jinja2.py old mode 100755 new mode 100644 diff --git a/files/helpers/lazy.py b/files/helpers/lazy.py old mode 100755 new mode 100644 diff --git a/files/helpers/markdown.py b/files/helpers/markdown.py old mode 100755 new mode 100644 diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py old mode 100755 new mode 100644 diff --git a/files/helpers/security.py b/files/helpers/security.py old mode 100755 new mode 100644 diff --git a/files/helpers/session.py b/files/helpers/session.py old mode 100755 new mode 100644 diff --git a/files/helpers/sqla_values.py b/files/helpers/sqla_values.py old mode 100755 new mode 100644 diff --git a/files/helpers/wrappers.py b/files/helpers/wrappers.py old mode 100755 new mode 100644 diff --git a/files/mail/__init__.py b/files/mail/__init__.py old mode 100755 new mode 100644 diff --git a/files/routes/__init__.py b/files/routes/__init__.py old mode 100755 new mode 100644 diff --git a/files/routes/admin.py b/files/routes/admin.py old mode 100755 new mode 100644 diff --git a/files/routes/awards.py b/files/routes/awards.py old mode 100755 new mode 100644 diff --git a/files/routes/comments.py b/files/routes/comments.py old mode 100755 new mode 100644 diff --git a/files/routes/discord.py b/files/routes/discord.py old mode 100755 new mode 100644 diff --git a/files/routes/errors.py b/files/routes/errors.py old mode 100755 new mode 100644 diff --git a/files/routes/feeds.py b/files/routes/feeds.py old mode 100755 new mode 100644 diff --git a/files/routes/front.py b/files/routes/front.py old mode 100755 new mode 100644 diff --git a/files/routes/giphy.py b/files/routes/giphy.py old mode 100755 new mode 100644 diff --git a/files/routes/login.py b/files/routes/login.py old mode 100755 new mode 100644 diff --git a/files/routes/oauth.py b/files/routes/oauth.py old mode 100755 new mode 100644 diff --git a/files/routes/posts.py b/files/routes/posts.py old mode 100755 new mode 100644 diff --git a/files/routes/reporting.py b/files/routes/reporting.py old mode 100755 new mode 100644 diff --git a/files/routes/search.py b/files/routes/search.py old mode 100755 new mode 100644 diff --git a/files/routes/settings.py b/files/routes/settings.py old mode 100755 new mode 100644 diff --git a/files/routes/static.py b/files/routes/static.py old mode 100755 new mode 100644 diff --git a/files/routes/users.py b/files/routes/users.py old mode 100755 new mode 100644 diff --git a/files/routes/votes.py b/files/routes/votes.py old mode 100755 new mode 100644 diff --git a/files/templates/admin/admin_home.html b/files/templates/admin/admin_home.html old mode 100755 new mode 100644 diff --git a/files/templates/admin/alt_votes.html b/files/templates/admin/alt_votes.html old mode 100755 new mode 100644 diff --git a/files/templates/admin/app.html b/files/templates/admin/app.html old mode 100755 new mode 100644 diff --git a/files/templates/admin/apps.html b/files/templates/admin/apps.html old mode 100755 new mode 100644 diff --git a/files/templates/admin/awards.html b/files/templates/admin/awards.html old mode 100755 new mode 100644 diff --git a/files/templates/admin/badge_grant.html b/files/templates/admin/badge_grant.html old mode 100755 new mode 100644 diff --git a/files/templates/admin/banned_domains.html b/files/templates/admin/banned_domains.html old mode 100755 new mode 100644 diff --git a/files/templates/admin/content_stats.html b/files/templates/admin/content_stats.html old mode 100755 new mode 100644 diff --git a/files/templates/admin/image_posts.html b/files/templates/admin/image_posts.html old mode 100755 new mode 100644 diff --git a/files/templates/admin/new_users.html b/files/templates/admin/new_users.html old mode 100755 new mode 100644 diff --git a/files/templates/admin/removed_posts.html b/files/templates/admin/removed_posts.html old mode 100755 new mode 100644 diff --git a/files/templates/admin/reported_comments.html b/files/templates/admin/reported_comments.html old mode 100755 new mode 100644 diff --git a/files/templates/admin/reported_posts.html b/files/templates/admin/reported_posts.html old mode 100755 new mode 100644 diff --git a/files/templates/admin/rules.html b/files/templates/admin/rules.html old mode 100755 new mode 100644 diff --git a/files/templates/admins.html b/files/templates/admins.html old mode 100755 new mode 100644 diff --git a/files/templates/api.html b/files/templates/api.html old mode 100755 new mode 100644 diff --git a/files/templates/authforms.html b/files/templates/authforms.html old mode 100755 new mode 100644 diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html old mode 100755 new mode 100644 diff --git a/files/templates/badges.html b/files/templates/badges.html old mode 100755 new mode 100644 diff --git a/files/templates/ban_modal.html b/files/templates/ban_modal.html old mode 100755 new mode 100644 diff --git a/files/templates/banned.html b/files/templates/banned.html old mode 100755 new mode 100644 diff --git a/files/templates/blocks.html b/files/templates/blocks.html old mode 100755 new mode 100644 diff --git a/files/templates/changelog.html b/files/templates/changelog.html old mode 100755 new mode 100644 diff --git a/files/templates/comment_failed.html b/files/templates/comment_failed.html old mode 100755 new mode 100644 diff --git a/files/templates/comments.html b/files/templates/comments.html old mode 100755 new mode 100644 diff --git a/files/templates/contact.html b/files/templates/contact.html old mode 100755 new mode 100644 diff --git a/files/templates/default.html b/files/templates/default.html old mode 100755 new mode 100644 diff --git a/files/templates/delete_post_modal.html b/files/templates/delete_post_modal.html old mode 100755 new mode 100644 diff --git a/files/templates/email/2fa_remove.html b/files/templates/email/2fa_remove.html old mode 100755 new mode 100644 diff --git a/files/templates/email/default.html b/files/templates/email/default.html old mode 100755 new mode 100644 diff --git a/files/templates/email/email_change.html b/files/templates/email/email_change.html old mode 100755 new mode 100644 diff --git a/files/templates/email/email_verify.html b/files/templates/email/email_verify.html old mode 100755 new mode 100644 diff --git a/files/templates/email/password_reset.html b/files/templates/email/password_reset.html old mode 100755 new mode 100644 diff --git a/files/templates/embeds/twitter.html b/files/templates/embeds/twitter.html old mode 100755 new mode 100644 diff --git a/files/templates/embeds/twitterlight.html b/files/templates/embeds/twitterlight.html old mode 100755 new mode 100644 diff --git a/files/templates/embeds/youtube.html b/files/templates/embeds/youtube.html old mode 100755 new mode 100644 diff --git a/files/templates/emoji_modal.html b/files/templates/emoji_modal.html old mode 100755 new mode 100644 diff --git a/files/templates/errors/400.html b/files/templates/errors/400.html old mode 100755 new mode 100644 diff --git a/files/templates/errors/401.html b/files/templates/errors/401.html old mode 100755 new mode 100644 diff --git a/files/templates/errors/403.html b/files/templates/errors/403.html old mode 100755 new mode 100644 diff --git a/files/templates/errors/404.html b/files/templates/errors/404.html old mode 100755 new mode 100644 diff --git a/files/templates/errors/405.html b/files/templates/errors/405.html old mode 100755 new mode 100644 diff --git a/files/templates/errors/429.html b/files/templates/errors/429.html old mode 100755 new mode 100644 diff --git a/files/templates/errors/500.html b/files/templates/errors/500.html old mode 100755 new mode 100644 diff --git a/files/templates/errors/nsfw.html b/files/templates/errors/nsfw.html old mode 100755 new mode 100644 diff --git a/files/templates/errors/patron.html b/files/templates/errors/patron.html old mode 100755 new mode 100644 diff --git a/files/templates/expanded_image_modal.html b/files/templates/expanded_image_modal.html old mode 100755 new mode 100644 diff --git a/files/templates/followers.html b/files/templates/followers.html old mode 100755 new mode 100644 diff --git a/files/templates/following.html b/files/templates/following.html old mode 100755 new mode 100644 diff --git a/files/templates/forgot_password.html b/files/templates/forgot_password.html old mode 100755 new mode 100644 diff --git a/files/templates/formatting.html b/files/templates/formatting.html old mode 100755 new mode 100644 diff --git a/files/templates/gif_modal.html b/files/templates/gif_modal.html old mode 100755 new mode 100644 diff --git a/files/templates/header.html b/files/templates/header.html old mode 100755 new mode 100644 diff --git a/files/templates/home.html b/files/templates/home.html old mode 100755 new mode 100644 diff --git a/files/templates/home_comments.html b/files/templates/home_comments.html old mode 100755 new mode 100644 diff --git a/files/templates/leaderboard.html b/files/templates/leaderboard.html old mode 100755 new mode 100644 diff --git a/files/templates/log.html b/files/templates/log.html old mode 100755 new mode 100644 diff --git a/files/templates/login.html b/files/templates/login.html old mode 100755 new mode 100644 diff --git a/files/templates/login_2fa.html b/files/templates/login_2fa.html old mode 100755 new mode 100644 diff --git a/files/templates/lost_2fa.html b/files/templates/lost_2fa.html old mode 100755 new mode 100644 diff --git a/files/templates/message.html b/files/templates/message.html old mode 100755 new mode 100644 diff --git a/files/templates/message_success.html b/files/templates/message_success.html old mode 100755 new mode 100644 diff --git a/files/templates/mine.html b/files/templates/mine.html old mode 100755 new mode 100644 diff --git a/files/templates/mobile_navigation_bar.html b/files/templates/mobile_navigation_bar.html old mode 100755 new mode 100644 diff --git a/files/templates/norules.html b/files/templates/norules.html old mode 100755 new mode 100644 diff --git a/files/templates/notifications.html b/files/templates/notifications.html old mode 100755 new mode 100644 diff --git a/files/templates/oauth.html b/files/templates/oauth.html old mode 100755 new mode 100644 diff --git a/files/templates/patrons.html b/files/templates/patrons.html old mode 100755 new mode 100644 diff --git a/files/templates/rentoids.html b/files/templates/rentoids.html old mode 100755 new mode 100644 diff --git a/files/templates/report_post_modal.html b/files/templates/report_post_modal.html old mode 100755 new mode 100644 diff --git a/files/templates/reset_password.html b/files/templates/reset_password.html old mode 100755 new mode 100644 diff --git a/files/templates/rules.html b/files/templates/rules.html old mode 100755 new mode 100644 diff --git a/files/templates/search.html b/files/templates/search.html old mode 100755 new mode 100644 diff --git a/files/templates/search_comments.html b/files/templates/search_comments.html old mode 100755 new mode 100644 diff --git a/files/templates/search_users.html b/files/templates/search_users.html old mode 100755 new mode 100644 diff --git a/files/templates/settings.html b/files/templates/settings.html old mode 100755 new mode 100644 diff --git a/files/templates/settings2.html b/files/templates/settings2.html old mode 100755 new mode 100644 diff --git a/files/templates/settings_apps.html b/files/templates/settings_apps.html old mode 100755 new mode 100644 diff --git a/files/templates/settings_blocks.html b/files/templates/settings_blocks.html old mode 100755 new mode 100644 diff --git a/files/templates/settings_css.html b/files/templates/settings_css.html old mode 100755 new mode 100644 diff --git a/files/templates/settings_filters.html b/files/templates/settings_filters.html old mode 100755 new mode 100644 diff --git a/files/templates/settings_profile.html b/files/templates/settings_profile.html old mode 100755 new mode 100644 diff --git a/files/templates/settings_profilecss.html b/files/templates/settings_profilecss.html old mode 100755 new mode 100644 diff --git a/files/templates/settings_security.html b/files/templates/settings_security.html old mode 100755 new mode 100644 diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html old mode 100755 new mode 100644 diff --git a/files/templates/sign_up_failed_ref.html b/files/templates/sign_up_failed_ref.html old mode 100755 new mode 100644 diff --git a/files/templates/submission.html b/files/templates/submission.html old mode 100755 new mode 100644 diff --git a/files/templates/submission_banned.html b/files/templates/submission_banned.html old mode 100755 new mode 100644 diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html old mode 100755 new mode 100644 diff --git a/files/templates/submit.html b/files/templates/submit.html old mode 100755 new mode 100644 diff --git a/files/templates/thiefs.html b/files/templates/thiefs.html old mode 100755 new mode 100644 diff --git a/files/templates/truescore.html b/files/templates/truescore.html old mode 100755 new mode 100644 diff --git a/files/templates/user_listing.html b/files/templates/user_listing.html old mode 100755 new mode 100644 diff --git a/files/templates/userpage.html b/files/templates/userpage.html old mode 100755 new mode 100644 diff --git a/files/templates/userpage_blocked.html b/files/templates/userpage_blocked.html old mode 100755 new mode 100644 diff --git a/files/templates/userpage_blocking.html b/files/templates/userpage_blocking.html old mode 100755 new mode 100644 diff --git a/files/templates/userpage_comments.html b/files/templates/userpage_comments.html old mode 100755 new mode 100644 diff --git a/files/templates/userpage_private.html b/files/templates/userpage_private.html old mode 100755 new mode 100644 diff --git a/files/templates/userpage_reserved.html b/files/templates/userpage_reserved.html old mode 100755 new mode 100644 diff --git a/files/templates/viewers.html b/files/templates/viewers.html old mode 100755 new mode 100644 diff --git a/files/templates/votes.html b/files/templates/votes.html old mode 100755 new mode 100644 diff --git a/pg_hba.conf b/pg_hba.conf old mode 100755 new mode 100644 diff --git a/push.sh b/push.sh old mode 100755 new mode 100644 diff --git a/pushforce.sh b/pushforce.sh old mode 100755 new mode 100644 diff --git a/readme.md b/readme.md old mode 100755 new mode 100644 diff --git a/redis.conf b/redis.conf old mode 100755 new mode 100644 diff --git a/restart b/restart old mode 100755 new mode 100644 diff --git a/schema.sql b/schema.sql old mode 100755 new mode 100644 diff --git a/seed-db.sql b/seed-db.sql old mode 100755 new mode 100644 diff --git a/setup b/setup old mode 100755 new mode 100644 diff --git a/snappy.txt b/snappy.txt old mode 100755 new mode 100644 diff --git a/supervisord.conf b/supervisord.conf old mode 100755 new mode 100644