From 8712a7fcd3c7e4e2267c588bebaebb29592d34c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Sun, 24 Jul 2016 12:51:49 +0200 Subject: [PATCH] update to freshrss 1.4.0 --- sources/CONTRIBUTING.md | 0 sources/CREDITS.md | 0 sources/README.fr.md | 0 sources/README.md | 0 sources/app/.htaccess | 0 sources/app/Controllers/authController.php | 0 sources/app/Controllers/categoryController.php | 0 sources/app/Controllers/errorController.php | 0 sources/app/Controllers/extensionController.php | 0 sources/app/Controllers/importExportController.php | 0 sources/app/Controllers/statsController.php | 0 sources/app/Controllers/subscriptionController.php | 0 sources/app/Controllers/updateController.php | 0 sources/app/Controllers/userController.php | 0 sources/app/Exceptions/BadUrlException.php | 0 sources/app/Exceptions/ContextException.php | 0 sources/app/Exceptions/DAOException.php | 0 sources/app/Exceptions/EntriesGetterException.php | 0 sources/app/Exceptions/FeedException.php | 0 sources/app/FreshRSS.php | 0 sources/app/Models/Auth.php | 0 sources/app/Models/Category.php | 0 sources/app/Models/CategoryDAO.php | 0 sources/app/Models/ConfigurationSetter.php | 0 sources/app/Models/Context.php | 0 sources/app/Models/DatabaseDAO.php | 0 sources/app/Models/DatabaseDAOSQLite.php | 0 sources/app/Models/Days.php | 0 sources/app/Models/Entry.php | 0 sources/app/Models/EntryDAO.php | 0 sources/app/Models/EntryDAOSQLite.php | 0 sources/app/Models/Factory.php | 0 sources/app/Models/Feed.php | 0 sources/app/Models/FeedDAO.php | 0 sources/app/Models/FeedDAOSQLite.php | 0 sources/app/Models/Log.php | 0 sources/app/Models/LogDAO.php | 0 sources/app/Models/Search.php | 0 sources/app/Models/Searchable.php | 0 sources/app/Models/Share.php | 0 sources/app/Models/StatsDAO.php | 0 sources/app/Models/StatsDAOSQLite.php | 0 sources/app/Models/Themes.php | 0 sources/app/Models/UserDAO.php | 0 sources/app/Models/UserQuery.php | 0 sources/app/SQL/install.sql.mysql.php | 0 sources/app/SQL/install.sql.sqlite.php | 0 sources/app/i18n/cz/admin.php | 0 sources/app/i18n/cz/conf.php | 0 sources/app/i18n/cz/feedback.php | 0 sources/app/i18n/cz/gen.php | 0 sources/app/i18n/cz/index.php | 0 sources/app/i18n/cz/install.php | 0 sources/app/i18n/cz/sub.php | 0 sources/app/i18n/de/admin.php | 0 sources/app/i18n/de/conf.php | 0 sources/app/i18n/de/feedback.php | 0 sources/app/i18n/de/gen.php | 0 sources/app/i18n/de/index.php | 0 sources/app/i18n/de/install.php | 0 sources/app/i18n/de/sub.php | 0 sources/app/i18n/en/admin.php | 0 sources/app/i18n/en/conf.php | 0 sources/app/i18n/en/feedback.php | 0 sources/app/i18n/en/gen.php | 0 sources/app/i18n/en/index.php | 0 sources/app/i18n/en/install.php | 0 sources/app/i18n/en/sub.php | 0 sources/app/i18n/fr/admin.php | 0 sources/app/i18n/fr/conf.php | 0 sources/app/i18n/fr/feedback.php | 0 sources/app/i18n/fr/gen.php | 0 sources/app/i18n/fr/index.php | 0 sources/app/i18n/fr/install.php | 0 sources/app/i18n/fr/sub.php | 0 sources/app/i18n/it/admin.php | 0 sources/app/i18n/it/conf.php | 0 sources/app/i18n/it/feedback.php | 0 sources/app/i18n/it/gen.php | 0 sources/app/i18n/it/index.php | 0 sources/app/i18n/it/install.php | 0 sources/app/i18n/it/sub.php | 0 sources/app/i18n/nl/admin.php | 0 sources/app/i18n/nl/conf.php | 0 sources/app/i18n/nl/feedback.php | 0 sources/app/i18n/nl/gen.php | 0 sources/app/i18n/nl/index.php | 0 sources/app/i18n/nl/install.php | 0 sources/app/i18n/nl/sub.php | 0 sources/app/i18n/ru/admin.php | 0 sources/app/i18n/ru/conf.php | 0 sources/app/i18n/ru/feedback.php | 0 sources/app/i18n/ru/gen.php | 0 sources/app/i18n/ru/index.php | 0 sources/app/i18n/ru/install.php | 0 sources/app/i18n/ru/sub.php | 0 sources/app/i18n/tr/admin.php | 0 sources/app/i18n/tr/conf.php | 0 sources/app/i18n/tr/feedback.php | 0 sources/app/i18n/tr/gen.php | 0 sources/app/i18n/tr/index.php | 0 sources/app/i18n/tr/install.php | 0 sources/app/i18n/tr/sub.php | 0 sources/app/index.html | 0 sources/app/install.php | 0 sources/app/layout/aside_configure.phtml | 0 sources/app/layout/aside_feed.phtml | 0 sources/app/layout/aside_stats.phtml | 0 sources/app/layout/aside_subscription.phtml | 0 sources/app/layout/header.phtml | 0 sources/app/layout/layout.phtml | 0 sources/app/layout/nav_entries.phtml | 0 sources/app/layout/nav_menu.phtml | 0 sources/app/views/auth/formLogin.phtml | 0 sources/app/views/auth/index.phtml | 0 sources/app/views/auth/logout.phtml | 0 sources/app/views/auth/personaLogin.phtml | 0 sources/app/views/auth/register.phtml | 0 sources/app/views/auth/reset.phtml | 0 sources/app/views/configure/archiving.phtml | 0 sources/app/views/configure/display.phtml | 0 sources/app/views/configure/queries.phtml | 0 sources/app/views/configure/reading.phtml | 0 sources/app/views/configure/sharing.phtml | 0 sources/app/views/configure/shortcut.phtml | 0 sources/app/views/configure/system.phtml | 0 sources/app/views/error/index.phtml | 0 sources/app/views/extension/configure.phtml | 0 sources/app/views/extension/index.phtml | 0 sources/app/views/feed/actualize.phtml | 0 sources/app/views/feed/add.phtml | 0 sources/app/views/feed/move.phtml | 0 sources/app/views/helpers/export/articles.phtml | 0 sources/app/views/helpers/export/opml.phtml | 0 sources/app/views/helpers/extension/configure.phtml | 0 sources/app/views/helpers/extension/details.phtml | 0 sources/app/views/helpers/feed/update.phtml | 0 .../views/helpers/index/normal/entry_bottom.phtml | 0 .../views/helpers/index/normal/entry_header.phtml | 0 sources/app/views/helpers/javascript_vars.phtml | 0 sources/app/views/importExport/export.phtml | 0 sources/app/views/importExport/index.phtml | 0 sources/app/views/index/about.phtml | 0 sources/app/views/index/global.phtml | 0 sources/app/views/index/index.phtml | 0 sources/app/views/index/logs.phtml | 0 sources/app/views/index/normal.phtml | 0 sources/app/views/index/reader.phtml | 0 sources/app/views/javascript/actualize.phtml | 0 sources/app/views/javascript/nbUnreadsPerFeed.phtml | 0 sources/app/views/javascript/nonce.phtml | 0 sources/app/views/stats/idle.phtml | 0 sources/app/views/stats/index.phtml | 0 sources/app/views/stats/repartition.phtml | 0 sources/app/views/subscription/feed.phtml | 0 sources/app/views/subscription/index.phtml | 0 sources/app/views/update/apply.phtml | 0 sources/app/views/update/checkInstall.phtml | 0 sources/app/views/update/index.phtml | 0 sources/app/views/user/manage.phtml | 0 sources/app/views/user/profile.phtml | 0 sources/data/PubSubHubbub/feeds/README.md | 0 sources/data/PubSubHubbub/keys/README.md | 0 sources/data/cache/index.html | 0 sources/data/config.default.php | 0 sources/data/do-install.txt | 0 sources/data/favicons/index.html | 0 sources/data/force-https.default.txt | 0 sources/data/index.html | 0 sources/data/persona/index.html | 0 sources/data/shares.php | 0 sources/data/tokens/index.html | 0 sources/data/users/_/config.default.php | 0 sources/data/users/index.html | 0 sources/extensions/README.md | 0 sources/index.html | 0 sources/index.php | 0 sources/lib/Favicon/DataAccess.php | 0 sources/lib/Favicon/Favicon.php | 0 sources/lib/JSON.php | 0 sources/lib/Minz/ActionController.php | 0 sources/lib/Minz/ActionException.php | 0 sources/lib/Minz/Configuration.php | 0 sources/lib/Minz/ConfigurationException.php | 0 .../lib/Minz/ConfigurationNamespaceException.php | 0 sources/lib/Minz/ConfigurationParamException.php | 0 .../Minz/ControllerNotActionControllerException.php | 0 sources/lib/Minz/ControllerNotExistException.php | 0 sources/lib/Minz/CurrentPagePaginationException.php | 0 sources/lib/Minz/Dispatcher.php | 0 sources/lib/Minz/Error.php | 0 sources/lib/Minz/Exception.php | 0 sources/lib/Minz/Extension.php | 0 sources/lib/Minz/ExtensionException.php | 0 sources/lib/Minz/ExtensionManager.php | 0 sources/lib/Minz/FileNotExistException.php | 0 sources/lib/Minz/FrontController.php | 0 sources/lib/Minz/Helper.php | 0 sources/lib/Minz/Log.php | 0 sources/lib/Minz/Model.php | 0 sources/lib/Minz/ModelArray.php | 0 sources/lib/Minz/ModelPdo.php | 0 sources/lib/Minz/PDOConnectionException.php | 0 sources/lib/Minz/Paginator.php | 0 sources/lib/Minz/PermissionDeniedException.php | 0 sources/lib/Minz/Request.php | 0 sources/lib/Minz/Session.php | 0 sources/lib/Minz/Translate.php | 0 sources/lib/Minz/Url.php | 0 sources/lib/Minz/View.php | 0 sources/lib/SimplePie/SimplePie.php | 0 sources/lib/SimplePie/SimplePie/Author.php | 0 sources/lib/SimplePie/SimplePie/Cache.php | 0 sources/lib/SimplePie/SimplePie/Cache/Base.php | 0 sources/lib/SimplePie/SimplePie/Cache/DB.php | 0 sources/lib/SimplePie/SimplePie/Cache/File.php | 0 sources/lib/SimplePie/SimplePie/Cache/Memcache.php | 0 sources/lib/SimplePie/SimplePie/Cache/MySQL.php | 0 sources/lib/SimplePie/SimplePie/Caption.php | 0 sources/lib/SimplePie/SimplePie/Category.php | 0 .../SimplePie/SimplePie/Content/Type/Sniffer.php | 0 sources/lib/SimplePie/SimplePie/Copyright.php | 0 sources/lib/SimplePie/SimplePie/Core.php | 0 sources/lib/SimplePie/SimplePie/Credit.php | 0 .../SimplePie/SimplePie/Decode/HTML/Entities.php | 0 sources/lib/SimplePie/SimplePie/Enclosure.php | 0 sources/lib/SimplePie/SimplePie/Exception.php | 0 sources/lib/SimplePie/SimplePie/File.php | 0 sources/lib/SimplePie/SimplePie/HTTP/Parser.php | 0 sources/lib/SimplePie/SimplePie/IRI.php | 0 sources/lib/SimplePie/SimplePie/Item.php | 0 sources/lib/SimplePie/SimplePie/Locator.php | 0 sources/lib/SimplePie/SimplePie/Misc.php | 0 sources/lib/SimplePie/SimplePie/Net/IPv6.php | 0 sources/lib/SimplePie/SimplePie/Parse/Date.php | 0 sources/lib/SimplePie/SimplePie/Parser.php | 0 sources/lib/SimplePie/SimplePie/Rating.php | 0 sources/lib/SimplePie/SimplePie/Restriction.php | 0 sources/lib/SimplePie/SimplePie/Sanitize.php | 0 sources/lib/SimplePie/SimplePie/Source.php | 0 .../SimplePie/SimplePie/XML/Declaration/Parser.php | 0 sources/lib/SimplePie/SimplePie/gzdecode.php | 0 sources/lib/http-conditional.php | 0 sources/lib/lib_date.php | 0 sources/lib/lib_opml.php | 0 sources/lib/lib_phpQuery.php | 0 sources/lib/lib_rss.php | 0 sources/lib/password_compat.php | 0 sources/p/Web.config | 0 sources/p/api/greader.php | 0 sources/p/api/index.html | 0 sources/p/api/pshb.php | 0 sources/p/ext.php | 0 sources/p/f.php | 0 sources/p/favicon.ico | Bin sources/p/index.html | 0 sources/p/robots.txt | 0 sources/p/scripts/bcrypt.min.js | 0 sources/p/scripts/category.js | 0 sources/p/scripts/flotr2.min.js | 0 sources/p/scripts/global_view.js | 0 sources/p/scripts/install.js | 0 sources/p/scripts/jquery.min.js | 0 sources/p/scripts/main.js | 0 sources/p/scripts/persona.js | 0 sources/p/scripts/repartition.js | 0 sources/p/scripts/shortcut.js | 0 sources/p/scripts/stats.js | 0 sources/p/themes/BlueLagoon/BlueLagoon.css | 0 sources/p/themes/BlueLagoon/README.md | 0 sources/p/themes/BlueLagoon/icons/bookmark.svg | 0 .../themes/BlueLagoon/icons/favicon-16-32-48-64.ico | Bin sources/p/themes/BlueLagoon/icons/favicon-256.png | Bin sources/p/themes/BlueLagoon/icons/favicon.svg | 0 sources/p/themes/BlueLagoon/icons/icon.svg | 0 sources/p/themes/BlueLagoon/icons/non-starred.svg | 0 sources/p/themes/BlueLagoon/icons/read.svg | 0 sources/p/themes/BlueLagoon/icons/starred.svg | 0 sources/p/themes/BlueLagoon/icons/unread.svg | 0 sources/p/themes/BlueLagoon/loader.gif | Bin sources/p/themes/BlueLagoon/metadata.json | 0 sources/p/themes/BlueLagoon/template.css | 0 sources/p/themes/BlueLagoon/thumbs/original.png | Bin sources/p/themes/Dark/dark.css | 0 sources/p/themes/Dark/icons/icon.svg | 0 sources/p/themes/Dark/loader.gif | Bin sources/p/themes/Dark/metadata.json | 0 sources/p/themes/Dark/thumbs/original.png | Bin sources/p/themes/Flat/flat.css | 0 sources/p/themes/Flat/icons/add.svg | 0 sources/p/themes/Flat/icons/all.svg | 0 sources/p/themes/Flat/icons/category.svg | 0 sources/p/themes/Flat/icons/close.svg | 0 sources/p/themes/Flat/icons/configure.svg | 0 sources/p/themes/Flat/icons/down.svg | 0 sources/p/themes/Flat/icons/icon.svg | 0 sources/p/themes/Flat/icons/key.svg | 0 sources/p/themes/Flat/icons/next.svg | 0 sources/p/themes/Flat/icons/prev.svg | 0 sources/p/themes/Flat/icons/refresh.svg | 0 sources/p/themes/Flat/icons/rss.svg | 0 sources/p/themes/Flat/icons/search.svg | 0 sources/p/themes/Flat/icons/up.svg | 0 sources/p/themes/Flat/icons/view-global.svg | 0 sources/p/themes/Flat/icons/view-normal.svg | 0 sources/p/themes/Flat/icons/view-reader.svg | 0 sources/p/themes/Flat/loader.gif | Bin sources/p/themes/Flat/metadata.json | 0 sources/p/themes/Flat/thumbs/original.png | Bin sources/p/themes/Origine/loader.gif | Bin sources/p/themes/Origine/metadata.json | 0 sources/p/themes/Origine/origine.css | 0 sources/p/themes/Origine/thumbs/original.png | Bin sources/p/themes/Pafat/README.md | 0 sources/p/themes/Pafat/icons/all.svg | 0 sources/p/themes/Pafat/icons/bookmark.svg | 0 sources/p/themes/Pafat/icons/down.svg | 0 sources/p/themes/Pafat/icons/icon.svg | 0 sources/p/themes/Pafat/icons/link.svg | 0 sources/p/themes/Pafat/icons/login.svg | 0 sources/p/themes/Pafat/icons/logout.svg | 0 sources/p/themes/Pafat/icons/next.svg | 0 sources/p/themes/Pafat/icons/non-starred.svg | 0 sources/p/themes/Pafat/icons/prev.svg | 0 sources/p/themes/Pafat/icons/read.svg | 0 sources/p/themes/Pafat/icons/share.svg | 0 sources/p/themes/Pafat/icons/starred.svg | 0 sources/p/themes/Pafat/icons/tag.svg | 0 sources/p/themes/Pafat/icons/unread.svg | 0 sources/p/themes/Pafat/icons/up.svg | 0 sources/p/themes/Pafat/loader.gif | Bin sources/p/themes/Pafat/metadata.json | 0 sources/p/themes/Pafat/pafat.css | 0 sources/p/themes/Pafat/thumbs/original.png | Bin sources/p/themes/Screwdriver/README.md | 0 sources/p/themes/Screwdriver/icons/bookmark.svg | 0 .../Screwdriver/icons/favicon-16-32-48-64.ico | Bin sources/p/themes/Screwdriver/icons/favicon-256.png | Bin sources/p/themes/Screwdriver/icons/favicon.svg | 0 sources/p/themes/Screwdriver/icons/icon.svg | 0 sources/p/themes/Screwdriver/icons/read.svg | 0 sources/p/themes/Screwdriver/icons/starred.svg | 0 sources/p/themes/Screwdriver/icons/unread.svg | 0 sources/p/themes/Screwdriver/loader.gif | Bin sources/p/themes/Screwdriver/metadata.json | 0 sources/p/themes/Screwdriver/screwdriver.css | 0 sources/p/themes/Screwdriver/thumbs/original.png | Bin sources/p/themes/base-theme/README.md | 0 sources/p/themes/base-theme/base.css | 0 sources/p/themes/base-theme/loader.gif | Bin sources/p/themes/base-theme/metadata.json | 0 sources/p/themes/base-theme/template.css | 0 sources/p/themes/fonts/openSans.woff | Bin sources/p/themes/icons/add.svg | 0 sources/p/themes/icons/all.svg | 0 sources/p/themes/icons/apple-touch-icon.png | Bin sources/p/themes/icons/bookmark-add.svg | 0 sources/p/themes/icons/bookmark.svg | 0 sources/p/themes/icons/category-white.svg | 0 sources/p/themes/icons/category.svg | 0 sources/p/themes/icons/close.svg | 0 sources/p/themes/icons/configure.svg | 0 sources/p/themes/icons/default_favicon.ico | Bin sources/p/themes/icons/down.svg | 0 sources/p/themes/icons/favicon-16-32-48-64.ico | Bin sources/p/themes/icons/favicon-256.png | Bin sources/p/themes/icons/favicon.svg | 0 sources/p/themes/icons/grey.gif | Bin sources/p/themes/icons/help.svg | 0 sources/p/themes/icons/icon.svg | 0 sources/p/themes/icons/import.svg | 0 sources/p/themes/icons/key.svg | 0 sources/p/themes/icons/link.svg | 0 sources/p/themes/icons/login.svg | 0 sources/p/themes/icons/logout.svg | 0 sources/p/themes/icons/next.svg | 0 sources/p/themes/icons/non-starred.svg | 0 sources/p/themes/icons/prev.svg | 0 sources/p/themes/icons/read.svg | 0 sources/p/themes/icons/refresh.svg | 0 sources/p/themes/icons/rss.svg | 0 sources/p/themes/icons/search.svg | 0 sources/p/themes/icons/share.svg | 0 sources/p/themes/icons/starred.svg | 0 sources/p/themes/icons/stats.svg | 0 sources/p/themes/icons/tag.svg | 0 sources/p/themes/icons/unread.svg | 0 sources/p/themes/icons/up.svg | 0 sources/p/themes/icons/view-global.svg | 0 sources/p/themes/icons/view-normal.svg | 0 sources/p/themes/icons/view-reader.svg | 0 sources/p/themes/index.html | 0 sources/p/themes/p.css | 0 sources/tests/app/Models/CategoryTest.php | 0 sources/tests/app/Models/ContextTest.php | 0 sources/tests/app/Models/SearchTest.php | 0 sources/tests/app/Models/UserQueryTest.php | 0 sources/tests/bootstrap.php | 0 sources/tests/phpunit.xml | 0 399 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 sources/CONTRIBUTING.md mode change 100644 => 100755 sources/CREDITS.md mode change 100644 => 100755 sources/README.fr.md mode change 100644 => 100755 sources/README.md mode change 100644 => 100755 sources/app/.htaccess mode change 100644 => 100755 sources/app/Controllers/authController.php mode change 100644 => 100755 sources/app/Controllers/categoryController.php mode change 100644 => 100755 sources/app/Controllers/errorController.php mode change 100644 => 100755 sources/app/Controllers/extensionController.php mode change 100644 => 100755 sources/app/Controllers/importExportController.php mode change 100644 => 100755 sources/app/Controllers/statsController.php mode change 100644 => 100755 sources/app/Controllers/subscriptionController.php mode change 100644 => 100755 sources/app/Controllers/updateController.php mode change 100644 => 100755 sources/app/Controllers/userController.php mode change 100644 => 100755 sources/app/Exceptions/BadUrlException.php mode change 100644 => 100755 sources/app/Exceptions/ContextException.php mode change 100644 => 100755 sources/app/Exceptions/DAOException.php mode change 100644 => 100755 sources/app/Exceptions/EntriesGetterException.php mode change 100644 => 100755 sources/app/Exceptions/FeedException.php mode change 100644 => 100755 sources/app/FreshRSS.php mode change 100644 => 100755 sources/app/Models/Auth.php mode change 100644 => 100755 sources/app/Models/Category.php mode change 100644 => 100755 sources/app/Models/CategoryDAO.php mode change 100644 => 100755 sources/app/Models/ConfigurationSetter.php mode change 100644 => 100755 sources/app/Models/Context.php mode change 100644 => 100755 sources/app/Models/DatabaseDAO.php mode change 100644 => 100755 sources/app/Models/DatabaseDAOSQLite.php mode change 100644 => 100755 sources/app/Models/Days.php mode change 100644 => 100755 sources/app/Models/Entry.php mode change 100644 => 100755 sources/app/Models/EntryDAO.php mode change 100644 => 100755 sources/app/Models/EntryDAOSQLite.php mode change 100644 => 100755 sources/app/Models/Factory.php mode change 100644 => 100755 sources/app/Models/Feed.php mode change 100644 => 100755 sources/app/Models/FeedDAO.php mode change 100644 => 100755 sources/app/Models/FeedDAOSQLite.php mode change 100644 => 100755 sources/app/Models/Log.php mode change 100644 => 100755 sources/app/Models/LogDAO.php mode change 100644 => 100755 sources/app/Models/Search.php mode change 100644 => 100755 sources/app/Models/Searchable.php mode change 100644 => 100755 sources/app/Models/Share.php mode change 100644 => 100755 sources/app/Models/StatsDAO.php mode change 100644 => 100755 sources/app/Models/StatsDAOSQLite.php mode change 100644 => 100755 sources/app/Models/Themes.php mode change 100644 => 100755 sources/app/Models/UserDAO.php mode change 100644 => 100755 sources/app/Models/UserQuery.php mode change 100644 => 100755 sources/app/SQL/install.sql.mysql.php mode change 100644 => 100755 sources/app/SQL/install.sql.sqlite.php mode change 100644 => 100755 sources/app/i18n/cz/admin.php mode change 100644 => 100755 sources/app/i18n/cz/conf.php mode change 100644 => 100755 sources/app/i18n/cz/feedback.php mode change 100644 => 100755 sources/app/i18n/cz/gen.php mode change 100644 => 100755 sources/app/i18n/cz/index.php mode change 100644 => 100755 sources/app/i18n/cz/install.php mode change 100644 => 100755 sources/app/i18n/cz/sub.php mode change 100644 => 100755 sources/app/i18n/de/admin.php mode change 100644 => 100755 sources/app/i18n/de/conf.php mode change 100644 => 100755 sources/app/i18n/de/feedback.php mode change 100644 => 100755 sources/app/i18n/de/gen.php mode change 100644 => 100755 sources/app/i18n/de/index.php mode change 100644 => 100755 sources/app/i18n/de/install.php mode change 100644 => 100755 sources/app/i18n/de/sub.php mode change 100644 => 100755 sources/app/i18n/en/admin.php mode change 100644 => 100755 sources/app/i18n/en/conf.php mode change 100644 => 100755 sources/app/i18n/en/feedback.php mode change 100644 => 100755 sources/app/i18n/en/gen.php mode change 100644 => 100755 sources/app/i18n/en/index.php mode change 100644 => 100755 sources/app/i18n/en/install.php mode change 100644 => 100755 sources/app/i18n/en/sub.php mode change 100644 => 100755 sources/app/i18n/fr/admin.php mode change 100644 => 100755 sources/app/i18n/fr/conf.php mode change 100644 => 100755 sources/app/i18n/fr/feedback.php mode change 100644 => 100755 sources/app/i18n/fr/gen.php mode change 100644 => 100755 sources/app/i18n/fr/index.php mode change 100644 => 100755 sources/app/i18n/fr/install.php mode change 100644 => 100755 sources/app/i18n/fr/sub.php mode change 100644 => 100755 sources/app/i18n/it/admin.php mode change 100644 => 100755 sources/app/i18n/it/conf.php mode change 100644 => 100755 sources/app/i18n/it/feedback.php mode change 100644 => 100755 sources/app/i18n/it/gen.php mode change 100644 => 100755 sources/app/i18n/it/index.php mode change 100644 => 100755 sources/app/i18n/it/install.php mode change 100644 => 100755 sources/app/i18n/it/sub.php mode change 100644 => 100755 sources/app/i18n/nl/admin.php mode change 100644 => 100755 sources/app/i18n/nl/conf.php mode change 100644 => 100755 sources/app/i18n/nl/feedback.php mode change 100644 => 100755 sources/app/i18n/nl/gen.php mode change 100644 => 100755 sources/app/i18n/nl/index.php mode change 100644 => 100755 sources/app/i18n/nl/install.php mode change 100644 => 100755 sources/app/i18n/nl/sub.php mode change 100644 => 100755 sources/app/i18n/ru/admin.php mode change 100644 => 100755 sources/app/i18n/ru/conf.php mode change 100644 => 100755 sources/app/i18n/ru/feedback.php mode change 100644 => 100755 sources/app/i18n/ru/gen.php mode change 100644 => 100755 sources/app/i18n/ru/index.php mode change 100644 => 100755 sources/app/i18n/ru/install.php mode change 100644 => 100755 sources/app/i18n/ru/sub.php mode change 100644 => 100755 sources/app/i18n/tr/admin.php mode change 100644 => 100755 sources/app/i18n/tr/conf.php mode change 100644 => 100755 sources/app/i18n/tr/feedback.php mode change 100644 => 100755 sources/app/i18n/tr/gen.php mode change 100644 => 100755 sources/app/i18n/tr/index.php mode change 100644 => 100755 sources/app/i18n/tr/install.php mode change 100644 => 100755 sources/app/i18n/tr/sub.php mode change 100644 => 100755 sources/app/index.html mode change 100644 => 100755 sources/app/install.php mode change 100644 => 100755 sources/app/layout/aside_configure.phtml mode change 100644 => 100755 sources/app/layout/aside_feed.phtml mode change 100644 => 100755 sources/app/layout/aside_stats.phtml mode change 100644 => 100755 sources/app/layout/aside_subscription.phtml mode change 100644 => 100755 sources/app/layout/header.phtml mode change 100644 => 100755 sources/app/layout/layout.phtml mode change 100644 => 100755 sources/app/layout/nav_entries.phtml mode change 100644 => 100755 sources/app/layout/nav_menu.phtml mode change 100644 => 100755 sources/app/views/auth/formLogin.phtml mode change 100644 => 100755 sources/app/views/auth/index.phtml mode change 100644 => 100755 sources/app/views/auth/logout.phtml mode change 100644 => 100755 sources/app/views/auth/personaLogin.phtml mode change 100644 => 100755 sources/app/views/auth/register.phtml mode change 100644 => 100755 sources/app/views/auth/reset.phtml mode change 100644 => 100755 sources/app/views/configure/archiving.phtml mode change 100644 => 100755 sources/app/views/configure/display.phtml mode change 100644 => 100755 sources/app/views/configure/queries.phtml mode change 100644 => 100755 sources/app/views/configure/reading.phtml mode change 100644 => 100755 sources/app/views/configure/sharing.phtml mode change 100644 => 100755 sources/app/views/configure/shortcut.phtml mode change 100644 => 100755 sources/app/views/configure/system.phtml mode change 100644 => 100755 sources/app/views/error/index.phtml mode change 100644 => 100755 sources/app/views/extension/configure.phtml mode change 100644 => 100755 sources/app/views/extension/index.phtml mode change 100644 => 100755 sources/app/views/feed/actualize.phtml mode change 100644 => 100755 sources/app/views/feed/add.phtml mode change 100644 => 100755 sources/app/views/feed/move.phtml mode change 100644 => 100755 sources/app/views/helpers/export/articles.phtml mode change 100644 => 100755 sources/app/views/helpers/export/opml.phtml mode change 100644 => 100755 sources/app/views/helpers/extension/configure.phtml mode change 100644 => 100755 sources/app/views/helpers/extension/details.phtml mode change 100644 => 100755 sources/app/views/helpers/feed/update.phtml mode change 100644 => 100755 sources/app/views/helpers/index/normal/entry_bottom.phtml mode change 100644 => 100755 sources/app/views/helpers/index/normal/entry_header.phtml mode change 100644 => 100755 sources/app/views/helpers/javascript_vars.phtml mode change 100644 => 100755 sources/app/views/importExport/export.phtml mode change 100644 => 100755 sources/app/views/importExport/index.phtml mode change 100644 => 100755 sources/app/views/index/about.phtml mode change 100644 => 100755 sources/app/views/index/global.phtml mode change 100644 => 100755 sources/app/views/index/index.phtml mode change 100644 => 100755 sources/app/views/index/logs.phtml mode change 100644 => 100755 sources/app/views/index/normal.phtml mode change 100644 => 100755 sources/app/views/index/reader.phtml mode change 100644 => 100755 sources/app/views/javascript/actualize.phtml mode change 100644 => 100755 sources/app/views/javascript/nbUnreadsPerFeed.phtml mode change 100644 => 100755 sources/app/views/javascript/nonce.phtml mode change 100644 => 100755 sources/app/views/stats/idle.phtml mode change 100644 => 100755 sources/app/views/stats/index.phtml mode change 100644 => 100755 sources/app/views/stats/repartition.phtml mode change 100644 => 100755 sources/app/views/subscription/feed.phtml mode change 100644 => 100755 sources/app/views/subscription/index.phtml mode change 100644 => 100755 sources/app/views/update/apply.phtml mode change 100644 => 100755 sources/app/views/update/checkInstall.phtml mode change 100644 => 100755 sources/app/views/update/index.phtml mode change 100644 => 100755 sources/app/views/user/manage.phtml mode change 100644 => 100755 sources/app/views/user/profile.phtml mode change 100644 => 100755 sources/data/PubSubHubbub/feeds/README.md mode change 100644 => 100755 sources/data/PubSubHubbub/keys/README.md mode change 100644 => 100755 sources/data/cache/index.html mode change 100644 => 100755 sources/data/config.default.php mode change 100644 => 100755 sources/data/do-install.txt mode change 100644 => 100755 sources/data/favicons/index.html mode change 100644 => 100755 sources/data/force-https.default.txt mode change 100644 => 100755 sources/data/index.html mode change 100644 => 100755 sources/data/persona/index.html mode change 100644 => 100755 sources/data/shares.php mode change 100644 => 100755 sources/data/tokens/index.html mode change 100644 => 100755 sources/data/users/_/config.default.php mode change 100644 => 100755 sources/data/users/index.html mode change 100644 => 100755 sources/extensions/README.md mode change 100644 => 100755 sources/index.html mode change 100644 => 100755 sources/index.php mode change 100644 => 100755 sources/lib/Favicon/DataAccess.php mode change 100644 => 100755 sources/lib/Favicon/Favicon.php mode change 100644 => 100755 sources/lib/JSON.php mode change 100644 => 100755 sources/lib/Minz/ActionController.php mode change 100644 => 100755 sources/lib/Minz/ActionException.php mode change 100644 => 100755 sources/lib/Minz/Configuration.php mode change 100644 => 100755 sources/lib/Minz/ConfigurationException.php mode change 100644 => 100755 sources/lib/Minz/ConfigurationNamespaceException.php mode change 100644 => 100755 sources/lib/Minz/ConfigurationParamException.php mode change 100644 => 100755 sources/lib/Minz/ControllerNotActionControllerException.php mode change 100644 => 100755 sources/lib/Minz/ControllerNotExistException.php mode change 100644 => 100755 sources/lib/Minz/CurrentPagePaginationException.php mode change 100644 => 100755 sources/lib/Minz/Dispatcher.php mode change 100644 => 100755 sources/lib/Minz/Error.php mode change 100644 => 100755 sources/lib/Minz/Exception.php mode change 100644 => 100755 sources/lib/Minz/Extension.php mode change 100644 => 100755 sources/lib/Minz/ExtensionException.php mode change 100644 => 100755 sources/lib/Minz/ExtensionManager.php mode change 100644 => 100755 sources/lib/Minz/FileNotExistException.php mode change 100644 => 100755 sources/lib/Minz/FrontController.php mode change 100644 => 100755 sources/lib/Minz/Helper.php mode change 100644 => 100755 sources/lib/Minz/Log.php mode change 100644 => 100755 sources/lib/Minz/Model.php mode change 100644 => 100755 sources/lib/Minz/ModelArray.php mode change 100644 => 100755 sources/lib/Minz/ModelPdo.php mode change 100644 => 100755 sources/lib/Minz/PDOConnectionException.php mode change 100644 => 100755 sources/lib/Minz/Paginator.php mode change 100644 => 100755 sources/lib/Minz/PermissionDeniedException.php mode change 100644 => 100755 sources/lib/Minz/Request.php mode change 100644 => 100755 sources/lib/Minz/Session.php mode change 100644 => 100755 sources/lib/Minz/Translate.php mode change 100644 => 100755 sources/lib/Minz/Url.php mode change 100644 => 100755 sources/lib/Minz/View.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Author.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Cache.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Cache/Base.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Cache/DB.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Cache/File.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Cache/Memcache.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Cache/MySQL.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Caption.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Category.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Content/Type/Sniffer.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Copyright.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Core.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Credit.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Decode/HTML/Entities.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Enclosure.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Exception.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/File.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/HTTP/Parser.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/IRI.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Item.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Locator.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Misc.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Net/IPv6.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Parse/Date.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Parser.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Rating.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Restriction.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Sanitize.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/Source.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/XML/Declaration/Parser.php mode change 100644 => 100755 sources/lib/SimplePie/SimplePie/gzdecode.php mode change 100644 => 100755 sources/lib/http-conditional.php mode change 100644 => 100755 sources/lib/lib_date.php mode change 100644 => 100755 sources/lib/lib_opml.php mode change 100644 => 100755 sources/lib/lib_phpQuery.php mode change 100644 => 100755 sources/lib/lib_rss.php mode change 100644 => 100755 sources/lib/password_compat.php mode change 100644 => 100755 sources/p/Web.config mode change 100644 => 100755 sources/p/api/greader.php mode change 100644 => 100755 sources/p/api/index.html mode change 100644 => 100755 sources/p/api/pshb.php mode change 100644 => 100755 sources/p/ext.php mode change 100644 => 100755 sources/p/f.php mode change 100644 => 100755 sources/p/favicon.ico mode change 100644 => 100755 sources/p/index.html mode change 100644 => 100755 sources/p/robots.txt mode change 100644 => 100755 sources/p/scripts/bcrypt.min.js mode change 100644 => 100755 sources/p/scripts/category.js mode change 100644 => 100755 sources/p/scripts/flotr2.min.js mode change 100644 => 100755 sources/p/scripts/global_view.js mode change 100644 => 100755 sources/p/scripts/install.js mode change 100644 => 100755 sources/p/scripts/jquery.min.js mode change 100644 => 100755 sources/p/scripts/main.js mode change 100644 => 100755 sources/p/scripts/persona.js mode change 100644 => 100755 sources/p/scripts/repartition.js mode change 100644 => 100755 sources/p/scripts/shortcut.js mode change 100644 => 100755 sources/p/scripts/stats.js mode change 100644 => 100755 sources/p/themes/BlueLagoon/BlueLagoon.css mode change 100644 => 100755 sources/p/themes/BlueLagoon/README.md mode change 100644 => 100755 sources/p/themes/BlueLagoon/icons/bookmark.svg mode change 100644 => 100755 sources/p/themes/BlueLagoon/icons/favicon-16-32-48-64.ico mode change 100644 => 100755 sources/p/themes/BlueLagoon/icons/favicon-256.png mode change 100644 => 100755 sources/p/themes/BlueLagoon/icons/favicon.svg mode change 100644 => 100755 sources/p/themes/BlueLagoon/icons/icon.svg mode change 100644 => 100755 sources/p/themes/BlueLagoon/icons/non-starred.svg mode change 100644 => 100755 sources/p/themes/BlueLagoon/icons/read.svg mode change 100644 => 100755 sources/p/themes/BlueLagoon/icons/starred.svg mode change 100644 => 100755 sources/p/themes/BlueLagoon/icons/unread.svg mode change 100644 => 100755 sources/p/themes/BlueLagoon/loader.gif mode change 100644 => 100755 sources/p/themes/BlueLagoon/metadata.json mode change 100644 => 100755 sources/p/themes/BlueLagoon/template.css mode change 100644 => 100755 sources/p/themes/BlueLagoon/thumbs/original.png mode change 100644 => 100755 sources/p/themes/Dark/dark.css mode change 100644 => 100755 sources/p/themes/Dark/icons/icon.svg mode change 100644 => 100755 sources/p/themes/Dark/loader.gif mode change 100644 => 100755 sources/p/themes/Dark/metadata.json mode change 100644 => 100755 sources/p/themes/Dark/thumbs/original.png mode change 100644 => 100755 sources/p/themes/Flat/flat.css mode change 100644 => 100755 sources/p/themes/Flat/icons/add.svg mode change 100644 => 100755 sources/p/themes/Flat/icons/all.svg mode change 100644 => 100755 sources/p/themes/Flat/icons/category.svg mode change 100644 => 100755 sources/p/themes/Flat/icons/close.svg mode change 100644 => 100755 sources/p/themes/Flat/icons/configure.svg mode change 100644 => 100755 sources/p/themes/Flat/icons/down.svg mode change 100644 => 100755 sources/p/themes/Flat/icons/icon.svg mode change 100644 => 100755 sources/p/themes/Flat/icons/key.svg mode change 100644 => 100755 sources/p/themes/Flat/icons/next.svg mode change 100644 => 100755 sources/p/themes/Flat/icons/prev.svg mode change 100644 => 100755 sources/p/themes/Flat/icons/refresh.svg mode change 100644 => 100755 sources/p/themes/Flat/icons/rss.svg mode change 100644 => 100755 sources/p/themes/Flat/icons/search.svg mode change 100644 => 100755 sources/p/themes/Flat/icons/up.svg mode change 100644 => 100755 sources/p/themes/Flat/icons/view-global.svg mode change 100644 => 100755 sources/p/themes/Flat/icons/view-normal.svg mode change 100644 => 100755 sources/p/themes/Flat/icons/view-reader.svg mode change 100644 => 100755 sources/p/themes/Flat/loader.gif mode change 100644 => 100755 sources/p/themes/Flat/metadata.json mode change 100644 => 100755 sources/p/themes/Flat/thumbs/original.png mode change 100644 => 100755 sources/p/themes/Origine/loader.gif mode change 100644 => 100755 sources/p/themes/Origine/metadata.json mode change 100644 => 100755 sources/p/themes/Origine/origine.css mode change 100644 => 100755 sources/p/themes/Origine/thumbs/original.png mode change 100644 => 100755 sources/p/themes/Pafat/README.md mode change 100644 => 100755 sources/p/themes/Pafat/icons/all.svg mode change 100644 => 100755 sources/p/themes/Pafat/icons/bookmark.svg mode change 100644 => 100755 sources/p/themes/Pafat/icons/down.svg mode change 100644 => 100755 sources/p/themes/Pafat/icons/icon.svg mode change 100644 => 100755 sources/p/themes/Pafat/icons/link.svg mode change 100644 => 100755 sources/p/themes/Pafat/icons/login.svg mode change 100644 => 100755 sources/p/themes/Pafat/icons/logout.svg mode change 100644 => 100755 sources/p/themes/Pafat/icons/next.svg mode change 100644 => 100755 sources/p/themes/Pafat/icons/non-starred.svg mode change 100644 => 100755 sources/p/themes/Pafat/icons/prev.svg mode change 100644 => 100755 sources/p/themes/Pafat/icons/read.svg mode change 100644 => 100755 sources/p/themes/Pafat/icons/share.svg mode change 100644 => 100755 sources/p/themes/Pafat/icons/starred.svg mode change 100644 => 100755 sources/p/themes/Pafat/icons/tag.svg mode change 100644 => 100755 sources/p/themes/Pafat/icons/unread.svg mode change 100644 => 100755 sources/p/themes/Pafat/icons/up.svg mode change 100644 => 100755 sources/p/themes/Pafat/loader.gif mode change 100644 => 100755 sources/p/themes/Pafat/metadata.json mode change 100644 => 100755 sources/p/themes/Pafat/pafat.css mode change 100644 => 100755 sources/p/themes/Pafat/thumbs/original.png mode change 100644 => 100755 sources/p/themes/Screwdriver/README.md mode change 100644 => 100755 sources/p/themes/Screwdriver/icons/bookmark.svg mode change 100644 => 100755 sources/p/themes/Screwdriver/icons/favicon-16-32-48-64.ico mode change 100644 => 100755 sources/p/themes/Screwdriver/icons/favicon-256.png mode change 100644 => 100755 sources/p/themes/Screwdriver/icons/favicon.svg mode change 100644 => 100755 sources/p/themes/Screwdriver/icons/icon.svg mode change 100644 => 100755 sources/p/themes/Screwdriver/icons/read.svg mode change 100644 => 100755 sources/p/themes/Screwdriver/icons/starred.svg mode change 100644 => 100755 sources/p/themes/Screwdriver/icons/unread.svg mode change 100644 => 100755 sources/p/themes/Screwdriver/loader.gif mode change 100644 => 100755 sources/p/themes/Screwdriver/metadata.json mode change 100644 => 100755 sources/p/themes/Screwdriver/screwdriver.css mode change 100644 => 100755 sources/p/themes/Screwdriver/thumbs/original.png mode change 100644 => 100755 sources/p/themes/base-theme/README.md mode change 100644 => 100755 sources/p/themes/base-theme/base.css mode change 100644 => 100755 sources/p/themes/base-theme/loader.gif mode change 100644 => 100755 sources/p/themes/base-theme/metadata.json mode change 100644 => 100755 sources/p/themes/base-theme/template.css mode change 100644 => 100755 sources/p/themes/fonts/openSans.woff mode change 100644 => 100755 sources/p/themes/icons/add.svg mode change 100644 => 100755 sources/p/themes/icons/all.svg mode change 100644 => 100755 sources/p/themes/icons/apple-touch-icon.png mode change 100644 => 100755 sources/p/themes/icons/bookmark-add.svg mode change 100644 => 100755 sources/p/themes/icons/bookmark.svg mode change 100644 => 100755 sources/p/themes/icons/category-white.svg mode change 100644 => 100755 sources/p/themes/icons/category.svg mode change 100644 => 100755 sources/p/themes/icons/close.svg mode change 100644 => 100755 sources/p/themes/icons/configure.svg mode change 100644 => 100755 sources/p/themes/icons/default_favicon.ico mode change 100644 => 100755 sources/p/themes/icons/down.svg mode change 100644 => 100755 sources/p/themes/icons/favicon-16-32-48-64.ico mode change 100644 => 100755 sources/p/themes/icons/favicon-256.png mode change 100644 => 100755 sources/p/themes/icons/favicon.svg mode change 100644 => 100755 sources/p/themes/icons/grey.gif mode change 100644 => 100755 sources/p/themes/icons/help.svg mode change 100644 => 100755 sources/p/themes/icons/icon.svg mode change 100644 => 100755 sources/p/themes/icons/import.svg mode change 100644 => 100755 sources/p/themes/icons/key.svg mode change 100644 => 100755 sources/p/themes/icons/link.svg mode change 100644 => 100755 sources/p/themes/icons/login.svg mode change 100644 => 100755 sources/p/themes/icons/logout.svg mode change 100644 => 100755 sources/p/themes/icons/next.svg mode change 100644 => 100755 sources/p/themes/icons/non-starred.svg mode change 100644 => 100755 sources/p/themes/icons/prev.svg mode change 100644 => 100755 sources/p/themes/icons/read.svg mode change 100644 => 100755 sources/p/themes/icons/refresh.svg mode change 100644 => 100755 sources/p/themes/icons/rss.svg mode change 100644 => 100755 sources/p/themes/icons/search.svg mode change 100644 => 100755 sources/p/themes/icons/share.svg mode change 100644 => 100755 sources/p/themes/icons/starred.svg mode change 100644 => 100755 sources/p/themes/icons/stats.svg mode change 100644 => 100755 sources/p/themes/icons/tag.svg mode change 100644 => 100755 sources/p/themes/icons/unread.svg mode change 100644 => 100755 sources/p/themes/icons/up.svg mode change 100644 => 100755 sources/p/themes/icons/view-global.svg mode change 100644 => 100755 sources/p/themes/icons/view-normal.svg mode change 100644 => 100755 sources/p/themes/icons/view-reader.svg mode change 100644 => 100755 sources/p/themes/index.html mode change 100644 => 100755 sources/p/themes/p.css mode change 100644 => 100755 sources/tests/app/Models/CategoryTest.php mode change 100644 => 100755 sources/tests/app/Models/ContextTest.php mode change 100644 => 100755 sources/tests/app/Models/SearchTest.php mode change 100644 => 100755 sources/tests/app/Models/UserQueryTest.php mode change 100644 => 100755 sources/tests/bootstrap.php mode change 100644 => 100755 sources/tests/phpunit.xml diff --git a/sources/CONTRIBUTING.md b/sources/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/sources/CREDITS.md b/sources/CREDITS.md old mode 100644 new mode 100755 diff --git a/sources/README.fr.md b/sources/README.fr.md old mode 100644 new mode 100755 diff --git a/sources/README.md b/sources/README.md old mode 100644 new mode 100755 diff --git a/sources/app/.htaccess b/sources/app/.htaccess old mode 100644 new mode 100755 diff --git a/sources/app/Controllers/authController.php b/sources/app/Controllers/authController.php old mode 100644 new mode 100755 diff --git a/sources/app/Controllers/categoryController.php b/sources/app/Controllers/categoryController.php old mode 100644 new mode 100755 diff --git a/sources/app/Controllers/errorController.php b/sources/app/Controllers/errorController.php old mode 100644 new mode 100755 diff --git a/sources/app/Controllers/extensionController.php b/sources/app/Controllers/extensionController.php old mode 100644 new mode 100755 diff --git a/sources/app/Controllers/importExportController.php b/sources/app/Controllers/importExportController.php old mode 100644 new mode 100755 diff --git a/sources/app/Controllers/statsController.php b/sources/app/Controllers/statsController.php old mode 100644 new mode 100755 diff --git a/sources/app/Controllers/subscriptionController.php b/sources/app/Controllers/subscriptionController.php old mode 100644 new mode 100755 diff --git a/sources/app/Controllers/updateController.php b/sources/app/Controllers/updateController.php old mode 100644 new mode 100755 diff --git a/sources/app/Controllers/userController.php b/sources/app/Controllers/userController.php old mode 100644 new mode 100755 diff --git a/sources/app/Exceptions/BadUrlException.php b/sources/app/Exceptions/BadUrlException.php old mode 100644 new mode 100755 diff --git a/sources/app/Exceptions/ContextException.php b/sources/app/Exceptions/ContextException.php old mode 100644 new mode 100755 diff --git a/sources/app/Exceptions/DAOException.php b/sources/app/Exceptions/DAOException.php old mode 100644 new mode 100755 diff --git a/sources/app/Exceptions/EntriesGetterException.php b/sources/app/Exceptions/EntriesGetterException.php old mode 100644 new mode 100755 diff --git a/sources/app/Exceptions/FeedException.php b/sources/app/Exceptions/FeedException.php old mode 100644 new mode 100755 diff --git a/sources/app/FreshRSS.php b/sources/app/FreshRSS.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/Auth.php b/sources/app/Models/Auth.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/Category.php b/sources/app/Models/Category.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/CategoryDAO.php b/sources/app/Models/CategoryDAO.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/ConfigurationSetter.php b/sources/app/Models/ConfigurationSetter.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/Context.php b/sources/app/Models/Context.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/DatabaseDAO.php b/sources/app/Models/DatabaseDAO.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/DatabaseDAOSQLite.php b/sources/app/Models/DatabaseDAOSQLite.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/Days.php b/sources/app/Models/Days.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/Entry.php b/sources/app/Models/Entry.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/EntryDAO.php b/sources/app/Models/EntryDAO.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/EntryDAOSQLite.php b/sources/app/Models/EntryDAOSQLite.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/Factory.php b/sources/app/Models/Factory.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/Feed.php b/sources/app/Models/Feed.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/FeedDAO.php b/sources/app/Models/FeedDAO.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/FeedDAOSQLite.php b/sources/app/Models/FeedDAOSQLite.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/Log.php b/sources/app/Models/Log.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/LogDAO.php b/sources/app/Models/LogDAO.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/Search.php b/sources/app/Models/Search.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/Searchable.php b/sources/app/Models/Searchable.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/Share.php b/sources/app/Models/Share.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/StatsDAO.php b/sources/app/Models/StatsDAO.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/StatsDAOSQLite.php b/sources/app/Models/StatsDAOSQLite.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/Themes.php b/sources/app/Models/Themes.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/UserDAO.php b/sources/app/Models/UserDAO.php old mode 100644 new mode 100755 diff --git a/sources/app/Models/UserQuery.php b/sources/app/Models/UserQuery.php old mode 100644 new mode 100755 diff --git a/sources/app/SQL/install.sql.mysql.php b/sources/app/SQL/install.sql.mysql.php old mode 100644 new mode 100755 diff --git a/sources/app/SQL/install.sql.sqlite.php b/sources/app/SQL/install.sql.sqlite.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/cz/admin.php b/sources/app/i18n/cz/admin.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/cz/conf.php b/sources/app/i18n/cz/conf.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/cz/feedback.php b/sources/app/i18n/cz/feedback.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/cz/gen.php b/sources/app/i18n/cz/gen.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/cz/index.php b/sources/app/i18n/cz/index.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/cz/install.php b/sources/app/i18n/cz/install.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/cz/sub.php b/sources/app/i18n/cz/sub.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/de/admin.php b/sources/app/i18n/de/admin.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/de/conf.php b/sources/app/i18n/de/conf.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/de/feedback.php b/sources/app/i18n/de/feedback.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/de/gen.php b/sources/app/i18n/de/gen.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/de/index.php b/sources/app/i18n/de/index.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/de/install.php b/sources/app/i18n/de/install.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/de/sub.php b/sources/app/i18n/de/sub.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/en/admin.php b/sources/app/i18n/en/admin.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/en/conf.php b/sources/app/i18n/en/conf.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/en/feedback.php b/sources/app/i18n/en/feedback.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/en/gen.php b/sources/app/i18n/en/gen.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/en/index.php b/sources/app/i18n/en/index.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/en/install.php b/sources/app/i18n/en/install.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/en/sub.php b/sources/app/i18n/en/sub.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/fr/admin.php b/sources/app/i18n/fr/admin.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/fr/conf.php b/sources/app/i18n/fr/conf.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/fr/feedback.php b/sources/app/i18n/fr/feedback.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/fr/gen.php b/sources/app/i18n/fr/gen.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/fr/index.php b/sources/app/i18n/fr/index.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/fr/install.php b/sources/app/i18n/fr/install.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/fr/sub.php b/sources/app/i18n/fr/sub.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/it/admin.php b/sources/app/i18n/it/admin.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/it/conf.php b/sources/app/i18n/it/conf.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/it/feedback.php b/sources/app/i18n/it/feedback.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/it/gen.php b/sources/app/i18n/it/gen.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/it/index.php b/sources/app/i18n/it/index.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/it/install.php b/sources/app/i18n/it/install.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/it/sub.php b/sources/app/i18n/it/sub.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/nl/admin.php b/sources/app/i18n/nl/admin.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/nl/conf.php b/sources/app/i18n/nl/conf.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/nl/feedback.php b/sources/app/i18n/nl/feedback.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/nl/gen.php b/sources/app/i18n/nl/gen.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/nl/index.php b/sources/app/i18n/nl/index.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/nl/install.php b/sources/app/i18n/nl/install.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/nl/sub.php b/sources/app/i18n/nl/sub.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/ru/admin.php b/sources/app/i18n/ru/admin.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/ru/conf.php b/sources/app/i18n/ru/conf.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/ru/feedback.php b/sources/app/i18n/ru/feedback.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/ru/gen.php b/sources/app/i18n/ru/gen.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/ru/index.php b/sources/app/i18n/ru/index.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/ru/install.php b/sources/app/i18n/ru/install.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/ru/sub.php b/sources/app/i18n/ru/sub.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/tr/admin.php b/sources/app/i18n/tr/admin.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/tr/conf.php b/sources/app/i18n/tr/conf.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/tr/feedback.php b/sources/app/i18n/tr/feedback.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/tr/gen.php b/sources/app/i18n/tr/gen.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/tr/index.php b/sources/app/i18n/tr/index.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/tr/install.php b/sources/app/i18n/tr/install.php old mode 100644 new mode 100755 diff --git a/sources/app/i18n/tr/sub.php b/sources/app/i18n/tr/sub.php old mode 100644 new mode 100755 diff --git a/sources/app/index.html b/sources/app/index.html old mode 100644 new mode 100755 diff --git a/sources/app/install.php b/sources/app/install.php old mode 100644 new mode 100755 diff --git a/sources/app/layout/aside_configure.phtml b/sources/app/layout/aside_configure.phtml old mode 100644 new mode 100755 diff --git a/sources/app/layout/aside_feed.phtml b/sources/app/layout/aside_feed.phtml old mode 100644 new mode 100755 diff --git a/sources/app/layout/aside_stats.phtml b/sources/app/layout/aside_stats.phtml old mode 100644 new mode 100755 diff --git a/sources/app/layout/aside_subscription.phtml b/sources/app/layout/aside_subscription.phtml old mode 100644 new mode 100755 diff --git a/sources/app/layout/header.phtml b/sources/app/layout/header.phtml old mode 100644 new mode 100755 diff --git a/sources/app/layout/layout.phtml b/sources/app/layout/layout.phtml old mode 100644 new mode 100755 diff --git a/sources/app/layout/nav_entries.phtml b/sources/app/layout/nav_entries.phtml old mode 100644 new mode 100755 diff --git a/sources/app/layout/nav_menu.phtml b/sources/app/layout/nav_menu.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/auth/formLogin.phtml b/sources/app/views/auth/formLogin.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/auth/index.phtml b/sources/app/views/auth/index.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/auth/logout.phtml b/sources/app/views/auth/logout.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/auth/personaLogin.phtml b/sources/app/views/auth/personaLogin.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/auth/register.phtml b/sources/app/views/auth/register.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/auth/reset.phtml b/sources/app/views/auth/reset.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/configure/archiving.phtml b/sources/app/views/configure/archiving.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/configure/display.phtml b/sources/app/views/configure/display.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/configure/queries.phtml b/sources/app/views/configure/queries.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/configure/reading.phtml b/sources/app/views/configure/reading.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/configure/sharing.phtml b/sources/app/views/configure/sharing.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/configure/shortcut.phtml b/sources/app/views/configure/shortcut.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/configure/system.phtml b/sources/app/views/configure/system.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/error/index.phtml b/sources/app/views/error/index.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/extension/configure.phtml b/sources/app/views/extension/configure.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/extension/index.phtml b/sources/app/views/extension/index.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/feed/actualize.phtml b/sources/app/views/feed/actualize.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/feed/add.phtml b/sources/app/views/feed/add.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/feed/move.phtml b/sources/app/views/feed/move.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/helpers/export/articles.phtml b/sources/app/views/helpers/export/articles.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/helpers/export/opml.phtml b/sources/app/views/helpers/export/opml.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/helpers/extension/configure.phtml b/sources/app/views/helpers/extension/configure.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/helpers/extension/details.phtml b/sources/app/views/helpers/extension/details.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/helpers/feed/update.phtml b/sources/app/views/helpers/feed/update.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/helpers/index/normal/entry_bottom.phtml b/sources/app/views/helpers/index/normal/entry_bottom.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/helpers/index/normal/entry_header.phtml b/sources/app/views/helpers/index/normal/entry_header.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/helpers/javascript_vars.phtml b/sources/app/views/helpers/javascript_vars.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/importExport/export.phtml b/sources/app/views/importExport/export.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/importExport/index.phtml b/sources/app/views/importExport/index.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/index/about.phtml b/sources/app/views/index/about.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/index/global.phtml b/sources/app/views/index/global.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/index/index.phtml b/sources/app/views/index/index.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/index/logs.phtml b/sources/app/views/index/logs.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/index/normal.phtml b/sources/app/views/index/normal.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/index/reader.phtml b/sources/app/views/index/reader.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/javascript/actualize.phtml b/sources/app/views/javascript/actualize.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/javascript/nbUnreadsPerFeed.phtml b/sources/app/views/javascript/nbUnreadsPerFeed.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/javascript/nonce.phtml b/sources/app/views/javascript/nonce.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/stats/idle.phtml b/sources/app/views/stats/idle.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/stats/index.phtml b/sources/app/views/stats/index.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/stats/repartition.phtml b/sources/app/views/stats/repartition.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/subscription/feed.phtml b/sources/app/views/subscription/feed.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/subscription/index.phtml b/sources/app/views/subscription/index.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/update/apply.phtml b/sources/app/views/update/apply.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/update/checkInstall.phtml b/sources/app/views/update/checkInstall.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/update/index.phtml b/sources/app/views/update/index.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/user/manage.phtml b/sources/app/views/user/manage.phtml old mode 100644 new mode 100755 diff --git a/sources/app/views/user/profile.phtml b/sources/app/views/user/profile.phtml old mode 100644 new mode 100755 diff --git a/sources/data/PubSubHubbub/feeds/README.md b/sources/data/PubSubHubbub/feeds/README.md old mode 100644 new mode 100755 diff --git a/sources/data/PubSubHubbub/keys/README.md b/sources/data/PubSubHubbub/keys/README.md old mode 100644 new mode 100755 diff --git a/sources/data/cache/index.html b/sources/data/cache/index.html old mode 100644 new mode 100755 diff --git a/sources/data/config.default.php b/sources/data/config.default.php old mode 100644 new mode 100755 diff --git a/sources/data/do-install.txt b/sources/data/do-install.txt old mode 100644 new mode 100755 diff --git a/sources/data/favicons/index.html b/sources/data/favicons/index.html old mode 100644 new mode 100755 diff --git a/sources/data/force-https.default.txt b/sources/data/force-https.default.txt old mode 100644 new mode 100755 diff --git a/sources/data/index.html b/sources/data/index.html old mode 100644 new mode 100755 diff --git a/sources/data/persona/index.html b/sources/data/persona/index.html old mode 100644 new mode 100755 diff --git a/sources/data/shares.php b/sources/data/shares.php old mode 100644 new mode 100755 diff --git a/sources/data/tokens/index.html b/sources/data/tokens/index.html old mode 100644 new mode 100755 diff --git a/sources/data/users/_/config.default.php b/sources/data/users/_/config.default.php old mode 100644 new mode 100755 diff --git a/sources/data/users/index.html b/sources/data/users/index.html old mode 100644 new mode 100755 diff --git a/sources/extensions/README.md b/sources/extensions/README.md old mode 100644 new mode 100755 diff --git a/sources/index.html b/sources/index.html old mode 100644 new mode 100755 diff --git a/sources/index.php b/sources/index.php old mode 100644 new mode 100755 diff --git a/sources/lib/Favicon/DataAccess.php b/sources/lib/Favicon/DataAccess.php old mode 100644 new mode 100755 diff --git a/sources/lib/Favicon/Favicon.php b/sources/lib/Favicon/Favicon.php old mode 100644 new mode 100755 diff --git a/sources/lib/JSON.php b/sources/lib/JSON.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/ActionController.php b/sources/lib/Minz/ActionController.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/ActionException.php b/sources/lib/Minz/ActionException.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/Configuration.php b/sources/lib/Minz/Configuration.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/ConfigurationException.php b/sources/lib/Minz/ConfigurationException.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/ConfigurationNamespaceException.php b/sources/lib/Minz/ConfigurationNamespaceException.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/ConfigurationParamException.php b/sources/lib/Minz/ConfigurationParamException.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/ControllerNotActionControllerException.php b/sources/lib/Minz/ControllerNotActionControllerException.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/ControllerNotExistException.php b/sources/lib/Minz/ControllerNotExistException.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/CurrentPagePaginationException.php b/sources/lib/Minz/CurrentPagePaginationException.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/Dispatcher.php b/sources/lib/Minz/Dispatcher.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/Error.php b/sources/lib/Minz/Error.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/Exception.php b/sources/lib/Minz/Exception.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/Extension.php b/sources/lib/Minz/Extension.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/ExtensionException.php b/sources/lib/Minz/ExtensionException.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/ExtensionManager.php b/sources/lib/Minz/ExtensionManager.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/FileNotExistException.php b/sources/lib/Minz/FileNotExistException.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/FrontController.php b/sources/lib/Minz/FrontController.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/Helper.php b/sources/lib/Minz/Helper.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/Log.php b/sources/lib/Minz/Log.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/Model.php b/sources/lib/Minz/Model.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/ModelArray.php b/sources/lib/Minz/ModelArray.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/ModelPdo.php b/sources/lib/Minz/ModelPdo.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/PDOConnectionException.php b/sources/lib/Minz/PDOConnectionException.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/Paginator.php b/sources/lib/Minz/Paginator.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/PermissionDeniedException.php b/sources/lib/Minz/PermissionDeniedException.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/Request.php b/sources/lib/Minz/Request.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/Session.php b/sources/lib/Minz/Session.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/Translate.php b/sources/lib/Minz/Translate.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/Url.php b/sources/lib/Minz/Url.php old mode 100644 new mode 100755 diff --git a/sources/lib/Minz/View.php b/sources/lib/Minz/View.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie.php b/sources/lib/SimplePie/SimplePie.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Author.php b/sources/lib/SimplePie/SimplePie/Author.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Cache.php b/sources/lib/SimplePie/SimplePie/Cache.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Cache/Base.php b/sources/lib/SimplePie/SimplePie/Cache/Base.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Cache/DB.php b/sources/lib/SimplePie/SimplePie/Cache/DB.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Cache/File.php b/sources/lib/SimplePie/SimplePie/Cache/File.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Cache/Memcache.php b/sources/lib/SimplePie/SimplePie/Cache/Memcache.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Cache/MySQL.php b/sources/lib/SimplePie/SimplePie/Cache/MySQL.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Caption.php b/sources/lib/SimplePie/SimplePie/Caption.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Category.php b/sources/lib/SimplePie/SimplePie/Category.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Content/Type/Sniffer.php b/sources/lib/SimplePie/SimplePie/Content/Type/Sniffer.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Copyright.php b/sources/lib/SimplePie/SimplePie/Copyright.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Core.php b/sources/lib/SimplePie/SimplePie/Core.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Credit.php b/sources/lib/SimplePie/SimplePie/Credit.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Decode/HTML/Entities.php b/sources/lib/SimplePie/SimplePie/Decode/HTML/Entities.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Enclosure.php b/sources/lib/SimplePie/SimplePie/Enclosure.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Exception.php b/sources/lib/SimplePie/SimplePie/Exception.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/File.php b/sources/lib/SimplePie/SimplePie/File.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/HTTP/Parser.php b/sources/lib/SimplePie/SimplePie/HTTP/Parser.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/IRI.php b/sources/lib/SimplePie/SimplePie/IRI.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Item.php b/sources/lib/SimplePie/SimplePie/Item.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Locator.php b/sources/lib/SimplePie/SimplePie/Locator.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Misc.php b/sources/lib/SimplePie/SimplePie/Misc.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Net/IPv6.php b/sources/lib/SimplePie/SimplePie/Net/IPv6.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Parse/Date.php b/sources/lib/SimplePie/SimplePie/Parse/Date.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Parser.php b/sources/lib/SimplePie/SimplePie/Parser.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Rating.php b/sources/lib/SimplePie/SimplePie/Rating.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Restriction.php b/sources/lib/SimplePie/SimplePie/Restriction.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Sanitize.php b/sources/lib/SimplePie/SimplePie/Sanitize.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/Source.php b/sources/lib/SimplePie/SimplePie/Source.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/XML/Declaration/Parser.php b/sources/lib/SimplePie/SimplePie/XML/Declaration/Parser.php old mode 100644 new mode 100755 diff --git a/sources/lib/SimplePie/SimplePie/gzdecode.php b/sources/lib/SimplePie/SimplePie/gzdecode.php old mode 100644 new mode 100755 diff --git a/sources/lib/http-conditional.php b/sources/lib/http-conditional.php old mode 100644 new mode 100755 diff --git a/sources/lib/lib_date.php b/sources/lib/lib_date.php old mode 100644 new mode 100755 diff --git a/sources/lib/lib_opml.php b/sources/lib/lib_opml.php old mode 100644 new mode 100755 diff --git a/sources/lib/lib_phpQuery.php b/sources/lib/lib_phpQuery.php old mode 100644 new mode 100755 diff --git a/sources/lib/lib_rss.php b/sources/lib/lib_rss.php old mode 100644 new mode 100755 diff --git a/sources/lib/password_compat.php b/sources/lib/password_compat.php old mode 100644 new mode 100755 diff --git a/sources/p/Web.config b/sources/p/Web.config old mode 100644 new mode 100755 diff --git a/sources/p/api/greader.php b/sources/p/api/greader.php old mode 100644 new mode 100755 diff --git a/sources/p/api/index.html b/sources/p/api/index.html old mode 100644 new mode 100755 diff --git a/sources/p/api/pshb.php b/sources/p/api/pshb.php old mode 100644 new mode 100755 diff --git a/sources/p/ext.php b/sources/p/ext.php old mode 100644 new mode 100755 diff --git a/sources/p/f.php b/sources/p/f.php old mode 100644 new mode 100755 diff --git a/sources/p/favicon.ico b/sources/p/favicon.ico old mode 100644 new mode 100755 diff --git a/sources/p/index.html b/sources/p/index.html old mode 100644 new mode 100755 diff --git a/sources/p/robots.txt b/sources/p/robots.txt old mode 100644 new mode 100755 diff --git a/sources/p/scripts/bcrypt.min.js b/sources/p/scripts/bcrypt.min.js old mode 100644 new mode 100755 diff --git a/sources/p/scripts/category.js b/sources/p/scripts/category.js old mode 100644 new mode 100755 diff --git a/sources/p/scripts/flotr2.min.js b/sources/p/scripts/flotr2.min.js old mode 100644 new mode 100755 diff --git a/sources/p/scripts/global_view.js b/sources/p/scripts/global_view.js old mode 100644 new mode 100755 diff --git a/sources/p/scripts/install.js b/sources/p/scripts/install.js old mode 100644 new mode 100755 diff --git a/sources/p/scripts/jquery.min.js b/sources/p/scripts/jquery.min.js old mode 100644 new mode 100755 diff --git a/sources/p/scripts/main.js b/sources/p/scripts/main.js old mode 100644 new mode 100755 diff --git a/sources/p/scripts/persona.js b/sources/p/scripts/persona.js old mode 100644 new mode 100755 diff --git a/sources/p/scripts/repartition.js b/sources/p/scripts/repartition.js old mode 100644 new mode 100755 diff --git a/sources/p/scripts/shortcut.js b/sources/p/scripts/shortcut.js old mode 100644 new mode 100755 diff --git a/sources/p/scripts/stats.js b/sources/p/scripts/stats.js old mode 100644 new mode 100755 diff --git a/sources/p/themes/BlueLagoon/BlueLagoon.css b/sources/p/themes/BlueLagoon/BlueLagoon.css old mode 100644 new mode 100755 diff --git a/sources/p/themes/BlueLagoon/README.md b/sources/p/themes/BlueLagoon/README.md old mode 100644 new mode 100755 diff --git a/sources/p/themes/BlueLagoon/icons/bookmark.svg b/sources/p/themes/BlueLagoon/icons/bookmark.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/BlueLagoon/icons/favicon-16-32-48-64.ico b/sources/p/themes/BlueLagoon/icons/favicon-16-32-48-64.ico old mode 100644 new mode 100755 diff --git a/sources/p/themes/BlueLagoon/icons/favicon-256.png b/sources/p/themes/BlueLagoon/icons/favicon-256.png old mode 100644 new mode 100755 diff --git a/sources/p/themes/BlueLagoon/icons/favicon.svg b/sources/p/themes/BlueLagoon/icons/favicon.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/BlueLagoon/icons/icon.svg b/sources/p/themes/BlueLagoon/icons/icon.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/BlueLagoon/icons/non-starred.svg b/sources/p/themes/BlueLagoon/icons/non-starred.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/BlueLagoon/icons/read.svg b/sources/p/themes/BlueLagoon/icons/read.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/BlueLagoon/icons/starred.svg b/sources/p/themes/BlueLagoon/icons/starred.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/BlueLagoon/icons/unread.svg b/sources/p/themes/BlueLagoon/icons/unread.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/BlueLagoon/loader.gif b/sources/p/themes/BlueLagoon/loader.gif old mode 100644 new mode 100755 diff --git a/sources/p/themes/BlueLagoon/metadata.json b/sources/p/themes/BlueLagoon/metadata.json old mode 100644 new mode 100755 diff --git a/sources/p/themes/BlueLagoon/template.css b/sources/p/themes/BlueLagoon/template.css old mode 100644 new mode 100755 diff --git a/sources/p/themes/BlueLagoon/thumbs/original.png b/sources/p/themes/BlueLagoon/thumbs/original.png old mode 100644 new mode 100755 diff --git a/sources/p/themes/Dark/dark.css b/sources/p/themes/Dark/dark.css old mode 100644 new mode 100755 diff --git a/sources/p/themes/Dark/icons/icon.svg b/sources/p/themes/Dark/icons/icon.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Dark/loader.gif b/sources/p/themes/Dark/loader.gif old mode 100644 new mode 100755 diff --git a/sources/p/themes/Dark/metadata.json b/sources/p/themes/Dark/metadata.json old mode 100644 new mode 100755 diff --git a/sources/p/themes/Dark/thumbs/original.png b/sources/p/themes/Dark/thumbs/original.png old mode 100644 new mode 100755 diff --git a/sources/p/themes/Flat/flat.css b/sources/p/themes/Flat/flat.css old mode 100644 new mode 100755 diff --git a/sources/p/themes/Flat/icons/add.svg b/sources/p/themes/Flat/icons/add.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Flat/icons/all.svg b/sources/p/themes/Flat/icons/all.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Flat/icons/category.svg b/sources/p/themes/Flat/icons/category.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Flat/icons/close.svg b/sources/p/themes/Flat/icons/close.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Flat/icons/configure.svg b/sources/p/themes/Flat/icons/configure.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Flat/icons/down.svg b/sources/p/themes/Flat/icons/down.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Flat/icons/icon.svg b/sources/p/themes/Flat/icons/icon.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Flat/icons/key.svg b/sources/p/themes/Flat/icons/key.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Flat/icons/next.svg b/sources/p/themes/Flat/icons/next.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Flat/icons/prev.svg b/sources/p/themes/Flat/icons/prev.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Flat/icons/refresh.svg b/sources/p/themes/Flat/icons/refresh.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Flat/icons/rss.svg b/sources/p/themes/Flat/icons/rss.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Flat/icons/search.svg b/sources/p/themes/Flat/icons/search.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Flat/icons/up.svg b/sources/p/themes/Flat/icons/up.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Flat/icons/view-global.svg b/sources/p/themes/Flat/icons/view-global.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Flat/icons/view-normal.svg b/sources/p/themes/Flat/icons/view-normal.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Flat/icons/view-reader.svg b/sources/p/themes/Flat/icons/view-reader.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Flat/loader.gif b/sources/p/themes/Flat/loader.gif old mode 100644 new mode 100755 diff --git a/sources/p/themes/Flat/metadata.json b/sources/p/themes/Flat/metadata.json old mode 100644 new mode 100755 diff --git a/sources/p/themes/Flat/thumbs/original.png b/sources/p/themes/Flat/thumbs/original.png old mode 100644 new mode 100755 diff --git a/sources/p/themes/Origine/loader.gif b/sources/p/themes/Origine/loader.gif old mode 100644 new mode 100755 diff --git a/sources/p/themes/Origine/metadata.json b/sources/p/themes/Origine/metadata.json old mode 100644 new mode 100755 diff --git a/sources/p/themes/Origine/origine.css b/sources/p/themes/Origine/origine.css old mode 100644 new mode 100755 diff --git a/sources/p/themes/Origine/thumbs/original.png b/sources/p/themes/Origine/thumbs/original.png old mode 100644 new mode 100755 diff --git a/sources/p/themes/Pafat/README.md b/sources/p/themes/Pafat/README.md old mode 100644 new mode 100755 diff --git a/sources/p/themes/Pafat/icons/all.svg b/sources/p/themes/Pafat/icons/all.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Pafat/icons/bookmark.svg b/sources/p/themes/Pafat/icons/bookmark.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Pafat/icons/down.svg b/sources/p/themes/Pafat/icons/down.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Pafat/icons/icon.svg b/sources/p/themes/Pafat/icons/icon.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Pafat/icons/link.svg b/sources/p/themes/Pafat/icons/link.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Pafat/icons/login.svg b/sources/p/themes/Pafat/icons/login.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Pafat/icons/logout.svg b/sources/p/themes/Pafat/icons/logout.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Pafat/icons/next.svg b/sources/p/themes/Pafat/icons/next.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Pafat/icons/non-starred.svg b/sources/p/themes/Pafat/icons/non-starred.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Pafat/icons/prev.svg b/sources/p/themes/Pafat/icons/prev.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Pafat/icons/read.svg b/sources/p/themes/Pafat/icons/read.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Pafat/icons/share.svg b/sources/p/themes/Pafat/icons/share.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Pafat/icons/starred.svg b/sources/p/themes/Pafat/icons/starred.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Pafat/icons/tag.svg b/sources/p/themes/Pafat/icons/tag.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Pafat/icons/unread.svg b/sources/p/themes/Pafat/icons/unread.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Pafat/icons/up.svg b/sources/p/themes/Pafat/icons/up.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Pafat/loader.gif b/sources/p/themes/Pafat/loader.gif old mode 100644 new mode 100755 diff --git a/sources/p/themes/Pafat/metadata.json b/sources/p/themes/Pafat/metadata.json old mode 100644 new mode 100755 diff --git a/sources/p/themes/Pafat/pafat.css b/sources/p/themes/Pafat/pafat.css old mode 100644 new mode 100755 diff --git a/sources/p/themes/Pafat/thumbs/original.png b/sources/p/themes/Pafat/thumbs/original.png old mode 100644 new mode 100755 diff --git a/sources/p/themes/Screwdriver/README.md b/sources/p/themes/Screwdriver/README.md old mode 100644 new mode 100755 diff --git a/sources/p/themes/Screwdriver/icons/bookmark.svg b/sources/p/themes/Screwdriver/icons/bookmark.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Screwdriver/icons/favicon-16-32-48-64.ico b/sources/p/themes/Screwdriver/icons/favicon-16-32-48-64.ico old mode 100644 new mode 100755 diff --git a/sources/p/themes/Screwdriver/icons/favicon-256.png b/sources/p/themes/Screwdriver/icons/favicon-256.png old mode 100644 new mode 100755 diff --git a/sources/p/themes/Screwdriver/icons/favicon.svg b/sources/p/themes/Screwdriver/icons/favicon.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Screwdriver/icons/icon.svg b/sources/p/themes/Screwdriver/icons/icon.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Screwdriver/icons/read.svg b/sources/p/themes/Screwdriver/icons/read.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Screwdriver/icons/starred.svg b/sources/p/themes/Screwdriver/icons/starred.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Screwdriver/icons/unread.svg b/sources/p/themes/Screwdriver/icons/unread.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/Screwdriver/loader.gif b/sources/p/themes/Screwdriver/loader.gif old mode 100644 new mode 100755 diff --git a/sources/p/themes/Screwdriver/metadata.json b/sources/p/themes/Screwdriver/metadata.json old mode 100644 new mode 100755 diff --git a/sources/p/themes/Screwdriver/screwdriver.css b/sources/p/themes/Screwdriver/screwdriver.css old mode 100644 new mode 100755 diff --git a/sources/p/themes/Screwdriver/thumbs/original.png b/sources/p/themes/Screwdriver/thumbs/original.png old mode 100644 new mode 100755 diff --git a/sources/p/themes/base-theme/README.md b/sources/p/themes/base-theme/README.md old mode 100644 new mode 100755 diff --git a/sources/p/themes/base-theme/base.css b/sources/p/themes/base-theme/base.css old mode 100644 new mode 100755 diff --git a/sources/p/themes/base-theme/loader.gif b/sources/p/themes/base-theme/loader.gif old mode 100644 new mode 100755 diff --git a/sources/p/themes/base-theme/metadata.json b/sources/p/themes/base-theme/metadata.json old mode 100644 new mode 100755 diff --git a/sources/p/themes/base-theme/template.css b/sources/p/themes/base-theme/template.css old mode 100644 new mode 100755 diff --git a/sources/p/themes/fonts/openSans.woff b/sources/p/themes/fonts/openSans.woff old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/add.svg b/sources/p/themes/icons/add.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/all.svg b/sources/p/themes/icons/all.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/apple-touch-icon.png b/sources/p/themes/icons/apple-touch-icon.png old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/bookmark-add.svg b/sources/p/themes/icons/bookmark-add.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/bookmark.svg b/sources/p/themes/icons/bookmark.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/category-white.svg b/sources/p/themes/icons/category-white.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/category.svg b/sources/p/themes/icons/category.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/close.svg b/sources/p/themes/icons/close.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/configure.svg b/sources/p/themes/icons/configure.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/default_favicon.ico b/sources/p/themes/icons/default_favicon.ico old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/down.svg b/sources/p/themes/icons/down.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/favicon-16-32-48-64.ico b/sources/p/themes/icons/favicon-16-32-48-64.ico old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/favicon-256.png b/sources/p/themes/icons/favicon-256.png old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/favicon.svg b/sources/p/themes/icons/favicon.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/grey.gif b/sources/p/themes/icons/grey.gif old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/help.svg b/sources/p/themes/icons/help.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/icon.svg b/sources/p/themes/icons/icon.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/import.svg b/sources/p/themes/icons/import.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/key.svg b/sources/p/themes/icons/key.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/link.svg b/sources/p/themes/icons/link.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/login.svg b/sources/p/themes/icons/login.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/logout.svg b/sources/p/themes/icons/logout.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/next.svg b/sources/p/themes/icons/next.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/non-starred.svg b/sources/p/themes/icons/non-starred.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/prev.svg b/sources/p/themes/icons/prev.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/read.svg b/sources/p/themes/icons/read.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/refresh.svg b/sources/p/themes/icons/refresh.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/rss.svg b/sources/p/themes/icons/rss.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/search.svg b/sources/p/themes/icons/search.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/share.svg b/sources/p/themes/icons/share.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/starred.svg b/sources/p/themes/icons/starred.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/stats.svg b/sources/p/themes/icons/stats.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/tag.svg b/sources/p/themes/icons/tag.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/unread.svg b/sources/p/themes/icons/unread.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/up.svg b/sources/p/themes/icons/up.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/view-global.svg b/sources/p/themes/icons/view-global.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/view-normal.svg b/sources/p/themes/icons/view-normal.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/icons/view-reader.svg b/sources/p/themes/icons/view-reader.svg old mode 100644 new mode 100755 diff --git a/sources/p/themes/index.html b/sources/p/themes/index.html old mode 100644 new mode 100755 diff --git a/sources/p/themes/p.css b/sources/p/themes/p.css old mode 100644 new mode 100755 diff --git a/sources/tests/app/Models/CategoryTest.php b/sources/tests/app/Models/CategoryTest.php old mode 100644 new mode 100755 diff --git a/sources/tests/app/Models/ContextTest.php b/sources/tests/app/Models/ContextTest.php old mode 100644 new mode 100755 diff --git a/sources/tests/app/Models/SearchTest.php b/sources/tests/app/Models/SearchTest.php old mode 100644 new mode 100755 diff --git a/sources/tests/app/Models/UserQueryTest.php b/sources/tests/app/Models/UserQueryTest.php old mode 100644 new mode 100755 diff --git a/sources/tests/bootstrap.php b/sources/tests/bootstrap.php old mode 100644 new mode 100755 diff --git a/sources/tests/phpunit.xml b/sources/tests/phpunit.xml old mode 100644 new mode 100755