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