diff --git a/.bzrignore b/.bzrignore old mode 100755 new mode 100644 diff --git a/.dir-locals.el b/.dir-locals.el old mode 100755 new mode 100644 diff --git a/.htaccess b/.htaccess old mode 100755 new mode 100644 diff --git a/CHANGELOG.md b/CHANGELOG.md old mode 100755 new mode 100644 diff --git a/COPYING b/COPYING old mode 100755 new mode 100644 diff --git a/INSTALL.md b/INSTALL.md old mode 100755 new mode 100644 diff --git a/VERSION b/VERSION old mode 100755 new mode 100644 diff --git a/app/assets/js/images/marker-icon.png b/app/assets/js/images/marker-icon.png old mode 100755 new mode 100644 diff --git a/app/assets/js/images/marker-shadow.png b/app/assets/js/images/marker-shadow.png old mode 100755 new mode 100644 diff --git a/app/assets/js/leaflet.css b/app/assets/js/leaflet.css old mode 100755 new mode 100644 diff --git a/app/assets/js/leaflet.js b/app/assets/js/leaflet.js old mode 100755 new mode 100644 diff --git a/app/assets/js/movim_base.js b/app/assets/js/movim_base.js old mode 100755 new mode 100644 diff --git a/app/assets/js/movim_hash.js b/app/assets/js/movim_hash.js old mode 100755 new mode 100644 diff --git a/app/assets/js/movim_tpl.js b/app/assets/js/movim_tpl.js old mode 100755 new mode 100644 diff --git a/app/assets/js/movim_utils.js b/app/assets/js/movim_utils.js old mode 100755 new mode 100644 diff --git a/app/assets/js/movim_websocket.js b/app/assets/js/movim_websocket.js old mode 100755 new mode 100644 diff --git a/app/controllers/AboutController.php b/app/controllers/AboutController.php old mode 100755 new mode 100644 diff --git a/app/controllers/AccountController.php b/app/controllers/AccountController.php old mode 100755 new mode 100644 diff --git a/app/controllers/AccountnextController.php b/app/controllers/AccountnextController.php old mode 100755 new mode 100644 diff --git a/app/controllers/AdminController.php b/app/controllers/AdminController.php old mode 100755 new mode 100644 diff --git a/app/controllers/AdminloginController.php b/app/controllers/AdminloginController.php old mode 100755 new mode 100644 diff --git a/app/controllers/BlogController.php b/app/controllers/BlogController.php old mode 100755 new mode 100644 diff --git a/app/controllers/ConfController.php b/app/controllers/ConfController.php old mode 100755 new mode 100644 diff --git a/app/controllers/DisconnectController.php b/app/controllers/DisconnectController.php old mode 100755 new mode 100644 diff --git a/app/controllers/GrouppublicController.php b/app/controllers/GrouppublicController.php old mode 100755 new mode 100644 diff --git a/app/controllers/HelpController.php b/app/controllers/HelpController.php old mode 100755 new mode 100644 diff --git a/app/controllers/InfosController.php b/app/controllers/InfosController.php old mode 100755 new mode 100644 diff --git a/app/controllers/LoginController.php b/app/controllers/LoginController.php old mode 100755 new mode 100644 diff --git a/app/controllers/MainController.php b/app/controllers/MainController.php old mode 100755 new mode 100644 diff --git a/app/controllers/MediaController.php b/app/controllers/MediaController.php old mode 100755 new mode 100644 diff --git a/app/controllers/NewsController.php b/app/controllers/NewsController.php old mode 100755 new mode 100644 diff --git a/app/controllers/NotfoundController.php b/app/controllers/NotfoundController.php old mode 100755 new mode 100644 diff --git a/app/controllers/PodsController.php b/app/controllers/PodsController.php old mode 100755 new mode 100644 diff --git a/app/controllers/VisioController.php b/app/controllers/VisioController.php old mode 100755 new mode 100644 diff --git a/app/helpers/DateHelper.php b/app/helpers/DateHelper.php old mode 100755 new mode 100644 diff --git a/app/helpers/StringHelper.php b/app/helpers/StringHelper.php old mode 100755 new mode 100644 diff --git a/app/helpers/TimezoneHelper.php b/app/helpers/TimezoneHelper.php old mode 100755 new mode 100644 diff --git a/app/helpers/TimezoneList.php b/app/helpers/TimezoneList.php old mode 100755 new mode 100644 diff --git a/app/models/cache/Cache.php b/app/models/cache/Cache.php old mode 100755 new mode 100644 diff --git a/app/models/cache/CacheDAO.php b/app/models/cache/CacheDAO.php old mode 100755 new mode 100644 diff --git a/app/models/caps/Caps.php b/app/models/caps/Caps.php old mode 100755 new mode 100644 diff --git a/app/models/caps/CapsDAO.php b/app/models/caps/CapsDAO.php old mode 100755 new mode 100644 diff --git a/app/models/conference/Conference.php b/app/models/conference/Conference.php old mode 100755 new mode 100644 diff --git a/app/models/conference/ConferenceDAO.php b/app/models/conference/ConferenceDAO.php old mode 100755 new mode 100644 diff --git a/app/models/config/Config.php b/app/models/config/Config.php old mode 100755 new mode 100644 diff --git a/app/models/config/ConfigDAO.php b/app/models/config/ConfigDAO.php old mode 100755 new mode 100644 diff --git a/app/models/contact/Contact.php b/app/models/contact/Contact.php old mode 100755 new mode 100644 diff --git a/app/models/contact/ContactDAO.php b/app/models/contact/ContactDAO.php old mode 100755 new mode 100644 diff --git a/app/models/item/Item.php b/app/models/item/Item.php old mode 100755 new mode 100644 diff --git a/app/models/item/ItemDAO.php b/app/models/item/ItemDAO.php old mode 100755 new mode 100644 diff --git a/app/models/message/Message.php b/app/models/message/Message.php old mode 100755 new mode 100644 diff --git a/app/models/message/MessageDAO.php b/app/models/message/MessageDAO.php old mode 100755 new mode 100644 diff --git a/app/models/postn/Postn.php b/app/models/postn/Postn.php old mode 100755 new mode 100644 diff --git a/app/models/postn/PostnDAO.php b/app/models/postn/PostnDAO.php old mode 100755 new mode 100644 diff --git a/app/models/presence/Presence.php b/app/models/presence/Presence.php old mode 100755 new mode 100644 diff --git a/app/models/presence/PresenceDAO.php b/app/models/presence/PresenceDAO.php old mode 100755 new mode 100644 diff --git a/app/models/privacy/Privacy.php b/app/models/privacy/Privacy.php old mode 100755 new mode 100644 diff --git a/app/models/privacy/PrivacyDAO.php b/app/models/privacy/PrivacyDAO.php old mode 100755 new mode 100644 diff --git a/app/models/rosterlink/RosterLink.php b/app/models/rosterlink/RosterLink.php old mode 100755 new mode 100644 diff --git a/app/models/rosterlink/RosterLinkDAO.php b/app/models/rosterlink/RosterLinkDAO.php old mode 100755 new mode 100644 diff --git a/app/models/sessionx/Sessionx.php b/app/models/sessionx/Sessionx.php old mode 100755 new mode 100644 diff --git a/app/models/sessionx/SessionxDAO.php b/app/models/sessionx/SessionxDAO.php old mode 100755 new mode 100644 diff --git a/app/models/subscription/Subscription.php b/app/models/subscription/Subscription.php old mode 100755 new mode 100644 diff --git a/app/models/subscription/SubscriptionDAO.php b/app/models/subscription/SubscriptionDAO.php old mode 100755 new mode 100644 diff --git a/app/views/about.tpl b/app/views/about.tpl old mode 100755 new mode 100644 diff --git a/app/views/account.tpl b/app/views/account.tpl old mode 100755 new mode 100644 diff --git a/app/views/accountnext.tpl b/app/views/accountnext.tpl old mode 100755 new mode 100644 diff --git a/app/views/admin.tpl b/app/views/admin.tpl old mode 100755 new mode 100644 diff --git a/app/views/adminlogin.tpl b/app/views/adminlogin.tpl old mode 100755 new mode 100644 diff --git a/app/views/blog.tpl b/app/views/blog.tpl old mode 100755 new mode 100644 diff --git a/app/views/conf.tpl b/app/views/conf.tpl old mode 100755 new mode 100644 diff --git a/app/views/disconnect.tpl b/app/views/disconnect.tpl old mode 100755 new mode 100644 diff --git a/app/views/feed.tpl b/app/views/feed.tpl old mode 100755 new mode 100644 diff --git a/app/views/friend.tpl b/app/views/friend.tpl old mode 100755 new mode 100644 diff --git a/app/views/help.tpl b/app/views/help.tpl old mode 100755 new mode 100644 diff --git a/app/views/infos.tpl b/app/views/infos.tpl old mode 100755 new mode 100644 diff --git a/app/views/login.tpl b/app/views/login.tpl old mode 100755 new mode 100644 diff --git a/app/views/main.tpl b/app/views/main.tpl old mode 100755 new mode 100644 diff --git a/app/views/media.tpl b/app/views/media.tpl old mode 100755 new mode 100644 diff --git a/app/views/news.tpl b/app/views/news.tpl old mode 100755 new mode 100644 diff --git a/app/views/notfound.tpl b/app/views/notfound.tpl old mode 100755 new mode 100644 diff --git a/app/views/page.tpl b/app/views/page.tpl old mode 100755 new mode 100644 diff --git a/app/views/pods.tpl b/app/views/pods.tpl old mode 100755 new mode 100644 diff --git a/app/views/room.tpl b/app/views/room.tpl old mode 100755 new mode 100644 diff --git a/app/views/share.tpl b/app/views/share.tpl old mode 100755 new mode 100644 diff --git a/app/views/visio.tpl b/app/views/visio.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/.dir-locals.el b/app/widgets/.dir-locals.el old mode 100755 new mode 100644 diff --git a/app/widgets/About/About.php b/app/widgets/About/About.php old mode 100755 new mode 100644 diff --git a/app/widgets/About/about.tpl b/app/widgets/About/about.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/About/locales.ini b/app/widgets/About/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/AccountNext/AccountNext.php b/app/widgets/AccountNext/AccountNext.php old mode 100755 new mode 100644 diff --git a/app/widgets/AccountNext/_accountnext_form.tpl b/app/widgets/AccountNext/_accountnext_form.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/AccountNext/accountnext.css b/app/widgets/AccountNext/accountnext.css old mode 100755 new mode 100644 diff --git a/app/widgets/AccountNext/accountnext.js b/app/widgets/AccountNext/accountnext.js old mode 100755 new mode 100644 diff --git a/app/widgets/AccountNext/accountnext.tpl b/app/widgets/AccountNext/accountnext.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/AccountNext/locales.ini b/app/widgets/AccountNext/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/Ack/Ack.php b/app/widgets/Ack/Ack.php old mode 100755 new mode 100644 diff --git a/app/widgets/Ack/ack.tpl b/app/widgets/Ack/ack.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/AdminDB/AdminDB.php b/app/widgets/AdminDB/AdminDB.php old mode 100755 new mode 100644 diff --git a/app/widgets/AdminDB/admindb.tpl b/app/widgets/AdminDB/admindb.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/AdminDB/locales.ini b/app/widgets/AdminDB/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/AdminLogin/AdminLogin.php b/app/widgets/AdminLogin/AdminLogin.php old mode 100755 new mode 100644 diff --git a/app/widgets/AdminLogin/adminlogin.tpl b/app/widgets/AdminLogin/adminlogin.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/AdminMain/AdminMain.php b/app/widgets/AdminMain/AdminMain.php old mode 100755 new mode 100644 diff --git a/app/widgets/AdminMain/admin.js b/app/widgets/AdminMain/admin.js old mode 100755 new mode 100644 diff --git a/app/widgets/AdminMain/adminmain.tpl b/app/widgets/AdminMain/adminmain.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/AdminMain/locales.ini b/app/widgets/AdminMain/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/AdminTest/AdminTest.php b/app/widgets/AdminTest/AdminTest.php old mode 100755 new mode 100644 diff --git a/app/widgets/AdminTest/admintest.tpl b/app/widgets/AdminTest/admintest.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/AdminTest/locales.ini b/app/widgets/AdminTest/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/Api/Api.php b/app/widgets/Api/Api.php old mode 100755 new mode 100644 diff --git a/app/widgets/Api/api.tpl b/app/widgets/Api/api.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Api/locales.ini b/app/widgets/Api/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/Avatar/Avatar.php b/app/widgets/Avatar/Avatar.php old mode 100755 new mode 100644 diff --git a/app/widgets/Avatar/_avatar_form.tpl b/app/widgets/Avatar/_avatar_form.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Avatar/avatar.css b/app/widgets/Avatar/avatar.css old mode 100755 new mode 100644 diff --git a/app/widgets/Avatar/avatar.js b/app/widgets/Avatar/avatar.js old mode 100755 new mode 100644 diff --git a/app/widgets/Avatar/avatar.tpl b/app/widgets/Avatar/avatar.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Avatar/locales.ini b/app/widgets/Avatar/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/Blog/Blog.php b/app/widgets/Blog/Blog.php old mode 100755 new mode 100644 diff --git a/app/widgets/Blog/blog.tpl b/app/widgets/Blog/blog.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Bookmark/Bookmark.php b/app/widgets/Bookmark/Bookmark.php old mode 100755 new mode 100644 diff --git a/app/widgets/Bookmark/_bookmark_list.tpl b/app/widgets/Bookmark/_bookmark_list.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Bookmark/_bookmark_muc_add.tpl b/app/widgets/Bookmark/_bookmark_muc_add.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Bookmark/_bookmark_url_add.tpl b/app/widgets/Bookmark/_bookmark_url_add.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Bookmark/bookmark.css b/app/widgets/Bookmark/bookmark.css old mode 100755 new mode 100644 diff --git a/app/widgets/Bookmark/bookmark.tpl b/app/widgets/Bookmark/bookmark.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Bookmark/locales.ini b/app/widgets/Bookmark/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/Caps/Caps.php b/app/widgets/Caps/Caps.php old mode 100755 new mode 100644 diff --git a/app/widgets/Caps/caps.css b/app/widgets/Caps/caps.css old mode 100755 new mode 100644 diff --git a/app/widgets/Caps/caps.tpl b/app/widgets/Caps/caps.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Config/Config.php b/app/widgets/Config/Config.php old mode 100755 new mode 100644 diff --git a/app/widgets/Config/color/arrow.gif b/app/widgets/Config/color/arrow.gif old mode 100755 new mode 100644 diff --git a/app/widgets/Config/color/cross.gif b/app/widgets/Config/color/cross.gif old mode 100755 new mode 100644 diff --git a/app/widgets/Config/color/demo.html b/app/widgets/Config/color/demo.html old mode 100755 new mode 100644 diff --git a/app/widgets/Config/color/hs.png b/app/widgets/Config/color/hs.png old mode 100755 new mode 100644 diff --git a/app/widgets/Config/color/hv.png b/app/widgets/Config/color/hv.png old mode 100755 new mode 100644 diff --git a/app/widgets/Config/color/jscolor.js b/app/widgets/Config/color/jscolor.js old mode 100755 new mode 100644 diff --git a/app/widgets/Config/config.tpl b/app/widgets/Config/config.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Config/locales.ini b/app/widgets/Config/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/ConfigData/ConfigData.php b/app/widgets/ConfigData/ConfigData.php old mode 100755 new mode 100644 diff --git a/app/widgets/ConfigData/configdata.css b/app/widgets/ConfigData/configdata.css old mode 100755 new mode 100644 diff --git a/app/widgets/ConfigData/configdata.tpl b/app/widgets/ConfigData/configdata.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/ConfigData/locales.ini b/app/widgets/ConfigData/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/Group/Group.php b/app/widgets/Group/Group.php old mode 100755 new mode 100644 diff --git a/app/widgets/Group/_group_empty.tpl b/app/widgets/Group/_group_empty.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Group/_group_posts.tpl b/app/widgets/Group/_group_posts.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Group/group.tpl b/app/widgets/Group/group.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Group/locales.ini b/app/widgets/Group/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/Help/Help.php b/app/widgets/Help/Help.php old mode 100755 new mode 100644 diff --git a/app/widgets/Help/help.tpl b/app/widgets/Help/help.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Help/locales.ini b/app/widgets/Help/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/Infos/Infos.php b/app/widgets/Infos/Infos.php old mode 100755 new mode 100644 diff --git a/app/widgets/Infos/infos.tpl b/app/widgets/Infos/infos.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Location/Location.php b/app/widgets/Location/Location.php old mode 100755 new mode 100644 diff --git a/app/widgets/Location/locales.ini b/app/widgets/Location/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/Location/location.js b/app/widgets/Location/location.js old mode 100755 new mode 100644 diff --git a/app/widgets/Location/location.tpl b/app/widgets/Location/location.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Login/Login.php b/app/widgets/Login/Login.php old mode 100755 new mode 100644 diff --git a/app/widgets/Login/_login_sessions.tpl b/app/widgets/Login/_login_sessions.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Login/img/logo.png b/app/widgets/Login/img/logo.png old mode 100755 new mode 100644 diff --git a/app/widgets/Login/img/logo.svg b/app/widgets/Login/img/logo.svg old mode 100755 new mode 100644 diff --git a/app/widgets/Login/img/logo2.svg b/app/widgets/Login/img/logo2.svg old mode 100755 new mode 100644 diff --git a/app/widgets/Login/locales.ini b/app/widgets/Login/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/Login/login.css b/app/widgets/Login/login.css old mode 100755 new mode 100644 diff --git a/app/widgets/Login/login.js b/app/widgets/Login/login.js old mode 100755 new mode 100644 diff --git a/app/widgets/Login/login.tpl b/app/widgets/Login/login.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/LoginAnonymous/LoginAnonymous.php b/app/widgets/LoginAnonymous/LoginAnonymous.php old mode 100755 new mode 100644 diff --git a/app/widgets/LoginAnonymous/loginanonymous.tpl b/app/widgets/LoginAnonymous/loginanonymous.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/NodeAffiliations/NodeAffiliations.php b/app/widgets/NodeAffiliations/NodeAffiliations.php old mode 100755 new mode 100644 diff --git a/app/widgets/NodeAffiliations/locales.ini b/app/widgets/NodeAffiliations/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/NodeAffiliations/nodeaffiliations.tpl b/app/widgets/NodeAffiliations/nodeaffiliations.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/NodeSubscriptions/NodeSubscriptions.php b/app/widgets/NodeSubscriptions/NodeSubscriptions.php old mode 100755 new mode 100644 diff --git a/app/widgets/NodeSubscriptions/locales.ini b/app/widgets/NodeSubscriptions/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/NodeSubscriptions/nodesubscriptions.tpl b/app/widgets/NodeSubscriptions/nodesubscriptions.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Notification/Notification.php b/app/widgets/Notification/Notification.php old mode 100755 new mode 100644 diff --git a/app/widgets/Notification/notification.css b/app/widgets/Notification/notification.css old mode 100755 new mode 100644 diff --git a/app/widgets/Notification/notification.js b/app/widgets/Notification/notification.js old mode 100755 new mode 100644 diff --git a/app/widgets/Notification/notification.tpl b/app/widgets/Notification/notification.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Notifs/Notifs.php b/app/widgets/Notifs/Notifs.php old mode 100755 new mode 100644 diff --git a/app/widgets/Notifs/locales.ini b/app/widgets/Notifs/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/Notifs/notifs.css b/app/widgets/Notifs/notifs.css old mode 100755 new mode 100644 diff --git a/app/widgets/Notifs/notifs.js b/app/widgets/Notifs/notifs.js old mode 100755 new mode 100644 diff --git a/app/widgets/Notifs/notifs.tpl b/app/widgets/Notifs/notifs.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Pods/Pods.php b/app/widgets/Pods/Pods.php old mode 100755 new mode 100644 diff --git a/app/widgets/Pods/pods.tpl b/app/widgets/Pods/pods.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Presence/Presence.php b/app/widgets/Presence/Presence.php old mode 100755 new mode 100644 diff --git a/app/widgets/Presence/_presence_list.tpl b/app/widgets/Presence/_presence_list.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Presence/img/away.png b/app/widgets/Presence/img/away.png old mode 100755 new mode 100644 diff --git a/app/widgets/Presence/img/away.svg b/app/widgets/Presence/img/away.svg old mode 100755 new mode 100644 diff --git a/app/widgets/Presence/img/dnd.png b/app/widgets/Presence/img/dnd.png old mode 100755 new mode 100644 diff --git a/app/widgets/Presence/img/dnd.svg b/app/widgets/Presence/img/dnd.svg old mode 100755 new mode 100644 diff --git a/app/widgets/Presence/img/exit.png b/app/widgets/Presence/img/exit.png old mode 100755 new mode 100644 diff --git a/app/widgets/Presence/img/exit.svg b/app/widgets/Presence/img/exit.svg old mode 100755 new mode 100644 diff --git a/app/widgets/Presence/img/online.png b/app/widgets/Presence/img/online.png old mode 100755 new mode 100644 diff --git a/app/widgets/Presence/img/online.svg b/app/widgets/Presence/img/online.svg old mode 100755 new mode 100644 diff --git a/app/widgets/Presence/img/xa.png b/app/widgets/Presence/img/xa.png old mode 100755 new mode 100644 diff --git a/app/widgets/Presence/img/xa.svg b/app/widgets/Presence/img/xa.svg old mode 100755 new mode 100644 diff --git a/app/widgets/Presence/locales.ini b/app/widgets/Presence/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/Presence/presence.css b/app/widgets/Presence/presence.css old mode 100755 new mode 100644 diff --git a/app/widgets/Presence/presence.tpl b/app/widgets/Presence/presence.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/PubsubSubscriptionConfig/PubsubSubscriptionConfig.php b/app/widgets/PubsubSubscriptionConfig/PubsubSubscriptionConfig.php old mode 100755 new mode 100644 diff --git a/app/widgets/PubsubSubscriptionConfig/_pubsubsubscriptionconfig_list.tpl b/app/widgets/PubsubSubscriptionConfig/_pubsubsubscriptionconfig_list.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/PubsubSubscriptionConfig/locales.ini b/app/widgets/PubsubSubscriptionConfig/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/PubsubSubscriptionConfig/pubsubsubscriptionconfig.tpl b/app/widgets/PubsubSubscriptionConfig/pubsubsubscriptionconfig.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Roster/roster.css b/app/widgets/Roster/roster.css old mode 100755 new mode 100644 diff --git a/app/widgets/Statistics/Statistics.php b/app/widgets/Statistics/Statistics.php old mode 100755 new mode 100644 diff --git a/app/widgets/Statistics/locales.ini b/app/widgets/Statistics/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/Statistics/statistics.tpl b/app/widgets/Statistics/statistics.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Subscribe/Subscribe.php b/app/widgets/Subscribe/Subscribe.php old mode 100755 new mode 100644 diff --git a/app/widgets/Subscribe/img/star.svg b/app/widgets/Subscribe/img/star.svg old mode 100755 new mode 100644 diff --git a/app/widgets/Subscribe/locales.ini b/app/widgets/Subscribe/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/Subscribe/subscribe.css b/app/widgets/Subscribe/subscribe.css old mode 100755 new mode 100644 diff --git a/app/widgets/Subscribe/subscribe.tpl b/app/widgets/Subscribe/subscribe.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Syndication/Syndication.php b/app/widgets/Syndication/Syndication.php old mode 100755 new mode 100644 diff --git a/app/widgets/Syndication/locales.ini b/app/widgets/Syndication/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/Syndication/syndication.tpl b/app/widgets/Syndication/syndication.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/System/System.php b/app/widgets/System/System.php old mode 100755 new mode 100644 diff --git a/app/widgets/System/system.tpl b/app/widgets/System/system.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Tabs/Tabs.php b/app/widgets/Tabs/Tabs.php old mode 100755 new mode 100644 diff --git a/app/widgets/Tabs/tabs.css b/app/widgets/Tabs/tabs.css old mode 100755 new mode 100644 diff --git a/app/widgets/Tabs/tabs.js b/app/widgets/Tabs/tabs.js old mode 100755 new mode 100644 diff --git a/app/widgets/Tabs/tabs.tpl b/app/widgets/Tabs/tabs.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Vcard4/Vcard4.php b/app/widgets/Vcard4/Vcard4.php old mode 100755 new mode 100644 diff --git a/app/widgets/Vcard4/_vcard4_form.tpl b/app/widgets/Vcard4/_vcard4_form.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Vcard4/locales.ini b/app/widgets/Vcard4/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/Vcard4/vcard4.tpl b/app/widgets/Vcard4/vcard4.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Visio/Visio.php b/app/widgets/Visio/Visio.php old mode 100755 new mode 100644 diff --git a/app/widgets/Visio/adapter.js b/app/widgets/Visio/adapter.js old mode 100755 new mode 100644 diff --git a/app/widgets/Visio/img/background.png b/app/widgets/Visio/img/background.png old mode 100755 new mode 100644 diff --git a/app/widgets/Visio/img/cross.png b/app/widgets/Visio/img/cross.png old mode 100755 new mode 100644 diff --git a/app/widgets/Visio/locales.ini b/app/widgets/Visio/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/Visio/turn.js b/app/widgets/Visio/turn.js old mode 100755 new mode 100644 diff --git a/app/widgets/Visio/visio.css b/app/widgets/Visio/visio.css old mode 100755 new mode 100644 diff --git a/app/widgets/Visio/visio.js b/app/widgets/Visio/visio.js old mode 100755 new mode 100644 diff --git a/app/widgets/Visio/visio.tpl b/app/widgets/Visio/visio.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/Visio/webrtc.js b/app/widgets/Visio/webrtc.js old mode 100755 new mode 100644 diff --git a/app/widgets/VisioExt/VisioExt.php b/app/widgets/VisioExt/VisioExt.php old mode 100755 new mode 100644 diff --git a/app/widgets/VisioExt/locales.ini b/app/widgets/VisioExt/locales.ini old mode 100755 new mode 100644 diff --git a/app/widgets/VisioExt/visioext.js b/app/widgets/VisioExt/visioext.js old mode 100755 new mode 100644 diff --git a/app/widgets/WidgetCommon/WidgetCommon.php b/app/widgets/WidgetCommon/WidgetCommon.php old mode 100755 new mode 100644 diff --git a/app/widgets/WidgetCommon/_comments_toolbox.tpl b/app/widgets/WidgetCommon/_comments_toolbox.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/WidgetCommon/_post.tpl b/app/widgets/WidgetCommon/_post.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/WidgetCommon/_post_toolbox.tpl b/app/widgets/WidgetCommon/_post_toolbox.tpl old mode 100755 new mode 100644 diff --git a/app/widgets/WidgetCommon/_submit_form.tpl b/app/widgets/WidgetCommon/_submit_form.tpl old mode 100755 new mode 100644 diff --git a/bootstrap.php b/bootstrap.php old mode 100755 new mode 100644 diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 diff --git a/config/db.example.inc.php b/config/db.example.inc.php old mode 100755 new mode 100644 diff --git a/index.php b/index.php old mode 100755 new mode 100644 diff --git a/lib/JingletoSDP.php b/lib/JingletoSDP.php old mode 100755 new mode 100644 diff --git a/lib/SDPtoJingle.php b/lib/SDPtoJingle.php old mode 100755 new mode 100644 diff --git a/lib/XMPPtoForm.php b/lib/XMPPtoForm.php old mode 100755 new mode 100644 diff --git a/linker.php b/linker.php old mode 100755 new mode 100644 diff --git a/locales/locales.ini b/locales/locales.ini old mode 100755 new mode 100644 diff --git a/manifest.webapp b/manifest.webapp old mode 100755 new mode 100644 diff --git a/system/Cache.php b/system/Cache.php old mode 100755 new mode 100644 diff --git a/system/Debug.php b/system/Debug.php old mode 100755 new mode 100644 diff --git a/system/Event.php b/system/Event.php old mode 100755 new mode 100644 diff --git a/system/Picture.php b/system/Picture.php old mode 100755 new mode 100644 diff --git a/system/RPC.php b/system/RPC.php old mode 100755 new mode 100644 diff --git a/system/Route.php b/system/Route.php old mode 100755 new mode 100644 diff --git a/system/Session.php b/system/Session.php old mode 100755 new mode 100644 diff --git a/system/Sessionx.php b/system/Sessionx.php old mode 100755 new mode 100644 diff --git a/system/User.php b/system/User.php old mode 100755 new mode 100644 diff --git a/system/Utils.php b/system/Utils.php old mode 100755 new mode 100644 diff --git a/system/UtilsPicture.php b/system/UtilsPicture.php old mode 100755 new mode 100644 diff --git a/system/controllers/AjaxController.php b/system/controllers/AjaxController.php old mode 100755 new mode 100644 diff --git a/system/controllers/BaseController.php b/system/controllers/BaseController.php old mode 100755 new mode 100644 diff --git a/system/controllers/FrontController.php b/system/controllers/FrontController.php old mode 100755 new mode 100644 diff --git a/system/i18n/i18n.php b/system/i18n/i18n.php old mode 100755 new mode 100644 diff --git a/system/i18n/languages.php b/system/i18n/languages.php old mode 100755 new mode 100644 diff --git a/system/template/TplPageBuilder.php b/system/template/TplPageBuilder.php old mode 100755 new mode 100644 diff --git a/system/widget/WidgetBase.php b/system/widget/WidgetBase.php old mode 100755 new mode 100644 diff --git a/tests/js/events_test.js b/tests/js/events_test.js old mode 100755 new mode 100644 diff --git a/tests/js/hash_test.js b/tests/js/hash_test.js old mode 100755 new mode 100644 diff --git a/tests/js/index.html b/tests/js/index.html old mode 100755 new mode 100644 diff --git a/tests/js/tests.js b/tests/js/tests.js old mode 100755 new mode 100644 diff --git a/tests/webrtc/adapter.js b/tests/webrtc/adapter.js old mode 100755 new mode 100644 diff --git a/tests/webrtc/index.html b/tests/webrtc/index.html old mode 100755 new mode 100644 diff --git a/tests/webrtc/script.js b/tests/webrtc/script.js old mode 100755 new mode 100644 diff --git a/tests/webrtc/style.css b/tests/webrtc/style.css old mode 100755 new mode 100644 diff --git a/themes/material/css/fonts.css b/themes/material/css/fonts.css old mode 100755 new mode 100644 diff --git a/themes/material/favicon.svg b/themes/material/favicon.svg old mode 100755 new mode 100644 diff --git a/themes/material/favicon.xcf b/themes/material/favicon.xcf old mode 100755 new mode 100644 diff --git a/themes/material/img/favicon.ico b/themes/material/img/favicon.ico old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ad.png b/themes/material/img/flags/ad.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ae.png b/themes/material/img/flags/ae.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/af.png b/themes/material/img/flags/af.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ag.png b/themes/material/img/flags/ag.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ai.png b/themes/material/img/flags/ai.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/al.png b/themes/material/img/flags/al.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/am.png b/themes/material/img/flags/am.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/an.png b/themes/material/img/flags/an.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ar.png b/themes/material/img/flags/ar.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/as.png b/themes/material/img/flags/as.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/at.png b/themes/material/img/flags/at.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/au.png b/themes/material/img/flags/au.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/aw.png b/themes/material/img/flags/aw.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ax.png b/themes/material/img/flags/ax.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/az.png b/themes/material/img/flags/az.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ba.png b/themes/material/img/flags/ba.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/bb.png b/themes/material/img/flags/bb.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/bd.png b/themes/material/img/flags/bd.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/be.png b/themes/material/img/flags/be.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/bf.png b/themes/material/img/flags/bf.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/bg.png b/themes/material/img/flags/bg.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/bh.png b/themes/material/img/flags/bh.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/bi.png b/themes/material/img/flags/bi.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/bj.png b/themes/material/img/flags/bj.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/bm.png b/themes/material/img/flags/bm.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/bn.png b/themes/material/img/flags/bn.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/bo.png b/themes/material/img/flags/bo.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/br.png b/themes/material/img/flags/br.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/bs.png b/themes/material/img/flags/bs.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/bt.png b/themes/material/img/flags/bt.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/bv.png b/themes/material/img/flags/bv.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/bw.png b/themes/material/img/flags/bw.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/by.png b/themes/material/img/flags/by.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/bz.png b/themes/material/img/flags/bz.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ca.png b/themes/material/img/flags/ca.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/cc.png b/themes/material/img/flags/cc.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/cf.png b/themes/material/img/flags/cf.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/cg.png b/themes/material/img/flags/cg.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ch.png b/themes/material/img/flags/ch.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ci.png b/themes/material/img/flags/ci.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ck.png b/themes/material/img/flags/ck.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/cl.png b/themes/material/img/flags/cl.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/cm.png b/themes/material/img/flags/cm.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/cn.png b/themes/material/img/flags/cn.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/co.png b/themes/material/img/flags/co.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/cr.png b/themes/material/img/flags/cr.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/cs.png b/themes/material/img/flags/cs.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/cu.png b/themes/material/img/flags/cu.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/cv.png b/themes/material/img/flags/cv.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/cx.png b/themes/material/img/flags/cx.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/cy.png b/themes/material/img/flags/cy.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/cz.png b/themes/material/img/flags/cz.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/de.png b/themes/material/img/flags/de.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/dj.png b/themes/material/img/flags/dj.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/dk.png b/themes/material/img/flags/dk.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/dm.png b/themes/material/img/flags/dm.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/do.png b/themes/material/img/flags/do.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/dz.png b/themes/material/img/flags/dz.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ec.png b/themes/material/img/flags/ec.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ee.png b/themes/material/img/flags/ee.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/eg.png b/themes/material/img/flags/eg.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/eh.png b/themes/material/img/flags/eh.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/england.png b/themes/material/img/flags/england.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/er.png b/themes/material/img/flags/er.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/es.png b/themes/material/img/flags/es.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/et.png b/themes/material/img/flags/et.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/fam.png b/themes/material/img/flags/fam.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/fi.png b/themes/material/img/flags/fi.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/fj.png b/themes/material/img/flags/fj.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/fk.png b/themes/material/img/flags/fk.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/fm.png b/themes/material/img/flags/fm.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/fo.png b/themes/material/img/flags/fo.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/fr.png b/themes/material/img/flags/fr.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ga.png b/themes/material/img/flags/ga.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/gd.png b/themes/material/img/flags/gd.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ge.png b/themes/material/img/flags/ge.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/gf.png b/themes/material/img/flags/gf.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/gh.png b/themes/material/img/flags/gh.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/gi.png b/themes/material/img/flags/gi.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/gl.png b/themes/material/img/flags/gl.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/gm.png b/themes/material/img/flags/gm.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/gn.png b/themes/material/img/flags/gn.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/gp.png b/themes/material/img/flags/gp.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/gq.png b/themes/material/img/flags/gq.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/gr.png b/themes/material/img/flags/gr.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/gs.png b/themes/material/img/flags/gs.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/gt.png b/themes/material/img/flags/gt.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/gu.png b/themes/material/img/flags/gu.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/gw.png b/themes/material/img/flags/gw.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/gy.png b/themes/material/img/flags/gy.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/hk.png b/themes/material/img/flags/hk.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/hm.png b/themes/material/img/flags/hm.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/hn.png b/themes/material/img/flags/hn.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/hr.png b/themes/material/img/flags/hr.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ht.png b/themes/material/img/flags/ht.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/hu.png b/themes/material/img/flags/hu.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/id.png b/themes/material/img/flags/id.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ie.png b/themes/material/img/flags/ie.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/il.png b/themes/material/img/flags/il.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/in.png b/themes/material/img/flags/in.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/io.png b/themes/material/img/flags/io.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/iq.png b/themes/material/img/flags/iq.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ir.png b/themes/material/img/flags/ir.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/is.png b/themes/material/img/flags/is.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/it.png b/themes/material/img/flags/it.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/jm.png b/themes/material/img/flags/jm.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/jo.png b/themes/material/img/flags/jo.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/jp.png b/themes/material/img/flags/jp.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ke.png b/themes/material/img/flags/ke.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/kg.png b/themes/material/img/flags/kg.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/kh.png b/themes/material/img/flags/kh.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ki.png b/themes/material/img/flags/ki.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/km.png b/themes/material/img/flags/km.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/kn.png b/themes/material/img/flags/kn.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/kp.png b/themes/material/img/flags/kp.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/kr.png b/themes/material/img/flags/kr.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/kw.png b/themes/material/img/flags/kw.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ky.png b/themes/material/img/flags/ky.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/kz.png b/themes/material/img/flags/kz.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/la.png b/themes/material/img/flags/la.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/lb.png b/themes/material/img/flags/lb.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/li.png b/themes/material/img/flags/li.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/lk.png b/themes/material/img/flags/lk.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/lr.png b/themes/material/img/flags/lr.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ls.png b/themes/material/img/flags/ls.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/lt.png b/themes/material/img/flags/lt.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/lu.png b/themes/material/img/flags/lu.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/lv.png b/themes/material/img/flags/lv.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ly.png b/themes/material/img/flags/ly.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ma.png b/themes/material/img/flags/ma.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/mc.png b/themes/material/img/flags/mc.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/md.png b/themes/material/img/flags/md.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/mg.png b/themes/material/img/flags/mg.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/mh.png b/themes/material/img/flags/mh.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/mk.png b/themes/material/img/flags/mk.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ml.png b/themes/material/img/flags/ml.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/mm.png b/themes/material/img/flags/mm.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/mn.png b/themes/material/img/flags/mn.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/mo.png b/themes/material/img/flags/mo.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/mp.png b/themes/material/img/flags/mp.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/mq.png b/themes/material/img/flags/mq.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/mr.png b/themes/material/img/flags/mr.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ms.png b/themes/material/img/flags/ms.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/mt.png b/themes/material/img/flags/mt.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/mu.png b/themes/material/img/flags/mu.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/mv.png b/themes/material/img/flags/mv.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/mw.png b/themes/material/img/flags/mw.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/mx.png b/themes/material/img/flags/mx.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/my.png b/themes/material/img/flags/my.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/mz.png b/themes/material/img/flags/mz.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/na.png b/themes/material/img/flags/na.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/nc.png b/themes/material/img/flags/nc.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ne.png b/themes/material/img/flags/ne.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/nf.png b/themes/material/img/flags/nf.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ng.png b/themes/material/img/flags/ng.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ni.png b/themes/material/img/flags/ni.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/nl.png b/themes/material/img/flags/nl.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/no.png b/themes/material/img/flags/no.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/np.png b/themes/material/img/flags/np.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/nr.png b/themes/material/img/flags/nr.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/nu.png b/themes/material/img/flags/nu.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/nz.png b/themes/material/img/flags/nz.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/om.png b/themes/material/img/flags/om.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/pa.png b/themes/material/img/flags/pa.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/pe.png b/themes/material/img/flags/pe.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/pf.png b/themes/material/img/flags/pf.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/pg.png b/themes/material/img/flags/pg.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ph.png b/themes/material/img/flags/ph.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/pk.png b/themes/material/img/flags/pk.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/pl.png b/themes/material/img/flags/pl.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/pm.png b/themes/material/img/flags/pm.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/pn.png b/themes/material/img/flags/pn.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/pr.png b/themes/material/img/flags/pr.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ps.png b/themes/material/img/flags/ps.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/pt.png b/themes/material/img/flags/pt.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/pw.png b/themes/material/img/flags/pw.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/py.png b/themes/material/img/flags/py.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/qa.png b/themes/material/img/flags/qa.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/re.png b/themes/material/img/flags/re.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ro.png b/themes/material/img/flags/ro.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ru.png b/themes/material/img/flags/ru.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/rw.png b/themes/material/img/flags/rw.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/sa.png b/themes/material/img/flags/sa.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/sb.png b/themes/material/img/flags/sb.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/sc.png b/themes/material/img/flags/sc.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/scotland.png b/themes/material/img/flags/scotland.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/sd.png b/themes/material/img/flags/sd.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/se.png b/themes/material/img/flags/se.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/sg.png b/themes/material/img/flags/sg.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/sh.png b/themes/material/img/flags/sh.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/si.png b/themes/material/img/flags/si.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/sj.png b/themes/material/img/flags/sj.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/sk.png b/themes/material/img/flags/sk.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/sl.png b/themes/material/img/flags/sl.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/sm.png b/themes/material/img/flags/sm.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/sn.png b/themes/material/img/flags/sn.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/so.png b/themes/material/img/flags/so.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/sr.png b/themes/material/img/flags/sr.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/st.png b/themes/material/img/flags/st.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/sv.png b/themes/material/img/flags/sv.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/sy.png b/themes/material/img/flags/sy.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/sz.png b/themes/material/img/flags/sz.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/tc.png b/themes/material/img/flags/tc.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/td.png b/themes/material/img/flags/td.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/tf.png b/themes/material/img/flags/tf.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/tg.png b/themes/material/img/flags/tg.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/th.png b/themes/material/img/flags/th.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/tj.png b/themes/material/img/flags/tj.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/tk.png b/themes/material/img/flags/tk.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/tl.png b/themes/material/img/flags/tl.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/tm.png b/themes/material/img/flags/tm.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/tn.png b/themes/material/img/flags/tn.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/to.png b/themes/material/img/flags/to.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/tr.png b/themes/material/img/flags/tr.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/tt.png b/themes/material/img/flags/tt.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/tv.png b/themes/material/img/flags/tv.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/tw.png b/themes/material/img/flags/tw.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/tz.png b/themes/material/img/flags/tz.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ua.png b/themes/material/img/flags/ua.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ug.png b/themes/material/img/flags/ug.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/um.png b/themes/material/img/flags/um.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/us.png b/themes/material/img/flags/us.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/usa.png b/themes/material/img/flags/usa.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/uy.png b/themes/material/img/flags/uy.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/uz.png b/themes/material/img/flags/uz.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/va.png b/themes/material/img/flags/va.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/vc.png b/themes/material/img/flags/vc.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ve.png b/themes/material/img/flags/ve.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/vg.png b/themes/material/img/flags/vg.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/vi.png b/themes/material/img/flags/vi.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/vn.png b/themes/material/img/flags/vn.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/vu.png b/themes/material/img/flags/vu.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/wales.png b/themes/material/img/flags/wales.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/wf.png b/themes/material/img/flags/wf.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ws.png b/themes/material/img/flags/ws.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/ye.png b/themes/material/img/flags/ye.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/yt.png b/themes/material/img/flags/yt.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/za.png b/themes/material/img/flags/za.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/zm.png b/themes/material/img/flags/zm.png old mode 100755 new mode 100644 diff --git a/themes/material/img/flags/zw.png b/themes/material/img/flags/zw.png old mode 100755 new mode 100644 diff --git a/upload.php b/upload.php old mode 100755 new mode 100644