Skip to main content


!Friendica Support This is the Smarty thing, right? I find the error message (in the shell) ambiguous, is it complaining that it doesn't have access to the directory, or that it does but isn't supposed to?
in reply to Lorraine Lee

Now I seem to have the CSS (although in my other one there's a picture).

Now the problem is /register is 404
in reply to Lorraine Lee

`/.well-known/host-meta` is also 404, but there is no `.well-known` directory.
in reply to Lorraine Lee

@Lorraine Lee it does not exist but is only a "virtual directory" so to say. It is served by Friendica when one tries to access it (like the /profile/<username> page etc.).

Is the URL rewriting configured for your webserver (Apache, nginx, lighttps whatever you use) for the location Friendica is installed to?
in reply to Lorraine Lee

@Lorraine Lee Are you using Apache or nginx? In the first case, you have to copy the .htaccess-dist file in the root Friendica directory to .htaccess. In the second, you have to setup a vserver in the nginx configuration, you can see an example in the mods folder
in reply to Hypolite Petovan

Apache. `.htaccess` is copied from `.htaccess-dist`, as per instructions.
in reply to Lorraine Lee

is it on a subdomain? (like friendica.bla.blub ) just guessing..
then maybe a setting in .htaccess
in reply to who knows

@xy @Lorraine Lee I had a similar issue here. Check config/node.config.php, there are entries that may point to non-existing paths. Especially urlpath.
in reply to Lorraine Lee

It's alive! Barring yet-undiagnosed deficiencies.
This entry was edited (1 year ago)
in reply to Lorraine Lee

Oof! Seemingly had everything working (as is far from the case on the shared hosting astoundingteam dot com #friendica instance) but now "No space left on device." `df` and `df i` show plenty of space and inodes on all devices (less than 6% usage in all cases). Is there some counter somewhere in the system (Ubuntu 22.04/Apache 2.4.52/MariaDB 10.6.12/PHP 8.1.2-1ubuntu2.11) that maybe sometimes doesn't decrement when blocks or inodes free up?
in reply to Lorraine Lee

@Lorraine Lee @Lorraine Lee I have seen such a message like this. Maybe then your database has a limit made by your hosting provider?
in reply to tom s

This is way, way under all the limits. Perhaps traffic spikes lead to spikes in inode consumption somehow. I'm aware of an issue that apparently has to do with semaphores. https://github.com/friendica/friendica/issues/8200 Right now the instance seems to be operating normally, seems to have righted itself somehow.
in reply to Lorraine Lee

@Lorraine Lee Yes, i know this situation, there is nothing to do about this. But, maybe check once again, if your temp-directory in the Admin-Account is ok, because if this is wrong, youre restricting yourself.
in reply to tom s

@tom s @Lorraine Lee If you need some setting advises, I use these in #FPM pool's php.ini file:
[f.haeder.net]
chdir = /
group = www-data
listen.allowed_clients = 127.0.0.1
listen.group = www-data
listen.mode = 0660
listen.owner = www-data
listen = /var/run/apache2/php7.4-fpm_friendica.sock
php_admin_flag[log_errors] = on
php_admin_value[error_log] = /var/www/.../phptmp/fpm-php.friendica.log
php_admin_value[memory_limit] = 128M
php_admin_value[session.save_path] = /var/www/.../phptmp
pm = dynamic
pm.max_children = 10000
pm.max_requests = 10000
pm.max_spare_servers = 15
pm.min_spare_servers = 5
pm.status_path = /pool-status
request_slowlog_timeout = 20s
slowlog = /var/log/php-fpm/$pool-slow.log
user = vuXXXX

So for my instance 128M is totally enough. :-)
in reply to Lorraine Lee

@Lorraine Lee Friendica itself may generate temporary files starting with http- in your PHP's temporary directory (here outside htdocs, alsways and highly recommended). It also can write there the friendica.log file which with a high debug level can easily produce a very large file. On productive/life systems I would recommend maximum WARNING level (and errors included).
in reply to Lorraine Lee

@Lorraine Lee So df is not showing any mount point with 100% usage? Here it was the case with /tmp (tmpfs) which ran full by Proton (a WINE adoption for Steam gaming platform).
in reply to Roland Häder

@Roland Häder @Lorraine Lee /tmp is also a good reason. She could check, if the /tmp-path in the admin-account is really correct and writeable.
in reply to Lorraine Lee

The ENOSPC problem seems to have resolved itself, but now, new -dev version, and I get

PHP Fatal error: Uncaught Error: Class "Friendica\Core\Logger\Util\Introspection" not found in /var/www/html/static/dependencies.config.php:192
Stack trace:
#0 /var/www/html/index.php(32): include()
#1 {main}
thrown in /var/www/html/static/dependencies.config.php on line 192
#1
in reply to Hypolite Petovan

a lot
$ git status
On branch develop
Your branch is up to date with 'origin/develop'.

Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .codecov.yml
modified: .ddev/config.yaml
modified: .editorconfig
modified: .gitattributes
modified: .github/ISSUE_TEMPLATE/bug_report.md
modified: .github/ISSUE_TEMPLATE/config.yml
modified: .github/ISSUE_TEMPLATE/feature_request.md
modified: .github/ISSUE_TEMPLATE/question.md
modified: .gitignore
modified: .gitmodules
modified: .htaccess-dist
modified: .php_cs.dist
modified: .tx/config
modified: .woodpecker/.code_standards_check.yml
modified: .woodpecker/.continuous-deployment.yml
modified: .woodpecker/.database_checks.yml
modified: .woodpecker/.license_check.yml
modified: .woodpecker/.messages.po_check.yml
modified: .woodpecker/.phpunit.yml
modified: .woodpecker/.releaser.yml
modified: CHANGELOG
modified: CONTRIBUTING.md
modified: CREDITS.txt
modified: Doxyfile
modified: LICENSE
modified: README.md
modified: VERSION
modified: Vagrantfile
modified: bin/.htaccess
modified: bin/dev/php-cs-fixer/.gitignore
modified: bin/dev/php-cs-fixer/composer.json
modified: bin/dev/php-cs-fixer/composer.lock
modified: bin/testargs.php
modified: composer.json
modified: composer.lock
modified: config/local-sample.config.php
modified: database.sql
modified: doc/API-Entities.md
modified: doc/API-Friendica.md
modified: doc/API-GNU-Social.md
modified: doc/API-Mastodon.md
modified: doc/API-Twitter.md
modified: doc/Accesskeys.md
modified: doc/Account-Basics.md
modified: doc/AddonStorageBackend.md
modified: doc/Addons.md
modified: doc/BBCode.md
modified: doc/Bugs-and-Issues.md
modified: doc/Chats.md
modified: doc/Composer.md
modified: doc/Config.md
modified: doc/Connectors.md
modified: doc/Developer-Domain-Driven-Design.md
modified: doc/Developer-How-To-Move-Classes-to-src.md
modified: doc/Developers-Intro.md
modified: doc/Export-Import-Contacts.md
modified: doc/FAQ-admin.md
modified: doc/FAQ.md
modified: doc/Forums.md
modified: doc/Github.md
modified: doc/Groups-and-Privacy.md
modified: doc/Home.md
modified: doc/Improve-Performance.md
modified: doc/Install.md
modified: doc/Installing-Connectors.md
modified: doc/KeyboardShortcuts.md
modified: doc/Making-Friends.md
modified: doc/Message-Flow.md
modified: doc/Migrate.md
modified: doc/Move-Account.md
modified: doc/Protocol.md
modified: doc/Quick-Start-andfinally.md
modified: doc/Quick-Start-groupsandpages.md
modified: doc/Quick-Start-guide.md
modified: doc/Quick-Start-makingnewfriends.md
modified: doc/Quick-Start-network.md
modified: doc/README.md
modified: doc/Remove-Account.md
modified: doc/SSL.md
modified: doc/Settings.md
modified: doc/Tags-and-Mentions.md
modified: doc/Tests.md
modified: doc/Text_comment.md
modified: doc/Text_editor.md
modified: doc/Two-Factor-Authentication.md
modified: doc/Update.md
modified: doc/Vagrant.md
modified: doc/api.md
modified: doc/autoloader.md
modified: doc/database.md
modified: doc/database/db_2fa_app_specific_password.md
modified: doc/database/db_2fa_recovery_codes.md
modified: doc/database/db_2fa_trusted_browser.md
modified: doc/database/db_account-suggestion.md
modified: doc/database/db_account-user.md
modified: doc/database/db_apcontact.md
modified: doc/database/db_application-marker.md
modified: doc/database/db_application-token.md
modified: doc/database/db_application.md
modified: doc/database/db_arrived-activity.md
modified: doc/database/db_attach.md
modified: doc/database/db_cache.md
modified: doc/database/db_config.md
modified: doc/database/db_contact-relation.md
modified: doc/database/db_contact.md
modified: doc/database/db_conv.md
modified: doc/database/db_conversation.md
modified: doc/database/db_delayed-post.md
modified: doc/database/db_delivery-queue.md
modified: doc/database/db_diaspora-contact.md
modified: doc/database/db_diaspora-interaction.md
modified: doc/database/db_endpoint.md
modified: doc/database/db_event.md
modified: doc/database/db_fetch-entry.md
modified: doc/database/db_fetched-activity.md
modified: doc/database/db_fsuggest.md
modified: doc/database/db_group.md
modified: doc/database/db_group_member.md
modified: doc/database/db_gserver-tag.md
modified: doc/database/db_gserver.md
modified: doc/database/db_hook.md
modified: doc/database/db_host.md
modified: doc/database/db_inbox-entry-receiver.md
modified: doc/database/db_inbox-entry.md
modified: doc/database/db_inbox-status.md
modified: doc/database/db_intro.md
modified: doc/database/db_item-uri.md
modified: doc/database/db_key-value.md
modified: doc/database/db_locks.md
modified: doc/database/db_mail.md
modified: doc/database/db_mailacct.md
modified: doc/database/db_manage.md
modified: doc/database/db_notification.md
modified: doc/database/db_notify-threads.md
modified: doc/database/db_notify.md
modified: doc/database/db_oembed.md
modified: doc/database/db_openwebauth-token.md
modified: doc/database/db_parsed_url.md
modified: doc/database/db_pconfig.md
modified: doc/database/db_permissionset.md
modified: doc/database/db_photo.md
modified: doc/database/db_post-activity.md
modified: doc/database/db_post-category.md
modified: doc/database/db_post-collection.md
modified: doc/database/db_post-content.md
modified: doc/database/db_post-delivery-data.md
modified: doc/database/db_post-delivery.md
modified: doc/database/db_post-history.md
modified: doc/database/db_post-link.md
modified: doc/database/db_post-media.md
modified: doc/database/db_post-question-option.md
modified: doc/database/db_post-question.md
modified: doc/database/db_post-tag.md
modified: doc/database/db_post-thread-user.md
modified: doc/database/db_post-thread.md
modified: doc/database/db_post-user-notification.md
modified: doc/database/db_post-user.md
modified: doc/database/db_post.md
modified: doc/database/db_process.md
modified: doc/database/db_profile.md
modified: doc/database/db_profile_field.md
modified: doc/database/db_push_subscriber.md
modified: doc/database/db_register.md
modified: doc/database/db_report-post.md
modified: doc/database/db_report.md
modified: doc/database/db_search.md
modified: doc/database/db_session.md
modified: doc/database/db_storage.md
modified: doc/database/db_subscription.md
modified: doc/database/db_tag.md
modified: doc/database/db_user-contact.md
modified: doc/database/db_user.md
modified: doc/database/db_userd.md
modified: doc/database/db_verb.md
modified: doc/database/db_worker-ipc.md
modified: doc/database/db_workerqueue.md
modified: doc/de/Account-Basics.md
modified: doc/de/Addons.md
modified: doc/de/BBCode.md
modified: doc/de/Bugs-and-Issues.md
modified: doc/de/Chats.md
modified: doc/de/Connectors.md
modified: doc/de/Developers.md
modified: doc/de/Export-Import-Contacts.md
modified: doc/de/FAQ-admin.md
modified: doc/de/FAQ.md
modified: doc/de/Forums.md
modified: doc/de/Groups-and-Privacy.md
modified: doc/de/Home.md
modified: doc/de/Improve-Performance.md
modified: doc/de/Install.md
modified: doc/de/Installing-Connectors.md
modified: doc/de/Making-Friends.md
modified: doc/de/Message-Flow.md
modified: doc/de/Move-Account.md
modified: doc/de/Quick-Start-andfinally.md
modified: doc/de/Quick-Start-groupsandpages.md
modified: doc/de/Quick-Start-guide.md
modified: doc/de/Quick-Start-makingnewfriends.md
modified: doc/de/Quick-Start-network.md
modified: doc/de/README.md
modified: doc/de/Remove-Account.md
modified: doc/de/SSL.md
modified: doc/de/Settings.md
modified: doc/de/Tags-and-Mentions.md
modified: doc/de/Text_comment.md
modified: doc/de/Text_editor.md
modified: doc/de/events.md
modified: doc/de/groupsandpages.md
modified: doc/de/guide.md
modified: doc/events.md
modified: doc/html/index.php
modified: doc/img/acl_win.png
modified: doc/img/camera.png
modified: doc/img/chain.png
modified: doc/img/diabook.png
modified: doc/img/editor_frio.png
modified: doc/img/editor_vier.png
modified: doc/img/friendica_rich_editor.png
modified: doc/img/frio_location.png
modified: doc/img/globe.png
modified: doc/img/lock.png
modified: doc/img/mic.png
modified: doc/img/padlock.png
modified: doc/img/paper_clip.png
modified: doc/img/post_categorize.png
modified: doc/img/post_choose.png
modified: doc/img/post_delete.png
modified: doc/img/post_link.png
modified: doc/img/post_mark.png
modified: doc/img/post_share.png
modified: doc/img/post_tag.png
modified: doc/img/post_thumbs_down.png
modified: doc/img/post_thumbs_up.png
modified: doc/img/posts_define.png
modified: doc/img/video.png
modified: doc/img/vier_icons.png
modified: doc/install-ejabberd.md
modified: doc/smarty3-templates.md
modified: doc/themes.md
modified: doc/tools.md
modified: doc/translations.md
modified: docblox.dist.xml
modified: images/appnet.png
modified: images/article.gif
modified: images/audio.gif
modified: images/b_block.gif
modified: images/b_drop.gif
modified: images/b_drop.png
modified: images/b_drophide.gif
modified: images/b_dropshow.gif
modified: images/b_edit.gif
modified: images/b_edit.png
modified: images/beer_mug.gif
modified: images/blank.png
modified: images/blogger.png
modified: images/buffer.png
modified: images/bug-x.gif
modified: images/calendar.png
modified: images/camera-icon.gif
modified: images/coffee.gif
modified: images/connect-bg.png
modified: images/content-types.png
modified: images/default-group-mm.png
modified: images/default-profile-mm.jpg
modified: images/default-profile-sm.jpg
modified: images/default-profile.jpg
modified: images/default/corgidon.png
modified: images/default/diaspora.png
modified: images/default/gotosocial.svg
modified: images/default/hometown.png
modified: images/default/koyuspace.png
modified: images/default/mastodon.png
modified: images/default/peertube-account.png
modified: images/default/peertube-channel.png
modified: images/default/pleroma.png
modified: images/default/plume.png
modified: images/diaspora-banner.jpg
modified: images/diaspora-logo.png
modified: images/diaspora.png
modified: images/discourse.png
modified: images/dislike.gif
modified: images/document.gif
modified: images/dreamwidth.png
modified: images/facebook.png
modified: images/ff-128.jpg
modified: images/ff-16.jpg
modified: images/ff-256.jpg
modified: images/ff-32.jpg
modified: images/ff-64.jpg
modified: images/ff.xcf
modified: images/friendica-128.jpg
modified: images/friendica-128.png
modified: images/friendica-16.jpg
modified: images/friendica-16.png
modified: images/friendica-1600.png
modified: images/friendica-192.jpg
modified: images/friendica-192.png
modified: images/friendica-256.jpg
modified: images/friendica-256.png
modified: images/friendica-32.jpg
modified: images/friendica-32.png
modified: images/friendica-404_svg_flexy-o-hare.png
modified: images/friendica-404_svg_hare-bottom-light-inside.png
modified: images/friendica-48.png
modified: images/friendica-512.jpg
modified: images/friendica-512.png
modified: images/friendica-64.jpg
modified: images/friendica-64.png
modified: images/friendica-96.png
modified: images/friendica-banner.jpg
modified: images/friendica-maskable-192.png
modified: images/friendica-maskable-512.png
modified: images/friendica-maskable.svg
modified: images/friendica.svg
modified: images/globe.gif
modified: images/gnusocial.png
modified: images/googleplus.png
modified: images/hide_off.png
modified: images/hide_on.png
modified: images/humane-tech-badge.svg
modified: images/icons.png
modified: images/icons/10/add.png
modified: images/icons/10/audio.png
modified: images/icons/10/delete.png
modified: images/icons/10/edit.png
modified: images/icons/10/feed.png
modified: images/icons/10/gear.png
modified: images/icons/10/group.png
modified: images/icons/10/image.png
modified: images/icons/10/info.png
modified: images/icons/10/link.png
modified: images/icons/10/lock.png
modified: images/icons/10/menu.png
modified: images/icons/10/notice.png
modified: images/icons/10/notify_off.png
modified: images/icons/10/notify_on.png
modified: images/icons/10/play.png
modified: images/icons/10/plugin.png
modified: images/icons/10/star.png
modified: images/icons/10/text.png
modified: images/icons/10/unlock.png
modified: images/icons/10/user.png
modified: images/icons/10/video.png
modified: images/icons/10/zip.png
modified: images/icons/16/add.png
modified: images/icons/16/audio.png
modified: images/icons/16/delete.png
modified: images/icons/16/edit.png
modified: images/icons/16/feed.png
modified: images/icons/16/gear.png
modified: images/icons/16/group.png
modified: images/icons/16/image.png
modified: images/icons/16/info.png
modified: images/icons/16/link.png
modified: images/icons/16/lock.png
modified: images/icons/16/menu.png
modified: images/icons/16/notice.png
modified: images/icons/16/notify_off.png
modified: images/icons/16/notify_on.png
modified: images/icons/16/play.png
modified: images/icons/16/plugin.png
modified: images/icons/16/star.png
modified: images/icons/16/text.png
modified: images/icons/16/unlock.png
modified: images/icons/16/user.png
modified: images/icons/16/video.png
modified: images/icons/16/zip.png
modified: images/icons/22/add.png
modified: images/icons/22/audio.png
modified: images/icons/22/delete.png
modified: images/icons/22/edit.png
modified: images/icons/22/feed.png
modified: images/icons/22/gear.png
modified: images/icons/22/group.png
modified: images/icons/22/image.png
modified: images/icons/22/info.png
modified: images/icons/22/link.png
modified: images/icons/22/lock.png
modified: images/icons/22/menu.png
modified: images/icons/22/notice.png
modified: images/icons/22/notify_off.png
modified: images/icons/22/notify_on.png
modified: images/icons/22/play.png
modified: images/icons/22/plugin.png
modified: images/icons/22/star.png
modified: images/icons/22/text.png
modified: images/icons/22/unlock.png
modified: images/icons/22/user.png
modified: images/icons/22/video.png
modified: images/icons/22/zip.png
modified: images/icons/48/add.png
modified: images/icons/48/audio.png
modified: images/icons/48/delete.png
modified: images/icons/48/edit.png
modified: images/icons/48/feed.png
modified: images/icons/48/gear.png
modified: images/icons/48/group.png
modified: images/icons/48/image.png
modified: images/icons/48/info.png
modified: images/icons/48/link.png
modified: images/icons/48/lock.png
modified: images/icons/48/menu.png
modified: images/icons/48/notice.png
modified: images/icons/48/notify_off.png
modified: images/icons/48/notify_on.png
modified: images/icons/48/play.png
modified: images/icons/48/plugin.png
modified: images/icons/48/star.png
modified: images/icons/48/text.png
modified: images/icons/48/unlock.png
modified: images/icons/48/user.png
modified: images/icons/48/video.png
modified: images/icons/48/zip.png
modified: images/icons/Makefile
modified: images/icons/add.png
modified: images/icons/audio.png
modified: images/icons/delete.png
modified: images/icons/edit.png
modified: images/icons/feed.png
modified: images/icons/gear.png
modified: images/icons/group.png
modified: images/icons/image.png
modified: images/icons/info.png
modified: images/icons/link.png
modified: images/icons/lock.png
modified: images/icons/menu.png
modified: images/icons/notice.png
modified: images/icons/notify_off.png
modified: images/icons/notify_on.png
modified: images/icons/play.png
modified: images/icons/plugin.png
modified: images/icons/star.png
modified: images/icons/text.png
modified: images/icons/unlock.png
modified: images/icons/user.png
modified: images/icons/video.png
modified: images/icons/zip.png
modified: images/insanejournal.gif
modified: images/larrow.gif
modified: images/larrw.gif
modified: images/libertree.png
modified: images/like.gif
modified: images/link-icon.gif
modified: images/lock_icon.gif
modified: images/logo.png
modified: images/lrarrow.gif
modified: images/mail.png
modified: images/mapicon.gif
modified: images/no.gif
modified: images/noglobe.gif
modified: images/nosign.jpg
modified: images/onoff.jpg
modified: images/pause.gif
modified: images/pen.png
modified: images/pencil.gif
modified: images/penhover.png
modified: images/people.gif
modified: images/person-175.jpg
modified: images/person-300.jpg
modified: images/person-48.jpg
modified: images/person-80.jpg
modified: images/play.gif
modified: images/plugin.png
modified: images/pumpio.png
modified: images/rarrow.gif
modified: images/rarrw.gif
modified: images/recycle.gif
modified: images/remote-link.gif
modified: images/rhash-16.png
modified: images/rm-16.png
modified: images/rotator.gif
modified: images/screenshots/friendica-frio-brown-profile-1.png
modified: images/screenshots/friendica-frio-brown-profile-2.png
modified: images/screenshots/friendica-frio-default-profile-1.png
modified: images/screenshots/friendica-frio-green-profle-1.png
modified: images/screenshots/friendica-frio-green-profle-2.png
modified: images/screenshots/friendica-frio-mobile-profle-1.png
modified: images/screenshots/friendica-frio-mobile-profle-2.png
modified: images/screenshots/friendica-frio-red-profle-1.png
modified: images/screenshots/friendica-frio-red-profle-2.png
modified: images/screenshots/friendica-frio-red-profle-3.png
modified: images/screenshots/friendica-vier-community.png
modified: images/screenshots/friendica-vier-profile.png
modified: images/search_18.png
modified: images/selected.png
modified: images/share.gif
modified: images/show_all_off.png
modified: images/show_all_on.png
modified: images/show_off.png
modified: images/show_on.png
modified: images/smiley-Oo.gif
modified: images/smiley-bangheaddesk.gif
modified: images/smiley-brokenheart.gif
modified: images/smiley-cool.gif
modified: images/smiley-cry.gif
modified: images/smiley-embarassed.gif
modified: images/smiley-facepalm.gif
modified: images/smiley-foot-in-mouth.gif
modified: images/smiley-frown.gif
modified: images/smiley-heart.gif
modified: images/smiley-innocent.gif
modified: images/smiley-kiss.gif
modified: images/smiley-laughing.gif
modified: images/smiley-money-mouth.gif
modified: images/smiley-sealed.gif
modified: images/smiley-shaka.gif
modified: images/smiley-smile.gif
modified: images/smiley-surprised.gif
modified: images/smiley-thumbsup.gif
modified: images/smiley-tongue-out.gif
modified: images/smiley-undecided.gif
modified: images/smiley-wink.gif
modified: images/smiley-yell.gif
modified: images/spencil.gif
modified: images/star.png
modified: images/star_dummy.png
modified: images/tools.png
modified: images/tumblr.png
modified: images/twitter.png
modified: images/twopeople.png
modified: images/unlock_icon.gif
modified: images/video.gif
modified: images/wordpress.png
modified: images/youtube_icon.gif
modified: index.php
modified: mod/item.php
modified: mod/lostpass.php
modified: mod/message.php
modified: mod/notes.php
modified: mod/photos.php
modified: mod/update_contact.php
modified: mod/update_notes.php
modified: mods/README.md
modified: mods/bookmarklet-share2friendica/README.md
modified: mods/bookmarklet-share2friendica/bookmarklet-share2friendica.js
modified: mods/fpostit/README
modified: mods/fpostit/fpostit.js
modified: mods/fpostit/fpostit.php
modified: mods/fpostit/friendica.svg
modified: mods/home.css
modified: mods/home.html
modified: mods/license/license_php.template
modified: mods/local.config.ci.php
modified: mods/local.config.vagrant.php
modified: mods/phpdoc-config.xml
modified: mods/phpstorm-code-style.xml
modified: mods/release-list-exclude.txt
modified: mods/release-list-include.txt
modified: mods/sample-Lighttpd.config
modified: mods/sample-nginx-certbot.config
modified: mods/sample-nginx-reverse-proxy.config
modified: mods/sample-nginx.config
modified: mods/sample-systemd.service
modified: mods/sample-systemd.timer
modified: ruleset.xml
modified: security.txt
modified: spec/dfrn-snap2.jpg
modified: spec/dfrn2.odt
modified: spec/dfrn2.pdf
modified: spec/dfrn2_contact_confirmation.png
modified: spec/dfrn2_contact_confirmation.svg
modified: spec/dfrn2_contact_request.png
modified: spec/dfrn2_contact_request.svg
modified: spec/zot-2012.txt
modified: spec/zot.txt
deleted: src/App.php
deleted: src/App/Arguments.php
deleted: src/App/BaseURL.php
deleted: src/App/Mode.php
deleted: src/App/Page.php
deleted: src/App/Request.php
deleted: src/App/Router.php
deleted: src/BaseCollection.php
deleted: src/BaseDataTransferObject.php
deleted: src/BaseEntity.php
deleted: src/BaseFactory.php
deleted: src/BaseModel.php
deleted: src/BaseModule.php
deleted: src/BaseRepository.php
deleted: src/Capabilities/ICanCreateFromTableRow.php
deleted: src/Capabilities/ICanCreateResponses.php
deleted: src/Capabilities/ICanHandleRequests.php
deleted: src/Collection/Api/Mastodon/Emojis.php
deleted: src/Collection/Api/Mastodon/Fields.php
deleted: src/Collection/Api/Mastodon/Mentions.php
deleted: src/Collection/Api/Notifications.php
deleted: src/Console/Addon.php
deleted: src/Console/ArchiveContact.php
deleted: src/Console/AutomaticInstallation.php
deleted: src/Console/Cache.php
deleted: src/Console/Config.php
deleted: src/Console/Contact.php
deleted: src/Console/CreateDoxygen.php
deleted: src/Console/DatabaseStructure.php
deleted: src/Console/DocBloxErrorChecker.php
deleted: src/Console/Extract.php
deleted: src/Console/FixAPDeliveryWorkerTaskParameters.php
deleted: src/Console/GlobalCommunityBlock.php
deleted: src/Console/GlobalCommunitySilence.php
deleted: src/Console/Lock.php
deleted: src/Console/Maintenance.php
deleted: src/Console/MergeContacts.php
deleted: src/Console/MoveToAvatarCache.php
deleted: src/Console/PhpToPo.php
deleted: src/Console/PoToPhp.php
deleted: src/Console/PostUpdate.php
deleted: src/Console/Relay.php
deleted: src/Console/Relocate.php
deleted: src/Console/ServerBlock.php
deleted: src/Console/Storage.php
deleted: src/Console/Test.php
deleted: src/Console/Typo.php
deleted: src/Console/User.php
deleted: src/Contact/Avatar.php
deleted: src/Contact/FriendSuggest/Collection/FriendSuggests.php
deleted: src/Contact/FriendSuggest/Entity/FriendSuggest.php
deleted: src/Contact/FriendSuggest/Exception/FriendSuggestNotFoundException.php
deleted: src/Contact/FriendSuggest/Exception/FriendSuggestPersistenceException.php
deleted: src/Contact/FriendSuggest/Factory/FriendSuggest.php
deleted: src/Contact/FriendSuggest/Repository/FriendSuggest.php
deleted: src/Contact/Introduction/Collection/Introductions.php
deleted: src/Contact/Introduction/Entity/Introduction.php
deleted: src/Contact/Introduction/Exception/IntroductionNotFoundException.php
deleted: src/Contact/Introduction/Exception/IntroductionPersistenceException.php
deleted: src/Contact/Introduction/Factory/Introduction.php
deleted: src/Contact/Introduction/Repository/Introduction.php
deleted: src/Contact/LocalRelationship/Entity/LocalRelationship.php
deleted: src/Contact/LocalRelationship/Exception/LocalRelationshipPersistenceException.php
deleted: src/Contact/LocalRelationship/Factory/LocalRelationship.php
deleted: src/Contact/LocalRelationship/Repository/LocalRelationship.php
deleted: src/Content/BoundariesPager.php
deleted: src/Content/ContactSelector.php
deleted: src/Content/Conversation.php
deleted: src/Content/Feature.php
deleted: src/Content/ForumManager.php
deleted: src/Content/Item.php
deleted: src/Content/Nav.php
deleted: src/Content/OEmbed.php
deleted: src/Content/PageInfo.php
deleted: src/Content/Pager.php
deleted: src/Content/Smilies.php
deleted: src/Content/Text/BBCode.php
deleted: src/Content/Text/BBCode/Video.php
deleted: src/Content/Text/HTML.php
deleted: src/Content/Text/HTMLPurifier_URIScheme_cid.php
deleted: src/Content/Text/Markdown.php
deleted: src/Content/Text/MarkdownParser.php
deleted: src/Content/Text/Plaintext.php
deleted: src/Content/Widget.php
deleted: src/Content/Widget/CalendarExport.php
deleted: src/Content/Widget/ContactBlock.php
deleted: src/Content/Widget/SavedSearches.php
deleted: src/Content/Widget/TagCloud.php
deleted: src/Content/Widget/TrendingTags.php
deleted: src/Content/Widget/VCard.php
deleted: src/Core/ACL.php
deleted: src/Core/Addon.php
deleted: src/Core/Cache/Capability/ICanCache.php
deleted: src/Core/Cache/Capability/ICanCacheInMemory.php
deleted: src/Core/Cache/Enum/Duration.php
deleted: src/Core/Cache/Enum/Type.php
deleted: src/Core/Cache/Exception/CachePersistenceException.php
deleted: src/Core/Cache/Exception/InvalidCacheDriverException.php
deleted: src/Core/Cache/Factory/Cache.php
deleted: src/Core/Cache/Type/APCuCache.php
deleted: src/Core/Cache/Type/AbstractCache.php
deleted: src/Core/Cache/Type/ArrayCache.php
deleted: src/Core/Cache/Type/CompareDeleteTrait.php
deleted: src/Core/Cache/Type/CompareSetTrait.php
deleted: src/Core/Cache/Type/DatabaseCache.php
deleted: src/Core/Cache/Type/MemcacheCache.php
deleted: src/Core/Cache/Type/MemcacheCommandTrait.php
deleted: src/Core/Cache/Type/MemcachedCache.php
deleted: src/Core/Cache/Type/ProfilerCacheDecorator.php
deleted: src/Core/Cache/Type/RedisCache.php
deleted: src/Core/Config/Capability/IManageConfigValues.php
deleted: src/Core/Config/Capability/ISetConfigValuesTransactionally.php
deleted: src/Core/Config/Exception/ConfigFileException.php
deleted: src/Core/Config/Exception/ConfigPersistenceException.php
deleted: src/Core/Config/Factory/Config.php
deleted: src/Core/Config/Model/ConfigTransaction.php
deleted: src/Core/Config/Model/DatabaseConfig.php
deleted: src/Core/Config/Model/ReadOnlyFileConfig.php
deleted: src/Core/Config/Util/ConfigFileManager.php
deleted: src/Core/Config/Util/SerializeUtil.php
deleted: src/Core/Config/ValueObject/Cache.php
deleted: src/Core/Console.php
deleted: src/Core/Hook.php
deleted: src/Core/Hooks/Capabilities/IAmAStrategy.php
deleted: src/Core/Hooks/Capabilities/ICanManageInstances.php
deleted: src/Core/Hooks/Exceptions/HookInstanceException.php
deleted: src/Core/Hooks/Exceptions/HookRegisterArgumentException.php
deleted: src/Core/Hooks/Model/InstanceManager.php
deleted: src/Core/Installer.php
deleted: src/Core/KeyValueStorage/Capabilities/IManageKeyValuePairs.php
deleted: src/Core/KeyValueStorage/Exceptions/KeyValueStoragePersistenceException.php
deleted: src/Core/KeyValueStorage/Type/AbstractKeyValueStorage.php
deleted: src/Core/KeyValueStorage/Type/DBKeyValueStorage.php
deleted: src/Core/L10n.php
deleted: src/Core/Lock/Capability/ICanLock.php
deleted: src/Core/Lock/Enum/Type.php
deleted: src/Core/Lock/Exception/InvalidLockDriverException.php
deleted: src/Core/Lock/Exception/LockPersistenceException.php
deleted: src/Core/Lock/Factory/Lock.php
deleted: src/Core/Lock/Type/AbstractLock.php
deleted: src/Core/Lock/Type/CacheLock.php
deleted: src/Core/Lock/Type/DatabaseLock.php
deleted: src/Core/Lock/Type/SemaphoreLock.php
deleted: src/Core/Logger.php
deleted: src/Core/Logger/Capabilities/IHaveCallIntrospections.php
deleted: src/Core/Logger/Exception/LogLevelException.php
deleted: src/Core/Logger/Exception/LoggerArgumentException.php
deleted: src/Core/Logger/Exception/LoggerException.php
deleted: src/Core/Logger/Exception/LoggerInvalidException.php
deleted: src/Core/Logger/Factory/Logger.php
deleted: src/Core/Logger/Handler/ErrorHandler.php
deleted: src/Core/Logger/Type/AbstractLogger.php
deleted: src/Core/Logger/Type/ProfilerLogger.php
deleted: src/Core/Logger/Type/README.md
deleted: src/Core/Logger/Type/StreamLogger.php
deleted: src/Core/Logger/Type/SyslogLogger.php
deleted: src/Core/Logger/Type/WorkerLogger.php
deleted: src/Core/Logger/Util/Introspection.php
deleted: src/Core/PConfig/Capability/IManagePersonalConfigValues.php
deleted: src/Core/PConfig/Exception/PConfigPersistenceException.php
deleted: src/Core/PConfig/Factory/PConfig.php
deleted: src/Core/PConfig/Repository/PConfig.php
deleted: src/Core/PConfig/Type/AbstractPConfigValues.php
deleted: src/Core/PConfig/Type/JitPConfig.php
deleted: src/Core/PConfig/Type/PreloadPConfig.php
deleted: src/Core/PConfig/Util/ValueConversion.php
deleted: src/Core/PConfig/ValueObject/Cache.php
deleted: src/Core/Protocol.php
deleted: src/Core/README.md
deleted: src/Core/Renderer.php
deleted: src/Core/Search.php
deleted: src/Core/Session/Capability/IHandleSessions.php
deleted: src/Core/Session/Capability/IHandleUserSessions.php
deleted: src/Core/Session/Factory/Session.php
deleted: src/Core/Session/Handler/AbstractSessionHandler.php
deleted: src/Core/Session/Handler/Cache.php
deleted: src/Core/Session/Handler/Database.php
deleted: src/Core/Session/Model/UserSession.php
deleted: src/Core/Session/Type/AbstractSession.php
deleted: src/Core/Session/Type/ArraySession.php
deleted: src/Core/Session/Type/Memory.php
deleted: src/Core/Session/Type/Native.php
deleted: src/Core/Storage/Capability/ICanConfigureStorage.php
deleted: src/Core/Storage/Capability/ICanReadFromStorage.php
deleted: src/Core/Storage/Capability/ICanWriteToStorage.php
deleted: src/Core/Storage/Exception/InvalidClassStorageException.php
deleted: src/Core/Storage/Exception/ReferenceStorageException.php
deleted: src/Core/Storage/Exception/StorageException.php
deleted: src/Core/Storage/Repository/StorageManager.php
deleted: src/Core/Storage/Type/Database.php
deleted: src/Core/Storage/Type/ExternalResource.php
deleted: src/Core/Storage/Type/Filesystem.php
deleted: src/Core/Storage/Type/FilesystemConfig.php
deleted: src/Core/Storage/Type/SystemResource.php
deleted: src/Core/System.php
deleted: src/Core/Theme.php
deleted: src/Core/Update.php
deleted: src/Core/Worker.php
deleted: src/Core/Worker/Cron.php
deleted: src/Core/Worker/Daemon.php
deleted: src/Core/Worker/Entity/Process.php
deleted: src/Core/Worker/Exception/ProcessPersistenceException.php
deleted: src/Core/Worker/Factory/Process.php
deleted: src/Core/Worker/IPC.php
deleted: src/Core/Worker/Repository/Process.php
deleted: src/DI.php
deleted: src/Database/DBA.php
deleted: src/Database/DBStructure.php
deleted: src/Database/Database.php
deleted: src/Database/DatabaseException.php
deleted: src/Database/Definition/DbaDefinition.php
deleted: src/Database/Definition/ViewDefinition.php
deleted: src/Database/PostUpdate.php
deleted: src/Database/View.php
deleted: src/Factory/Api/Friendica/Activities.php
deleted: src/Factory/Api/Friendica/Group.php
deleted: src/Factory/Api/Friendica/Photo.php
deleted: src/Factory/Api/Mastodon/Account.php
deleted: src/Factory/Api/Mastodon/Application.php
deleted: src/Factory/Api/Mastodon/Attachment.php
deleted: src/Factory/Api/Mastodon/Card.php
deleted: src/Factory/Api/Mastodon/Conversation.php
deleted: src/Factory/Api/Mastodon/Emoji.php
deleted: src/Factory/Api/Mastodon/Error.php
deleted: src/Factory/Api/Mastodon/Field.php
deleted: src/Factory/Api/Mastodon/ListEntity.php
deleted: src/Factory/Api/Mastodon/Mention.php
deleted: src/Factory/Api/Mastodon/Notification.php
deleted: src/Factory/Api/Mastodon/Poll.php
deleted: src/Factory/Api/Mastodon/Relationship.php
deleted: src/Factory/Api/Mastodon/ScheduledStatus.php
modified: src/Factory/Api/Mastodon/Status.php
deleted: src/Factory/Api/Mastodon/StatusSource.php
deleted: src/Factory/Api/Mastodon/Subscription.php
deleted: src/Factory/Api/Mastodon/Tag.php
deleted: src/Factory/Api/Twitter/Attachment.php
deleted: src/Factory/Api/Twitter/DirectMessage.php
deleted: src/Factory/Api/Twitter/Hashtag.php
deleted: src/Factory/Api/Twitter/Media.php
deleted: src/Factory/Api/Twitter/Mention.php
modified: src/Factory/Api/Twitter/Status.php
deleted: src/Factory/Api/Twitter/Url.php
deleted: src/Factory/Api/Twitter/User.php
deleted: src/Factory/README.md
deleted: src/Federation/Collection/DeliveryQueueAggregates.php
deleted: src/Federation/Collection/DeliveryQueueItems.php
deleted: src/Federation/Entity/DeliveryQueueAggregate.php
deleted: src/Federation/Entity/DeliveryQueueItem.php
deleted: src/Federation/Factory/DeliveryQueueItem.php
deleted: src/Federation/Repository/DeliveryQueueItem.php
deleted: src/LegacyModule.php
deleted: src/Model/APContact.php
deleted: src/Model/APContact/Endpoint.php
deleted: src/Model/Attach.php
deleted: src/Model/Contact.php
deleted: src/Model/Contact/Group.php
deleted: src/Model/Contact/Introduction.php
deleted: src/Model/Contact/Relation.php
deleted: src/Model/Contact/User.php
deleted: src/Model/Conversation.php
deleted: src/Model/Event.php
deleted: src/Model/FileTag.php
deleted: src/Model/GServer.php
deleted: src/Model/Group.php
deleted: src/Model/Item.php
deleted: src/Model/ItemURI.php
deleted: src/Model/Log/ParsedLogIterator.php
deleted: src/Model/Mail.php
deleted: src/Model/Nodeinfo.php
deleted: src/Model/Notification/ObjectType.php
deleted: src/Model/Notification/Type.php
deleted: src/Model/OpenWebAuthToken.php
deleted: src/Model/Photo.php
deleted: src/Model/Post.php
deleted: src/Model/Post/Activity.php
deleted: src/Model/Post/Category.php
deleted: src/Model/Post/Collection.php
deleted: src/Model/Post/Content.php
deleted: src/Model/Post/Delayed.php
deleted: src/Model/Post/Delivery.php
deleted: src/Model/Post/DeliveryData.php
deleted: src/Model/Post/History.php
deleted: src/Model/Post/Link.php
modified: src/Model/Post/Media.php
deleted: src/Model/Post/Question.php
deleted: src/Model/Post/QuestionOption.php
deleted: src/Model/Post/Thread.php
deleted: src/Model/Post/ThreadUser.php
deleted: src/Model/Post/User.php
deleted: src/Model/Post/UserNotification.php
deleted: src/Model/Profile.php
deleted: src/Model/PushSubscriber.php
deleted: src/Model/README.md
deleted: src/Model/Register.php
deleted: src/Model/Search.php
deleted: src/Model/Subscription.php
deleted: src/Model/Tag.php
deleted: src/Model/User.php
deleted: src/Model/User/Cookie.php
deleted: src/Model/Verb.php
deleted: src/Moderation/DomainPatternBlocklist.php
deleted: src/Moderation/Entity/Report.php
deleted: src/Moderation/Factory/Report.php
deleted: src/Moderation/Repository/Report.php
deleted: src/Module/About.php
deleted: src/Module/AccountManagementControlDocument.php
deleted: src/Module/Acctlink.php
deleted: src/Module/ActivityPub/Featured.php
deleted: src/Module/ActivityPub/Followers.php
deleted: src/Module/ActivityPub/Following.php
deleted: src/Module/ActivityPub/Inbox.php
deleted: src/Module/ActivityPub/Objects.php
deleted: src/Module/ActivityPub/Outbox.php
deleted: src/Module/ActivityPub/Whoami.php
deleted: src/Module/Admin/Addons/Details.php
deleted: src/Module/Admin/Addons/Index.php
deleted: src/Module/Admin/DBSync.php
deleted: src/Module/Admin/Features.php
deleted: src/Module/Admin/Federation.php
deleted: src/Module/Admin/Logs/Settings.php
deleted: src/Module/Admin/Logs/View.php
deleted: src/Module/Admin/PhpInfo.php
deleted: src/Module/Admin/Queue.php
deleted: src/Module/Admin/Site.php
deleted: src/Module/Admin/Storage.php
deleted: src/Module/Admin/Summary.php
deleted: src/Module/Admin/Themes/Details.php
deleted: src/Module/Admin/Themes/Embed.php
deleted: src/Module/Admin/Themes/Index.php
deleted: src/Module/Admin/Tos.php
deleted: src/Module/Api/ApiResponse.php
deleted: src/Module/Api/Friendica/Activity.php
deleted: src/Module/Api/Friendica/DirectMessages/Search.php
deleted: src/Module/Api/Friendica/DirectMessages/Setseen.php
deleted: src/Module/Api/Friendica/Events/Create.php
deleted: src/Module/Api/Friendica/Events/Delete.php
deleted: src/Module/Api/Friendica/Events/Index.php
deleted: src/Module/Api/Friendica/Group/Create.php
deleted: src/Module/Api/Friendica/Group/Delete.php
deleted: src/Module/Api/Friendica/Group/Show.php
deleted: src/Module/Api/Friendica/Group/Update.php
deleted: src/Module/Api/Friendica/Notification.php
deleted: src/Module/Api/Friendica/Notification/Seen.php
deleted: src/Module/Api/Friendica/Photo.php
deleted: src/Module/Api/Friendica/Photo/Create.php
deleted: src/Module/Api/Friendica/Photo/Delete.php
deleted: src/Module/Api/Friendica/Photo/Lists.php
deleted: src/Module/Api/Friendica/Photo/Update.php
deleted: src/Module/Api/Friendica/Photoalbum/Delete.php
deleted: src/Module/Api/Friendica/Photoalbum/Index.php
deleted: src/Module/Api/Friendica/Photoalbum/Show.php
deleted: src/Module/Api/Friendica/Photoalbum/Update.php
deleted: src/Module/Api/Friendica/Profile/Show.php
deleted: src/Module/Api/Friendica/Statuses/Dislike.php
deleted: src/Module/Api/Friendica/Statuses/DislikedBy.php
deleted: src/Module/Api/Friendica/Statuses/Undislike.php
deleted: src/Module/Api/GNUSocial/GNUSocial/Config.php
deleted: src/Module/Api/GNUSocial/GNUSocial/Version.php
deleted: src/Module/Api/GNUSocial/Help/Test.php
deleted: src/Module/Api/GNUSocial/Statusnet/Conversation.php
deleted: src/Module/Api/Mastodon/Accounts.php
deleted: src/Module/Api/Mastodon/Accounts/Block.php
deleted: src/Module/Api/Mastodon/Accounts/FeaturedTags.php
deleted: src/Module/Api/Mastodon/Accounts/Follow.php
deleted: src/Module/Api/Mastodon/Accounts/Followers.php
deleted: src/Module/Api/Mastodon/Accounts/Following.php
deleted: src/Module/Api/Mastodon/Accounts/IdentityProofs.php
deleted: src/Module/Api/Mastodon/Accounts/Lists.php
deleted: src/Module/Api/Mastodon/Accounts/Mute.php
deleted: src/Module/Api/Mastodon/Accounts/Note.php
deleted: src/Module/Api/Mastodon/Accounts/Relationships.php
deleted: src/Module/Api/Mastodon/Accounts/Search.php
deleted: src/Module/Api/Mastodon/Accounts/Statuses.php
deleted: src/Module/Api/Mastodon/Accounts/Unblock.php
deleted: src/Module/Api/Mastodon/Accounts/Unfollow.php
deleted: src/Module/Api/Mastodon/Accounts/Unmute.php
deleted: src/Module/Api/Mastodon/Accounts/UpdateCredentials.php
deleted: src/Module/Api/Mastodon/Accounts/VerifyCredentials.php
deleted: src/Module/Api/Mastodon/Announcements.php
deleted: src/Module/Api/Mastodon/Apps.php
deleted: src/Module/Api/Mastodon/Apps/VerifyCredentials.php
deleted: src/Module/Api/Mastodon/Blocks.php
deleted: src/Module/Api/Mastodon/Bookmarks.php
deleted: src/Module/Api/Mastodon/Conversations.php
deleted: src/Module/Api/Mastodon/Conversations/Read.php
deleted: src/Module/Api/Mastodon/CustomEmojis.php
deleted: src/Module/Api/Mastodon/Directory.php
deleted: src/Module/Api/Mastodon/Endorsements.php
deleted: src/Module/Api/Mastodon/Favourited.php
deleted: src/Module/Api/Mastodon/Filters.php
deleted: src/Module/Api/Mastodon/FollowRequests.php
deleted: src/Module/Api/Mastodon/FollowedTags.php
deleted: src/Module/Api/Mastodon/Instance.php
deleted: src/Module/Api/Mastodon/Instance/Peers.php
deleted: src/Module/Api/Mastodon/Instance/Rules.php
deleted: src/Module/Api/Mastodon/InstanceV2.php
deleted: src/Module/Api/Mastodon/Lists.php
deleted: src/Module/Api/Mastodon/Lists/Accounts.php
deleted: src/Module/Api/Mastodon/Markers.php
deleted: src/Module/Api/Mastodon/Media.php
deleted: src/Module/Api/Mastodon/Mutes.php
deleted: src/Module/Api/Mastodon/Notifications.php
deleted: src/Module/Api/Mastodon/Notifications/Clear.php
deleted: src/Module/Api/Mastodon/Notifications/Dismiss.php
deleted: src/Module/Api/Mastodon/Polls.php
deleted: src/Module/Api/Mastodon/Preferences.php
deleted: src/Module/Api/Mastodon/Proofs.php
deleted: src/Module/Api/Mastodon/PushSubscription.php
deleted: src/Module/Api/Mastodon/Reports.php
deleted: src/Module/Api/Mastodon/ScheduledStatuses.php
deleted: src/Module/Api/Mastodon/Search.php
deleted: src/Module/Api/Mastodon/Statuses.php
deleted: src/Module/Api/Mastodon/Statuses/Bookmark.php
deleted: src/Module/Api/Mastodon/Statuses/Card.php
deleted: src/Module/Api/Mastodon/Statuses/Context.php
deleted: src/Module/Api/Mastodon/Statuses/Favourite.php
deleted: src/Module/Api/Mastodon/Statuses/FavouritedBy.php
deleted: src/Module/Api/Mastodon/Statuses/Mute.php
deleted: src/Module/Api/Mastodon/Statuses/Pin.php
deleted: src/Module/Api/Mastodon/Statuses/Reblog.php
deleted: src/Module/Api/Mastodon/Statuses/RebloggedBy.php
deleted: src/Module/Api/Mastodon/Statuses/Source.php
deleted: src/Module/Api/Mastodon/Statuses/Unbookmark.php
deleted: src/Module/Api/Mastodon/Statuses/Unfavourite.php
deleted: src/Module/Api/Mastodon/Statuses/Unmute.php
deleted: src/Module/Api/Mastodon/Statuses/Unpin.php
deleted: src/Module/Api/Mastodon/Statuses/Unreblog.php
deleted: src/Module/Api/Mastodon/Suggestions.php
deleted: src/Module/Api/Mastodon/Tags.php
deleted: src/Module/Api/Mastodon/Tags/Follow.php
deleted: src/Module/Api/Mastodon/Tags/Unfollow.php
deleted: src/Module/Api/Mastodon/Timelines/Direct.php
deleted: src/Module/Api/Mastodon/Timelines/Home.php
deleted: src/Module/Api/Mastodon/Timelines/ListTimeline.php
deleted: src/Module/Api/Mastodon/Timelines/PublicTimeline.php
deleted: src/Module/Api/Mastodon/Timelines/Tag.php
deleted: src/Module/Api/Mastodon/Trends/Links.php
deleted: src/Module/Api/Mastodon/Trends/Statuses.php
deleted: src/Module/Api/Mastodon/Trends/Tags.php
deleted: src/Module/Api/Mastodon/Unimplemented.php
deleted: src/Module/Api/Twitter/Account/RateLimitStatus.php
deleted: src/Module/Api/Twitter/Account/UpdateProfile.php
deleted: src/Module/Api/Twitter/Account/UpdateProfileImage.php
deleted: src/Module/Api/Twitter/Account/VerifyCredentials.php
deleted: src/Module/Api/Twitter/Blocks/Ids.php
deleted: src/Module/Api/Twitter/Blocks/Lists.php
deleted: src/Module/Api/Twitter/ContactEndpoint.php
deleted: src/Module/Api/Twitter/DirectMessages/All.php
deleted: src/Module/Api/Twitter/DirectMessages/Conversation.php
deleted: src/Module/Api/Twitter/DirectMessages/Destroy.php
deleted: src/Module/Api/Twitter/DirectMessages/Inbox.php
deleted: src/Module/Api/Twitter/DirectMessages/NewDM.php
deleted: src/Module/Api/Twitter/DirectMessages/Sent.php
deleted: src/Module/Api/Twitter/DirectMessagesEndpoint.php
deleted: src/Module/Api/Twitter/Favorites.php
deleted: src/Module/Api/Twitter/Favorites/Create.php
deleted: src/Module/Api/Twitter/Favorites/Destroy.php
deleted: src/Module/Api/Twitter/Followers/Ids.php
deleted: src/Module/Api/Twitter/Followers/Lists.php
deleted: src/Module/Api/Twitter/Friends/Ids.php
deleted: src/Module/Api/Twitter/Friends/Lists.php
deleted: src/Module/Api/Twitter/Friendships/Destroy.php
deleted: src/Module/Api/Twitter/Friendships/Incoming.php
deleted: src/Module/Api/Twitter/Friendships/Show.php
deleted: src/Module/Api/Twitter/Lists/Create.php
deleted: src/Module/Api/Twitter/Lists/Destroy.php
deleted: src/Module/Api/Twitter/Lists/Lists.php
deleted: src/Module/Api/Twitter/Lists/Ownership.php
deleted: src/Module/Api/Twitter/Lists/Statuses.php
deleted: src/Module/Api/Twitter/Lists/Update.php
deleted: src/Module/Api/Twitter/Media/Metadata/Create.php
deleted: src/Module/Api/Twitter/Media/Upload.php
deleted: src/Module/Api/Twitter/SavedSearches.php
deleted: src/Module/Api/Twitter/Search/Tweets.php
deleted: src/Module/Api/Twitter/Statuses/Destroy.php
deleted: src/Module/Api/Twitter/Statuses/HomeTimeline.php
deleted: src/Module/Api/Twitter/Statuses/Mentions.php
deleted: src/Module/Api/Twitter/Statuses/NetworkPublicTimeline.php
deleted: src/Module/Api/Twitter/Statuses/PublicTimeline.php
deleted: src/Module/Api/Twitter/Statuses/Retweet.php
deleted: src/Module/Api/Twitter/Statuses/Show.php
deleted: src/Module/Api/Twitter/Statuses/Update.php
deleted: src/Module/Api/Twitter/Statuses/UserTimeline.php
deleted: src/Module/Api/Twitter/Users/Lookup.php
deleted: src/Module/Api/Twitter/Users/Search.php
deleted: src/Module/Api/Twitter/Users/Show.php
deleted: src/Module/Apps.php
deleted: src/Module/Attach.php
deleted: src/Module/BaseAdmin.php
deleted: src/Module/BaseApi.php
deleted: src/Module/BaseModeration.php
deleted: src/Module/BaseNotifications.php
deleted: src/Module/BaseProfile.php
deleted: src/Module/BaseSearch.php
deleted: src/Module/BaseSettings.php
deleted: src/Module/Blocklist/Domain/Download.php
deleted: src/Module/Bookmarklet.php
deleted: src/Module/Calendar/Event/API.php
deleted: src/Module/Calendar/Event/Form.php
deleted: src/Module/Calendar/Event/Get.php
deleted: src/Module/Calendar/Event/Show.php
deleted: src/Module/Calendar/Export.php
deleted: src/Module/Calendar/Show.php
deleted: src/Module/Contact.php
deleted: src/Module/Contact/Advanced.php
deleted: src/Module/Contact/Contacts.php
deleted: src/Module/Contact/Conversations.php
deleted: src/Module/Contact/Follow.php
deleted: src/Module/Contact/Hovercard.php
deleted: src/Module/Contact/MatchInterests.php
deleted: src/Module/Contact/Media.php
deleted: src/Module/Contact/Posts.php
deleted: src/Module/Contact/Profile.php
deleted: src/Module/Contact/Redir.php
deleted: src/Module/Contact/Revoke.php
deleted: src/Module/Contact/Suggestions.php
deleted: src/Module/Contact/Unfollow.php
deleted: src/Module/Conversation/Community.php
deleted: src/Module/Conversation/Network.php
deleted: src/Module/Credits.php
deleted: src/Module/DFRN/Notify.php
deleted: src/Module/DFRN/Poll.php
deleted: src/Module/Debug/ActivityPubConversion.php
deleted: src/Module/Debug/Babel.php
deleted: src/Module/Debug/Feed.php
deleted: src/Module/Debug/ItemBody.php
deleted: src/Module/Debug/Localtime.php
deleted: src/Module/Debug/Probe.php
deleted: src/Module/Debug/WebFinger.php
deleted: src/Module/Delegation.php
deleted: src/Module/Diaspora/Fetch.php
deleted: src/Module/Diaspora/Receive.php
deleted: src/Module/Directory.php
deleted: src/Module/Feed.php
deleted: src/Module/Filer/RemoveTag.php
deleted: src/Module/Filer/SaveTag.php
deleted: src/Module/FollowConfirm.php
deleted: src/Module/FriendSuggest.php
deleted: src/Module/Friendica.php
deleted: src/Module/Group.php
deleted: src/Module/HCard.php
deleted: src/Module/HTTPException/MethodNotAllowed.php
deleted: src/Module/HTTPException/PageNotFound.php
deleted: src/Module/Hashtag.php
deleted: src/Module/Help.php
deleted: src/Module/Home.php
deleted: src/Module/Install.php
deleted: src/Module/Invite.php
deleted: src/Module/Item/Activity.php
deleted: src/Module/Item/Compose.php
deleted: src/Module/Item/Display.php
deleted: src/Module/Item/Feed.php
deleted: src/Module/Item/Follow.php
deleted: src/Module/Item/Ignore.php
deleted: src/Module/Item/Pin.php
deleted: src/Module/Item/Star.php
deleted: src/Module/Magic.php
deleted: src/Module/Maintenance.php
deleted: src/Module/Manifest.php
deleted: src/Module/Media/Attachment/Browser.php
deleted: src/Module/Media/Attachment/Upload.php
deleted: src/Module/Media/Photo/Browser.php
deleted: src/Module/Media/Photo/Upload.php
deleted: src/Module/Moderation/BaseUsers.php
deleted: src/Module/Moderation/Blocklist/Contact.php
deleted: src/Module/Moderation/Blocklist/Server/Add.php
deleted: src/Module/Moderation/Blocklist/Server/Import.php
deleted: src/Module/Moderation/Blocklist/Server/Index.php
deleted: src/Module/Moderation/Item/Delete.php
deleted: src/Module/Moderation/Item/Source.php
deleted: src/Module/Moderation/Summary.php
deleted: src/Module/Moderation/Users/Active.php
deleted: src/Module/Moderation/Users/Blocked.php
deleted: src/Module/Moderation/Users/Create.php
deleted: src/Module/Moderation/Users/Deleted.php
deleted: src/Module/Moderation/Users/Index.php
deleted: src/Module/Moderation/Users/Pending.php
deleted: src/Module/NoScrape.php
deleted: src/Module/NodeInfo110.php
deleted: src/Module/NodeInfo120.php
deleted: src/Module/NodeInfo210.php
deleted: src/Module/Notifications/Introductions.php
deleted: src/Module/Notifications/Notification.php
deleted: src/Module/Notifications/Notifications.php
deleted: src/Module/Notifications/Ping.php
deleted: src/Module/OAuth/Acknowledge.php
deleted: src/Module/OAuth/Authorize.php
deleted: src/Module/OAuth/Revoke.php
deleted: src/Module/OAuth/Token.php
deleted: src/Module/OStatus/PubSub.php
deleted: src/Module/OStatus/PubSubHubBub.php
deleted: src/Module/OStatus/Repair.php
deleted: src/Module/OStatus/Salmon.php
deleted: src/Module/OStatus/Subscribe.php
deleted: src/Module/Oembed.php
deleted: src/Module/OpenSearch.php
deleted: src/Module/Owa.php
deleted: src/Module/ParseUrl.php
deleted: src/Module/PermissionTooltip.php
deleted: src/Module/Photo.php
modified: src/Module/Post/Edit.php
deleted: src/Module/Post/Share.php
deleted: src/Module/Post/Tag/Add.php
deleted: src/Module/Post/Tag/Remove.php
deleted: src/Module/Profile/Common.php
deleted: src/Module/Profile/Contacts.php
deleted: src/Module/Profile/Conversations.php
deleted: src/Module/Profile/Index.php
deleted: src/Module/Profile/Media.php
deleted: src/Module/Profile/Photos.php
deleted: src/Module/Profile/Profile.php
deleted: src/Module/Profile/RemoteFollow.php
deleted: src/Module/Profile/Restricted.php
deleted: src/Module/Profile/Schedule.php
deleted: src/Module/Profile/UnkMail.php
deleted: src/Module/Proxy.php
deleted: src/Module/PublicRSAKey.php
deleted: src/Module/README.md
deleted: src/Module/RandomProfile.php
deleted: src/Module/ReallySimpleDiscovery.php
deleted: src/Module/Register.php
deleted: src/Module/Response.php
deleted: src/Module/RobotsTxt.php
deleted: src/Module/Search/Acl.php
deleted: src/Module/Search/Directory.php
deleted: src/Module/Search/Filed.php
deleted: src/Module/Search/Index.php
deleted: src/Module/Search/Saved.php
deleted: src/Module/Search/Tags.php
deleted: src/Module/Security/Login.php
deleted: src/Module/Security/Logout.php
deleted: src/Module/Security/OpenID.php
deleted: src/Module/Security/PasswordTooLong.php
deleted: src/Module/Security/TwoFactor/Recovery.php
deleted: src/Module/Security/TwoFactor/SignOut.php
deleted: src/Module/Security/TwoFactor/Trust.php
deleted: src/Module/Security/TwoFactor/Verify.php
deleted: src/Module/Settings/Account.php
deleted: src/Module/Settings/Addons.php
deleted: src/Module/Settings/Connectors.php
deleted: src/Module/Settings/Delegation.php
deleted: src/Module/Settings/Display.php
deleted: src/Module/Settings/Features.php
deleted: src/Module/Settings/OAuth.php
deleted: src/Module/Settings/Profile/Index.php
deleted: src/Module/Settings/Profile/Photo/Crop.php
deleted: src/Module/Settings/Profile/Photo/Index.php
deleted: src/Module/Settings/RemoveMe.php
deleted: src/Module/Settings/TwoFactor/AppSpecific.php
deleted: src/Module/Settings/TwoFactor/Index.php
deleted: src/Module/Settings/TwoFactor/Recovery.php
deleted: src/Module/Settings/TwoFactor/Trusted.php
deleted: src/Module/Settings/TwoFactor/Verify.php
deleted: src/Module/Settings/UserExport.php
deleted: src/Module/Smilies.php
deleted: src/Module/Special/DisplayNotFound.php
deleted: src/Module/Special/HTTPException.php
deleted: src/Module/Special/Options.php
deleted: src/Module/Statistics.php
deleted: src/Module/Theme.php
deleted: src/Module/ThemeDetails.php
deleted: src/Module/ToggleMobile.php
deleted: src/Module/Tos.php
deleted: src/Module/Update/Community.php
deleted: src/Module/Update/Display.php
deleted: src/Module/Update/Network.php
deleted: src/Module/Update/Profile.php
deleted: src/Module/User/Import.php
deleted: src/Module/User/PortableContacts.php
deleted: src/Module/Welcome.php
deleted: src/Module/WellKnown/HostMeta.php
deleted: src/Module/WellKnown/NodeInfo.php
deleted: src/Module/WellKnown/SecurityTxt.php
deleted: src/Module/WellKnown/XSocialRelay.php
deleted: src/Module/Xrd.php
deleted: src/Navigation/Notifications/Collection/FormattedNotifies.php
deleted: src/Navigation/Notifications/Collection/Notifications.php
deleted: src/Navigation/Notifications/Collection/Notifies.php
deleted: src/Navigation/Notifications/Entity/Notification.php
deleted: src/Navigation/Notifications/Entity/Notify.php
deleted: src/Navigation/Notifications/Exception/NoMessageException.php
deleted: src/Navigation/Notifications/Exception/NotificationCreationInterceptedException.php
deleted: src/Navigation/Notifications/Exception/UnexpectedNotificationTypeException.php
deleted: src/Navigation/Notifications/Factory/FormattedNavNotification.php
deleted: src/Navigation/Notifications/Factory/FormattedNotify.php
deleted: src/Navigation/Notifications/Factory/Introduction.php
deleted: src/Navigation/Notifications/Factory/Notification.php
deleted: src/Navigation/Notifications/Factory/Notify.php
deleted: src/Navigation/Notifications/Repository/Notification.php
deleted: src/Navigation/Notifications/Repository/Notify.php
deleted: src/Navigation/Notifications/ValueObject/FormattedNavNotification.php
deleted: src/Navigation/Notifications/ValueObject/FormattedNotify.php
deleted: src/Navigation/Notifications/ValueObject/Introduction.php
deleted: src/Navigation/SystemMessages.php
deleted: src/Network/HTTPClient/Capability/ICanHandleHttpResponses.php
deleted: src/Network/HTTPClient/Capability/ICanSendHttpRequests.php
deleted: src/Network/HTTPClient/Client/HttpClient.php
deleted: src/Network/HTTPClient/Client/HttpClientAccept.php
deleted: src/Network/HTTPClient/Client/HttpClientOptions.php
deleted: src/Network/HTTPClient/Factory/HttpClient.php
deleted: src/Network/HTTPClient/Response/CurlResult.php
deleted: src/Network/HTTPClient/Response/GuzzleResponse.php
deleted: src/Network/HTTPException.php
deleted: src/Network/HTTPException/AcceptedException.php
deleted: src/Network/HTTPException/BadGatewayException.php
deleted: src/Network/HTTPException/BadRequestException.php
deleted: src/Network/HTTPException/ConflictException.php
deleted: src/Network/HTTPException/ExpectationFailedException.php
deleted: src/Network/HTTPException/ForbiddenException.php
deleted: src/Network/HTTPException/FoundException.php
deleted: src/Network/HTTPException/GatewayTimeoutException.php
deleted: src/Network/HTTPException/GoneException.php
deleted: src/Network/HTTPException/ImATeapotException.php
deleted: src/Network/HTTPException/InternalServerErrorException.php
deleted: src/Network/HTTPException/LenghtRequiredException.php
deleted: src/Network/HTTPException/MethodNotAllowedException.php
deleted: src/Network/HTTPException/MovedPermanentlyException.php
deleted: src/Network/HTTPException/NoContentException.php
deleted: src/Network/HTTPException/NonAcceptableException.php
deleted: src/Network/HTTPException/NotFoundException.php
deleted: src/Network/HTTPException/NotImplementedException.php
deleted: src/Network/HTTPException/NotModifiedException.php
deleted: src/Network/HTTPException/OKException.php
deleted: src/Network/HTTPException/PreconditionFailedException.php
deleted: src/Network/HTTPException/ServiceUnavailableException.php
deleted: src/Network/HTTPException/TemporaryRedirectException.php
deleted: src/Network/HTTPException/TooManyRequestsException.php
deleted: src/Network/HTTPException/UnauthorizedException.php
deleted: src/Network/HTTPException/UnprocessableEntityException.php
deleted: src/Network/HTTPException/UnsupportedMediaTypeException.php
deleted: src/Network/Probe.php
deleted: src/Object/Api/Friendica/Group.php
deleted: src/Object/Api/Friendica/Notification.php
deleted: src/Object/Api/Mastodon/Account.php
deleted: src/Object/Api/Mastodon/Activity.php
deleted: src/Object/Api/Mastodon/Application.php
deleted: src/Object/Api/Mastodon/Attachment.php
deleted: src/Object/Api/Mastodon/Card.php
deleted: src/Object/Api/Mastodon/Conversation.php
deleted: src/Object/Api/Mastodon/Emoji.php
deleted: src/Object/Api/Mastodon/Error.php
deleted: src/Object/Api/Mastodon/Field.php
deleted: src/Object/Api/Mastodon/Instance.php
deleted: src/Object/Api/Mastodon/InstanceV2.php
deleted: src/Object/Api/Mastodon/InstanceV2/Configuration.php
deleted: src/Object/Api/Mastodon/InstanceV2/Contact.php
deleted: src/Object/Api/Mastodon/InstanceV2/FriendicaExtensions.php
deleted: src/Object/Api/Mastodon/InstanceV2/MediaAttachmentsConfig.php
deleted: src/Object/Api/Mastodon/InstanceV2/Registrations.php
deleted: src/Object/Api/Mastodon/InstanceV2/StatusesConfig.php
deleted: src/Object/Api/Mastodon/InstanceV2/Thumbnail.php
deleted: src/Object/Api/Mastodon/InstanceV2/Usage.php
deleted: src/Object/Api/Mastodon/InstanceV2/UserStats.php
deleted: src/Object/Api/Mastodon/ListEntity.php
deleted: src/Object/Api/Mastodon/Mention.php
deleted: src/Object/Api/Mastodon/Notification.php
deleted: src/Object/Api/Mastodon/Poll.php
deleted: src/Object/Api/Mastodon/Preferences.php
deleted: src/Object/Api/Mastodon/Relationship.php
deleted: src/Object/Api/Mastodon/ScheduledStatus.php
deleted: src/Object/Api/Mastodon/Stats.php
deleted: src/Object/Api/Mastodon/Status.php
deleted: src/Object/Api/Mastodon/Status/Counts.php
deleted: src/Object/Api/Mastodon/Status/FriendicaDeliveryData.php
deleted: src/Object/Api/Mastodon/Status/FriendicaExtension.php
deleted: src/Object/Api/Mastodon/Status/UserAttributes.php
deleted: src/Object/Api/Mastodon/StatusSource.php
deleted: src/Object/Api/Mastodon/Subscription.php
deleted: src/Object/Api/Mastodon/Tag.php
deleted: src/Object/Api/Mastodon/TimelineOrderByTypes.php
deleted: src/Object/Api/Mastodon/Token.php
deleted: src/Object/Api/Twitter/Attachment.php
deleted: src/Object/Api/Twitter/DirectMessage.php
deleted: src/Object/Api/Twitter/Hashtag.php
deleted: src/Object/Api/Twitter/Media.php
deleted: src/Object/Api/Twitter/Mention.php
deleted: src/Object/Api/Twitter/SavedSearch.php
deleted: src/Object/Api/Twitter/Status.php
deleted: src/Object/Api/Twitter/Url.php
deleted: src/Object/Api/Twitter/User.php
deleted: src/Object/EMail/IEmail.php
deleted: src/Object/EMail/ItemCCEMail.php
deleted: src/Object/Email.php
deleted: src/Object/Image.php
deleted: src/Object/Log/ParsedLogLine.php
deleted: src/Object/OEmbed.php
deleted: src/Object/Post.php
deleted: src/Object/README.md
deleted: src/Object/Search/ContactResult.php
deleted: src/Object/Search/IResult.php
deleted: src/Object/Search/ResultList.php
deleted: src/Object/Thread.php
deleted: src/Profile/ProfileField/Collection/ProfileFields.php
deleted: src/Profile/ProfileField/Entity/ProfileField.php
deleted: src/Profile/ProfileField/Exception/ProfileFieldNotFoundException.php
deleted: src/Profile/ProfileField/Exception/ProfileFieldPersistenceException.php
deleted: src/Profile/ProfileField/Exception/UnexpectedPermissionSetException.php
deleted: src/Profile/ProfileField/Factory/ProfileField.php
deleted: src/Profile/ProfileField/Repository/ProfileField.php
deleted: src/Protocol/Activity.php
deleted: src/Protocol/Activity/ObjectType.php
deleted: src/Protocol/ActivityNamespace.php
deleted: src/Protocol/ActivityPub.php
deleted: src/Protocol/ActivityPub/ClientToServer.php
deleted: src/Protocol/ActivityPub/Delivery.php
deleted: src/Protocol/ActivityPub/Fetch.php
deleted: src/Protocol/ActivityPub/Processor.php
deleted: src/Protocol/ActivityPub/Queue.php
deleted: src/Protocol/ActivityPub/Receiver.php
modified: src/Protocol/ActivityPub/Transmitter.php
modified: src/Protocol/DFRN.php
deleted: src/Protocol/Delivery.php
modified: src/Protocol/Diaspora.php
deleted: src/Protocol/Diaspora/Entity/DiasporaContact.php
deleted: src/Protocol/Diaspora/Factory/DiasporaContact.php
deleted: src/Protocol/Diaspora/Repository/DiasporaContact.php
deleted: src/Protocol/Email.php
modified: src/Protocol/Feed.php
deleted: src/Protocol/HTTP/MediaType.php
modified: src/Protocol/OStatus.php
deleted: src/Protocol/Relay.php
deleted: src/Protocol/Salmon.php
deleted: src/Protocol/Salmon/Format/Magic.php
deleted: src/Protocol/WebFingerUri.php
deleted: src/Render/FriendicaSmarty.php
deleted: src/Render/FriendicaSmartyEngine.php
deleted: src/Render/TemplateEngine.php
deleted: src/Security/Authentication.php
deleted: src/Security/BasicAuth.php
deleted: src/Security/ExAuth.php
deleted: src/Security/OAuth.php
deleted: src/Security/OAuth1/OAuthConsumer.php
deleted: src/Security/OAuth1/OAuthDataStore.php
deleted: src/Security/OAuth1/OAuthException.php
deleted: src/Security/OAuth1/OAuthRequest.php
deleted: src/Security/OAuth1/OAuthToken.php
deleted: src/Security/OAuth1/OAuthUtil.php
deleted: src/Security/OAuth1/README.md
deleted: src/Security/OAuth1/Signature/OAuthSignatureMethod.php
deleted: src/Security/OAuth1/Signature/OAuthSignatureMethod_HMAC_SHA1.php
deleted: src/Security/OAuth1/Signature/OAuthSignatureMethod_PLAINTEXT.php
deleted: src/Security/OAuth1/Signature/OAuthSignatureMethod_RSA_SHA1.php
deleted: src/Security/PermissionSet/Collection/PermissionSets.php
deleted: src/Security/PermissionSet/Entity/PermissionSet.php
deleted: src/Security/PermissionSet/Exception/PermissionSetNotFoundException.php
deleted: src/Security/PermissionSet/Exception/PermissionSetPersistenceException.php
deleted: src/Security/PermissionSet/Factory/PermissionSet.php
deleted: src/Security/PermissionSet/Repository/PermissionSet.php
deleted: src/Security/Security.php
deleted: src/Security/TwoFactor/Collection/TrustedBrowsers.php
deleted: src/Security/TwoFactor/Exception/TrustedBrowserNotFoundException.php
deleted: src/Security/TwoFactor/Exception/TrustedBrowserPersistenceException.php
deleted: src/Security/TwoFactor/Factory/TrustedBrowser.php
deleted: src/Security/TwoFactor/Model/AppSpecificPassword.php
deleted: src/Security/TwoFactor/Model/RecoveryCode.php
deleted: src/Security/TwoFactor/Model/TrustedBrowser.php
deleted: src/Security/TwoFactor/Repository/TrustedBrowser.php
deleted: src/Util/ACLFormatter.php
deleted: src/Util/Arrays.php
deleted: src/Util/BasePath.php
deleted: src/Util/Clock/FrozenClock.php
deleted: src/Util/Clock/SystemClock.php
deleted: src/Util/Crypto.php
deleted: src/Util/DateTimeFormat.php
deleted: src/Util/EMailer/MailBuilder.php
deleted: src/Util/EMailer/NotifyMailBuilder.php
deleted: src/Util/EMailer/SystemMailBuilder.php
deleted: src/Util/Emailer.php
deleted: src/Util/FileSystem.php
deleted: src/Util/HTTPHeaders.php
deleted: src/Util/HTTPInputData.php
deleted: src/Util/HTTPSignature.php
deleted: src/Util/Images.php
deleted: src/Util/JsonLD.php
deleted: src/Util/LDSignature.php
deleted: src/Util/Map.php
deleted: src/Util/Mimetype.php
deleted: src/Util/Network.php
deleted: src/Util/ParseUrl.php
deleted: src/Util/PidFile.php
deleted: src/Util/Profiler.php
deleted: src/Util/Proxy.php
deleted: src/Util/ReversedFileReader.php
deleted: src/Util/Router/FriendicaGroupCountBased.php
deleted: src/Util/Strings.php
deleted: src/Util/Temporal.php
deleted: src/Util/Writer/DbaDefinitionSqlWriter.php
deleted: src/Util/Writer/DocWriter.php
deleted: src/Util/Writer/ViewDefinitionSqlWriter.php
deleted: src/Util/XML.php
deleted: src/Worker/APDelivery.php
deleted: src/Worker/AddContact.php
deleted: src/Worker/BulkDelivery.php
deleted: src/Worker/CheckDeletedContacts.php
deleted: src/Worker/CheckRelMeProfileLink.php
deleted: src/Worker/CheckVersion.php
deleted: src/Worker/ClearCache.php
deleted: src/Worker/Contact/Remove.php
deleted: src/Worker/Contact/RemoveContent.php
deleted: src/Worker/Contact/RevokeFollow.php
deleted: src/Worker/Contact/Unfollow.php
deleted: src/Worker/ContactDiscovery.php
deleted: src/Worker/ContactDiscoveryForUser.php
deleted: src/Worker/Cron.php
deleted: src/Worker/DBUpdate.php
deleted: src/Worker/DelayedPublish.php
deleted: src/Worker/Delivery.php
deleted: src/Worker/Directory.php
deleted: src/Worker/Expire.php
deleted: src/Worker/ExpireActivities.php
deleted: src/Worker/ExpireAndRemoveUsers.php
deleted: src/Worker/ExpirePosts.php
deleted: src/Worker/FetchFeaturedPosts.php
deleted: src/Worker/FetchMissingActivity.php
deleted: src/Worker/ForkHook.php
deleted: src/Worker/MergeContact.php
deleted: src/Worker/MoveStorage.php
deleted: src/Worker/NodeInfo.php
modified: src/Worker/Notifier.php
deleted: src/Worker/OnePoll.php
deleted: src/Worker/OptimizeTables.php
deleted: src/Worker/PollContacts.php
deleted: src/Worker/PostUpdate.php
deleted: src/Worker/ProcessQueue.php
deleted: src/Worker/ProcessReplyByUri.php
deleted: src/Worker/ProfileUpdate.php
deleted: src/Worker/PubSubPublish.php
deleted: src/Worker/PullDirectory.php
deleted: src/Worker/PushSubscription.php
deleted: src/Worker/README.md
deleted: src/Worker/RemoveUnusedAvatars.php
deleted: src/Worker/RemoveUnusedContacts.php
deleted: src/Worker/RemoveUnusedTags.php
deleted: src/Worker/RemoveUser.php
deleted: src/Worker/SearchDirectory.php
deleted: src/Worker/SpoolPost.php
deleted: src/Worker/UpdateAllSuggestions.php
deleted: src/Worker/UpdateBlockedServers.php
deleted: src/Worker/UpdateContact.php
deleted: src/Worker/UpdateContactBirthdays.php
deleted: src/Worker/UpdateContacts.php
deleted: src/Worker/UpdateGServer.php
deleted: src/Worker/UpdateGServers.php
deleted: src/Worker/UpdatePhotoAlbums.php
deleted: src/Worker/UpdateServerDirectories.php
deleted: src/Worker/UpdateServerDirectory.php
deleted: src/Worker/UpdateServerPeers.php
deleted: src/Worker/UpdateSuggestions.php
modified: static/activitystreams.jsonld
modified: static/apschema.jsonld
modified: static/dbstructure.config.php
modified: static/dbview.config.php
modified: static/defaults.config.php
modified: static/dependencies.config.php
modified: static/env.config.php
modified: static/funkwhale.audio.jsonld
modified: static/identity-v1.jsonld
modified: static/litepub-0.1.jsonld
modified: static/platforms.config.php
modified: static/routes.config.php
modified: static/security-v1.jsonld
modified: static/settings.config.php
modified: tests/DatabaseTest.php
modified: tests/DatabaseTestTrait.php
modified: tests/DiceHttpMockHandlerTrait.php
modified: tests/FixtureTest.php
modified: tests/FixtureTestTrait.php
modified: tests/MockedTest.php
modified: tests/README.md
modified: tests/Util/AppDouble.php
modified: tests/Util/AuthTestConfig.php
modified: tests/Util/AuthenticationDouble.php
modified: tests/Util/CollectionDouble.php
modified: tests/Util/CreateDatabaseTrait.php
modified: tests/Util/Database/ExtendedPDO.php
modified: tests/Util/Database/StaticDatabase.php
modified: tests/Util/EmailerSpy.php
modified: tests/Util/EntityDouble.php
modified: tests/Util/HTTPInputDataDouble.php
modified: tests/Util/HookMockTrait.php
modified: tests/Util/Hooks/InstanceMocks/FakeInstance.php
modified: tests/Util/Hooks/InstanceMocks/FakeInstanceDecorator.php
modified: tests/Util/Hooks/InstanceMocks/IAmADecoratedInterface.php
modified: tests/Util/Intercept.php
modified: tests/Util/RendererMockTrait.php
modified: tests/Util/SampleMailBuilder.php
modified: tests/Util/SampleStorageBackend.php
modified: tests/Util/SampleStorageBackendInstance.php
modified: tests/Util/SerializableObjectDouble.php
modified: tests/Util/StaticCookie.php
modified: tests/Util/VFSTrait.php
modified: tests/Util/authtest/authtest.php
modified: tests/bootstrap.php
modified: tests/datasets/api.fixture.php
modified: tests/datasets/config/.htconfig.php
modified: tests/datasets/config/A.config.php
modified: tests/datasets/config/A.ini.php
modified: tests/datasets/config/A.node.config.php
modified: tests/datasets/config/B.config.php
modified: tests/datasets/config/B.ini.php
modified: tests/datasets/config/B.node.config.php
modified: tests/datasets/config/node.config.php
modified: tests/datasets/config/transformer/C.node.config.php
modified: tests/datasets/config/transformer/D.node.config.php
modified: tests/datasets/config/transformer/object.node.config.php
modified: tests/datasets/config/transformer/object_valid.node.config.php
modified: tests/datasets/config/transformer/ressource.node.config.php
modified: tests/datasets/config/transformer/small_types.node.config.php
modified: tests/datasets/config/transformer/types.node.config.php
modified: tests/datasets/content/text/html/bug-7457.html
modified: tests/datasets/content/text/html/bug-7457.txt
modified: tests/datasets/content/text/html/bug-7474.html
modified: tests/datasets/content/text/html/bug-7474.txt
modified: tests/datasets/content/text/html/bug-7488.html
modified: tests/datasets/content/text/html/bug-7488.txt
modified: tests/datasets/content/text/markdown/bug-6633.html
modified: tests/datasets/content/text/markdown/bug-6633.md
modified: tests/datasets/crypto/rsa/diaspora-public-pem
modified: tests/datasets/crypto/rsa/diaspora-public-rsa-base64
modified: tests/datasets/crypto/rsa/salmon-public-magic
modified: tests/datasets/crypto/rsa/salmon-public-pem
modified: tests/datasets/curl/about.body
modified: tests/datasets/curl/about.head
modified: tests/datasets/curl/about.head.php
modified: tests/datasets/curl/about.redirect
modified: tests/datasets/curl/about.redirect.php
modified: tests/datasets/curl/image.content
modified: tests/datasets/dom/relme/a-multiple-rel-value-end.html
modified: tests/datasets/dom/relme/a-multiple-rel-value-middle.html
modified: tests/datasets/dom/relme/a-multiple-rel-value-start.html
modified: tests/datasets/dom/relme/a-single-rel-value-fail.html
modified: tests/datasets/dom/relme/a-single-rel-value.html
modified: tests/datasets/dom/relme/link-single-rel-value-fail.html
modified: tests/datasets/dom/relme/link-single-rel-value.html
modified: tests/datasets/http/form-urlencoded-json.httpinput
modified: tests/datasets/http/form-urlencoded.httpinput
modified: tests/datasets/http/multipart-file.httpinput
modified: tests/datasets/http/multipart.httpinput
modified: tests/datasets/legacy/legacy.php
modified: tests/datasets/log/empty.friendica.log.txt
modified: tests/datasets/log/friendica.log.txt
modified: tests/datasets/mail/mail.fixture.php
modified: tests/datasets/photo/photo.fixture.php
modified: tests/datasets/photo/test_photo.content
modified: tests/datasets/storage/database.fixture.php
modified: tests/functional/DependencyCheckTest.php
modified: tests/phpunit.xml
modified: tests/src/App/ArgumentsTest.php
modified: tests/src/App/BaseURLTest.php
modified: tests/src/App/ModeTest.php
modified: tests/src/App/RequestTest.php
modified: tests/src/App/RouterTest.php
modified: tests/src/CollectionTest.php
modified: tests/src/Console/AutomaticInstallationConsoleTest.php
modified: tests/src/Console/ConfigConsoleTest.php
modified: tests/src/Console/ConsoleTest.php
modified: tests/src/Console/LockConsoleTest.php
modified: tests/src/Console/ServerBlockConsoleTest.php
modified: tests/src/Contact/FriendSuggest/Factory/FriendSuggestTest.php
modified: tests/src/Contact/Introduction/Factory/IntroductionTest.php
modified: tests/src/Content/ItemTest.php
modified: tests/src/Content/PageInfoMock.php
modified: tests/src/Content/PageInfoTest.php
modified: tests/src/Content/SmiliesTest.php
modified: tests/src/Content/Text/BBCode/VideoTest.php
modified: tests/src/Content/Text/BBCodeTest.php
modified: tests/src/Content/Text/HTMLTest.php
modified: tests/src/Content/Text/MarkdownTest.php
modified: tests/src/Core/ACLTest.php
modified: tests/src/Core/Cache/APCuCacheTest.php
modified: tests/src/Core/Cache/ArrayCacheTest.php
modified: tests/src/Core/Cache/CacheTest.php
modified: tests/src/Core/Cache/DatabaseCacheTest.php
modified: tests/src/Core/Cache/MemcacheCacheTest.php
modified: tests/src/Core/Cache/MemcachedCacheTest.php
modified: tests/src/Core/Cache/MemoryCacheTest.php
modified: tests/src/Core/Cache/RedisCacheTest.php
modified: tests/src/Core/Config/Cache/CacheTest.php
modified: tests/src/Core/Config/Cache/ConfigFileManagerTest.php
modified: tests/src/Core/Config/ConfigTest.php
modified: tests/src/Core/Config/ConfigTransactionTest.php
modified: tests/src/Core/Hooks/Model/InstanceManagerTest.php
modified: tests/src/Core/InstallerTest.php
modified: tests/src/Core/KeyValueStorage/DBKeyValueStorageTest.php
modified: tests/src/Core/KeyValueStorage/KeyValueStorageTest.php
modified: tests/src/Core/L10nTest.php
modified: tests/src/Core/Lock/APCuCacheLockTest.php
modified: tests/src/Core/Lock/ArrayCacheLockTest.php
modified: tests/src/Core/Lock/DatabaseLockDriverTest.php
modified: tests/src/Core/Lock/LockTest.php
modified: tests/src/Core/Lock/MemcacheCacheLockTest.php
modified: tests/src/Core/Lock/MemcachedCacheLockTest.php
modified: tests/src/Core/Lock/RedisCacheLockTest.php
modified: tests/src/Core/Lock/SemaphoreLockTest.php
modified: tests/src/Core/Logger/AbstractLoggerTest.php
modified: tests/src/Core/Logger/LoggerDataTrait.php
modified: tests/src/Core/Logger/ProfilerLoggerTest.php
modified: tests/src/Core/Logger/StreamLoggerTest.php
modified: tests/src/Core/Logger/SyslogLoggerTest.php
modified: tests/src/Core/Logger/SyslogLoggerWrapper.php
modified: tests/src/Core/Logger/WorkerLoggerTest.php
modified: tests/src/Core/PConfig/Cache/CacheTest.php
modified: tests/src/Core/PConfig/JitPConfigTest.php
modified: tests/src/Core/PConfig/PConfigTest.php
modified: tests/src/Core/PConfig/PreloadPConfigTest.php
modified: tests/src/Core/Session/UserSessionTest.php
modified: tests/src/Core/Storage/DatabaseStorageTest.php
modified: tests/src/Core/Storage/FilesystemStorageConfigTest.php
modified: tests/src/Core/Storage/FilesystemStorageTest.php
modified: tests/src/Core/Storage/Repository/StorageManagerTest.php
modified: tests/src/Core/Storage/StorageConfigTest.php
modified: tests/src/Core/Storage/StorageTest.php
modified: tests/src/Core/SystemTest.php
modified: tests/src/Core/Worker/Repository/ProcessTest.php
modified: tests/src/Database/DBATest.php
modified: tests/src/Database/DBStructureTest.php
modified: tests/src/Factory/Api/Twitter/ActivitiesTest.php
modified: tests/src/Factory/Api/Twitter/DirectMessageTest.php
modified: tests/src/Factory/Api/Twitter/StatusTest.php
modified: tests/src/Factory/Api/Twitter/UserTest.php
modified: tests/src/Model/FileTagTest.php
modified: tests/src/Model/GServerTest.php
modified: tests/src/Model/Log/ParsedLogIteratorTest.php
modified: tests/src/Model/Post/MediaTest.php
modified: tests/src/Model/TagTest.php
modified: tests/src/Model/User/CookieTest.php
modified: tests/src/Model/UserTest.php
modified: tests/src/Moderation/Factory/ReportTest.php
modified: tests/src/Module/Api/ApiResponseTest.php
modified: tests/src/Module/Api/ApiTest.php
modified: tests/src/Module/Api/Friendica/DirectMessages/SearchTest.php
modified: tests/src/Module/Api/Friendica/NotificationTest.php
modified: tests/src/Module/Api/Friendica/Photo/DeleteTest.php
modified: tests/src/Module/Api/Friendica/Photoalbum/DeleteTest.php
modified: tests/src/Module/Api/Friendica/Photoalbum/UpdateTest.php
modified: tests/src/Module/Api/GnuSocial/GnuSocial/ConfigTest.php
modified: tests/src/Module/Api/GnuSocial/GnuSocial/VersionTest.php
modified: tests/src/Module/Api/GnuSocial/Help/TestTest.php
modified: tests/src/Module/Api/Mastodon/Accounts/StatusesTest.php
modified: tests/src/Module/Api/Mastodon/Accounts/VerifyCredentialsTest.php
modified: tests/src/Module/Api/Mastodon/ConversationsTest.php
modified: tests/src/Module/Api/Mastodon/PushSubscriptionTest.php
modified: tests/src/Module/Api/Mastodon/SearchTest.php
modified: tests/src/Module/Api/Mastodon/Timelines/HomeTest.php
modified: tests/src/Module/Api/Mastodon/Timelines/PublicTimelineTest.php
modified: tests/src/Module/Api/Twitter/Account/RateLimitStatusTest.php
modified: tests/src/Module/Api/Twitter/Account/UpdateProfileTest.php
modified: tests/src/Module/Api/Twitter/Blocks/ListsTest.php
modified: tests/src/Module/Api/Twitter/ContactEndpointMock.php
modified: tests/src/Module/Api/Twitter/ContactEndpointTest.php
modified: tests/src/Module/Api/Twitter/DirectMessages/AllTest.php
modified: tests/src/Module/Api/Twitter/DirectMessages/ConversationTest.php
modified: tests/src/Module/Api/Twitter/DirectMessages/DestroyTest.php
modified: tests/src/Module/Api/Twitter/DirectMessages/InboxTest.php
modified: tests/src/Module/Api/Twitter/DirectMessages/NewDMTest.php
modified: tests/src/Module/Api/Twitter/DirectMessages/SentTest.php
modified: tests/src/Module/Api/Twitter/Favorites/CreateTest.php
modified: tests/src/Module/Api/Twitter/Favorites/DestroyTest.php
modified: tests/src/Module/Api/Twitter/FavoritesTest.php
modified: tests/src/Module/Api/Twitter/Followers/ListsTest.php
modified: tests/src/Module/Api/Twitter/Friends/ListsTest.php
modified: tests/src/Module/Api/Twitter/Friendships/IncomingTest.php
modified: tests/src/Module/Api/Twitter/Lists/StatusesTest.php
modified: tests/src/Module/Api/Twitter/Media/UploadTest.php
modified: tests/src/Module/Api/Twitter/SavedSearchesTest.php
modified: tests/src/Module/Api/Twitter/Statuses/DestroyTest.php
modified: tests/src/Module/Api/Twitter/Statuses/MentionsTest.php
modified: tests/src/Module/Api/Twitter/Statuses/NetworkPublicTimelineTest.php
modified: tests/src/Module/Api/Twitter/Statuses/RetweetTest.php
modified: tests/src/Module/Api/Twitter/Statuses/ShowTest.php
modified: tests/src/Module/Api/Twitter/Statuses/UpdateTest.php
modified: tests/src/Module/Api/Twitter/Statuses/UserTimelineTest.php
modified: tests/src/Module/Api/Twitter/Users/LookupTest.php
modified: tests/src/Module/Api/Twitter/Users/SearchTest.php
modified: tests/src/Module/Api/Twitter/Users/ShowTest.php
modified: tests/src/Module/BaseApiTest.php
modified: tests/src/Module/NodeInfoTest.php
modified: tests/src/Module/Special/OptionsTest.php
modified: tests/src/Network/HTTPClient/Client/HTTPClientTest.php
modified: tests/src/Network/HTTPClient/Response/CurlResultTest.php
modified: tests/src/Network/ProbeTest.php
modified: tests/src/Object/Log/ParsedLogLineTest.php
modified: tests/src/Profile/ProfileField/Entity/ProfileFieldTest.php
modified: tests/src/Profile/ProfileField/Repository/ProfileFieldTest.php
modified: tests/src/Protocol/ActivityPub/ProcessorMock.php
modified: tests/src/Protocol/ActivityPub/ProcessorTest.php
modified: tests/src/Protocol/ActivityTest.php
modified: tests/src/Protocol/HTTP/MediaTypeTest.php
modified: tests/src/Protocol/SalmonTest.php
modified: tests/src/Protocol/WebFingerUriTest.php
modified: tests/src/Security/BasicAuthTest.php
modified: tests/src/Security/PermissionSet/Entity/PermissionSetTest.php
modified: tests/src/Security/PermissionSet/Factory/PermissionSetTest.php
modified: tests/src/Security/PermissionSet/Repository/PermissionSetTest.php
modified: tests/src/Security/TwoFactor/Factory/TrustedBrowserTest.php
modified: tests/src/Security/TwoFactor/Model/TrustedBrowserTest.php
modified: tests/src/Util/ACLFormaterTest.php
modified: tests/src/Util/ArraysTest.php
modified: tests/src/Util/BasePathTest.php
modified: tests/src/Util/CryptoTest.php
modified: tests/src/Util/DateTimeFormatTest.php
modified: tests/src/Util/EMailerTest.php
modified: tests/src/Util/Emailer/MailBuilderTest.php
modified: tests/src/Util/Emailer/SystemMailBuilderTest.php
modified: tests/src/Util/HTTPInputDataTest.php
modified: tests/src/Util/HTTPSignatureTest.php
modified: tests/src/Util/ImagesTest.php
modified: tests/src/Util/JsonLDTest.php
modified: tests/src/Util/ProfilerTest.php
modified: tests/src/Util/Router/FriendicaGroupCountBasedTest.php
modified: tests/src/Util/StringsTest.php
modified: tests/src/Util/TemporalTest.php
modified: tests/src/Util/XmlTest.php
modified: update.php
modified: view/.htaccess
modified: view/fonts/README.md
modified: view/fonts/friendica_shashape.ttf
modified: view/fonts/shashape.css
modified: view/fonts/shashape.jpg
modified: view/global.css
modified: view/install/green.png
modified: view/install/info.png
modified: view/install/red.png
modified: view/install/style.css
modified: view/install/yellow.png
modified: view/js/ajaxupload.js
modified: view/js/autocomplete.js
modified: view/js/country.js
modified: view/js/friendica-tagsinput/LICENSE
modified: view/js/friendica-tagsinput/friendica-tagsinput-typeahead.css
modified: view/js/friendica-tagsinput/friendica-tagsinput.css
modified: view/js/friendica-tagsinput/friendica-tagsinput.js
modified: view/js/jquery.textinputs.js
modified: view/js/linkPreview.js
modified: view/js/main.js
modified: view/js/modernizr.js
modified: view/js/module/admin/logs/view.js
modified: view/js/module/media/browser.js
modified: view/js/module/settings/profile/index.js
modified: view/lang/C/messages.po
modified: view/lang/ar/messages.po
modified: view/lang/ar/strings.php
modified: view/lang/bg/messages.po
modified: view/lang/bg/strings.php
modified: view/lang/ca/messages.po
modified: view/lang/ca/strings.php
modified: view/lang/cs/messages.po
modified: view/lang/cs/strings.php
modified: view/lang/da-dk/messages.po
modified: view/lang/da-dk/strings.php
modified: view/lang/de/messages.po
modified: view/lang/de/strings.php
modified: view/lang/en-gb/messages.po
modified: view/lang/en-gb/strings.php
modified: view/lang/en-us/messages.po
modified: view/lang/en-us/strings.php
modified: view/lang/eo/messages.po
modified: view/lang/eo/strings.php
modified: view/lang/es/messages.po
modified: view/lang/es/strings.php
modified: view/lang/et/messages.po
modified: view/lang/et/strings.php
modified: view/lang/fi-fi/messages.po
modified: view/lang/fi-fi/strings.php
modified: view/lang/fr/messages.po
modified: view/lang/fr/strings.php
modified: view/lang/gd/messages.po
modified: view/lang/gd/strings.php
modified: view/lang/hu/messages.po
modified: view/lang/hu/strings.php
modified: view/lang/is/messages.po
modified: view/lang/is/strings.php
modified: view/lang/it/messages.po
modified: view/lang/it/strings.php
modified: view/lang/ja/messages.po
modified: view/lang/ja/strings.php
modified: view/lang/nb-no/messages.po
modified: view/lang/nb-no/strings.php
modified: view/lang/nl/messages.po
modified: view/lang/nl/strings.php
modified: view/lang/pl/messages.po
modified: view/lang/pl/strings.php
modified: view/lang/pt-br/messages.po
modified: view/lang/pt-br/strings.php
modified: view/lang/ro/messages.po
modified: view/lang/ro/strings.php
modified: view/lang/ru/messages.po
modified: view/lang/ru/strings.php
modified: view/lang/sv/messages.po
modified: view/lang/sv/strings.php
modified: view/lang/zh-cn/messages.po
modified: view/lang/zh-cn/strings.php
modified: view/php/default.php
modified: view/php/minimal.php
modified: view/php/none.php
modified: view/smarty3/.gitignore
modified: view/templates/404.tpl
modified: view/templates/acl/full_selector.tpl
modified: view/templates/acl/message_recipient.tpl
modified: view/templates/acl/self_only.tpl
modified: view/templates/admin/addons/details.tpl
modified: view/templates/admin/addons/embed.tpl
modified: view/templates/admin/addons/index.tpl
modified: view/templates/admin/aside.tpl
modified: view/templates/admin/dbsync/failed_updates.tpl
modified: view/templates/admin/dbsync/structure_check.tpl
modified: view/templates/admin/features.tpl
modified: view/templates/admin/federation.tpl
modified: view/templates/admin/logs/settings.tpl
modified: view/templates/admin/logs/view.tpl
modified: view/templates/admin/queue.tpl
modified: view/templates/admin/settings_head.tpl
modified: view/templates/admin/site.tpl
modified: view/templates/admin/storage.tpl
modified: view/templates/admin/summary.tpl
modified: view/templates/admin/tos.tpl
modified: view/templates/album_edit.tpl
modified: view/templates/apps.tpl
modified: view/templates/auto_request.tpl
modified: view/templates/babel.tpl
modified: view/templates/birthdays_reminder.tpl
modified: view/templates/calendar/calendar.tpl
modified: view/templates/calendar/calendar_head.tpl
modified: view/templates/calendar/event.tpl
modified: view/templates/calendar/event_form.tpl
modified: view/templates/comment_item.tpl
modified: view/templates/common_tabs.tpl
modified: view/templates/community.tpl
modified: view/templates/confirm.tpl
modified: view/templates/contact/advanced.tpl
modified: view/templates/contact/entry.tpl
modified: view/templates/contact/list.tpl
modified: view/templates/contact_drop_confirm.tpl
modified: view/templates/contact_edit.tpl
modified: view/templates/contact_head.tpl
modified: view/templates/contacts-head.tpl
modified: view/templates/contacts-template.tpl
modified: view/templates/content.tpl
modified: view/templates/content/audio.tpl
modified: view/templates/content/image.tpl
modified: view/templates/content/image_grid.tpl
modified: view/templates/content/link.tpl
modified: view/templates/content/question.tpl
modified: view/templates/content_wrapper.tpl
modified: view/templates/conversation.tpl
modified: view/templates/credits.tpl
modified: view/templates/debug/activitypubconversion.tpl
modified: view/templates/delegation.tpl
modified: view/templates/diaspora_vcard.tpl
modified: view/templates/directory_header.tpl
modified: view/templates/directory_item.tpl
modified: view/templates/display-head.tpl
modified: view/templates/email/html.tpl
modified: view/templates/email/notify/html.tpl
modified: view/templates/email/notify/text.tpl
modified: view/templates/email/system/html.tpl
modified: view/templates/email/system/text.tpl
modified: view/templates/event_stream_item.tpl
modified: view/templates/events_reminder.tpl
modified: view/templates/exception.tpl
modified: view/templates/feedtest.tpl
modified: view/templates/field.tpl
modified: view/templates/field/range_percent.tpl
modified: view/templates/field_checkbox.tpl
modified: view/templates/field_combobox.tpl
modified: view/templates/field_custom.tpl
modified: view/templates/field_datetime.tpl
modified: view/templates/field_input.tpl
modified: view/templates/field_intcheckbox.tpl
modified: view/templates/field_openid.tpl
modified: view/templates/field_password.tpl
modified: view/templates/field_radio.tpl
modified: view/templates/field_select.tpl
modified: view/templates/field_select_raw.tpl
modified: view/templates/field_textarea.tpl
modified: view/templates/field_themeselect.tpl
modified: view/templates/filer_dialog.tpl
modified: view/templates/files.tpl
modified: view/templates/footer.tpl
modified: view/templates/friendica.tpl
modified: view/templates/fsuggest.tpl
modified: view/templates/generic_links_widget.tpl
modified: view/templates/group_drop.tpl
modified: view/templates/group_edit.tpl
modified: view/templates/group_selection.tpl
modified: view/templates/group_side.tpl
modified: view/templates/groupeditor.tpl
modified: view/templates/head.tpl
modified: view/templates/hide_comments.tpl
modified: view/templates/home.tpl
modified: view/templates/hovercard.tpl
modified: view/templates/http_status.tpl
modified: view/templates/infinite_scroll_head.tpl
modified: view/templates/install/01_checks.tpl
modified: view/templates/install/02_base_config.tpl
modified: view/templates/install/03_database_config.tpl
modified: view/templates/install/04_site_settings.tpl
modified: view/templates/install/05_finished.tpl
modified: view/templates/install/local.config.tpl
modified: view/templates/invite.tpl
modified: view/templates/item/compose.tpl
modified: view/templates/jot-header.tpl
modified: view/templates/jot.tpl
modified: view/templates/jot_geotag.tpl
modified: view/templates/like_noshare.tpl
modified: view/templates/login.tpl
modified: view/templates/login_head.tpl
modified: view/templates/logout.tpl
modified: view/templates/lostpass.tpl
modified: view/templates/mail_conv.tpl
modified: view/templates/mail_display.tpl
modified: view/templates/mail_head.tpl
modified: view/templates/mail_list.tpl
modified: view/templates/media/browser.tpl
modified: view/templates/message-head.tpl
modified: view/templates/message_side.tpl
modified: view/templates/micropro_img.tpl
modified: view/templates/micropro_txt.tpl
modified: view/templates/moderation/aside.tpl
modified: view/templates/moderation/blocklist/contact.tpl
modified: view/templates/moderation/blocklist/server/add.tpl
modified: view/templates/moderation/blocklist/server/import.tpl
modified: view/templates/moderation/blocklist/server/index.tpl
modified: view/templates/moderation/item/delete.tpl
modified: view/templates/moderation/item/source.tpl
modified: view/templates/moderation/settings_head.tpl
modified: view/templates/moderation/summary.tpl
modified: view/templates/moderation/users/active.tpl
modified: view/templates/moderation/users/blocked.tpl
modified: view/templates/moderation/users/create.tpl
modified: view/templates/moderation/users/deleted.tpl
modified: view/templates/moderation/users/index.tpl
modified: view/templates/moderation/users/pending.tpl
modified: view/templates/msg-header.tpl
modified: view/templates/nav.tpl
modified: view/templates/nav_head.tpl
modified: view/templates/nogroup-template.tpl
modified: view/templates/notifications/attend_item.tpl
modified: view/templates/notifications/comments_item.tpl
modified: view/templates/notifications/dislikes_item.tpl
modified: view/templates/notifications/friends_item.tpl
modified: view/templates/notifications/intros.tpl
modified: view/templates/notifications/likes_item.tpl
modified: view/templates/notifications/nav/notify.tpl
modified: view/templates/notifications/netfriend.tpl
modified: view/templates/notifications/network_item.tpl
modified: view/templates/notifications/notification.tpl
modified: view/templates/notifications/notifications.tpl
modified: view/templates/notifications/posts_item.tpl
modified: view/templates/notifications/suggestions.tpl
modified: view/templates/oauth_authorize.tpl
modified: view/templates/oembed_video.tpl
modified: view/templates/ostatus/repair.tpl
modified: view/templates/page_tabs.tpl
modified: view/templates/paginate.tpl
modified: view/templates/photo_album.tpl
modified: view/templates/photo_albums.tpl
modified: view/templates/photo_edit.tpl
modified: view/templates/photo_edit_head.tpl
modified: view/templates/photo_item.tpl
modified: view/templates/photo_top.tpl
modified: view/templates/photo_view.tpl
modified: view/templates/photos_default_uploader_box.tpl
modified: view/templates/photos_default_uploader_submit.tpl
modified: view/templates/photos_head.tpl
modified: view/templates/photos_recent.tpl
modified: view/templates/photos_upload.tpl
modified: view/templates/post/tag/remove.tpl
modified: view/templates/probe.tpl
modified: view/templates/profile/contacts.tpl
modified: view/templates/profile/profile.tpl
modified: view/templates/profile/publish.tpl
modified: view/templates/profile/schedule.tpl
modified: view/templates/profile/unkmail-header.tpl
modified: view/templates/profile/unkmail.tpl
modified: view/templates/profile/vcard.tpl
modified: view/templates/prv_message.tpl
modified: view/templates/pwdreset.tpl
modified: view/templates/register.tpl
modified: view/templates/scroll_loader.tpl
modified: view/templates/search_item.tpl
modified: view/templates/searchbox.tpl
modified: view/templates/section_title.tpl
modified: view/templates/security/password_too_long.tpl
modified: view/templates/settings/account.tpl
modified: view/templates/settings/addons.tpl
modified: view/templates/settings/addons/connector.tpl
modified: view/templates/settings/addons/link.tpl
modified: view/templates/settings/addons/panel.tpl
modified: view/templates/settings/connectors.tpl
modified: view/templates/settings/delegation.tpl
modified: view/templates/settings/display.tpl
modified: view/templates/settings/display_end.tpl
modified: view/templates/settings/features.tpl
modified: view/templates/settings/head.tpl
modified: view/templates/settings/oauth.tpl
modified: view/templates/settings/pagetypes.tpl
modified: view/templates/settings/profile/field/edit.tpl
modified: view/templates/settings/profile/index.tpl
modified: view/templates/settings/profile/index_head.tpl
modified: view/templates/settings/profile/photo/crop.tpl
modified: view/templates/settings/profile/photo/crop_head.tpl
modified: view/templates/settings/profile/photo/index.tpl
modified: view/templates/settings/removeme.tpl
modified: view/templates/settings/twofactor/app_specific.tpl
modified: view/templates/settings/twofactor/index.tpl
modified: view/templates/settings/twofactor/recovery.tpl
modified: view/templates/settings/twofactor/trusted_browsers.tpl
modified: view/templates/settings/twofactor/verify.tpl
modified: view/templates/settings/userexport.tpl
modified: view/templates/shared_content.tpl
modified: view/templates/smilies.tpl
modified: view/templates/special/displaynotfound.tpl
modified: view/templates/structure.tpl
modified: view/templates/sub/delivery_count.tpl
modified: view/templates/sub/direction.tpl
modified: view/templates/tables.tpl
modified: view/templates/theme_admin_settings.tpl
modified: view/templates/theme_settings.tpl
modified: view/templates/threaded_conversation.tpl
modified: view/templates/toggle_mobile_footer.tpl
modified: view/templates/tos.tpl
modified: view/templates/twofactor/recovery.tpl
modified: view/templates/twofactor/signout.tpl
modified: view/templates/twofactor/trust.tpl
modified: view/templates/twofactor/verify.tpl
modified: view/templates/uexport.tpl
modified: view/templates/user/import.tpl
modified: view/templates/video_top.tpl
modified: view/templates/videos_head.tpl
modified: view/templates/videos_recent.tpl
modified: view/templates/voting_fakelink.tpl
modified: view/templates/wall/content_filter.tpl
modified: view/templates/wall_thread.tpl
modified: view/templates/webfinger.tpl
modified: view/templates/welcome.tpl
modified: view/templates/widget/accounts.tpl
modified: view/templates/widget/community_sharer.tpl
modified: view/templates/widget/contacts.tpl
modified: view/templates/widget/events.tpl
modified: view/templates/widget/filter.tpl
modified: view/templates/widget/follow.tpl
modified: view/templates/widget/peoplefind.tpl
modified: view/templates/widget/posted_date.tpl
modified: view/templates/widget/remote_friends_common.tpl
modified: view/templates/widget/saved_searches.tpl
modified: view/templates/widget/tagcloud.tpl
modified: view/templates/widget/trending_tags.tpl
modified: view/templates/widget/vcard.tpl
modified: view/templates/widget_forumlist.tpl
modified: view/theme/duepuntozero/bbedit.png
modified: view/theme/duepuntozero/border.jpg
modified: view/theme/duepuntozero/config.php
modified: view/theme/duepuntozero/deriv/comix.css
modified: view/theme/duepuntozero/deriv/darkzero.css
modified: view/theme/duepuntozero/deriv/easterbunny.css
modified: view/theme/duepuntozero/deriv/greenzero.css
modified: view/theme/duepuntozero/deriv/imgdarkzero/border.jpg
modified: view/theme/duepuntozero/deriv/imgdarkzero/head.jpg
modified: view/theme/duepuntozero/deriv/imgdarkzero/sectionend.jpg
modified: view/theme/duepuntozero/deriv/imgdarkzero/shiny.png
modified: view/theme/duepuntozero/deriv/imgeasterbunny/border.jpg
modified: view/theme/duepuntozero/deriv/imgeasterbunny/head.jpg
modified: view/theme/duepuntozero/deriv/imgeasterbunny/shiny.png
modified: view/theme/duepuntozero/deriv/imggreenzero/border.jpg
modified: view/theme/duepuntozero/deriv/imggreenzero/file.gif
modified: view/theme/duepuntozero/deriv/imggreenzero/greenicons.png
modified: view/theme/duepuntozero/deriv/imggreenzero/head.jpg
modified: view/theme/duepuntozero/deriv/imggreenzero/shiny.png
modified: view/theme/duepuntozero/deriv/imgpurplezero/border.jpg
modified: view/theme/duepuntozero/deriv/imgpurplezero/head.jpg
modified: view/theme/duepuntozero/deriv/imgpurplezero/shiny.png
modified: view/theme/duepuntozero/deriv/purplezero.css
modified: view/theme/duepuntozero/deriv/slackr.css
modified: view/theme/duepuntozero/editicons.png
modified: view/theme/duepuntozero/ff-16.jpg
modified: view/theme/duepuntozero/file.gif
modified: view/theme/duepuntozero/friendika-16.png
modified: view/theme/duepuntozero/head.jpg
modified: view/theme/duepuntozero/lock.cur
modified: view/theme/duepuntozero/login-bg.gif
modified: view/theme/duepuntozero/photo-menu.jpg
modified: view/theme/duepuntozero/screenshot.jpg
modified: view/theme/duepuntozero/shiny.png
modified: view/theme/duepuntozero/style.css
modified: view/theme/duepuntozero/style.php
modified: view/theme/duepuntozero/templates/comment_item.tpl
modified: view/theme/duepuntozero/templates/nav.tpl
modified: view/theme/duepuntozero/templates/profile/vcard.tpl
modified: view/theme/duepuntozero/templates/theme_settings.tpl
modified: view/theme/duepuntozero/theme.php
modified: view/theme/duepuntozero/unsupported
modified: view/theme/frio/.eslintrc.json
modified: view/theme/frio/.prettierrc
modified: view/theme/frio/LICENSE
modified: view/theme/frio/README.md
modified: view/theme/frio/config.php
modified: view/theme/frio/css/font-awesome.custom.css
modified: view/theme/frio/css/hovercard.css
modified: view/theme/frio/css/mod_admin.css
modified: view/theme/frio/css/style.css
modified: view/theme/frio/font/open_sans/fonts/Bold/OpenSans-Bold.eot
modified: view/theme/frio/font/open_sans/fonts/Bold/OpenSans-Bold.svg
modified: view/theme/frio/font/open_sans/fonts/Bold/OpenSans-Bold.ttf
modified: view/theme/frio/font/open_sans/fonts/Bold/OpenSans-Bold.woff
modified: view/theme/frio/font/open_sans/fonts/BoldItalic/OpenSans-BoldItalic.eot
modified: view/theme/frio/font/open_sans/fonts/BoldItalic/OpenSans-BoldItalic.svg
modified: view/theme/frio/font/open_sans/fonts/BoldItalic/OpenSans-BoldItalic.ttf
modified: view/theme/frio/font/open_sans/fonts/BoldItalic/OpenSans-BoldItalic.woff
modified: view/theme/frio/font/open_sans/fonts/ExtraBold/OpenSans-ExtraBold.eot
modified: view/theme/frio/font/open_sans/fonts/ExtraBold/OpenSans-ExtraBold.svg
modified: view/theme/frio/font/open_sans/fonts/ExtraBold/OpenSans-ExtraBold.ttf
modified: view/theme/frio/font/open_sans/fonts/ExtraBold/OpenSans-ExtraBold.woff
modified: view/theme/frio/font/open_sans/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot
modified: view/theme/frio/font/open_sans/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg
modified: view/theme/frio/font/open_sans/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf
modified: view/theme/frio/font/open_sans/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff
modified: view/theme/frio/font/open_sans/fonts/Italic/OpenSans-Italic.eot
modified: view/theme/frio/font/open_sans/fonts/Italic/OpenSans-Italic.svg
modified: view/theme/frio/font/open_sans/fonts/Italic/OpenSans-Italic.ttf
modified: view/theme/frio/font/open_sans/fonts/Italic/OpenSans-Italic.woff
modified: view/theme/frio/font/open_sans/fonts/Light/OpenSans-Light.eot
modified: view/theme/frio/font/open_sans/fonts/Light/OpenSans-Light.svg
modified: view/theme/frio/font/open_sans/fonts/Light/OpenSans-Light.ttf
modified: view/theme/frio/font/open_sans/fonts/Light/OpenSans-Light.woff
modified: view/theme/frio/font/open_sans/fonts/LightItalic/OpenSans-LightItalic.eot
modified: view/theme/frio/font/open_sans/fonts/LightItalic/OpenSans-LightItalic.svg
modified: view/theme/frio/font/open_sans/fonts/LightItalic/OpenSans-LightItalic.ttf
modified: view/theme/frio/font/open_sans/fonts/LightItalic/OpenSans-LightItalic.woff
modified: view/theme/frio/font/open_sans/fonts/Regular/OpenSans-Regular.eot
modified: view/theme/frio/font/open_sans/fonts/Regular/OpenSans-Regular.svg
modified: view/theme/frio/font/open_sans/fonts/Regular/OpenSans-Regular.ttf
modified: view/theme/frio/font/open_sans/fonts/Regular/OpenSans-Regular.woff
modified: view/theme/frio/font/open_sans/fonts/Semibold/OpenSans-Semibold.eot
modified: view/theme/frio/font/open_sans/fonts/Semibold/OpenSans-Semibold.svg
modified: view/theme/frio/font/open_sans/fonts/Semibold/OpenSans-Semibold.ttf
modified: view/theme/frio/font/open_sans/fonts/Semibold/OpenSans-Semibold.woff
modified: view/theme/frio/font/open_sans/fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot
modified: view/theme/frio/font/open_sans/fonts/SemiboldItalic/OpenSans-SemiboldItalic.svg
modified: view/theme/frio/font/open_sans/fonts/SemiboldItalic/OpenSans-SemiboldItalic.ttf
modified: view/theme/frio/font/open_sans/fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff
modified: view/theme/frio/font/open_sans/open-sans.css
modified: view/theme/frio/frameworks/autosize/LICENSE.md
modified: view/theme/frio/frameworks/autosize/autosize.js
modified: view/theme/frio/frameworks/autosize/autosize.min.js
modified: view/theme/frio/frameworks/autosize/changelog.md
modified: view/theme/frio/frameworks/autosize/readme.md
modified: view/theme/frio/frameworks/awesome-bootstrap-checkbox/LICENSE
modified: view/theme/frio/frameworks/awesome-bootstrap-checkbox/README.md
modified: view/theme/frio/frameworks/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css
modified: view/theme/frio/frameworks/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.less
modified: view/theme/frio/frameworks/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss
modified: view/theme/frio/frameworks/awesome-bootstrap-checkbox/bower.json
modified: view/theme/frio/frameworks/awesome-bootstrap-checkbox/package.json
modified: view/theme/frio/frameworks/bootstrap-colorpicker/LICENSE
modified: view/theme/frio/frameworks/bootstrap-colorpicker/README.md
modified: view/theme/frio/frameworks/bootstrap-colorpicker/css/bootstrap-colorpicker.css
modified: view/theme/frio/frameworks/bootstrap-colorpicker/css/bootstrap-colorpicker.min.css
modified: view/theme/frio/frameworks/bootstrap-colorpicker/img/bootstrap-colorpicker/alpha-horizontal.png
modified: view/theme/frio/frameworks/bootstrap-colorpicker/img/bootstrap-colorpicker/alpha.png
modified: view/theme/frio/frameworks/bootstrap-colorpicker/img/bootstrap-colorpicker/hue-horizontal.png
modified: view/theme/frio/frameworks/bootstrap-colorpicker/img/bootstrap-colorpicker/hue.png
modified: view/theme/frio/frameworks/bootstrap-colorpicker/img/bootstrap-colorpicker/saturation.png
modified: view/theme/frio/frameworks/bootstrap-colorpicker/js/bootstrap-colorpicker.js
modified: view/theme/frio/frameworks/bootstrap-colorpicker/js/bootstrap-colorpicker.min.js
modified: view/theme/frio/frameworks/bootstrap-select/css/bootstrap-select.css
modified: view/theme/frio/frameworks/bootstrap-select/css/bootstrap-select.css.map
modified: view/theme/frio/frameworks/bootstrap-select/css/bootstrap-select.min.css
modified: view/theme/frio/frameworks/bootstrap-select/js/bootstrap-select.js
modified: view/theme/frio/frameworks/bootstrap-select/js/bootstrap-select.js.map
modified: view/theme/frio/frameworks/bootstrap-select/js/bootstrap-select.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-ar_AR.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-ar_AR.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-bg_BG.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-bg_BG.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-cro_CRO.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-cro_CRO.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-cs_CZ.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-cs_CZ.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-da_DK.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-da_DK.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-de_DE.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-de_DE.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-en_US.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-en_US.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-es_CL.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-es_CL.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-eu.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-eu.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-fa_IR.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-fa_IR.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-fi_FI.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-fi_FI.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-fr_FR.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-fr_FR.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-hu_HU.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-hu_HU.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-id_ID.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-id_ID.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-it_IT.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-it_IT.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-ko_KR.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-ko_KR.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-lt_LT.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-lt_LT.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-nb_NO.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-nb_NO.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-nl_NL.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-nl_NL.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-pl_PL.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-pl_PL.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-pt_BR.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-pt_BR.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-pt_PT.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-pt_PT.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-ro_RO.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-ro_RO.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-ru_RU.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-ru_RU.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-sk_SK.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-sk_SK.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-sl_SI.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-sl_SI.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-sv_SE.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-sv_SE.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-tr_TR.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-tr_TR.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-ua_UA.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-ua_UA.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-zh_CN.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-zh_CN.min.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-zh_TW.js
modified: view/theme/frio/frameworks/bootstrap-select/js/i18n/defaults-zh_TW.min.js
modified: view/theme/frio/frameworks/bootstrap-toggle/Gruntfile.js
modified: view/theme/frio/frameworks/bootstrap-toggle/LICENSE
modified: view/theme/frio/frameworks/bootstrap-toggle/README.md
modified: view/theme/frio/frameworks/bootstrap-toggle/bower.json
modified: view/theme/frio/frameworks/bootstrap-toggle/css/bootstrap-toggle.css
modified: view/theme/frio/frameworks/bootstrap-toggle/css/bootstrap-toggle.min.css
modified: view/theme/frio/frameworks/bootstrap-toggle/css/bootstrap2-toggle.css
modified: view/theme/frio/frameworks/bootstrap-toggle/css/bootstrap2-toggle.min.css
modified: view/theme/frio/frameworks/bootstrap-toggle/js/bootstrap-toggle.js
modified: view/theme/frio/frameworks/bootstrap-toggle/js/bootstrap-toggle.min.js
modified: view/theme/frio/frameworks/bootstrap-toggle/js/bootstrap-toggle.min.js.map
modified: view/theme/frio/frameworks/bootstrap-toggle/js/bootstrap2-toggle.js
modified: view/theme/frio/frameworks/bootstrap-toggle/js/bootstrap2-toggle.min.js
modified: view/theme/frio/frameworks/bootstrap-toggle/js/bootstrap2-toggle.min.js.map
modified: view/theme/frio/frameworks/bootstrap-toggle/package.json
modified: view/theme/frio/frameworks/bootstrap/css/bootstrap-theme.css
modified: view/theme/frio/frameworks/bootstrap/css/bootstrap-theme.css.map
modified: view/theme/frio/frameworks/bootstrap/css/bootstrap-theme.min.css
modified: view/theme/frio/frameworks/bootstrap/css/bootstrap-theme.min.css.map
modified: view/theme/frio/frameworks/bootstrap/css/bootstrap.css
modified: view/theme/frio/frameworks/bootstrap/css/bootstrap.css.map
modified: view/theme/frio/frameworks/bootstrap/css/bootstrap.min.css
modified: view/theme/frio/frameworks/bootstrap/css/bootstrap.min.css.map
modified: view/theme/frio/frameworks/bootstrap/fonts/glyphicons-halflings-regular.eot
modified: view/theme/frio/frameworks/bootstrap/fonts/glyphicons-halflings-regular.svg
modified: view/theme/frio/frameworks/bootstrap/fonts/glyphicons-halflings-regular.ttf
modified: view/theme/frio/frameworks/bootstrap/fonts/glyphicons-halflings-regular.woff
modified: view/theme/frio/frameworks/bootstrap/fonts/glyphicons-halflings-regular.woff2
modified: view/theme/frio/frameworks/bootstrap/js/bootstrap.js
modified: view/theme/frio/frameworks/bootstrap/js/bootstrap.min.js
modified: view/theme/frio/frameworks/bootstrap/js/npm.js
modified: view/theme/frio/frameworks/ekko-lightbox/ekko-lightbox.css
modified: view/theme/frio/frameworks/ekko-lightbox/ekko-lightbox.js
modified: view/theme/frio/frameworks/ekko-lightbox/ekko-lightbox.min.css
modified: view/theme/frio/frameworks/ekko-lightbox/ekko-lightbox.min.js
modified: view/theme/frio/frameworks/flexMenu/README.md
modified: view/theme/frio/frameworks/flexMenu/flexmenu.custom.js
modified: view/theme/frio/frameworks/flexMenu/flexmenu.js
modified: view/theme/frio/frameworks/flexMenu/flexmenu.min.js
modified: view/theme/frio/frameworks/jasny/css/jasny-bootstrap.css
modified: view/theme/frio/frameworks/jasny/css/jasny-bootstrap.css.map
modified: view/theme/frio/frameworks/jasny/css/jasny-bootstrap.min.css
modified: view/theme/frio/frameworks/jasny/js/jasny-bootstrap.custom.js
modified: view/theme/frio/frameworks/jasny/js/jasny-bootstrap.js
modified: view/theme/frio/frameworks/jasny/js/jasny-bootstrap.min.js
modified: view/theme/frio/frameworks/jquery-color/jquery.color.js
modified: view/theme/frio/frameworks/jquery-scrollspy/README.md
modified: view/theme/frio/frameworks/jquery-scrollspy/bower.json
modified: view/theme/frio/frameworks/jquery-scrollspy/gulpfile.js
modified: view/theme/frio/frameworks/jquery-scrollspy/jquery-scrollspy.js
modified: view/theme/frio/frameworks/jquery-scrollspy/jquery-scrollspy.min.js
modified: view/theme/frio/frameworks/jquery-scrollspy/package.json
modified: view/theme/frio/frameworks/justifiedGallery/jquery.justifiedGallery.min.js
modified: view/theme/frio/frameworks/justifiedGallery/justifiedGallery.min.css
modified: view/theme/frio/frameworks/sticky-kit/jquery.sticky-kit.min.js
modified: view/theme/frio/img/bg_circle.png
modified: view/theme/frio/img/friendica-25.png
modified: view/theme/frio/img/friendica-32.png
modified: view/theme/frio/img/friendica-logo.svg
modified: view/theme/frio/img/icon_search16x16.png
modified: view/theme/frio/img/login_bg.jpg
modified: view/theme/frio/img/mime/audio.png
modified: view/theme/frio/img/mime/excel.png
modified: view/theme/frio/img/mime/file.png
modified: view/theme/frio/img/mime/illustrator.png
modified: view/theme/frio/img/mime/image.png
modified: view/theme/frio/img/mime/indesign.png
modified: view/theme/frio/img/mime/pdf.png
modified: view/theme/frio/img/mime/photoshop.png
modified: view/theme/frio/img/mime/powerpoint.png
modified: view/theme/frio/img/mime/video.png
modified: view/theme/frio/img/mime/word.png
modified: view/theme/frio/img/mime/zip.png
modified: view/theme/frio/img/none.png
modified: view/theme/frio/img/placeholder-postform-arrow.png
modified: view/theme/frio/img/screenshots/screenshot-jot-modal.png
modified: view/theme/frio/img/screenshots/screenshot-mobile.png
modified: view/theme/frio/img/screenshots/screenshot-scheme-love-music.png
modified: view/theme/frio/img/screenshots/screenshot-scheme-red.png
modified: view/theme/frio/img/screenshots/screenshot-settings.png
modified: view/theme/frio/img/screenshots/screenshot.png
modified: view/theme/frio/img/select_arrow.png
modified: view/theme/frio/js/compose.js
modified: view/theme/frio/js/hovercard.js
modified: view/theme/frio/js/jot.js
modified: view/theme/frio/js/jquery.tools.min.js
modified: view/theme/frio/js/mod_admin.js
modified: view/theme/frio/js/mod_contacts.js
modified: view/theme/frio/js/mod_display.js
modified: view/theme/frio/js/mod_events.js
modified: view/theme/frio/js/mod_group.js
modified: view/theme/frio/js/mod_notifications.js
modified: view/theme/frio/js/mod_photos.js
modified: view/theme/frio/js/modal.js
modified: view/theme/frio/js/module/admin/logs/view.js
modified: view/theme/frio/js/module/media/browser.js
modified: view/theme/frio/js/textedit.js
modified: view/theme/frio/js/theme.js
modified: view/theme/frio/php/Image.php
modified: view/theme/frio/php/PHPColors/Color.php
modified: view/theme/frio/php/PHPColors/README.md
modified: view/theme/frio/php/default.php
modified: view/theme/frio/php/frio_boot.php
modified: view/theme/frio/php/minimal.php
modified: view/theme/frio/php/scheme.php
modified: view/theme/frio/php/standard.php
modified: view/theme/frio/scheme/black.css
modified: view/theme/frio/scheme/black.php
modified: view/theme/frio/scheme/blue.php
modified: view/theme/frio/scheme/dark.css
modified: view/theme/frio/scheme/dark.php
modified: view/theme/frio/scheme/koyu-dark.css
modified: view/theme/frio/scheme/koyu-dark.php
modified: view/theme/frio/scheme/light.php
modified: view/theme/frio/scheme/love-music.css
modified: view/theme/frio/scheme/love-music.php
modified: view/theme/frio/scheme/plusminus.css
modified: view/theme/frio/scheme/plusminus.jpg
modified: view/theme/frio/scheme/plusminus.php
modified: view/theme/frio/scheme/red.php
modified: view/theme/frio/screenshot.png
modified: view/theme/frio/style.php
modified: view/theme/frio/templates/admin/aside.tpl
modified: view/theme/frio/templates/admin/features.tpl
modified: view/theme/frio/templates/admin/logs/view.tpl
modified: view/theme/frio/templates/admin/queue.tpl
modified: view/theme/frio/templates/admin/site.tpl
modified: view/theme/frio/templates/admin/storage.tpl
modified: view/theme/frio/templates/admin/summary.tpl
modified: view/theme/frio/templates/album_edit.tpl
modified: view/theme/frio/templates/auto_request.tpl
modified: view/theme/frio/templates/calendar/calendar.tpl
modified: view/theme/frio/templates/calendar/calendar_head.tpl
modified: view/theme/frio/templates/calendar/event.tpl
modified: view/theme/frio/templates/calendar/event_form.tpl
modified: view/theme/frio/templates/comment_item.tpl
modified: view/theme/frio/templates/common_tabs.tpl
modified: view/theme/frio/templates/confirm.tpl
modified: view/theme/frio/templates/contact/advanced.tpl
modified: view/theme/frio/templates/contact/entry.tpl
modified: view/theme/frio/templates/contact/list.tpl
modified: view/theme/frio/templates/contact_drop_confirm.tpl
modified: view/theme/frio/templates/contact_edit.tpl
modified: view/theme/frio/templates/contacts-head.tpl
modified: view/theme/frio/templates/contacts-template.tpl
modified: view/theme/frio/templates/conversation.tpl
modified: view/theme/frio/templates/credits.tpl
modified: view/theme/frio/templates/directory_header.tpl
modified: view/theme/frio/templates/event_stream_item.tpl
modified: view/theme/frio/templates/field_checkbox.tpl
modified: view/theme/frio/templates/field_colorinput.tpl
modified: view/theme/frio/templates/field_custom.tpl
modified: view/theme/frio/templates/field_fileinput.tpl
modified: view/theme/frio/templates/field_input.tpl
modified: view/theme/frio/templates/field_intcheckbox.tpl
modified: view/theme/frio/templates/field_openid.tpl
modified: view/theme/frio/templates/field_password.tpl
modified: view/theme/frio/templates/field_radio.tpl
modified: view/theme/frio/templates/field_select.tpl
modified: view/theme/frio/templates/field_select_raw.tpl
modified: view/theme/frio/templates/field_textarea.tpl
modified: view/theme/frio/templates/field_themeselect.tpl
modified: view/theme/frio/templates/footer.tpl
modified: view/theme/frio/templates/generic_links_widget.tpl
modified: view/theme/frio/templates/group_drop.tpl
modified: view/theme/frio/templates/group_edit.tpl
modified: view/theme/frio/templates/group_side.tpl
modified: view/theme/frio/templates/groupeditor.tpl
modified: view/theme/frio/templates/head.tpl
modified: view/theme/frio/templates/home.tpl
modified: view/theme/frio/templates/invite.tpl
modified: view/theme/frio/templates/jot-header.tpl
modified: view/theme/frio/templates/jot.tpl
modified: view/theme/frio/templates/js_strings.tpl
modified: view/theme/frio/templates/like_noshare.tpl
modified: view/theme/frio/templates/login.tpl
modified: view/theme/frio/templates/mail_conv.tpl
modified: view/theme/frio/templates/mail_display.tpl
modified: view/theme/frio/templates/mail_head.tpl
modified: view/theme/frio/templates/mail_list.tpl
modified: view/theme/frio/templates/media/browser.tpl
modified: view/theme/frio/templates/message_side.tpl
modified: view/theme/frio/templates/moderation/aside.tpl
modified: view/theme/frio/templates/moderation/blocklist/contact.tpl
modified: view/theme/frio/templates/moderation/summary.tpl
modified: view/theme/frio/templates/moderation/users/active.tpl
modified: view/theme/frio/templates/moderation/users/blocked.tpl
modified: view/theme/frio/templates/moderation/users/create.tpl
modified: view/theme/frio/templates/moderation/users/deleted.tpl
modified: view/theme/frio/templates/moderation/users/index.tpl
modified: view/theme/frio/templates/moderation/users/pending.tpl
modified: view/theme/frio/templates/msg-header.tpl
modified: view/theme/frio/templates/nav.tpl
modified: view/theme/frio/templates/nav_head.tpl
modified: view/theme/frio/templates/notifications/attend_item.tpl
modified: view/theme/frio/templates/notifications/comments_item.tpl
modified: view/theme/frio/templates/notifications/dislikes_item.tpl
modified: view/theme/frio/templates/notifications/friends_item.tpl
modified: view/theme/frio/templates/notifications/intros.tpl
modified: view/theme/frio/templates/notifications/likes_item.tpl
modified: view/theme/frio/templates/notifications/nav/notify.tpl
modified: view/theme/frio/templates/notifications/network_item.tpl
modified: view/theme/frio/templates/notifications/notifications.tpl
modified: view/theme/frio/templates/notifications/posts_item.tpl
modified: view/theme/frio/templates/notifications/suggestions.tpl
modified: view/theme/frio/templates/page_tabs.tpl
modified: view/theme/frio/templates/paginate.tpl
modified: view/theme/frio/templates/photo_album.tpl
modified: view/theme/frio/templates/photo_albums.tpl
modified: view/theme/frio/templates/photo_item.tpl
modified: view/theme/frio/templates/photo_top.tpl
modified: view/theme/frio/templates/photo_view.tpl
modified: view/theme/frio/templates/photos_default_uploader_box.tpl
modified: view/theme/frio/templates/photos_default_uploader_submit.tpl
modified: view/theme/frio/templates/photos_head.tpl
modified: view/theme/frio/templates/photos_recent.tpl
modified: view/theme/frio/templates/photos_upload.tpl
modified: view/theme/frio/templates/profile/contacts.tpl
modified: view/theme/frio/templates/profile/publish.tpl
modified: view/theme/frio/templates/profile/schedule.tpl
modified: view/theme/frio/templates/profile/vcard.tpl
modified: view/theme/frio/templates/prv_message.tpl
modified: view/theme/frio/templates/register.tpl
modified: view/theme/frio/templates/search_item.tpl
modified: view/theme/frio/templates/searchbox.tpl
modified: view/theme/frio/templates/settings/account.tpl
modified: view/theme/frio/templates/settings/addons.tpl
modified: view/theme/frio/templates/settings/addons/connector.tpl
modified: view/theme/frio/templates/settings/addons/link.tpl
modified: view/theme/frio/templates/settings/addons/panel.tpl
modified: view/theme/frio/templates/settings/connectors.tpl
modified: view/theme/frio/templates/settings/display.tpl
modified: view/theme/frio/templates/settings/features.tpl
modified: view/theme/frio/templates/settings/oauth.tpl
modified: view/theme/frio/templates/settings/profile/field/edit.tpl
modified: view/theme/frio/templates/settings/profile/index.tpl
modified: view/theme/frio/templates/settings/userexport.tpl
modified: view/theme/frio/templates/sub/delivery_count.tpl
modified: view/theme/frio/templates/sub/direction.tpl
modified: view/theme/frio/templates/sub/punct_wrap.tpl
modified: view/theme/frio/templates/theme_settings.tpl
modified: view/theme/frio/templates/threaded_conversation.tpl
modified: view/theme/frio/templates/voting_fakelink.tpl
modified: view/theme/frio/templates/wall_thread.tpl
modified: view/theme/frio/templates/widget/contacts.tpl
modified: view/theme/frio/templates/widget/follow.tpl
modified: view/theme/frio/templates/widget/peoplefind.tpl
modified: view/theme/frio/templates/widget/saved_searches.tpl
modified: view/theme/frio/templates/widget/vcard.tpl
modified: view/theme/frio/theme.php
modified: view/theme/quattro/Makefile
modified: view/theme/quattro/TODO
modified: view/theme/quattro/config.php
modified: view/theme/quattro/dark/Makefile
modified: view/theme/quattro/dark/colors.less
modified: view/theme/quattro/dark/style.css
modified: view/theme/quattro/dark/style.less
modified: view/theme/quattro/green/Makefile
modified: view/theme/quattro/green/colors.less
modified: view/theme/quattro/green/style.css
modified: view/theme/quattro/green/style.less
modified: view/theme/quattro/icons.less
modified: view/theme/quattro/icons/addon_off.png
modified: view/theme/quattro/icons/addon_on.png
modified: view/theme/quattro/icons/bbedit.png
modified: view/theme/quattro/icons/category.png
modified: view/theme/quattro/icons/connect-bg.png
modified: view/theme/quattro/icons/contacts3.png
modified: view/theme/quattro/icons/contacts_off.png
modified: view/theme/quattro/icons/contacts_on.png
modified: view/theme/quattro/icons/dislike.png
modified: view/theme/quattro/icons/folder.png
modified: view/theme/quattro/icons/language.png
modified: view/theme/quattro/icons/like.png
modified: view/theme/quattro/icons/lock.cur
modified: view/theme/quattro/icons/men.png
modified: view/theme/quattro/icons/messages_off.png
modified: view/theme/quattro/icons/messages_on.png
modified: view/theme/quattro/icons/next.png
modified: view/theme/quattro/icons/prev.png
modified: view/theme/quattro/icons/rss-bg.png
modified: view/theme/quattro/icons/tag.png
modified: view/theme/quattro/jquery.tools.min.js
modified: view/theme/quattro/js/quattro.js
modified: view/theme/quattro/lilac/Makefile
modified: view/theme/quattro/lilac/colors.less
modified: view/theme/quattro/lilac/style.css
modified: view/theme/quattro/lilac/style.less
modified: view/theme/quattro/quattro.less
modified: view/theme/quattro/screenshot.jpg
modified: view/theme/quattro/showmore-bg.jpg
modified: view/theme/quattro/style.php
modified: view/theme/quattro/templates/admin/users/active.tpl
modified: view/theme/quattro/templates/admin/users/blocked.tpl
modified: view/theme/quattro/templates/admin/users/create.tpl
modified: view/theme/quattro/templates/admin/users/deleted.tpl
modified: view/theme/quattro/templates/admin/users/index.tpl
modified: view/theme/quattro/templates/admin/users/pending.tpl
modified: view/theme/quattro/templates/birthdays_reminder.tpl
modified: view/theme/quattro/templates/calendar/calendar.tpl
modified: view/theme/quattro/templates/calendar/event_form.tpl
modified: view/theme/quattro/templates/comment_item.tpl
modified: view/theme/quattro/templates/contact/entry.tpl
modified: view/theme/quattro/templates/conversation.tpl
modified: view/theme/quattro/templates/events_reminder.tpl
modified: view/theme/quattro/templates/generic_links_widget.tpl
modified: view/theme/quattro/templates/group_side.tpl
modified: view/theme/quattro/templates/jot.tpl
modified: view/theme/quattro/templates/mail_conv.tpl
modified: view/theme/quattro/templates/mail_display.tpl
modified: view/theme/quattro/templates/mail_list.tpl
modified: view/theme/quattro/templates/message_side.tpl
modified: view/theme/quattro/templates/nav.tpl
modified: view/theme/quattro/templates/photo_item.tpl
modified: view/theme/quattro/templates/photo_view.tpl
modified: view/theme/quattro/templates/profile/vcard.tpl
modified: view/theme/quattro/templates/search_item.tpl
modified: view/theme/quattro/templates/theme_settings.tpl
modified: view/theme/quattro/templates/threaded_conversation.tpl
modified: view/theme/quattro/templates/wall_item_tag.tpl
modified: view/theme/quattro/templates/wall_thread.tpl
modified: view/theme/quattro/templates/widget/filter.tpl
modified: view/theme/quattro/templates/widget/saved_searches.tpl
modified: view/theme/quattro/templates/widget_forumlist.tpl
modified: view/theme/quattro/theme.php
modified: view/theme/quattro/tinycon.min.js
modified: view/theme/quattro/unsupported
modified: view/theme/smoothly/css/typography.css
modified: view/theme/smoothly/images/arrow.png
modified: view/theme/smoothly/images/calendar.png
modified: view/theme/smoothly/images/connect.png
modified: view/theme/smoothly/images/dot.png
modified: view/theme/smoothly/images/down.png
modified: view/theme/smoothly/images/file.gif
modified: view/theme/smoothly/images/groups.png
modified: view/theme/smoothly/images/icons.png
modified: view/theme/smoothly/images/icons.svg
modified: view/theme/smoothly/images/larrow.gif
modified: view/theme/smoothly/images/login-bg.gif
modified: view/theme/smoothly/images/lrarrow.gif
modified: view/theme/smoothly/images/menu-user-pin.jpg
modified: view/theme/smoothly/images/menu-user-pin.png
modified: view/theme/smoothly/images/nav-bg.png
modified: view/theme/smoothly/images/next.png
modified: view/theme/smoothly/images/notifications.png
modified: view/theme/smoothly/images/photo-menu.jpg
modified: view/theme/smoothly/images/photography.png
modified: view/theme/smoothly/images/power.png
modified: view/theme/smoothly/images/premium.png
modified: view/theme/smoothly/images/prev.png
modified: view/theme/smoothly/images/rarrow.gif
modified: view/theme/smoothly/images/search.png
modified: view/theme/smoothly/images/shiny.png
modified: view/theme/smoothly/images/star.png
modified: view/theme/smoothly/images/tobottom.png
modified: view/theme/smoothly/images/totop.png
modified: view/theme/smoothly/images/up.png
modified: view/theme/smoothly/images/user.png
modified: view/theme/smoothly/js/jquery.autogrow.textarea.js
modified: view/theme/smoothly/js/modernizr.custom.2.5.3.js
modified: view/theme/smoothly/js/modernizr.custom.2.5.3.min.js
modified: view/theme/smoothly/lock.cur
modified: view/theme/smoothly/php/default.php
modified: view/theme/smoothly/screenshot.png
modified: view/theme/smoothly/style.css
modified: view/theme/smoothly/templates/bottom.tpl
modified: view/theme/smoothly/templates/jot-header.tpl
modified: view/theme/smoothly/templates/jot.tpl
modified: view/theme/smoothly/templates/nav.tpl
modified: view/theme/smoothly/templates/search_item.tpl
modified: view/theme/smoothly/templates/tools.tpl
modified: view/theme/smoothly/templates/wall_thread.tpl
modified: view/theme/smoothly/templates/widget/follow.tpl
modified: view/theme/smoothly/theme.php
modified: view/theme/smoothly/unsupported
modified: view/theme/vier/LICENSE
modified: view/theme/vier/README.md
modified: view/theme/vier/breathe.css
modified: view/theme/vier/calendar.png
modified: view/theme/vier/config.php
modified: view/theme/vier/css/font-awesome-ie7.css
modified: view/theme/vier/css/font-awesome-ie7.min.css
modified: view/theme/vier/css/font-awesome.css
modified: view/theme/vier/css/font-awesome.min.css
modified: view/theme/vier/css/font2.css
modified: view/theme/vier/dark.css
modified: view/theme/vier/flat.css
modified: view/theme/vier/font/FontAwesome.otf
modified: view/theme/vier/font/fontawesome-webfont.eot
modified: view/theme/vier/font/fontawesome-webfont.svg
modified: view/theme/vier/font/fontawesome-webfont.ttf
modified: view/theme/vier/font/fontawesome-webfont.woff
modified: view/theme/vier/font/fontawesome-webfont.woff2
modified: view/theme/vier/hide.css
modified: view/theme/vier/icons.png
modified: view/theme/vier/icons.svg
modified: view/theme/vier/lock.cur
modified: view/theme/vier/mobile.css
modified: view/theme/vier/narrow.css
modified: view/theme/vier/netcolour.css
modified: view/theme/vier/plus.css
modified: view/theme/vier/plusminus.css
modified: view/theme/vier/screenshot.png
modified: view/theme/vier/shadow.css
modified: view/theme/vier/style.css
modified: view/theme/vier/style.php
modified: view/theme/vier/templates/calendar/event_form.tpl
modified: view/theme/vier/templates/ch_connectors.tpl
modified: view/theme/vier/templates/ch_directory_item.tpl
modified: view/theme/vier/templates/ch_helpers.tpl
modified: view/theme/vier/templates/comment_item.tpl
modified: view/theme/vier/templates/communityhome.tpl
modified: view/theme/vier/templates/contact/entry.tpl
modified: view/theme/vier/templates/mail_list.tpl
modified: view/theme/vier/templates/nav.tpl
modified: view/theme/vier/templates/nav_head.tpl
modified: view/theme/vier/templates/notifications/nav/notify.tpl
modified: view/theme/vier/templates/photo_item.tpl
modified: view/theme/vier/templates/photo_view.tpl
modified: view/theme/vier/templates/profile/vcard.tpl
modified: view/theme/vier/templates/search_item.tpl
modified: view/theme/vier/templates/settings/profile/index.tpl
modified: view/theme/vier/templates/settings/profile/link.tpl
modified: view/theme/vier/templates/sub/delivery_count.tpl
modified: view/theme/vier/templates/theme_admin_settings.tpl
modified: view/theme/vier/templates/theme_settings.tpl
modified: view/theme/vier/templates/threaded_conversation.tpl
modified: view/theme/vier/templates/wall_item_tag.tpl
modified: view/theme/vier/templates/widget_forumlist_right.tpl
modified: view/theme/vier/theme.php
modified: view/theme/vier/wide.css

no changes added to commit (use "git add" and/or "git commit -a")
in reply to Lorraine Lee

@Lorraine Lee @Josephine Michelle Draus @Lorraine Lee Thanks, please run the following command to reset your local changes back to the develop branch:
git checkout -- .

And run the Composer command again afterwards.
in reply to Lorraine Lee

@Lorraine Lee Run a git checkout -- . each time in your deployment process to be sure that you have unmodified (maybe only access rights have changed?) and write for yourself a deployment script like I have done.
in reply to Roland Häder

@Lorraine Lee And please show us a git diff where you ran the git status command. Your local configuration file is not shown to us in diff, don't worry. Please see the .gitignore file.
in reply to Hypolite Petovan

Just nuked and reinstalled. Seems the database is where the instance lives.
in reply to Lorraine Lee

@Lorraine Lee Careful with reinstalling at the same sub-domain, you need to backup your database because of the private keys in there. Also watch out for files in config directory.