diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/Cargo.toml b/Cargo.toml old mode 100644 new mode 100755 diff --git a/Dockerfile b/Dockerfile old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/Rocket.toml b/Rocket.toml old mode 100644 new mode 100755 diff --git a/diesel.toml b/diesel.toml old mode 100644 new mode 100755 diff --git a/docker-compose.yml b/docker-compose.yml old mode 100644 new mode 100755 diff --git a/migrations/.gitkeep b/migrations/.gitkeep old mode 100644 new mode 100755 diff --git a/migrations/00000000000000_diesel_initial_setup/down.sql b/migrations/00000000000000_diesel_initial_setup/down.sql old mode 100644 new mode 100755 diff --git a/migrations/00000000000000_diesel_initial_setup/up.sql b/migrations/00000000000000_diesel_initial_setup/up.sql old mode 100644 new mode 100755 diff --git a/migrations/2021-06-25-153658_create_class_timetable/down.sql b/migrations/2021-06-25-153658_create_class_timetable/down.sql old mode 100644 new mode 100755 diff --git a/migrations/2021-06-25-153658_create_class_timetable/up.sql b/migrations/2021-06-25-153658_create_class_timetable/up.sql old mode 100644 new mode 100755 diff --git a/src/config.rs b/src/config.rs old mode 100644 new mode 100755 diff --git a/src/indiware_connector.rs b/src/indiware_connector.rs old mode 100644 new mode 100755 diff --git a/src/keycloak_connector.rs b/src/keycloak_connector.rs old mode 100644 new mode 100755 diff --git a/src/main.rs b/src/main.rs old mode 100644 new mode 100755 diff --git a/src/schema.rs b/src/schema.rs old mode 100644 new mode 100755 diff --git a/static/.gitkeep b/static/.gitkeep old mode 100644 new mode 100755