chore: fix file permissions and ownership across project

- Changed ownership of all files to scheianu:scheianu
- Set directories to 755 permissions (rwxr-xr-x)
- Set files to 644 permissions (rw-r--r--)
- Made shell scripts executable (755)
- Allows development without requiring sudo for file modifications
- Improves development workflow and security
This commit is contained in:
Quality App Developer
2026-01-15 22:39:51 +02:00
parent 024430754c
commit a4262da7c9
94 changed files with 0 additions and 120 deletions

0
app/app.py Executable file → Normal file
View File

0
app/blueprints/__init__.py Executable file → Normal file
View File

0
app/blueprints/api.py Executable file → Normal file
View File

0
app/blueprints/auth.py Executable file → Normal file
View File

0
app/blueprints/content.py Executable file → Normal file
View File

0
app/blueprints/content_old.py Executable file → Normal file
View File

0
app/blueprints/groups.py Executable file → Normal file
View File

0
app/blueprints/main.py Executable file → Normal file
View File

0
app/blueprints/players.py Executable file → Normal file
View File

0
app/blueprints/playlist.py Executable file → Normal file
View File

0
app/config.py Executable file → Normal file
View File

0
app/extensions.py Executable file → Normal file
View File

0
app/models/__init__.py Executable file → Normal file
View File

0
app/models/content.py Executable file → Normal file
View File

0
app/models/group.py Executable file → Normal file
View File

0
app/models/player.py Executable file → Normal file
View File

0
app/models/player_edit.py Executable file → Normal file
View File

0
app/models/player_feedback.py Executable file → Normal file
View File

0
app/models/player_user.py Executable file → Normal file
View File

0
app/models/playlist.py Executable file → Normal file
View File

0
app/models/server_log.py Executable file → Normal file
View File

0
app/models/user.py Executable file → Normal file
View File

0
app/static/icons/edit.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 294 B

After

Width:  |  Height:  |  Size: 294 B

0
app/static/icons/home.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 311 B

After

Width:  |  Height:  |  Size: 311 B

0
app/static/icons/info.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 329 B

After

Width:  |  Height:  |  Size: 329 B

0
app/static/icons/monitor.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 301 B

After

Width:  |  Height:  |  Size: 301 B

0
app/static/icons/moon.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 257 B

After

Width:  |  Height:  |  Size: 257 B

0
app/static/icons/playlist.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 259 B

After

Width:  |  Height:  |  Size: 259 B

0
app/static/icons/sun.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 651 B

After

Width:  |  Height:  |  Size: 651 B

0
app/static/icons/trash.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 334 B

After

Width:  |  Height:  |  Size: 334 B

0
app/static/icons/upload.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 345 B

After

Width:  |  Height:  |  Size: 345 B

0
app/static/icons/warning.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 396 B

After

Width:  |  Height:  |  Size: 396 B

0
app/static/uploads/.gitkeep Executable file → Normal file
View File

0
app/templates/admin/admin.html Executable file → Normal file
View File

0
app/templates/admin/customize_logos.html Executable file → Normal file
View File

0
app/templates/admin/dependencies.html Executable file → Normal file
View File

0
app/templates/admin/editing_users.html Executable file → Normal file
View File

0
app/templates/admin/leftover_media.html Executable file → Normal file
View File

0
app/templates/admin/user_management.html Executable file → Normal file
View File

0
app/templates/auth/change_password.html Executable file → Normal file
View File

0
app/templates/auth/login.html Executable file → Normal file
View File

0
app/templates/auth/register.html Executable file → Normal file
View File

0
app/templates/base.html Executable file → Normal file
View File

0
app/templates/content/content_list.html Executable file → Normal file
View File

0
app/templates/content/content_list_new.html Executable file → Normal file
View File

0
app/templates/content/edit_content.html Executable file → Normal file
View File

0
app/templates/content/manage_playlist_content.html Executable file → Normal file
View File

0
app/templates/content/media_library.html Executable file → Normal file
View File

0
app/templates/content/upload_content.html Executable file → Normal file
View File

0
app/templates/content/upload_media.html Executable file → Normal file
View File

0
app/templates/dashboard.html Executable file → Normal file
View File

0
app/templates/errors/403.html Executable file → Normal file
View File

0
app/templates/errors/404.html Executable file → Normal file
View File

0
app/templates/errors/500.html Executable file → Normal file
View File

0
app/templates/groups/create_group.html Executable file → Normal file
View File

0
app/templates/groups/edit_group.html Executable file → Normal file
View File

0
app/templates/groups/group_fullscreen.html Executable file → Normal file
View File

0
app/templates/groups/groups_list.html Executable file → Normal file
View File

0
app/templates/groups/manage_group.html Executable file → Normal file
View File

0
app/templates/players/add_player.html Executable file → Normal file
View File

0
app/templates/players/edit_player.html Executable file → Normal file
View File

0
app/templates/players/edited_media.html Executable file → Normal file
View File

0
app/templates/players/manage_player.html Executable file → Normal file
View File

0
app/templates/players/player_fullscreen.html Executable file → Normal file
View File

0
app/templates/players/player_page.html Executable file → Normal file
View File

0
app/templates/players/players_list.html Executable file → Normal file
View File

0
app/templates/playlist/manage_playlist.html Executable file → Normal file
View File

0
app/utils/__init__.py Executable file → Normal file
View File

0
app/utils/group_player_management.py Executable file → Normal file
View File

0
app/utils/logger.py Executable file → Normal file
View File

0
app/utils/pptx_converter.py Executable file → Normal file
View File

0
app/utils/uploads.py Executable file → Normal file
View File