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/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