diff --git a/.codex b/.codex old mode 100644 new mode 100755 diff --git a/.env b/.env old mode 100644 new mode 100755 diff --git a/.env.example b/.env.example old mode 100644 new mode 100755 index a264511..a405bc6 --- a/.env.example +++ b/.env.example @@ -11,4 +11,4 @@ VIDEO_TURN_CREDENTIAL= VIDEO_STUN_URLS= # Optional: komplette ICE-Serverliste als JSON statt der Einzelvariablen -# VIDEO_ICE_SERVERS_JSON= +# VIDEO_ICE_SERVRS \ No newline at end of file diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/ADSENSE.md b/ADSENSE.md old mode 100644 new mode 100755 diff --git a/ANDROID-APP-KONZEPT.md b/ANDROID-APP-KONZEPT.md old mode 100644 new mode 100755 diff --git a/DESIGN-KONZEPT.md b/DESIGN-KONZEPT.md old mode 100644 new mode 100755 diff --git a/README-DEPLOYMENT.md b/README-DEPLOYMENT.md old mode 100644 new mode 100755 diff --git a/README-PRODUCTION.md b/README-PRODUCTION.md old mode 100644 new mode 100755 diff --git a/SEO-TODO.md b/SEO-TODO.md old mode 100644 new mode 100755 diff --git a/android/Bildschirmfoto_20260512_114053.png b/android/Bildschirmfoto_20260512_114053.png old mode 100644 new mode 100755 diff --git a/android/DATA_SAFETY_DRAFT.md b/android/DATA_SAFETY_DRAFT.md old mode 100644 new mode 100755 diff --git a/android/PLAY_CONSOLE_CHECKLIST.md b/android/PLAY_CONSOLE_CHECKLIST.md old mode 100644 new mode 100755 diff --git a/android/PLAY_STORE_LISTING.md b/android/PLAY_STORE_LISTING.md old mode 100644 new mode 100755 diff --git a/android/PUBLISHING.md b/android/PUBLISHING.md old mode 100644 new mode 100755 diff --git a/android/README.md b/android/README.md old mode 100644 new mode 100755 diff --git a/android/RELEASE_UPLOAD_CHECKLIST.md b/android/RELEASE_UPLOAD_CHECKLIST.md old mode 100644 new mode 100755 diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts old mode 100644 new mode 100755 diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro old mode 100644 new mode 100755 diff --git a/android/app/release/app-release.aab b/android/app/release/app-release.aab old mode 100644 new mode 100755 diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml old mode 100644 new mode 100755 diff --git a/android/app/src/main/java/de/ypchat/android/MainActivity.kt b/android/app/src/main/java/de/ypchat/android/MainActivity.kt old mode 100644 new mode 100755 diff --git a/android/app/src/main/java/de/ypchat/android/YpChatApp.kt b/android/app/src/main/java/de/ypchat/android/YpChatApp.kt old mode 100644 new mode 100755 diff --git a/android/app/src/main/java/de/ypchat/android/core/AppConfig.kt b/android/app/src/main/java/de/ypchat/android/core/AppConfig.kt old mode 100644 new mode 100755 diff --git a/android/app/src/main/java/de/ypchat/android/core/AppContainer.kt b/android/app/src/main/java/de/ypchat/android/core/AppContainer.kt old mode 100644 new mode 100755 diff --git a/android/app/src/main/java/de/ypchat/android/core/ProfileStore.kt b/android/app/src/main/java/de/ypchat/android/core/ProfileStore.kt old mode 100644 new mode 100755 diff --git a/android/app/src/main/java/de/ypchat/android/core/SessionCookieJar.kt b/android/app/src/main/java/de/ypchat/android/core/SessionCookieJar.kt old mode 100644 new mode 100755 diff --git a/android/app/src/main/java/de/ypchat/android/data/api/RestApi.kt b/android/app/src/main/java/de/ypchat/android/data/api/RestApi.kt old mode 100644 new mode 100755 diff --git a/android/app/src/main/java/de/ypchat/android/data/api/SocketClient.kt b/android/app/src/main/java/de/ypchat/android/data/api/SocketClient.kt old mode 100644 new mode 100755 diff --git a/android/app/src/main/java/de/ypchat/android/data/model/Models.kt b/android/app/src/main/java/de/ypchat/android/data/model/Models.kt old mode 100644 new mode 100755 diff --git a/android/app/src/main/java/de/ypchat/android/data/model/SocketEvent.kt b/android/app/src/main/java/de/ypchat/android/data/model/SocketEvent.kt old mode 100644 new mode 100755 diff --git a/android/app/src/main/java/de/ypchat/android/data/repository/ChatRepository.kt b/android/app/src/main/java/de/ypchat/android/data/repository/ChatRepository.kt old mode 100644 new mode 100755 diff --git a/android/app/src/main/java/de/ypchat/android/media/AndroidVideoCallManager.kt b/android/app/src/main/java/de/ypchat/android/media/AndroidVideoCallManager.kt old mode 100644 new mode 100755 diff --git a/android/app/src/main/java/de/ypchat/android/ui/ChatViewModel.kt b/android/app/src/main/java/de/ypchat/android/ui/ChatViewModel.kt old mode 100644 new mode 100755 diff --git a/android/app/src/main/java/de/ypchat/android/ui/YpChatRoot.kt b/android/app/src/main/java/de/ypchat/android/ui/YpChatRoot.kt old mode 100644 new mode 100755 diff --git a/android/app/src/main/res/drawable-nodpi/app_icon_asset.png b/android/app/src/main/res/drawable-nodpi/app_icon_asset.png old mode 100644 new mode 100755 diff --git a/android/app/src/main/res/drawable-nodpi/image_button.png b/android/app/src/main/res/drawable-nodpi/image_button.png old mode 100644 new mode 100755 diff --git a/android/app/src/main/res/drawable-nodpi/smileys_button.png b/android/app/src/main/res/drawable-nodpi/smileys_button.png old mode 100644 new mode 100755 diff --git a/android/app/src/main/res/drawable/ic_launcher.xml b/android/app/src/main/res/drawable/ic_launcher.xml old mode 100644 new mode 100755 diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png old mode 100644 new mode 100755 diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png old mode 100644 new mode 100755 diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png old mode 100644 new mode 100755 diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png old mode 100644 new mode 100755 diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png old mode 100644 new mode 100755 diff --git a/android/app/src/main/res/values-de/strings.xml b/android/app/src/main/res/values-de/strings.xml old mode 100644 new mode 100755 diff --git a/android/app/src/main/res/values-es/strings.xml b/android/app/src/main/res/values-es/strings.xml old mode 100644 new mode 100755 diff --git a/android/app/src/main/res/values-fr/strings.xml b/android/app/src/main/res/values-fr/strings.xml old mode 100644 new mode 100755 diff --git a/android/app/src/main/res/values-it/strings.xml b/android/app/src/main/res/values-it/strings.xml old mode 100644 new mode 100755 diff --git a/android/app/src/main/res/values-ja/strings.xml b/android/app/src/main/res/values-ja/strings.xml old mode 100644 new mode 100755 diff --git a/android/app/src/main/res/values-th/strings.xml b/android/app/src/main/res/values-th/strings.xml old mode 100644 new mode 100755 diff --git a/android/app/src/main/res/values-tl/strings.xml b/android/app/src/main/res/values-tl/strings.xml old mode 100644 new mode 100755 diff --git a/android/app/src/main/res/values-zh-rCN/strings.xml b/android/app/src/main/res/values-zh-rCN/strings.xml old mode 100644 new mode 100755 diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml old mode 100644 new mode 100755 diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml old mode 100644 new mode 100755 diff --git a/android/build.gradle.kts b/android/build.gradle.kts old mode 100644 new mode 100755 diff --git a/android/gradle.properties b/android/gradle.properties old mode 100644 new mode 100755 diff --git a/android/gradle/gradle-daemon-jvm.properties b/android/gradle/gradle-daemon-jvm.properties old mode 100644 new mode 100755 diff --git a/android/gradle/wrapper/gradle-wrapper.jar b/android/gradle/wrapper/gradle-wrapper.jar old mode 100644 new mode 100755 diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties old mode 100644 new mode 100755 diff --git a/android/gradlew b/android/gradlew old mode 100644 new mode 100755 diff --git a/android/gradlew.bat b/android/gradlew.bat old mode 100644 new mode 100755 diff --git a/android/key.properties.example b/android/key.properties.example old mode 100644 new mode 100755 diff --git a/android/production b/android/production old mode 100644 new mode 100755 diff --git a/android/settings.gradle.kts b/android/settings.gradle.kts old mode 100644 new mode 100755 diff --git a/apache-config-example.conf b/apache-config-example.conf old mode 100644 new mode 100755 diff --git a/apache-config-ssl-split.conf b/apache-config-ssl-split.conf old mode 100644 new mode 100755 diff --git a/client/ADS-INTEGRATION.md b/client/ADS-INTEGRATION.md old mode 100644 new mode 100755 diff --git a/client/index.html b/client/index.html old mode 100644 new mode 100755 diff --git a/client/package-lock.json b/client/package-lock.json old mode 100644 new mode 100755 diff --git a/client/package.json b/client/package.json old mode 100644 new mode 100755 diff --git a/client/public/ads.txt b/client/public/ads.txt old mode 100644 new mode 100755 diff --git a/client/public/appicon.png b/client/public/appicon.png old mode 100644 new mode 100755 diff --git a/client/public/favicon.ico b/client/public/favicon.ico old mode 100644 new mode 100755 diff --git a/client/public/image.png b/client/public/image.png old mode 100644 new mode 100755 diff --git a/client/public/image_old.png b/client/public/image_old.png old mode 100644 new mode 100755 diff --git a/client/public/scripts/sw.js b/client/public/scripts/sw.js old mode 100644 new mode 100755 diff --git a/client/public/smileys.png b/client/public/smileys.png old mode 100644 new mode 100755 diff --git a/client/public/smileys_old.png b/client/public/smileys_old.png old mode 100644 new mode 100755 diff --git a/client/src/App.vue b/client/src/App.vue old mode 100644 new mode 100755 diff --git a/client/src/components/ChatInput.vue b/client/src/components/ChatInput.vue old mode 100644 new mode 100755 diff --git a/client/src/components/ChatWindow.vue b/client/src/components/ChatWindow.vue old mode 100644 new mode 100755 diff --git a/client/src/components/FeedbackPanel.vue b/client/src/components/FeedbackPanel.vue old mode 100644 new mode 100755 diff --git a/client/src/components/FloatingVideoWindow.vue b/client/src/components/FloatingVideoWindow.vue old mode 100644 new mode 100755 diff --git a/client/src/components/HeaderAdBanner.vue b/client/src/components/HeaderAdBanner.vue old mode 100644 new mode 100755 diff --git a/client/src/components/HistoryView.vue b/client/src/components/HistoryView.vue old mode 100644 new mode 100755 diff --git a/client/src/components/ImprintContainer.vue b/client/src/components/ImprintContainer.vue old mode 100644 new mode 100755 diff --git a/client/src/components/InboxView.vue b/client/src/components/InboxView.vue old mode 100644 new mode 100755 diff --git a/client/src/components/LoginForm.vue b/client/src/components/LoginForm.vue old mode 100644 new mode 100755 diff --git a/client/src/components/MenuBar.vue b/client/src/components/MenuBar.vue old mode 100644 new mode 100755 diff --git a/client/src/components/SearchView.vue b/client/src/components/SearchView.vue old mode 100644 new mode 100755 diff --git a/client/src/components/UserList.vue b/client/src/components/UserList.vue old mode 100644 new mode 100755 diff --git a/client/src/components/VideoDock.vue b/client/src/components/VideoDock.vue old mode 100644 new mode 100755 diff --git a/client/src/components/VideoSessionSurface.vue b/client/src/components/VideoSessionSurface.vue old mode 100644 new mode 100755 diff --git a/client/src/i18n/countries.json b/client/src/i18n/countries.json old mode 100644 new mode 100755 diff --git a/client/src/i18n/index.js b/client/src/i18n/index.js old mode 100644 new mode 100755 diff --git a/client/src/i18n/locales/ceb.json b/client/src/i18n/locales/ceb.json old mode 100644 new mode 100755 diff --git a/client/src/i18n/locales/de.json b/client/src/i18n/locales/de.json old mode 100644 new mode 100755 diff --git a/client/src/i18n/locales/en.json b/client/src/i18n/locales/en.json old mode 100644 new mode 100755 diff --git a/client/src/i18n/locales/es.json b/client/src/i18n/locales/es.json old mode 100644 new mode 100755 diff --git a/client/src/i18n/locales/fr.json b/client/src/i18n/locales/fr.json old mode 100644 new mode 100755 diff --git a/client/src/i18n/locales/it.json b/client/src/i18n/locales/it.json old mode 100644 new mode 100755 diff --git a/client/src/i18n/locales/ja.json b/client/src/i18n/locales/ja.json old mode 100644 new mode 100755 diff --git a/client/src/i18n/locales/th.json b/client/src/i18n/locales/th.json old mode 100644 new mode 100755 diff --git a/client/src/i18n/locales/tl.json b/client/src/i18n/locales/tl.json old mode 100644 new mode 100755 diff --git a/client/src/i18n/locales/zh.json b/client/src/i18n/locales/zh.json old mode 100644 new mode 100755 diff --git a/client/src/main.js b/client/src/main.js old mode 100644 new mode 100755 diff --git a/client/src/router/index.js b/client/src/router/index.js old mode 100644 new mode 100755 diff --git a/client/src/stores/chat.js b/client/src/stores/chat.js old mode 100644 new mode 100755 diff --git a/client/src/style.css b/client/src/style.css old mode 100644 new mode 100755 diff --git a/client/src/utils/profileCookie.js b/client/src/utils/profileCookie.js old mode 100644 new mode 100755 diff --git a/client/src/views/ChatView.vue b/client/src/views/ChatView.vue old mode 100644 new mode 100755 diff --git a/client/src/views/FaqView.vue b/client/src/views/FaqView.vue old mode 100644 new mode 100755 diff --git a/client/src/views/FeedbackView.vue b/client/src/views/FeedbackView.vue old mode 100644 new mode 100755 diff --git a/client/src/views/GuideFirstMessageView.vue b/client/src/views/GuideFirstMessageView.vue old mode 100644 new mode 100755 diff --git a/client/src/views/GuideHubView.vue b/client/src/views/GuideHubView.vue old mode 100644 new mode 100755 diff --git a/client/src/views/GuideProfileView.vue b/client/src/views/GuideProfileView.vue old mode 100644 new mode 100755 diff --git a/client/src/views/GuideRedFlagsView.vue b/client/src/views/GuideRedFlagsView.vue old mode 100644 new mode 100755 diff --git a/client/src/views/GuideSafetyView.vue b/client/src/views/GuideSafetyView.vue old mode 100644 new mode 100755 diff --git a/client/src/views/MockupView.vue b/client/src/views/MockupView.vue old mode 100644 new mode 100755 diff --git a/client/src/views/PartnersView.vue b/client/src/views/PartnersView.vue old mode 100644 new mode 100755 diff --git a/client/src/views/PrivacyView.vue b/client/src/views/PrivacyView.vue old mode 100644 new mode 100755 diff --git a/client/src/views/RulesView.vue b/client/src/views/RulesView.vue old mode 100644 new mode 100755 diff --git a/client/src/views/SafetyView.vue b/client/src/views/SafetyView.vue old mode 100644 new mode 100755 diff --git a/client/src/views/SeoLandingView.vue b/client/src/views/SeoLandingView.vue old mode 100644 new mode 100755 diff --git a/client/vite.config.js b/client/vite.config.js old mode 100644 new mode 100755 diff --git a/docroot/ads.txt b/docroot/ads.txt old mode 100644 new mode 100755 diff --git a/docroot/favicon.ico b/docroot/favicon.ico old mode 100644 new mode 100755 diff --git a/docroot/favicon.png b/docroot/favicon.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ad.png b/docroot/flags/ad.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ae.png b/docroot/flags/ae.png old mode 100644 new mode 100755 diff --git a/docroot/flags/af.png b/docroot/flags/af.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ag.png b/docroot/flags/ag.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ai.png b/docroot/flags/ai.png old mode 100644 new mode 100755 diff --git a/docroot/flags/al.png b/docroot/flags/al.png old mode 100644 new mode 100755 diff --git a/docroot/flags/am.png b/docroot/flags/am.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ao.png b/docroot/flags/ao.png old mode 100644 new mode 100755 diff --git a/docroot/flags/aq.png b/docroot/flags/aq.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ar.png b/docroot/flags/ar.png old mode 100644 new mode 100755 diff --git a/docroot/flags/as.png b/docroot/flags/as.png old mode 100644 new mode 100755 diff --git a/docroot/flags/at.png b/docroot/flags/at.png old mode 100644 new mode 100755 diff --git a/docroot/flags/au.png b/docroot/flags/au.png old mode 100644 new mode 100755 diff --git a/docroot/flags/aw.png b/docroot/flags/aw.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ax.png b/docroot/flags/ax.png old mode 100644 new mode 100755 diff --git a/docroot/flags/az.png b/docroot/flags/az.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ba.png b/docroot/flags/ba.png old mode 100644 new mode 100755 diff --git a/docroot/flags/bb.png b/docroot/flags/bb.png old mode 100644 new mode 100755 diff --git a/docroot/flags/bd.png b/docroot/flags/bd.png old mode 100644 new mode 100755 diff --git a/docroot/flags/be.png b/docroot/flags/be.png old mode 100644 new mode 100755 diff --git a/docroot/flags/bf.png b/docroot/flags/bf.png old mode 100644 new mode 100755 diff --git a/docroot/flags/bg.png b/docroot/flags/bg.png old mode 100644 new mode 100755 diff --git a/docroot/flags/bh.png b/docroot/flags/bh.png old mode 100644 new mode 100755 diff --git a/docroot/flags/bi.png b/docroot/flags/bi.png old mode 100644 new mode 100755 diff --git a/docroot/flags/bj.png b/docroot/flags/bj.png old mode 100644 new mode 100755 diff --git a/docroot/flags/bl.png b/docroot/flags/bl.png old mode 100644 new mode 100755 diff --git a/docroot/flags/bm.png b/docroot/flags/bm.png old mode 100644 new mode 100755 diff --git a/docroot/flags/bn.png b/docroot/flags/bn.png old mode 100644 new mode 100755 diff --git a/docroot/flags/bo.png b/docroot/flags/bo.png old mode 100644 new mode 100755 diff --git a/docroot/flags/bq.png b/docroot/flags/bq.png old mode 100644 new mode 100755 diff --git a/docroot/flags/br.png b/docroot/flags/br.png old mode 100644 new mode 100755 diff --git a/docroot/flags/bs.png b/docroot/flags/bs.png old mode 100644 new mode 100755 diff --git a/docroot/flags/bt.png b/docroot/flags/bt.png old mode 100644 new mode 100755 diff --git a/docroot/flags/bv.png b/docroot/flags/bv.png old mode 100644 new mode 100755 diff --git a/docroot/flags/bw.png b/docroot/flags/bw.png old mode 100644 new mode 100755 diff --git a/docroot/flags/by.png b/docroot/flags/by.png old mode 100644 new mode 100755 diff --git a/docroot/flags/bz.png b/docroot/flags/bz.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ca.png b/docroot/flags/ca.png old mode 100644 new mode 100755 diff --git a/docroot/flags/cc.png b/docroot/flags/cc.png old mode 100644 new mode 100755 diff --git a/docroot/flags/cd.png b/docroot/flags/cd.png old mode 100644 new mode 100755 diff --git a/docroot/flags/cf.png b/docroot/flags/cf.png old mode 100644 new mode 100755 diff --git a/docroot/flags/cg.png b/docroot/flags/cg.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ch.png b/docroot/flags/ch.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ci.png b/docroot/flags/ci.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ck.png b/docroot/flags/ck.png old mode 100644 new mode 100755 diff --git a/docroot/flags/cl.png b/docroot/flags/cl.png old mode 100644 new mode 100755 diff --git a/docroot/flags/cm.png b/docroot/flags/cm.png old mode 100644 new mode 100755 diff --git a/docroot/flags/cn.png b/docroot/flags/cn.png old mode 100644 new mode 100755 diff --git a/docroot/flags/co.png b/docroot/flags/co.png old mode 100644 new mode 100755 diff --git a/docroot/flags/cr.png b/docroot/flags/cr.png old mode 100644 new mode 100755 diff --git a/docroot/flags/cu.png b/docroot/flags/cu.png old mode 100644 new mode 100755 diff --git a/docroot/flags/cv.png b/docroot/flags/cv.png old mode 100644 new mode 100755 diff --git a/docroot/flags/cw.png b/docroot/flags/cw.png old mode 100644 new mode 100755 diff --git a/docroot/flags/cx.png b/docroot/flags/cx.png old mode 100644 new mode 100755 diff --git a/docroot/flags/cy.png b/docroot/flags/cy.png old mode 100644 new mode 100755 diff --git a/docroot/flags/cz.png b/docroot/flags/cz.png old mode 100644 new mode 100755 diff --git a/docroot/flags/de.png b/docroot/flags/de.png old mode 100644 new mode 100755 diff --git a/docroot/flags/dj.png b/docroot/flags/dj.png old mode 100644 new mode 100755 diff --git a/docroot/flags/dk.png b/docroot/flags/dk.png old mode 100644 new mode 100755 diff --git a/docroot/flags/dm.png b/docroot/flags/dm.png old mode 100644 new mode 100755 diff --git a/docroot/flags/do.png b/docroot/flags/do.png old mode 100644 new mode 100755 diff --git a/docroot/flags/dz.png b/docroot/flags/dz.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ec.png b/docroot/flags/ec.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ee.png b/docroot/flags/ee.png old mode 100644 new mode 100755 diff --git a/docroot/flags/eg.png b/docroot/flags/eg.png old mode 100644 new mode 100755 diff --git a/docroot/flags/eh.png b/docroot/flags/eh.png old mode 100644 new mode 100755 diff --git a/docroot/flags/er.png b/docroot/flags/er.png old mode 100644 new mode 100755 diff --git a/docroot/flags/es.png b/docroot/flags/es.png old mode 100644 new mode 100755 diff --git a/docroot/flags/et.png b/docroot/flags/et.png old mode 100644 new mode 100755 diff --git a/docroot/flags/fi.png b/docroot/flags/fi.png old mode 100644 new mode 100755 diff --git a/docroot/flags/fj.png b/docroot/flags/fj.png old mode 100644 new mode 100755 diff --git a/docroot/flags/fk.png b/docroot/flags/fk.png old mode 100644 new mode 100755 diff --git a/docroot/flags/fm.png b/docroot/flags/fm.png old mode 100644 new mode 100755 diff --git a/docroot/flags/fo.png b/docroot/flags/fo.png old mode 100644 new mode 100755 diff --git a/docroot/flags/fr.png b/docroot/flags/fr.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ga.png b/docroot/flags/ga.png old mode 100644 new mode 100755 diff --git a/docroot/flags/gb-eng.png b/docroot/flags/gb-eng.png old mode 100644 new mode 100755 diff --git a/docroot/flags/gb-nir.png b/docroot/flags/gb-nir.png old mode 100644 new mode 100755 diff --git a/docroot/flags/gb-sct.png b/docroot/flags/gb-sct.png old mode 100644 new mode 100755 diff --git a/docroot/flags/gb-wls.png b/docroot/flags/gb-wls.png old mode 100644 new mode 100755 diff --git a/docroot/flags/gb.png b/docroot/flags/gb.png old mode 100644 new mode 100755 diff --git a/docroot/flags/gd.png b/docroot/flags/gd.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ge.png b/docroot/flags/ge.png old mode 100644 new mode 100755 diff --git a/docroot/flags/gf.png b/docroot/flags/gf.png old mode 100644 new mode 100755 diff --git a/docroot/flags/gg.png b/docroot/flags/gg.png old mode 100644 new mode 100755 diff --git a/docroot/flags/gh.png b/docroot/flags/gh.png old mode 100644 new mode 100755 diff --git a/docroot/flags/gi.png b/docroot/flags/gi.png old mode 100644 new mode 100755 diff --git a/docroot/flags/gl.png b/docroot/flags/gl.png old mode 100644 new mode 100755 diff --git a/docroot/flags/gm.png b/docroot/flags/gm.png old mode 100644 new mode 100755 diff --git a/docroot/flags/gn.png b/docroot/flags/gn.png old mode 100644 new mode 100755 diff --git a/docroot/flags/gp.png b/docroot/flags/gp.png old mode 100644 new mode 100755 diff --git a/docroot/flags/gq.png b/docroot/flags/gq.png old mode 100644 new mode 100755 diff --git a/docroot/flags/gr.png b/docroot/flags/gr.png old mode 100644 new mode 100755 diff --git a/docroot/flags/gs.png b/docroot/flags/gs.png old mode 100644 new mode 100755 diff --git a/docroot/flags/gt.png b/docroot/flags/gt.png old mode 100644 new mode 100755 diff --git a/docroot/flags/gu.png b/docroot/flags/gu.png old mode 100644 new mode 100755 diff --git a/docroot/flags/gw.png b/docroot/flags/gw.png old mode 100644 new mode 100755 diff --git a/docroot/flags/gy.png b/docroot/flags/gy.png old mode 100644 new mode 100755 diff --git a/docroot/flags/hk.png b/docroot/flags/hk.png old mode 100644 new mode 100755 diff --git a/docroot/flags/hm.png b/docroot/flags/hm.png old mode 100644 new mode 100755 diff --git a/docroot/flags/hn.png b/docroot/flags/hn.png old mode 100644 new mode 100755 diff --git a/docroot/flags/hr.png b/docroot/flags/hr.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ht.png b/docroot/flags/ht.png old mode 100644 new mode 100755 diff --git a/docroot/flags/hu.png b/docroot/flags/hu.png old mode 100644 new mode 100755 diff --git a/docroot/flags/id.png b/docroot/flags/id.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ie.png b/docroot/flags/ie.png old mode 100644 new mode 100755 diff --git a/docroot/flags/il.png b/docroot/flags/il.png old mode 100644 new mode 100755 diff --git a/docroot/flags/im.png b/docroot/flags/im.png old mode 100644 new mode 100755 diff --git a/docroot/flags/in.png b/docroot/flags/in.png old mode 100644 new mode 100755 diff --git a/docroot/flags/io.png b/docroot/flags/io.png old mode 100644 new mode 100755 diff --git a/docroot/flags/iq.png b/docroot/flags/iq.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ir.png b/docroot/flags/ir.png old mode 100644 new mode 100755 diff --git a/docroot/flags/is.png b/docroot/flags/is.png old mode 100644 new mode 100755 diff --git a/docroot/flags/it.png b/docroot/flags/it.png old mode 100644 new mode 100755 diff --git a/docroot/flags/je.png b/docroot/flags/je.png old mode 100644 new mode 100755 diff --git a/docroot/flags/jm.png b/docroot/flags/jm.png old mode 100644 new mode 100755 diff --git a/docroot/flags/jo.png b/docroot/flags/jo.png old mode 100644 new mode 100755 diff --git a/docroot/flags/jp.png b/docroot/flags/jp.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ke.png b/docroot/flags/ke.png old mode 100644 new mode 100755 diff --git a/docroot/flags/kg.png b/docroot/flags/kg.png old mode 100644 new mode 100755 diff --git a/docroot/flags/kh.png b/docroot/flags/kh.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ki.png b/docroot/flags/ki.png old mode 100644 new mode 100755 diff --git a/docroot/flags/km.png b/docroot/flags/km.png old mode 100644 new mode 100755 diff --git a/docroot/flags/kn.png b/docroot/flags/kn.png old mode 100644 new mode 100755 diff --git a/docroot/flags/kp.png b/docroot/flags/kp.png old mode 100644 new mode 100755 diff --git a/docroot/flags/kr.png b/docroot/flags/kr.png old mode 100644 new mode 100755 diff --git a/docroot/flags/kw.png b/docroot/flags/kw.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ky.png b/docroot/flags/ky.png old mode 100644 new mode 100755 diff --git a/docroot/flags/kz.png b/docroot/flags/kz.png old mode 100644 new mode 100755 diff --git a/docroot/flags/la.png b/docroot/flags/la.png old mode 100644 new mode 100755 diff --git a/docroot/flags/lb.png b/docroot/flags/lb.png old mode 100644 new mode 100755 diff --git a/docroot/flags/lc.png b/docroot/flags/lc.png old mode 100644 new mode 100755 diff --git a/docroot/flags/li.png b/docroot/flags/li.png old mode 100644 new mode 100755 diff --git a/docroot/flags/lk.png b/docroot/flags/lk.png old mode 100644 new mode 100755 diff --git a/docroot/flags/lr.png b/docroot/flags/lr.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ls.png b/docroot/flags/ls.png old mode 100644 new mode 100755 diff --git a/docroot/flags/lt.png b/docroot/flags/lt.png old mode 100644 new mode 100755 diff --git a/docroot/flags/lu.png b/docroot/flags/lu.png old mode 100644 new mode 100755 diff --git a/docroot/flags/lv.png b/docroot/flags/lv.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ly.png b/docroot/flags/ly.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ma.png b/docroot/flags/ma.png old mode 100644 new mode 100755 diff --git a/docroot/flags/mc.png b/docroot/flags/mc.png old mode 100644 new mode 100755 diff --git a/docroot/flags/md.png b/docroot/flags/md.png old mode 100644 new mode 100755 diff --git a/docroot/flags/me.png b/docroot/flags/me.png old mode 100644 new mode 100755 diff --git a/docroot/flags/mf.png b/docroot/flags/mf.png old mode 100644 new mode 100755 diff --git a/docroot/flags/mg.png b/docroot/flags/mg.png old mode 100644 new mode 100755 diff --git a/docroot/flags/mh.png b/docroot/flags/mh.png old mode 100644 new mode 100755 diff --git a/docroot/flags/mk.png b/docroot/flags/mk.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ml.png b/docroot/flags/ml.png old mode 100644 new mode 100755 diff --git a/docroot/flags/mm.png b/docroot/flags/mm.png old mode 100644 new mode 100755 diff --git a/docroot/flags/mn.png b/docroot/flags/mn.png old mode 100644 new mode 100755 diff --git a/docroot/flags/mo.png b/docroot/flags/mo.png old mode 100644 new mode 100755 diff --git a/docroot/flags/mp.png b/docroot/flags/mp.png old mode 100644 new mode 100755 diff --git a/docroot/flags/mq.png b/docroot/flags/mq.png old mode 100644 new mode 100755 diff --git a/docroot/flags/mr.png b/docroot/flags/mr.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ms.png b/docroot/flags/ms.png old mode 100644 new mode 100755 diff --git a/docroot/flags/mt.png b/docroot/flags/mt.png old mode 100644 new mode 100755 diff --git a/docroot/flags/mu.png b/docroot/flags/mu.png old mode 100644 new mode 100755 diff --git a/docroot/flags/mv.png b/docroot/flags/mv.png old mode 100644 new mode 100755 diff --git a/docroot/flags/mw.png b/docroot/flags/mw.png old mode 100644 new mode 100755 diff --git a/docroot/flags/mx.png b/docroot/flags/mx.png old mode 100644 new mode 100755 diff --git a/docroot/flags/my.png b/docroot/flags/my.png old mode 100644 new mode 100755 diff --git a/docroot/flags/mz.png b/docroot/flags/mz.png old mode 100644 new mode 100755 diff --git a/docroot/flags/na.png b/docroot/flags/na.png old mode 100644 new mode 100755 diff --git a/docroot/flags/nc.png b/docroot/flags/nc.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ne.png b/docroot/flags/ne.png old mode 100644 new mode 100755 diff --git a/docroot/flags/nf.png b/docroot/flags/nf.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ng.png b/docroot/flags/ng.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ni.png b/docroot/flags/ni.png old mode 100644 new mode 100755 diff --git a/docroot/flags/nl.png b/docroot/flags/nl.png old mode 100644 new mode 100755 diff --git a/docroot/flags/no.png b/docroot/flags/no.png old mode 100644 new mode 100755 diff --git a/docroot/flags/np.png b/docroot/flags/np.png old mode 100644 new mode 100755 diff --git a/docroot/flags/nr.png b/docroot/flags/nr.png old mode 100644 new mode 100755 diff --git a/docroot/flags/nu.png b/docroot/flags/nu.png old mode 100644 new mode 100755 diff --git a/docroot/flags/nz.png b/docroot/flags/nz.png old mode 100644 new mode 100755 diff --git a/docroot/flags/om.png b/docroot/flags/om.png old mode 100644 new mode 100755 diff --git a/docroot/flags/pa.png b/docroot/flags/pa.png old mode 100644 new mode 100755 diff --git a/docroot/flags/pe.png b/docroot/flags/pe.png old mode 100644 new mode 100755 diff --git a/docroot/flags/pf.png b/docroot/flags/pf.png old mode 100644 new mode 100755 diff --git a/docroot/flags/pg.png b/docroot/flags/pg.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ph.png b/docroot/flags/ph.png old mode 100644 new mode 100755 diff --git a/docroot/flags/pk.png b/docroot/flags/pk.png old mode 100644 new mode 100755 diff --git a/docroot/flags/pl.png b/docroot/flags/pl.png old mode 100644 new mode 100755 diff --git a/docroot/flags/pm.png b/docroot/flags/pm.png old mode 100644 new mode 100755 diff --git a/docroot/flags/pn.png b/docroot/flags/pn.png old mode 100644 new mode 100755 diff --git a/docroot/flags/pr.png b/docroot/flags/pr.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ps.png b/docroot/flags/ps.png old mode 100644 new mode 100755 diff --git a/docroot/flags/pt.png b/docroot/flags/pt.png old mode 100644 new mode 100755 diff --git a/docroot/flags/pw.png b/docroot/flags/pw.png old mode 100644 new mode 100755 diff --git a/docroot/flags/py.png b/docroot/flags/py.png old mode 100644 new mode 100755 diff --git a/docroot/flags/qa.png b/docroot/flags/qa.png old mode 100644 new mode 100755 diff --git a/docroot/flags/re.png b/docroot/flags/re.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ro.png b/docroot/flags/ro.png old mode 100644 new mode 100755 diff --git a/docroot/flags/rs.png b/docroot/flags/rs.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ru.png b/docroot/flags/ru.png old mode 100644 new mode 100755 diff --git a/docroot/flags/rw.png b/docroot/flags/rw.png old mode 100644 new mode 100755 diff --git a/docroot/flags/sa.png b/docroot/flags/sa.png old mode 100644 new mode 100755 diff --git a/docroot/flags/sb.png b/docroot/flags/sb.png old mode 100644 new mode 100755 diff --git a/docroot/flags/sc.png b/docroot/flags/sc.png old mode 100644 new mode 100755 diff --git a/docroot/flags/sd.png b/docroot/flags/sd.png old mode 100644 new mode 100755 diff --git a/docroot/flags/se.png b/docroot/flags/se.png old mode 100644 new mode 100755 diff --git a/docroot/flags/sg.png b/docroot/flags/sg.png old mode 100644 new mode 100755 diff --git a/docroot/flags/sh.png b/docroot/flags/sh.png old mode 100644 new mode 100755 diff --git a/docroot/flags/si.png b/docroot/flags/si.png old mode 100644 new mode 100755 diff --git a/docroot/flags/sj.png b/docroot/flags/sj.png old mode 100644 new mode 100755 diff --git a/docroot/flags/sk.png b/docroot/flags/sk.png old mode 100644 new mode 100755 diff --git a/docroot/flags/sl.png b/docroot/flags/sl.png old mode 100644 new mode 100755 diff --git a/docroot/flags/sm.png b/docroot/flags/sm.png old mode 100644 new mode 100755 diff --git a/docroot/flags/sn.png b/docroot/flags/sn.png old mode 100644 new mode 100755 diff --git a/docroot/flags/so.png b/docroot/flags/so.png old mode 100644 new mode 100755 diff --git a/docroot/flags/sr.png b/docroot/flags/sr.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ss.png b/docroot/flags/ss.png old mode 100644 new mode 100755 diff --git a/docroot/flags/st.png b/docroot/flags/st.png old mode 100644 new mode 100755 diff --git a/docroot/flags/sv.png b/docroot/flags/sv.png old mode 100644 new mode 100755 diff --git a/docroot/flags/sx.png b/docroot/flags/sx.png old mode 100644 new mode 100755 diff --git a/docroot/flags/sy.png b/docroot/flags/sy.png old mode 100644 new mode 100755 diff --git a/docroot/flags/sz.png b/docroot/flags/sz.png old mode 100644 new mode 100755 diff --git a/docroot/flags/tc.png b/docroot/flags/tc.png old mode 100644 new mode 100755 diff --git a/docroot/flags/td.png b/docroot/flags/td.png old mode 100644 new mode 100755 diff --git a/docroot/flags/tf.png b/docroot/flags/tf.png old mode 100644 new mode 100755 diff --git a/docroot/flags/tg.png b/docroot/flags/tg.png old mode 100644 new mode 100755 diff --git a/docroot/flags/th.png b/docroot/flags/th.png old mode 100644 new mode 100755 diff --git a/docroot/flags/tj.png b/docroot/flags/tj.png old mode 100644 new mode 100755 diff --git a/docroot/flags/tk.png b/docroot/flags/tk.png old mode 100644 new mode 100755 diff --git a/docroot/flags/tl.png b/docroot/flags/tl.png old mode 100644 new mode 100755 diff --git a/docroot/flags/tm.png b/docroot/flags/tm.png old mode 100644 new mode 100755 diff --git a/docroot/flags/tn.png b/docroot/flags/tn.png old mode 100644 new mode 100755 diff --git a/docroot/flags/to.png b/docroot/flags/to.png old mode 100644 new mode 100755 diff --git a/docroot/flags/tr.png b/docroot/flags/tr.png old mode 100644 new mode 100755 diff --git a/docroot/flags/tt.png b/docroot/flags/tt.png old mode 100644 new mode 100755 diff --git a/docroot/flags/tv.png b/docroot/flags/tv.png old mode 100644 new mode 100755 diff --git a/docroot/flags/tw.png b/docroot/flags/tw.png old mode 100644 new mode 100755 diff --git a/docroot/flags/tz.png b/docroot/flags/tz.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ua.png b/docroot/flags/ua.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ug.png b/docroot/flags/ug.png old mode 100644 new mode 100755 diff --git a/docroot/flags/um.png b/docroot/flags/um.png old mode 100644 new mode 100755 diff --git a/docroot/flags/us.png b/docroot/flags/us.png old mode 100644 new mode 100755 diff --git a/docroot/flags/uy.png b/docroot/flags/uy.png old mode 100644 new mode 100755 diff --git a/docroot/flags/uz.png b/docroot/flags/uz.png old mode 100644 new mode 100755 diff --git a/docroot/flags/va.png b/docroot/flags/va.png old mode 100644 new mode 100755 diff --git a/docroot/flags/vc.png b/docroot/flags/vc.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ve.png b/docroot/flags/ve.png old mode 100644 new mode 100755 diff --git a/docroot/flags/vg.png b/docroot/flags/vg.png old mode 100644 new mode 100755 diff --git a/docroot/flags/vi.png b/docroot/flags/vi.png old mode 100644 new mode 100755 diff --git a/docroot/flags/vn.png b/docroot/flags/vn.png old mode 100644 new mode 100755 diff --git a/docroot/flags/vu.png b/docroot/flags/vu.png old mode 100644 new mode 100755 diff --git a/docroot/flags/wf.png b/docroot/flags/wf.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ws.png b/docroot/flags/ws.png old mode 100644 new mode 100755 diff --git a/docroot/flags/xk.png b/docroot/flags/xk.png old mode 100644 new mode 100755 diff --git a/docroot/flags/ye.png b/docroot/flags/ye.png old mode 100644 new mode 100755 diff --git a/docroot/flags/yt.png b/docroot/flags/yt.png old mode 100644 new mode 100755 diff --git a/docroot/flags/za.png b/docroot/flags/za.png old mode 100644 new mode 100755 diff --git a/docroot/flags/zm.png b/docroot/flags/zm.png old mode 100644 new mode 100755 diff --git a/docroot/flags/zw.png b/docroot/flags/zw.png old mode 100644 new mode 100755 diff --git a/docroot/image.png b/docroot/image.png old mode 100644 new mode 100755 diff --git a/docroot/links.csv b/docroot/links.csv old mode 100644 new mode 100755 diff --git a/docroot/newmessage.mp3 b/docroot/newmessage.mp3 old mode 100644 new mode 100755 diff --git a/docroot/resources/ajax-loading.gif b/docroot/resources/ajax-loading.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/collapse-rtl.gif b/docroot/resources/collapse-rtl.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/collapse.gif b/docroot/resources/collapse.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/date.gif b/docroot/resources/date.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/expand-rtl.gif b/docroot/resources/expand-rtl.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/expand.gif b/docroot/resources/expand.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/font-awesome/LICENSE.txt b/docroot/resources/font-awesome/LICENSE.txt old mode 100644 new mode 100755 diff --git a/docroot/resources/font-awesome/css/font-awesome.css b/docroot/resources/font-awesome/css/font-awesome.css old mode 100644 new mode 100755 diff --git a/docroot/resources/font-awesome/css/font-awesome.min.css b/docroot/resources/font-awesome/css/font-awesome.min.css old mode 100644 new mode 100755 diff --git a/docroot/resources/font-awesome/fonts/FontAwesome.otf b/docroot/resources/font-awesome/fonts/FontAwesome.otf old mode 100644 new mode 100755 diff --git a/docroot/resources/font-awesome/fonts/fontawesome-webfont.eot b/docroot/resources/font-awesome/fonts/fontawesome-webfont.eot old mode 100644 new mode 100755 diff --git a/docroot/resources/font-awesome/fonts/fontawesome-webfont.svg b/docroot/resources/font-awesome/fonts/fontawesome-webfont.svg old mode 100644 new mode 100755 diff --git a/docroot/resources/font-awesome/fonts/fontawesome-webfont.ttf b/docroot/resources/font-awesome/fonts/fontawesome-webfont.ttf old mode 100644 new mode 100755 diff --git a/docroot/resources/font-awesome/fonts/fontawesome-webfont.woff b/docroot/resources/font-awesome/fonts/fontawesome-webfont.woff old mode 100644 new mode 100755 diff --git a/docroot/resources/font-awesome/fonts/fontawesome-webfont.woff2 b/docroot/resources/font-awesome/fonts/fontawesome-webfont.woff2 old mode 100644 new mode 100755 diff --git a/docroot/resources/form.css b/docroot/resources/form.css old mode 100644 new mode 100755 diff --git a/docroot/resources/html4_default.css b/docroot/resources/html4_default.css old mode 100644 new mode 100755 diff --git a/docroot/resources/icon_clock.gif b/docroot/resources/icon_clock.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/items-not-ok.gif b/docroot/resources/items-not-ok.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/items-ok.gif b/docroot/resources/items-ok.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/items.gif b/docroot/resources/items.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/jPlayer/jquery.jplayer.js b/docroot/resources/jPlayer/jquery.jplayer.js old mode 100644 new mode 100755 diff --git a/docroot/resources/jPlayer/jquery.jplayer.min.js b/docroot/resources/jPlayer/jquery.jplayer.min.js old mode 100644 new mode 100755 diff --git a/docroot/resources/jPlayer/jquery.jplayer.swf b/docroot/resources/jPlayer/jquery.jplayer.swf old mode 100644 new mode 100755 diff --git a/docroot/resources/jPlayer/jquery.min.js b/docroot/resources/jPlayer/jquery.min.js old mode 100644 new mode 100755 diff --git a/docroot/resources/jPlayer/skin/jplayer.blue.monday.css b/docroot/resources/jPlayer/skin/jplayer.blue.monday.css old mode 100644 new mode 100755 diff --git a/docroot/resources/jPlayer/skin/jplayer.blue.monday.jpg b/docroot/resources/jPlayer/skin/jplayer.blue.monday.jpg old mode 100644 new mode 100755 diff --git a/docroot/resources/jPlayer/skin/jplayer.blue.monday.seeking.gif b/docroot/resources/jPlayer/skin/jplayer.blue.monday.seeking.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/jPlayer/skin/jplayer.blue.monday.video.play.png b/docroot/resources/jPlayer/skin/jplayer.blue.monday.video.play.png old mode 100644 new mode 100755 diff --git a/docroot/resources/line-last-rtl.gif b/docroot/resources/line-last-rtl.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/line-last.gif b/docroot/resources/line-last.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/line-middle-rtl.gif b/docroot/resources/line-middle-rtl.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/line-middle.gif b/docroot/resources/line-middle.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/line-trunk.gif b/docroot/resources/line-trunk.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/loading.png b/docroot/resources/loading.png old mode 100644 new mode 100755 diff --git a/docroot/resources/minus.gif b/docroot/resources/minus.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/moz-transitions.css b/docroot/resources/moz-transitions.css old mode 100644 new mode 100755 diff --git a/docroot/resources/plus.gif b/docroot/resources/plus.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/resizable.png b/docroot/resources/resizable.png old mode 100644 new mode 100755 diff --git a/docroot/resources/right-arrow.gif b/docroot/resources/right-arrow.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/tab_b.gif b/docroot/resources/tab_b.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/tab_l.gif b/docroot/resources/tab_l.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/tab_r.gif b/docroot/resources/tab_r.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/bootstrap-responsive.css b/docroot/resources/themes/bootstrap/2/bootstrap-responsive.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/bootstrap-responsive.min.css b/docroot/resources/themes/bootstrap/2/bootstrap-responsive.min.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/bootstrap.css b/docroot/resources/themes/bootstrap/2/bootstrap.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/bootstrap.min.css b/docroot/resources/themes/bootstrap/2/bootstrap.min.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/date-edit-button.png b/docroot/resources/themes/bootstrap/2/date-edit-button.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/date-edit-button.svg b/docroot/resources/themes/bootstrap/2/date-edit-button.svg old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/nav-minus-rtl.gif b/docroot/resources/themes/bootstrap/2/nav-minus-rtl.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/nav-minus.gif b/docroot/resources/themes/bootstrap/2/nav-minus.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/nav-plus-rtl.gif b/docroot/resources/themes/bootstrap/2/nav-plus-rtl.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/nav-plus.gif b/docroot/resources/themes/bootstrap/2/nav-plus.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/spin-buttons.png b/docroot/resources/themes/bootstrap/2/spin-buttons.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/spin-buttons.svg b/docroot/resources/themes/bootstrap/2/spin-buttons.svg old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-10px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-10px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-11px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-11px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-12px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-12px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-13px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-13px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-14px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-14px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-15px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-15px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-16px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-16px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-17px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-17px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-18px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-18px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-19px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-19px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-20px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-20px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-21px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-21px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-22px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-22px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-23px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-23px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-24px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-24px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-25px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-25px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-26px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-26px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-27px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-27px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-28px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-28px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-29px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-29px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-30px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-30px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-31px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-31px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-32px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-32px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-33px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-33px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-34px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-34px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-35px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-35px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-36px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-36px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-37px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-37px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-38px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-38px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-39px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-39px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/stripes/stripe-40px.gif b/docroot/resources/themes/bootstrap/2/stripes/stripe-40px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/suggest-dropdown.png b/docroot/resources/themes/bootstrap/2/suggest-dropdown.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/suggest-dropdown.svg b/docroot/resources/themes/bootstrap/2/suggest-dropdown.svg old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/time-edit-button.png b/docroot/resources/themes/bootstrap/2/time-edit-button.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/wt.css b/docroot/resources/themes/bootstrap/2/wt.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/2/wt.less b/docroot/resources/themes/bootstrap/2/wt.less old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/bootstrap-theme.css b/docroot/resources/themes/bootstrap/3/bootstrap-theme.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/bootstrap-theme.css.map b/docroot/resources/themes/bootstrap/3/bootstrap-theme.css.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/bootstrap-theme.min.css b/docroot/resources/themes/bootstrap/3/bootstrap-theme.min.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/bootstrap-theme.min.css.map b/docroot/resources/themes/bootstrap/3/bootstrap-theme.min.css.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/bootstrap.css b/docroot/resources/themes/bootstrap/3/bootstrap.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/bootstrap.css.map b/docroot/resources/themes/bootstrap/3/bootstrap.css.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/bootstrap.min.css b/docroot/resources/themes/bootstrap/3/bootstrap.min.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/bootstrap.min.css.map b/docroot/resources/themes/bootstrap/3/bootstrap.min.css.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/date-edit-button.png b/docroot/resources/themes/bootstrap/3/date-edit-button.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/date-edit-button.svg b/docroot/resources/themes/bootstrap/3/date-edit-button.svg old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/nav-minus-rtl.gif b/docroot/resources/themes/bootstrap/3/nav-minus-rtl.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/nav-minus.gif b/docroot/resources/themes/bootstrap/3/nav-minus.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/nav-plus-rtl.gif b/docroot/resources/themes/bootstrap/3/nav-plus-rtl.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/nav-plus.gif b/docroot/resources/themes/bootstrap/3/nav-plus.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/spin-buttons.png b/docroot/resources/themes/bootstrap/3/spin-buttons.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/spin-buttons.svg b/docroot/resources/themes/bootstrap/3/spin-buttons.svg old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-10px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-10px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-11px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-11px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-12px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-12px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-13px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-13px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-14px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-14px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-15px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-15px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-16px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-16px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-17px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-17px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-18px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-18px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-19px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-19px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-20px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-20px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-21px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-21px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-22px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-22px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-23px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-23px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-24px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-24px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-25px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-25px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-26px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-26px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-27px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-27px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-28px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-28px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-29px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-29px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-30px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-30px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-31px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-31px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-32px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-32px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-33px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-33px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-34px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-34px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-35px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-35px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-36px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-36px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-37px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-37px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-38px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-38px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-39px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-39px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/stripes/stripe-40px.gif b/docroot/resources/themes/bootstrap/3/stripes/stripe-40px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/suggest-dropdown.png b/docroot/resources/themes/bootstrap/3/suggest-dropdown.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/suggest-dropdown.svg b/docroot/resources/themes/bootstrap/3/suggest-dropdown.svg old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/time-edit-button.png b/docroot/resources/themes/bootstrap/3/time-edit-button.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/wt.css b/docroot/resources/themes/bootstrap/3/wt.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/3/wt.less b/docroot/resources/themes/bootstrap/3/wt.less old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/calendar-date.svg b/docroot/resources/themes/bootstrap/5/calendar-date.svg old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-grid.css b/docroot/resources/themes/bootstrap/5/css/bootstrap-grid.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-grid.css.map b/docroot/resources/themes/bootstrap/5/css/bootstrap-grid.css.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-grid.min.css b/docroot/resources/themes/bootstrap/5/css/bootstrap-grid.min.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-grid.min.css.map b/docroot/resources/themes/bootstrap/5/css/bootstrap-grid.min.css.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-grid.rtl.css b/docroot/resources/themes/bootstrap/5/css/bootstrap-grid.rtl.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-grid.rtl.css.map b/docroot/resources/themes/bootstrap/5/css/bootstrap-grid.rtl.css.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-grid.rtl.min.css b/docroot/resources/themes/bootstrap/5/css/bootstrap-grid.rtl.min.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-grid.rtl.min.css.map b/docroot/resources/themes/bootstrap/5/css/bootstrap-grid.rtl.min.css.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-reboot.css b/docroot/resources/themes/bootstrap/5/css/bootstrap-reboot.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-reboot.css.map b/docroot/resources/themes/bootstrap/5/css/bootstrap-reboot.css.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-reboot.min.css b/docroot/resources/themes/bootstrap/5/css/bootstrap-reboot.min.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-reboot.min.css.map b/docroot/resources/themes/bootstrap/5/css/bootstrap-reboot.min.css.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-reboot.rtl.css b/docroot/resources/themes/bootstrap/5/css/bootstrap-reboot.rtl.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-reboot.rtl.css.map b/docroot/resources/themes/bootstrap/5/css/bootstrap-reboot.rtl.css.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-reboot.rtl.min.css b/docroot/resources/themes/bootstrap/5/css/bootstrap-reboot.rtl.min.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-reboot.rtl.min.css.map b/docroot/resources/themes/bootstrap/5/css/bootstrap-reboot.rtl.min.css.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-utilities.css b/docroot/resources/themes/bootstrap/5/css/bootstrap-utilities.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-utilities.css.map b/docroot/resources/themes/bootstrap/5/css/bootstrap-utilities.css.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-utilities.min.css b/docroot/resources/themes/bootstrap/5/css/bootstrap-utilities.min.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-utilities.min.css.map b/docroot/resources/themes/bootstrap/5/css/bootstrap-utilities.min.css.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-utilities.rtl.css b/docroot/resources/themes/bootstrap/5/css/bootstrap-utilities.rtl.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-utilities.rtl.css.map b/docroot/resources/themes/bootstrap/5/css/bootstrap-utilities.rtl.css.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-utilities.rtl.min.css b/docroot/resources/themes/bootstrap/5/css/bootstrap-utilities.rtl.min.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap-utilities.rtl.min.css.map b/docroot/resources/themes/bootstrap/5/css/bootstrap-utilities.rtl.min.css.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap.css b/docroot/resources/themes/bootstrap/5/css/bootstrap.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap.css.map b/docroot/resources/themes/bootstrap/5/css/bootstrap.css.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap.min.css b/docroot/resources/themes/bootstrap/5/css/bootstrap.min.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap.min.css.map b/docroot/resources/themes/bootstrap/5/css/bootstrap.min.css.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap.rtl.css b/docroot/resources/themes/bootstrap/5/css/bootstrap.rtl.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap.rtl.css.map b/docroot/resources/themes/bootstrap/5/css/bootstrap.rtl.css.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap.rtl.min.css b/docroot/resources/themes/bootstrap/5/css/bootstrap.rtl.min.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/css/bootstrap.rtl.min.css.map b/docroot/resources/themes/bootstrap/5/css/bootstrap.rtl.min.css.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/js/bootstrap.bundle.js b/docroot/resources/themes/bootstrap/5/js/bootstrap.bundle.js old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/js/bootstrap.bundle.js.map b/docroot/resources/themes/bootstrap/5/js/bootstrap.bundle.js.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/js/bootstrap.bundle.min.js b/docroot/resources/themes/bootstrap/5/js/bootstrap.bundle.min.js old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/js/bootstrap.bundle.min.js.map b/docroot/resources/themes/bootstrap/5/js/bootstrap.bundle.min.js.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/js/bootstrap.esm.js b/docroot/resources/themes/bootstrap/5/js/bootstrap.esm.js old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/js/bootstrap.esm.js.map b/docroot/resources/themes/bootstrap/5/js/bootstrap.esm.js.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/js/bootstrap.esm.min.js b/docroot/resources/themes/bootstrap/5/js/bootstrap.esm.min.js old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/js/bootstrap.esm.min.js.map b/docroot/resources/themes/bootstrap/5/js/bootstrap.esm.min.js.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/js/bootstrap.js b/docroot/resources/themes/bootstrap/5/js/bootstrap.js old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/js/bootstrap.js.map b/docroot/resources/themes/bootstrap/5/js/bootstrap.js.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/js/bootstrap.min.js b/docroot/resources/themes/bootstrap/5/js/bootstrap.min.js old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/js/bootstrap.min.js.map b/docroot/resources/themes/bootstrap/5/js/bootstrap.min.js.map old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/nav-minus-rtl.gif b/docroot/resources/themes/bootstrap/5/nav-minus-rtl.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/nav-minus.gif b/docroot/resources/themes/bootstrap/5/nav-minus.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/nav-plus-rtl.gif b/docroot/resources/themes/bootstrap/5/nav-plus-rtl.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/nav-plus.gif b/docroot/resources/themes/bootstrap/5/nav-plus.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/5/wt.css b/docroot/resources/themes/bootstrap/5/wt.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/img/glyphicons-halflings-white.png b/docroot/resources/themes/bootstrap/img/glyphicons-halflings-white.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/img/glyphicons-halflings.png b/docroot/resources/themes/bootstrap/img/glyphicons-halflings.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/sort-arrow-down.gif b/docroot/resources/themes/bootstrap/sort-arrow-down.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/sort-arrow-none.gif b/docroot/resources/themes/bootstrap/sort-arrow-none.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/sort-arrow-up.gif b/docroot/resources/themes/bootstrap/sort-arrow-up.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/splitter-h.png b/docroot/resources/themes/bootstrap/splitter-h.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/bootstrap/splitter-v.png b/docroot/resources/themes/bootstrap/splitter-v.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/closeicons-dialog.png b/docroot/resources/themes/default/closeicons-dialog.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/closeicons-mi.png b/docroot/resources/themes/default/closeicons-mi.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/closeicons-tab.png b/docroot/resources/themes/default/closeicons-tab.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/dropdown.png b/docroot/resources/themes/default/dropdown.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/nav-minus-rtl.gif b/docroot/resources/themes/default/nav-minus-rtl.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/nav-minus.gif b/docroot/resources/themes/default/nav-minus.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/nav-plus-rtl.gif b/docroot/resources/themes/default/nav-plus-rtl.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/nav-plus.gif b/docroot/resources/themes/default/nav-plus.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-10px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-10px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-11px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-11px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-12px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-12px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-13px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-13px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-14px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-14px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-15px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-15px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-16px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-16px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-17px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-17px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-18px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-18px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-19px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-19px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-20px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-20px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-21px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-21px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-22px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-22px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-23px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-23px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-24px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-24px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-25px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-25px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-26px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-26px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-27px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-27px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-28px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-28px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-29px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-29px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-30px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-30px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-31px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-31px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-32px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-32px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-33px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-33px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-34px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-34px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-35px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-35px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-36px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-36px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-37px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-37px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-38px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-38px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-39px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-39px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/no-stripes/no-stripe-40px.gif b/docroot/resources/themes/default/no-stripes/no-stripe-40px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/slider-thumb-h-disabled.gif b/docroot/resources/themes/default/slider-thumb-h-disabled.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/slider-thumb-h.gif b/docroot/resources/themes/default/slider-thumb-h.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/slider-thumb-v-disabled.gif b/docroot/resources/themes/default/slider-thumb-v-disabled.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/slider-thumb-v.gif b/docroot/resources/themes/default/slider-thumb-v.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/sliderbg-h-disabled.png b/docroot/resources/themes/default/sliderbg-h-disabled.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/sliderbg-h.png b/docroot/resources/themes/default/sliderbg-h.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/sliderbg-v-disabled.png b/docroot/resources/themes/default/sliderbg-v-disabled.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/sliderbg-v.png b/docroot/resources/themes/default/sliderbg-v.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/sort-arrow-disabled.gif b/docroot/resources/themes/default/sort-arrow-disabled.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/sort-arrow-down.gif b/docroot/resources/themes/default/sort-arrow-down.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/sort-arrow-none.gif b/docroot/resources/themes/default/sort-arrow-none.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/sort-arrow-up.gif b/docroot/resources/themes/default/sort-arrow-up.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/spin-buttons-dn.png b/docroot/resources/themes/default/spin-buttons-dn.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/spin-buttons-up.png b/docroot/resources/themes/default/spin-buttons-up.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/spin-buttons.png b/docroot/resources/themes/default/spin-buttons.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/splitter-h.png b/docroot/resources/themes/default/splitter-h.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/splitter-v.png b/docroot/resources/themes/default/splitter-v.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-10px.gif b/docroot/resources/themes/default/stripes/stripe-10px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-11px.gif b/docroot/resources/themes/default/stripes/stripe-11px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-12px.gif b/docroot/resources/themes/default/stripes/stripe-12px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-13px.gif b/docroot/resources/themes/default/stripes/stripe-13px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-14px.gif b/docroot/resources/themes/default/stripes/stripe-14px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-15px.gif b/docroot/resources/themes/default/stripes/stripe-15px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-16px.gif b/docroot/resources/themes/default/stripes/stripe-16px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-17px.gif b/docroot/resources/themes/default/stripes/stripe-17px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-18px.gif b/docroot/resources/themes/default/stripes/stripe-18px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-19px.gif b/docroot/resources/themes/default/stripes/stripe-19px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-20px.gif b/docroot/resources/themes/default/stripes/stripe-20px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-21px.gif b/docroot/resources/themes/default/stripes/stripe-21px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-22px.gif b/docroot/resources/themes/default/stripes/stripe-22px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-23px.gif b/docroot/resources/themes/default/stripes/stripe-23px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-24px.gif b/docroot/resources/themes/default/stripes/stripe-24px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-25px.gif b/docroot/resources/themes/default/stripes/stripe-25px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-26px.gif b/docroot/resources/themes/default/stripes/stripe-26px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-27px.gif b/docroot/resources/themes/default/stripes/stripe-27px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-28px.gif b/docroot/resources/themes/default/stripes/stripe-28px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-29px.gif b/docroot/resources/themes/default/stripes/stripe-29px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-30px.gif b/docroot/resources/themes/default/stripes/stripe-30px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-31px.gif b/docroot/resources/themes/default/stripes/stripe-31px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-32px.gif b/docroot/resources/themes/default/stripes/stripe-32px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-33px.gif b/docroot/resources/themes/default/stripes/stripe-33px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-34px.gif b/docroot/resources/themes/default/stripes/stripe-34px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-35px.gif b/docroot/resources/themes/default/stripes/stripe-35px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-36px.gif b/docroot/resources/themes/default/stripes/stripe-36px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-37px.gif b/docroot/resources/themes/default/stripes/stripe-37px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-38px.gif b/docroot/resources/themes/default/stripes/stripe-38px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-39px.gif b/docroot/resources/themes/default/stripes/stripe-39px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/stripes/stripe-40px.gif b/docroot/resources/themes/default/stripes/stripe-40px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/wt.css b/docroot/resources/themes/default/wt.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/wt_ie.css b/docroot/resources/themes/default/wt_ie.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/default/wt_ie6.css b/docroot/resources/themes/default/wt_ie6.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/closeicons-dialog.png b/docroot/resources/themes/polished/closeicons-dialog.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/closeicons-mi.png b/docroot/resources/themes/polished/closeicons-mi.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/closeicons-tab.png b/docroot/resources/themes/polished/closeicons-tab.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/dropdown.png b/docroot/resources/themes/polished/dropdown.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/dropshadow.png b/docroot/resources/themes/polished/dropshadow.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/gradient.png b/docroot/resources/themes/polished/gradient.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/nav-minus-rtl.gif b/docroot/resources/themes/polished/nav-minus-rtl.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/nav-minus-rtl.png b/docroot/resources/themes/polished/nav-minus-rtl.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/nav-minus.gif b/docroot/resources/themes/polished/nav-minus.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/nav-minus.png b/docroot/resources/themes/polished/nav-minus.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/nav-plus-rtl.gif b/docroot/resources/themes/polished/nav-plus-rtl.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/nav-plus-rtl.png b/docroot/resources/themes/polished/nav-plus-rtl.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/nav-plus.gif b/docroot/resources/themes/polished/nav-plus.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/nav-plus.png b/docroot/resources/themes/polished/nav-plus.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-10px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-10px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-11px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-11px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-12px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-12px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-13px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-13px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-14px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-14px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-15px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-15px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-16px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-16px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-17px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-17px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-18px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-18px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-19px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-19px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-20px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-20px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-21px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-21px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-22px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-22px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-23px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-23px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-24px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-24px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-25px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-25px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-26px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-26px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-27px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-27px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-28px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-28px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-29px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-29px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-30px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-30px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-31px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-31px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-32px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-32px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-33px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-33px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-34px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-34px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-35px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-35px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-36px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-36px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-37px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-37px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-38px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-38px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-39px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-39px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/no-stripes/no-stripe-40px.gif b/docroot/resources/themes/polished/no-stripes/no-stripe-40px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/slider-thumb-disabled.png b/docroot/resources/themes/polished/slider-thumb-disabled.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/slider-thumb.png b/docroot/resources/themes/polished/slider-thumb.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/sliderbg-h-disabled.png b/docroot/resources/themes/polished/sliderbg-h-disabled.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/sliderbg-h.png b/docroot/resources/themes/polished/sliderbg-h.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/sliderbg-he-disabled.png b/docroot/resources/themes/polished/sliderbg-he-disabled.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/sliderbg-he.png b/docroot/resources/themes/polished/sliderbg-he.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/sliderbg-hw-disabled.png b/docroot/resources/themes/polished/sliderbg-hw-disabled.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/sliderbg-hw.png b/docroot/resources/themes/polished/sliderbg-hw.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/sliderbg-v-disabled.png b/docroot/resources/themes/polished/sliderbg-v-disabled.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/sliderbg-v.png b/docroot/resources/themes/polished/sliderbg-v.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/sliderbg-ve-disabled.png b/docroot/resources/themes/polished/sliderbg-ve-disabled.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/sliderbg-ve.png b/docroot/resources/themes/polished/sliderbg-ve.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/sliderbg-vw-disabled.png b/docroot/resources/themes/polished/sliderbg-vw-disabled.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/sliderbg-vw.png b/docroot/resources/themes/polished/sliderbg-vw.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/sort-arrow-disabled.gif b/docroot/resources/themes/polished/sort-arrow-disabled.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/sort-arrow-down.gif b/docroot/resources/themes/polished/sort-arrow-down.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/sort-arrow-none.gif b/docroot/resources/themes/polished/sort-arrow-none.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/sort-arrow-up.gif b/docroot/resources/themes/polished/sort-arrow-up.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/splitter-h.png b/docroot/resources/themes/polished/splitter-h.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/splitter-v.png b/docroot/resources/themes/polished/splitter-v.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-10px.gif b/docroot/resources/themes/polished/stripes/stripe-10px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-11px.gif b/docroot/resources/themes/polished/stripes/stripe-11px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-12px.gif b/docroot/resources/themes/polished/stripes/stripe-12px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-13px.gif b/docroot/resources/themes/polished/stripes/stripe-13px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-14px.gif b/docroot/resources/themes/polished/stripes/stripe-14px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-15px.gif b/docroot/resources/themes/polished/stripes/stripe-15px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-16px.gif b/docroot/resources/themes/polished/stripes/stripe-16px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-17px.gif b/docroot/resources/themes/polished/stripes/stripe-17px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-18px.gif b/docroot/resources/themes/polished/stripes/stripe-18px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-19px.gif b/docroot/resources/themes/polished/stripes/stripe-19px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-20px.gif b/docroot/resources/themes/polished/stripes/stripe-20px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-21px.gif b/docroot/resources/themes/polished/stripes/stripe-21px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-22px.gif b/docroot/resources/themes/polished/stripes/stripe-22px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-23px.gif b/docroot/resources/themes/polished/stripes/stripe-23px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-24px.gif b/docroot/resources/themes/polished/stripes/stripe-24px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-25px.gif b/docroot/resources/themes/polished/stripes/stripe-25px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-26px.gif b/docroot/resources/themes/polished/stripes/stripe-26px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-27px.gif b/docroot/resources/themes/polished/stripes/stripe-27px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-28px.gif b/docroot/resources/themes/polished/stripes/stripe-28px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-29px.gif b/docroot/resources/themes/polished/stripes/stripe-29px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-30px.gif b/docroot/resources/themes/polished/stripes/stripe-30px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-31px.gif b/docroot/resources/themes/polished/stripes/stripe-31px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-32px.gif b/docroot/resources/themes/polished/stripes/stripe-32px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-33px.gif b/docroot/resources/themes/polished/stripes/stripe-33px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-34px.gif b/docroot/resources/themes/polished/stripes/stripe-34px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-35px.gif b/docroot/resources/themes/polished/stripes/stripe-35px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-36px.gif b/docroot/resources/themes/polished/stripes/stripe-36px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-37px.gif b/docroot/resources/themes/polished/stripes/stripe-37px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-38px.gif b/docroot/resources/themes/polished/stripes/stripe-38px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-39px.gif b/docroot/resources/themes/polished/stripes/stripe-39px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/stripes/stripe-40px.gif b/docroot/resources/themes/polished/stripes/stripe-40px.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/suggest-dropdown.png b/docroot/resources/themes/polished/suggest-dropdown.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/title-gradient.png b/docroot/resources/themes/polished/title-gradient.png old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/wt.css b/docroot/resources/themes/polished/wt.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/wt_ie.css b/docroot/resources/themes/polished/wt_ie.css old mode 100644 new mode 100755 diff --git a/docroot/resources/themes/polished/wt_ie6.css b/docroot/resources/themes/polished/wt_ie6.css old mode 100644 new mode 100755 diff --git a/docroot/resources/transitions.css b/docroot/resources/transitions.css old mode 100644 new mode 100755 diff --git a/docroot/resources/tv-line-last-rtl.gif b/docroot/resources/tv-line-last-rtl.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/tv-line-last.gif b/docroot/resources/tv-line-last.gif old mode 100644 new mode 100755 diff --git a/docroot/resources/webkit-transitions.css b/docroot/resources/webkit-transitions.css old mode 100644 new mode 100755 diff --git a/docroot/smileys.png b/docroot/smileys.png old mode 100644 new mode 100755 diff --git a/docroot/style.css b/docroot/style.css old mode 100644 new mode 100755 diff --git a/docroot/sw.js b/docroot/sw.js old mode 100644 new mode 100755 diff --git a/docroot/templates.xml b/docroot/templates.xml old mode 100644 new mode 100755 diff --git a/docroot/text.xml b/docroot/text.xml old mode 100644 new mode 100755 diff --git a/docroot/text_ceb_PH.xml b/docroot/text_ceb_PH.xml old mode 100644 new mode 100755 diff --git a/docroot/text_de_DE.xml b/docroot/text_de_DE.xml old mode 100644 new mode 100755 diff --git a/docroot/text_en_GB.xml b/docroot/text_en_GB.xml old mode 100644 new mode 100755 diff --git a/docroot/text_en_US.xml b/docroot/text_en_US.xml old mode 100644 new mode 100755 diff --git a/docroot/text_es_ES.xml b/docroot/text_es_ES.xml old mode 100644 new mode 100755 diff --git a/docroot/text_fr_FR.xml b/docroot/text_fr_FR.xml old mode 100644 new mode 100755 diff --git a/docroot/text_it_IT.xml b/docroot/text_it_IT.xml old mode 100644 new mode 100755 diff --git a/docroot/text_ja_JP.xml b/docroot/text_ja_JP.xml old mode 100644 new mode 100755 diff --git a/docroot/text_th_TH.xml b/docroot/text_th_TH.xml old mode 100644 new mode 100755 diff --git a/docroot/text_tl_PH.xml b/docroot/text_tl_PH.xml old mode 100644 new mode 100755 diff --git a/docroot/text_zh_CN.xml b/docroot/text_zh_CN.xml old mode 100644 new mode 100755 diff --git a/docs/ios-app-umsetzungsplan.md b/docs/ios-app-umsetzungsplan.md old mode 100644 new mode 100755 diff --git a/docs/videochat-umsetzungsplan.md b/docs/videochat-umsetzungsplan.md old mode 100644 new mode 100755 diff --git a/ios/.gitignore b/ios/.gitignore old mode 100644 new mode 100755 diff --git a/ios/Config/Debug.xcconfig b/ios/Config/Debug.xcconfig old mode 100644 new mode 100755 diff --git a/ios/Config/Release.xcconfig b/ios/Config/Release.xcconfig old mode 100644 new mode 100755 diff --git a/ios/README.md b/ios/README.md old mode 100644 new mode 100755 diff --git a/ios/YpChat.xcodeproj/project.pbxproj b/ios/YpChat.xcodeproj/project.pbxproj old mode 100644 new mode 100755 diff --git a/ios/YpChat.xcodeproj/xcshareddata/xcschemes/YpChat.xcscheme b/ios/YpChat.xcodeproj/xcshareddata/xcschemes/YpChat.xcscheme old mode 100644 new mode 100755 diff --git a/ios/YpChat/ContentView.swift b/ios/YpChat/ContentView.swift old mode 100644 new mode 100755 diff --git a/ios/YpChat/Core/AppConfig.swift b/ios/YpChat/Core/AppConfig.swift old mode 100644 new mode 100755 diff --git a/ios/YpChat/Core/AppServices.swift b/ios/YpChat/Core/AppServices.swift old mode 100644 new mode 100755 diff --git a/ios/YpChat/Core/ProfileStore.swift b/ios/YpChat/Core/ProfileStore.swift old mode 100644 new mode 100755 diff --git a/ios/YpChat/Data/ChatRepository.swift b/ios/YpChat/Data/ChatRepository.swift old mode 100644 new mode 100755 diff --git a/ios/YpChat/Data/Models.swift b/ios/YpChat/Data/Models.swift old mode 100644 new mode 100755 diff --git a/ios/YpChat/Data/RestAPIClient.swift b/ios/YpChat/Data/RestAPIClient.swift old mode 100644 new mode 100755 diff --git a/ios/YpChat/Data/SocketClient.swift b/ios/YpChat/Data/SocketClient.swift old mode 100644 new mode 100755 diff --git a/ios/YpChat/Data/SocketEvent.swift b/ios/YpChat/Data/SocketEvent.swift old mode 100644 new mode 100755 diff --git a/ios/YpChat/Resources/Assets.xcassets/AccentColor.colorset/Contents.json b/ios/YpChat/Resources/Assets.xcassets/AccentColor.colorset/Contents.json old mode 100644 new mode 100755 diff --git a/ios/YpChat/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json b/ios/YpChat/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json old mode 100644 new mode 100755 diff --git a/ios/YpChat/Resources/Assets.xcassets/Contents.json b/ios/YpChat/Resources/Assets.xcassets/Contents.json old mode 100644 new mode 100755 diff --git a/ios/YpChat/Resources/Info.plist b/ios/YpChat/Resources/Info.plist old mode 100644 new mode 100755 diff --git a/ios/YpChat/Resources/de.lproj/Localizable.strings b/ios/YpChat/Resources/de.lproj/Localizable.strings old mode 100644 new mode 100755 diff --git a/ios/YpChat/Resources/en.lproj/Localizable.strings b/ios/YpChat/Resources/en.lproj/Localizable.strings old mode 100644 new mode 100755 diff --git a/ios/YpChat/UI/YpChatL10n.swift b/ios/YpChat/UI/YpChatL10n.swift old mode 100644 new mode 100755 diff --git a/ios/YpChat/UI/YpChatMoreChatViews.swift b/ios/YpChat/UI/YpChatMoreChatViews.swift old mode 100644 new mode 100755 diff --git a/ios/YpChat/UI/YpChatRoot.swift b/ios/YpChat/UI/YpChatRoot.swift old mode 100644 new mode 100755 diff --git a/ios/YpChat/UI/YpChatTheme.swift b/ios/YpChat/UI/YpChatTheme.swift old mode 100644 new mode 100755 diff --git a/ios/YpChat/YpChatApp.swift b/ios/YpChat/YpChatApp.swift old mode 100644 new mode 100755 diff --git a/logs/chat-users.example.json b/logs/chat-users.example.json old mode 100644 new mode 100755 diff --git a/logs/feedback.json b/logs/feedback.json old mode 100644 new mode 100755 diff --git a/package-lock.json b/package-lock.json old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/play-store-assets/feature-graphic/feature-graphic-1024x500.png b/play-store-assets/feature-graphic/feature-graphic-1024x500.png old mode 100644 new mode 100755 diff --git a/play-store-assets/icon/app-icon-512.png b/play-store-assets/icon/app-icon-512.png old mode 100644 new mode 100755 diff --git a/play-store-assets/screenshots/phone/phone-01-home.png b/play-store-assets/screenshots/phone/phone-01-home.png old mode 100644 new mode 100755 diff --git a/play-store-assets/screenshots/phone/phone-02-privacy.png b/play-store-assets/screenshots/phone/phone-02-privacy.png old mode 100644 new mode 100755 diff --git a/play-store-assets/screenshots/phone/phone-03-faq.png b/play-store-assets/screenshots/phone/phone-03-faq.png old mode 100644 new mode 100755 diff --git a/play-store-assets/screenshots/phone/phone-04-safety.png b/play-store-assets/screenshots/phone/phone-04-safety.png old mode 100644 new mode 100755 diff --git a/play-store-assets/screenshots/tablet-10/tablet10-01-home.png b/play-store-assets/screenshots/tablet-10/tablet10-01-home.png old mode 100644 new mode 100755 diff --git a/play-store-assets/screenshots/tablet-10/tablet10-02-privacy.png b/play-store-assets/screenshots/tablet-10/tablet10-02-privacy.png old mode 100644 new mode 100755 diff --git a/play-store-assets/screenshots/tablet-7/tablet7-01-home.png b/play-store-assets/screenshots/tablet-7/tablet7-01-home.png old mode 100644 new mode 100755 diff --git a/play-store-assets/screenshots/tablet-7/tablet7-02-privacy.png b/play-store-assets/screenshots/tablet-7/tablet7-02-privacy.png old mode 100644 new mode 100755 diff --git a/renovate.json b/renovate.json old mode 100644 new mode 100755 diff --git a/scripts/generate-android-i18n.mjs b/scripts/generate-android-i18n.mjs old mode 100644 new mode 100755 diff --git a/scripts/merge-env-template.sh b/scripts/merge-env-template.sh old mode 100644 new mode 100755 diff --git a/server/broadcast.js b/server/broadcast.js old mode 100644 new mode 100755 index dc151af..87ccf43 --- a/server/broadcast.js +++ b/server/broadcast.js @@ -854,6 +854,12 @@ export function setupBroadcast(io, __dirname) { 'Top 20 Namen (Anzahl, letzter Login)', topNamesDetail.length > 1200 ? `${topNamesDetail.slice(0, 1197)}…` : topNamesDetail ); + const latest30Names = records + .slice() + .sort((a, b) => b.date - a.date) + .slice(0, 30) + .map((record) => record.userName); + push('Letzte 30 Logins (neueste zuerst)', latest30Names.join(', ') || '—'); push('Hinweis', 'Tabellen je Tag/Zeitraum: /stat today | /stat date | /stat range'); return rows; @@ -928,10 +934,24 @@ export function setupBroadcast(io, __dirname) { return; } const filtered = records.filter((r) => r.day >= from && r.day <= to); - const perDay = aggregateTop(filtered, (r) => r.day, 1000) - .sort((a, b) => a[0].localeCompare(b[0])) - .map(([day, count]) => [day, count]); - sendCommandTable(socket, `Statistik: Zeitraum ${from} bis ${to}`, ['Tag', 'Logins'], perDay); + const recordsByDay = new Map(); + for (const record of filtered) { + const dayRecords = recordsByDay.get(record.day) || []; + dayRecords.push(record); + recordsByDay.set(record.day, dayRecords); + } + const perDay = Array.from(recordsByDay.entries()) + .sort(([dayA], [dayB]) => dayA.localeCompare(dayB)) + .map(([day, dayRecords]) => { + const names = dayRecords + .map((record) => record.userName) + .sort((a, b) => a.localeCompare(b, 'de')); + const namesDisplay = dayRecords.length < 10 + ? names.join(', ') + : `${names.slice(0, 10).join(', ')}, …`; + return [day, dayRecords.length, namesDisplay]; + }); + sendCommandTable(socket, `Statistik: Zeitraum ${from} bis ${to}`, ['Tag', 'Logins', 'Namen'], perDay); return; } @@ -1135,7 +1155,7 @@ export function setupBroadcast(io, __dirname) { return true; } - if (command === '/stat') { + if (command === '/stat' || command === '/stats') { executeStatsCommand(socket, client, parts); return true; } diff --git a/server/chat-auth.js b/server/chat-auth.js old mode 100644 new mode 100755 diff --git a/server/feedback-store.js b/server/feedback-store.js old mode 100644 new mode 100755 diff --git a/server/index.js b/server/index.js old mode 100644 new mode 100755 diff --git a/server/routes-seo.js b/server/routes-seo.js old mode 100644 new mode 100755 diff --git a/server/routes.js b/server/routes.js old mode 100644 new mode 100755 diff --git a/sw.js b/sw.js old mode 100644 new mode 100755