Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi #44

Merged
merged 8 commits into from
Jan 30, 2024
Merged

Hi #44

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified .dockerignore
100644 → 100755
Empty file.
Empty file modified .github/FUNDING.yml
100644 → 100755
Empty file.
Empty file modified .github/ISSUE_TEMPLATE/bug_report.md
100644 → 100755
Empty file.
Empty file modified .github/ISSUE_TEMPLATE/feature_request.md
100644 → 100755
Empty file.
Empty file modified .github/dependabot.yml
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified Dockerfile
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# [FlaskBlog](https://dogukanurker.com/flaskblog)

**English** | [Türkçe](docs/readme_tr.md)
**English** | [Türkçe](docs/readme_tr.md) | [Russian](docs/readme_ru.md)


Simple blog app built with Flask.
Expand Down
Empty file modified app.py
100644 → 100755
Empty file.
Empty file modified constants.py
100644 → 100755
Empty file.
Empty file modified contextProcessor.py
100644 → 100755
Empty file.
Empty file modified db/comments.db
100644 → 100755
Empty file.
Empty file modified db/posts.db
100644 → 100755
Empty file.
Empty file modified db/users.db
100644 → 100755
Empty file.
Empty file modified dbChecker.py
100644 → 100755
Empty file.
Empty file modified delete.py
100644 → 100755
Empty file.
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: "1"

services:
flaskblog:
image: fliberd/flaskblog:latest
container_name: flaskblog
restart: always
build: .
ports:
- 5000:5000
volumes:
- .:/app
Empty file modified docs/CODE_OF_CONDUCT.md
100644 → 100755
Empty file.
Empty file modified docs/CODE_OF_CONDUCT_TR.md
100644 → 100755
Empty file.
Empty file modified docs/CONTRIBUTING.md
100644 → 100755
Empty file.
Empty file modified docs/SECURITY.md
100644 → 100755
Empty file.
Empty file modified docs/SECURITY_TR.md
100644 → 100755
Empty file.
Empty file modified docs/bug_report.md
100644 → 100755
Empty file.
Empty file modified docs/feature_request.md
100644 → 100755
Empty file.
Empty file modified docs/pull_request_template.md
100644 → 100755
Empty file.
163 changes: 163 additions & 0 deletions docs/readme_ru.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,163 @@
###### <sub> Поставь звезду ⭐️. <sub/>
[![GitHub Release](<https://img.shields.io/github/v/release/dogukanurker/flaskblog?display_name=release&style=flat&labelColor=rgb(24%2024%2027)&color=rgb(244%2063%2094)&link=https%3A%2F%2Fgit.luolix.top%2FDogukanUrker%2FflaskBlog%2Freleases>)](https://github.com/DogukanUrker/flaskBlog/releases)
[![GitHub License](<https://img.shields.io/github/license/dogukanurker/flaskblog?style=flat&labelColor=rgb(24%2024%2027)&color=rgb(244%2063%2094)&link=https%3A%2F%2Fgit.luolix.top%2FDogukanUrker%2FflaskBlog%2Fblob%2Fmain%2FLICENSE>)](https://github.com/DogukanUrker/flaskBlog/blob/main/LICENSE)
[![GitHub Repo stars](<https://img.shields.io/github/stars/dogukanurker/flaskblog?style=flat&labelColor=rgb(24%2024%2027)&color=rgb(244%2063%2094)&link=https%3A%2F%2Fgit.luolix.top%2FDogukanUrker%2FflaskBlog%2Fstargazers>)](https://github.com/DogukanUrker/flaskBlog/stargazers)
[![GitHub forks](<https://img.shields.io/github/forks/dogukanurker/flaskblog?style=flat&labelColor=rgb(24%2024%2027)&color=rgb(244%2063%2094)&link=https%3A%2F%2Fgit.luolix.top%2FDogukanUrker%2FflaskBlog%2Fforks>)](https://github.com/DogukanUrker/flaskBlog/forks)
[![GitHub commit activity](<https://img.shields.io/github/commit-activity/t/dogukanurker/flaskblog?style=flat&labelColor=rgb(24%2024%2027)&color=rgb(244%2063%2094)&link=https%3A%2F%2Fgit.luolix.top%2FDogukanUrker%2FflaskBlog%2Fcommits%2Fmain%2F>)](https://github.com/DogukanUrker/flaskBlog/commits/main/)
[![GitHub contributors](<https://img.shields.io/github/contributors/dogukanurker/flaskblog?style=flat&labelColor=rgb(24%2024%2027)&color=rgb(244%2063%2094)&link=https%3A%2F%2Fgit.luolix.top%2FDogukanUrker%2FflaskBlog%2Fgraphs%2Fcontributors>)](https://github.com/DogukanUrker/flaskBlog/graphs/contributors)
[![GitHub last commit (branch)](<https://img.shields.io/github/last-commit/dogukanurker/flaskblog/main?style=flat&logoColor=rgb(250%20250%20250)&labelColor=rgb(24%2024%2027)&color=rgb(244%2063%2094)&link=https%3A%2F%2Fgit.luolix.top%2FDogukanUrker%2FflaskBlog%2Fcommits%2Fmain%2F>)](https://github.com/DogukanUrker/flaskBlog/commits/main/)
![GitHub commits since latest release](<https://img.shields.io/github/commits-since/dogukanurker/flaskblog/latest?style=flat&labelColor=rgb(24%2024%2027)&color=rgb(244%2063%2094)>)
[![GitHub issues](<https://img.shields.io/github/issues/dogukanurker/flaskblog?style=flat&logoColor=rgb(24%2024%2027)&labelColor=rgb(24%2024%2027)&color=rgb(244%2063%2094)&link=https%3A%2F%2Fgit.luolix.top%2FDogukanUrker%2FflaskBlog%2Fissues>)](https://github.com/DogukanUrker/flaskBlog/issues)
[![GitHub closed issues](<https://img.shields.io/github/issues-closed/dogukanurker/flaskblog?style=flat&labelColor=rgb(24%2024%2027)&color=rgb(244%2063%2094)&link=https%3A%2F%2Fgit.luolix.top%2FDogukanUrker%2FflaskBlog%2Fissues%3Fq%3Dis%253Aissue%2Bis%253Aclosed>)](https://github.com/DogukanUrker/flaskBlog/issues?q=is%3Aissue+is%3Aclosed)
[![GitHub pull requests](<https://img.shields.io/github/issues-pr/dogukanurker/flaskblog?style=flat&labelColor=rgb(24%2024%2027)&color=rgb(244%2063%2094)&link=https%3A%2F%2Fgit.luolix.top%2FDogukanUrker%2FflaskBlog%2Fpulls>)](https://github.com/DogukanUrker/flaskBlog/pulls)
[![GitHub closed pull requests](<https://img.shields.io/github/issues-pr-closed/dogukanurker/flaskblog?style=flat&labelColor=rgb(24%2024%2027)&color=rgb(244%2063%2094)&link=https%3A%2F%2Fgit.luolix.top%2FDogukanUrker%2FflaskBlog%2Fpulls%3Fq%3Dis%253Apr%2Bis%253Aclosed>)](https://github.com/DogukanUrker/flaskBlog/pulls?q=is%3Apr+is%3Aclosed)
[![GitHub watchers](<https://img.shields.io/github/watchers/dogukanurker/flaskblog?style=flat&labelColor=rgb(24%2024%2027)&color=rgb(244%2063%2094)&link=https%3A%2F%2Fgit.luolix.top%2FDogukanUrker%2FflaskBlog%2Fwatchers>)](https://github.com/DogukanUrker/flaskBlog/watchers)
![GitHub language count](<https://img.shields.io/github/languages/count/dogukanurker/flaskblog?style=flat&labelColor=rgb(24%2024%2027)&color=rgb(244%2063%2094)>)
[![GitHub top language](<https://img.shields.io/github/languages/top/dogukanurker/flaskblog?style=flat&labelColor=rgb(24%2024%2027)&color=rgb(244%2063%2094)&link=https%3A%2F%2Fgit.luolix.top%2Fsearch%3Fq%3Drepo%253ADogukanUrker%252FflaskBlog%2B%2Blanguage%253APython%26type%3Dcode>)](https://github.com/search?q=repo%3ADogukanUrker%2FflaskBlog++language%3APython&type=code)
![GitHub code size in bytes](<https://img.shields.io/github/languages/code-size/dogukanurker/flaskblog?style=flat&labelColor=rgb(24%2024%2027)&color=rgb(244%2063%2094)>)
![GitHub repo size](<https://img.shields.io/github/repo-size/dogukanurker/flaskblog?style=flat&labelColor=rgb(24%2024%2027)&color=rgb(244%2063%2094)>)

<img src="https://raw.githubusercontent.com/DogukanUrker/flaskBlog/main/images/GitHubBanner.png" style='border-radius: 0.5rem; widht:768px; height: 384px;' />

# [FlaskBlog](https://dogukanurker.com/flaskblog)

[English](../README.md) | [Türkçe](docs/readme_tr.md) | **Russian**


Простая система для ведения блога, написанная на Python framework-е Flask.
<br/>
[Contact](mailto:dogukanurker@icloud.com)<br/>
[Dogukan Urker](https://dogukanurker.com)

### [Демо Ролик 📺](https://youtu.be/BTBXe6yPbLE)

| [ПК](https://github.com/DogukanUrker/flaskBlog/tree/master/images/desktop) | [Мобильник](https://github.com/DogukanUrker/flaskBlog/tree/master/images/mobile) |
| :-----------------------------------------------------------------------------: | :---------------------------------------------------------------------------: |
| ![Светлая тема на ПК](/images/desktop/light.png) | ![Светлая тема на Мобильник](/images/mobile/light.jpeg) |
| ![Темная тема на Пк](/images/desktop/dark.png) | ![Темная тема на Мобильник](/images/mobile/dark.jpeg) |

[Больше фото 📷](https://github.com/DogukanUrker/flaskBlog/tree/master/images)

## Фишки 💫

| Фишки | Статус |
| :--------------------- | :----: |
| User Page | ✅ |
| User Login | ✅ |
| User Points | ✅ |
| User Delete | ✅ |
| User Log Out | ✅ |
| User Sign Up | ✅ |
| User Name Change | ✅ |
| User Settings Page | ✅ |
| User Profile Pictures | ✅ |
| Admin Panel | ✅ |
| Dashboard Page | ✅ |
| Password Reset | ✅ |
| Password Change | ✅ |
| Summer Note Editor | ✅ |
| Search Bar | ✅ |
| Post Edit | ✅ |
| Post Views | ✅ |
| Post Delete | ✅ |
| Post Creation | ✅ |
| Comment | ✅ |
| Comment Delete | ✅ |
| Logging | ✅ |
| Debug Messages | ✅ |
| Database Checker | ✅ |
| Dark/Light Themes | ✅ |
| Responsive Design | ✅ |
| Custom Profile Picture | ✅ |
| User Verification | ✅ |

## Зависимости 📦

- Flask
- Passlib
- WTForms
- Flask-WTF
- Python 3.10 or newer

## Языки 🧑🏻‍💻

### Backend

- Python

### Frontend

- HTML | Jinja
- CSS
- JavaScript

## Библиотеки 📚

### Backend

- OS
- SSL
- Socket
- Smtplib
- Secrets
- SQLite3
- Time
- Random
- DateTime
- Email
- Passlib
- Flask
- WTForms
- Flask_WTF

### Frontend

- jQuery
- TailwindCSS
- Tabler Icons
- Summer Note

## Установка ⬇️

Склонируйте исходники с Github 💾
`git clone https://github.com/DogukanUrker/flaskBlog.git`

Перейдите в директорию 📁
`cd flaskBlog`

Установите зависимости из requirements.txt 🔽
`pip install -r requirements.txt`

Запустите и наслаждайтесь 🎉
`python app.py`
or
`python desktop.py`
Присутствует костыль для ПК 💯

### Вход

Username: admin

Password: admin

### Наша команда 💕

<a href="https://github.com/dogukanurker"><img src="https://avatars.githubusercontent.com/u/62756402" title="dogukanurker" width="80" height="80"></a>
<a href="https://github.com/adindrabkin"><img src="https://avatars.githubusercontent.com/u/47116975" title="adindrabkin" width="80" height="80"></a>
<a href="https://github.com/codehwang"><img src="https://avatars.githubusercontent.com/u/26578588" title="codehwang" width="80" height="80"></a>
<a href="https://github.com/dkashkarev"><img src="https://avatars.githubusercontent.com/u/67013355" title="dkashkarev" width="80" height="80"></a>

### Звезды ⭐

[![Stargazers for @DogukanUrker/flaskBlog](http://bytecrank.com/nastyox/reporoster/php/stargazersSVG.php?theme=dark&user=DogukanUrker&repo=flaskBlog)](https://github.com/DogukanUrker/flaskBlog/stargazers)

### Форки 🍴

[![Forkers for @DogukanUrker/flaskBlog](http://bytecrank.com/nastyox/reporoster/php/forkersSVG.php?theme=dark&user=DogukanUrker&repo=flaskBlog)](https://github.com/DogukanUrker/flaskBlog/network/members)

### Поддержка 💰
<a href="https://dogukanurker.com/donate" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/arial-red.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>

### Звездная история ✨

[![Star History Chart](https://api.star-history.com/svg?repos=dogukanurker/flaskblog&type=Date)](https://star-history.com/#dogukanurker/flaskblog&Date)
2 changes: 1 addition & 1 deletion docs/readme_tr.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# [FlaskBlog](https://dogukanurker.com/flaskblog)

[English](../README.md) | **Türkçe**
[English](../README.md) | **Türkçe** | [Russian](./readme_ru.md)

Flask ile oluşturulmuş basit bir blog uygulaması.
<br/>
Expand Down
Empty file modified errorHandlers.py
100644 → 100755
Empty file.
Empty file modified forms.py
100644 → 100755
Empty file.
Empty file modified helpers.py
100644 → 100755
Empty file.
Empty file modified images/GitHubBanner.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/Icon180.ico
100644 → 100755
Empty file.
Empty file modified images/LogoNormal.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/LogoSmall.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/changetheme.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/changetheme.mp4
100644 → 100755
Empty file.
Empty file modified images/desktop/dark.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/desktop/dark/Admin-Panel-Comments.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/desktop/dark/Admin-Panel-Posts.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/desktop/dark/Change-Password.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/desktop/dark/Change-Username.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/desktop/dark/Create-Post.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/desktop/dark/Edit-Post.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/desktop/dark/Glioblastoma.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/desktop/dark/Login.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/desktop/dark/Password-Reset-Send-Code.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/desktop/dark/Password-Reset.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/desktop/dark/Search-results-for-Dogukan.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/desktop/dark/Signup.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/desktop/dark/adminpanel.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/desktop/dark/adminpanelusers.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/desktop/dark/flaskBlog.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/desktop/dark/post.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/desktop/dark/postwithlogin.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/desktop/dark/user dashboard.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/desktop/dark/user.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/desktop/dark/usersettings.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/desktop/dark/userwithlogin.png
100644 → 100755
Empty file modified images/desktop/light.png
100644 → 100755
Empty file modified images/desktop/light/Admin-Panel-Comments.png
100644 → 100755
Empty file modified images/desktop/light/Admin-Panel-Posts.png
100644 → 100755
Empty file modified images/desktop/light/Admin-Panel-users.png
100644 → 100755
Empty file modified images/desktop/light/Admin-Panel.png
100644 → 100755
Empty file modified images/desktop/light/Change-Password.png
100644 → 100755
Empty file modified images/desktop/light/Change-Username.png
100644 → 100755
Empty file modified images/desktop/light/Create-Post.png
100644 → 100755
Empty file modified images/desktop/light/Edit-Post.png
100644 → 100755
Empty file modified images/desktop/light/Glioblastoma.png
100644 → 100755
Empty file modified images/desktop/light/Login.png
100644 → 100755
Empty file modified images/desktop/light/Password-Reset-Send-Code.png
100644 → 100755
Empty file modified images/desktop/light/Password-Reset.png
100644 → 100755
Empty file modified images/desktop/light/Search-results-for-Dogukan.png
100644 → 100755
Empty file modified images/desktop/light/Signup.png
100644 → 100755
Empty file modified images/desktop/light/flaskBlog.png
100644 → 100755
Empty file modified images/desktop/light/post.png
100644 → 100755
Empty file modified images/desktop/light/postwihlogin.png
100644 → 100755
Empty file modified images/desktop/light/user.png
100644 → 100755
Empty file modified images/desktop/light/userdashboard.png
100644 → 100755
Empty file modified images/desktop/light/usersettings.png
100644 → 100755
Empty file modified images/desktop/light/userwithlogin.png
100644 → 100755
Empty file modified images/mobile/dark.jpeg
100644 → 100755
Empty file modified images/mobile/light.jpeg
100644 → 100755
Empty file modified images/passwordResetMail.png
100644 → 100755
Empty file modified requirements.txt
100644 → 100755
Empty file.
Empty file modified routes/about.py
100644 → 100755
Empty file.
Empty file modified routes/accountSettings.py
100644 → 100755
Empty file.
Empty file modified routes/adminPanel.py
100644 → 100755
Empty file.
Empty file modified routes/adminPanelComments.py
100644 → 100755
Empty file.
Empty file modified routes/adminPanelPosts.py
100644 → 100755
Empty file.
Empty file modified routes/adminPanelUsers.py
100644 → 100755
Empty file.
Empty file modified routes/category.py
100644 → 100755
Empty file.
Empty file modified routes/changePassword.py
100644 → 100755
Empty file.
Empty file modified routes/changeProfilePicture.py
100644 → 100755
Empty file.
Empty file modified routes/changeUserName.py
100644 → 100755
Empty file.
Empty file modified routes/createPost.py
100644 → 100755
Empty file.
Empty file modified routes/dashboard.py
100644 → 100755
Empty file.
Empty file modified routes/editPost.py
100644 → 100755
Empty file.
Empty file modified routes/index.py
100644 → 100755
Empty file.
Empty file modified routes/login.py
100644 → 100755
Empty file.
Empty file modified routes/logout.py
100644 → 100755
Empty file.
Empty file modified routes/passwordReset.py
100644 → 100755
Empty file.
Empty file modified routes/post.py
100644 → 100755
Empty file.
Empty file modified routes/returnPostBanner.py
100644 → 100755
Empty file.
Empty file modified routes/search.py
100644 → 100755
Empty file.
Empty file modified routes/searchBar.py
100644 → 100755
Empty file.
Empty file modified routes/signup.py
100644 → 100755
Empty file.
Empty file modified routes/user.py
100644 → 100755
Empty file.
Empty file modified routes/verifyUser.py
100644 → 100755
Empty file.
Empty file modified static/tailwindUI/css/editor.css
100644 → 100755
Empty file.
Empty file modified static/tailwindUI/css/flash.css
100644 → 100755
Empty file.
Empty file modified static/tailwindUI/css/general.css
100644 → 100755
Empty file.
Empty file modified static/tailwindUI/css/recaptcha.css
100644 → 100755
Empty file.
Empty file modified static/tailwindUI/js/changeTheme.js
100644 → 100755
Empty file.
Empty file modified static/tailwindUI/js/editor.js
100644 → 100755
Empty file.
Empty file modified static/tailwindUI/js/navbar.js
100644 → 100755
Empty file.
Empty file modified static/tailwindUI/js/recaptcha.js
100644 → 100755
Empty file.
Empty file modified static/tailwindUI/js/searchBar.js
100644 → 100755
Empty file.
Empty file modified static/tailwindUI/js/timeStamp.js
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/about.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/accountSettings.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/adminPanel.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/adminPanelComments.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/adminPanelUsers.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/category.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/changePassword.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/changeProfilePicture.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/changeUserName.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/components/categoryContainer.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/components/changeTheme.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/components/flash.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/components/navbar.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/components/postCardMacro.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/createPost.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/csrfError.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/dashboard.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/editPost.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/index.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/layout.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/login.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/notFound.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/passwordReset.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/post.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/search.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/searchBar.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/signup.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/unauthorized.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/user.html.jinja
100644 → 100755
Empty file.
Empty file modified templates/tailwindUI/verifyUser.html.jinja
100644 → 100755
Empty file.
Empty file modified tests/changeProfilePicture.py
100644 → 100755
Empty file.
Empty file modified tests/changeUserName.py
100644 → 100755
Empty file.
Empty file modified tests/constants.py
100644 → 100755
Empty file.
Empty file modified tests/createComment.py
100644 → 100755
Empty file.
Empty file modified tests/createPost.py
100644 → 100755
Empty file.
Empty file modified tests/deleteAccount.py
100644 → 100755
Empty file.
Empty file modified tests/login.py
100644 → 100755
Empty file.
Empty file modified tests/logout.py
100644 → 100755
Empty file.
Empty file modified tests/postbanner.jpg
100644 → 100755
Empty file modified tests/signup.py
100644 → 100755
Empty file.