Update copyright
authorBalázs Úr <balazs@urbalazs.hu>
Mon, 29 Mar 2021 06:40:20 +0000 (08:40 +0200)
committerBalázs Úr <balazs@urbalazs.hu>
Mon, 29 Mar 2021 06:40:20 +0000 (08:40 +0200)
commit054c301ef0345c4ff9f35cfd08717757eab17b9d
treecf4d7f9fa0e411652c4621e6451b9a1dd429e0b1
parentd936cc5a5c2755a0056ff12a297bf0fa25dc6bf1
Update copyright
714 files changed:
bin/auth_ejabberd.php
bin/console.php
bin/daemon.php
bin/run_xgettext.sh
bin/testargs.php
bin/wait-for-connection
bin/worker.php
boot.php
include/api.php
include/conversation.php
include/dba.php
include/enotify.php
index.php
mod/api.php
mod/cal.php
mod/dfrn_confirm.php
mod/dfrn_notify.php
mod/dfrn_poll.php
mod/dfrn_request.php
mod/display.php
mod/editpost.php
mod/events.php
mod/follow.php
mod/item.php
mod/lostpass.php
mod/match.php
mod/message.php
mod/msearch.php
mod/notes.php
mod/oexchange.php
mod/ostatus_subscribe.php
mod/photos.php
mod/ping.php
mod/poco.php
mod/pubsub.php
mod/pubsubhubbub.php
mod/redir.php
mod/removeme.php
mod/repair_ostatus.php
mod/salmon.php
mod/settings.php
mod/share.php
mod/suggest.php
mod/tagger.php
mod/tagrm.php
mod/uimport.php
mod/unfollow.php
mod/update_contact.php
mod/update_display.php
mod/update_notes.php
mod/videos.php
mod/wall_attach.php
mod/wall_upload.php
mod/wallmessage.php
mods/fpostit/fpostit.php
src/App.php
src/App/Arguments.php
src/App/BaseURL.php
src/App/Mode.php
src/App/Module.php
src/App/Page.php
src/App/Router.php
src/BaseCollection.php
src/BaseDataTransferObject.php
src/BaseEntity.php
src/BaseFactory.php
src/BaseModel.php
src/BaseModule.php
src/BaseRepository.php
src/Collection/Api/Mastodon/Emojis.php
src/Collection/Api/Mastodon/Fields.php
src/Collection/Api/Notifications.php
src/Collection/FSuggests.php
src/Collection/Introductions.php
src/Collection/Notifications.php
src/Collection/PermissionSets.php
src/Collection/ProfileFields.php
src/Console/ArchiveContact.php
src/Console/AutomaticInstallation.php
src/Console/Cache.php
src/Console/Config.php
src/Console/CreateDoxygen.php
src/Console/DatabaseStructure.php
src/Console/DocBloxErrorChecker.php
src/Console/Extract.php
src/Console/FixAPDeliveryWorkerTaskParameters.php
src/Console/GlobalCommunityBlock.php
src/Console/GlobalCommunitySilence.php
src/Console/Lock.php
src/Console/Maintenance.php
src/Console/PhpToPo.php
src/Console/PoToPhp.php
src/Console/PostUpdate.php
src/Console/Relay.php
src/Console/ServerBlock.php
src/Console/Storage.php
src/Console/Typo.php
src/Console/User.php
src/Content/BoundariesPager.php
src/Content/ContactSelector.php
src/Content/Feature.php
src/Content/ForumManager.php
src/Content/Item.php
src/Content/Nav.php
src/Content/OEmbed.php
src/Content/PageInfo.php
src/Content/Pager.php
src/Content/Smilies.php
src/Content/Text/BBCode.php
src/Content/Text/BBCode/Video.php
src/Content/Text/HTML.php
src/Content/Text/Markdown.php
src/Content/Text/MarkdownParser.php
src/Content/Text/Plaintext.php
src/Content/Widget.php
src/Content/Widget/CalendarExport.php
src/Content/Widget/ContactBlock.php
src/Content/Widget/SavedSearches.php
src/Content/Widget/TagCloud.php
src/Content/Widget/TrendingTags.php
src/Core/ACL.php
src/Core/Addon.php
src/Core/BaseCache.php
src/Core/BaseConfig.php
src/Core/BaseLock.php
src/Core/BasePConfig.php
src/Core/Cache/APCuCache.php
src/Core/Cache/ArrayCache.php
src/Core/Cache/DatabaseCache.php
src/Core/Cache/Duration.php
src/Core/Cache/ICache.php
src/Core/Cache/IMemoryCache.php
src/Core/Cache/MemcacheCache.php
src/Core/Cache/MemcachedCache.php
src/Core/Cache/ProfilerCache.php
src/Core/Cache/RedisCache.php
src/Core/Cache/TraitCompareDelete.php
src/Core/Cache/TraitCompareSet.php
src/Core/Cache/TraitMemcacheCommand.php
src/Core/Cache/Type.php
src/Core/Config/Cache.php
src/Core/Config/IConfig.php
src/Core/Config/JitConfig.php
src/Core/Config/PreloadConfig.php
src/Core/Console.php
src/Core/Hook.php
src/Core/Installer.php
src/Core/L10n.php
src/Core/Lock/CacheLock.php
src/Core/Lock/DatabaseLock.php
src/Core/Lock/ILock.php
src/Core/Lock/SemaphoreLock.php
src/Core/Lock/Type.php
src/Core/Logger.php
src/Core/PConfig/Cache.php
src/Core/PConfig/IPConfig.php
src/Core/PConfig/JitPConfig.php
src/Core/PConfig/PreloadPConfig.php
src/Core/Process.php
src/Core/Protocol.php
src/Core/Renderer.php
src/Core/Search.php
src/Core/Session.php
src/Core/Session/AbstractSession.php
src/Core/Session/Handler/Cache.php
src/Core/Session/Handler/Database.php
src/Core/Session/ISession.php
src/Core/Session/Memory.php
src/Core/Session/Native.php
src/Core/StorageManager.php
src/Core/System.php
src/Core/Theme.php
src/Core/Update.php
src/Core/UserImport.php
src/Core/Worker.php
src/DI.php
src/Database/DBA.php
src/Database/DBStructure.php
src/Database/Database.php
src/Database/PostUpdate.php
src/Database/View.php
src/Factory/Api/Mastodon/Account.php
src/Factory/Api/Mastodon/Attachment.php
src/Factory/Api/Mastodon/Emoji.php
src/Factory/Api/Mastodon/Error.php
src/Factory/Api/Mastodon/Field.php
src/Factory/Api/Mastodon/FollowRequest.php
src/Factory/Api/Mastodon/Mention.php
src/Factory/Api/Mastodon/Relationship.php
src/Factory/Api/Mastodon/Status.php
src/Factory/Api/Mastodon/Tag.php
src/Factory/Api/Twitter/User.php
src/Factory/CacheFactory.php
src/Factory/ConfigFactory.php
src/Factory/LockFactory.php
src/Factory/LoggerFactory.php
src/Factory/Notification/Introduction.php
src/Factory/Notification/Notification.php
src/Factory/SessionFactory.php
src/LegacyModule.php
src/Model/APContact.php
src/Model/Attach.php
src/Model/Config/Config.php
src/Model/Config/DbaConfig.php
src/Model/Config/PConfig.php
src/Model/Contact.php
src/Model/Contact/Group.php
src/Model/Contact/Relation.php
src/Model/Contact/User.php
src/Model/Conversation.php
src/Model/Event.php
src/Model/FContact.php
src/Model/FSuggest.php
src/Model/FileTag.php
src/Model/GServer.php
src/Model/Group.php
src/Model/Host.php
src/Model/Introduction.php
src/Model/Item.php
src/Model/ItemURI.php
src/Model/Mail.php
src/Model/Nodeinfo.php
src/Model/Notification.php
src/Model/Notification/ObjectType.php
src/Model/Notification/Type.php
src/Model/OpenWebAuthToken.php
src/Model/PermissionSet.php
src/Model/Photo.php
src/Model/Post.php
src/Model/Post/Category.php
src/Model/Post/Content.php
src/Model/Post/Delayed.php
src/Model/Post/DeliveryData.php
src/Model/Post/Media.php
src/Model/Post/Thread.php
src/Model/Post/ThreadUser.php
src/Model/Post/User.php
src/Model/Post/UserNotification.php
src/Model/Process.php
src/Model/Profile.php
src/Model/ProfileField.php
src/Model/PushSubscriber.php
src/Model/Register.php
src/Model/Search.php
src/Model/Storage/AbstractStorage.php
src/Model/Storage/Database.php
src/Model/Storage/Filesystem.php
src/Model/Storage/IStorage.php
src/Model/Storage/StorageException.php
src/Model/Storage/SystemResource.php
src/Model/Tag.php
src/Model/User.php
src/Model/User/Cookie.php
src/Model/Verb.php
src/Module/AccountManagementControlDocument.php
src/Module/Acctlink.php
src/Module/Admin/Addons/Details.php
src/Module/Admin/Addons/Index.php
src/Module/Admin/BaseUsers.php
src/Module/Admin/Blocklist/Contact.php
src/Module/Admin/Blocklist/Server.php
src/Module/Admin/DBSync.php
src/Module/Admin/Features.php
src/Module/Admin/Federation.php
src/Module/Admin/Item/Delete.php
src/Module/Admin/Item/Source.php
src/Module/Admin/Logs/Settings.php
src/Module/Admin/Logs/View.php
src/Module/Admin/PhpInfo.php
src/Module/Admin/Queue.php
src/Module/Admin/Site.php
src/Module/Admin/Summary.php
src/Module/Admin/Themes/Details.php
src/Module/Admin/Themes/Embed.php
src/Module/Admin/Themes/Index.php
src/Module/Admin/Tos.php
src/Module/Admin/Users/Active.php
src/Module/Admin/Users/Blocked.php
src/Module/Admin/Users/Create.php
src/Module/Admin/Users/Deleted.php
src/Module/Admin/Users/Index.php
src/Module/Admin/Users/Pending.php
src/Module/Api/Friendica/Events/Index.php
src/Module/Api/Friendica/Profile/Show.php
src/Module/Api/Mastodon/Accounts.php
src/Module/Api/Mastodon/Accounts/Statuses.php
src/Module/Api/Mastodon/CustomEmojis.php
src/Module/Api/Mastodon/Directory.php
src/Module/Api/Mastodon/FollowRequests.php
src/Module/Api/Mastodon/Instance.php
src/Module/Api/Mastodon/Instance/Peers.php
src/Module/Api/Mastodon/Timelines/PublicTimeline.php
src/Module/Api/Mastodon/Trends.php
src/Module/Api/Mastodon/Unimplemented.php
src/Module/Api/Twitter/ContactEndpoint.php
src/Module/Api/Twitter/FollowersIds.php
src/Module/Api/Twitter/FollowersList.php
src/Module/Api/Twitter/FriendsIds.php
src/Module/Api/Twitter/FriendsList.php
src/Module/Apps.php
src/Module/Attach.php
src/Module/BaseAdmin.php
src/Module/BaseApi.php
src/Module/BaseNotifications.php
src/Module/BaseProfile.php
src/Module/BaseSearch.php
src/Module/BaseSettings.php
src/Module/Bookmarklet.php
src/Module/Contact.php
src/Module/Contact/Advanced.php
src/Module/Contact/Hovercard.php
src/Module/Conversation/Community.php
src/Module/Credits.php
src/Module/Debug/ActivityPubConversion.php
src/Module/Debug/Babel.php
src/Module/Debug/Feed.php
src/Module/Debug/ItemBody.php
src/Module/Debug/Localtime.php
src/Module/Debug/Probe.php
src/Module/Debug/WebFinger.php
src/Module/Delegation.php
src/Module/Diaspora/Fetch.php
src/Module/Diaspora/Receive.php
src/Module/Directory.php
src/Module/Feed.php
src/Module/Filer/RemoveTag.php
src/Module/Filer/SaveTag.php
src/Module/Followers.php
src/Module/Following.php
src/Module/FriendSuggest.php
src/Module/Friendica.php
src/Module/Group.php
src/Module/HTTPException/MethodNotAllowed.php
src/Module/HTTPException/PageNotFound.php
src/Module/Hashtag.php
src/Module/Help.php
src/Module/Home.php
src/Module/HoverCard.php
src/Module/Inbox.php
src/Module/Install.php
src/Module/Invite.php
src/Module/Item/Activity.php
src/Module/Item/Compose.php
src/Module/Item/Follow.php
src/Module/Item/Ignore.php
src/Module/Item/Pin.php
src/Module/Item/Star.php
src/Module/Magic.php
src/Module/Maintenance.php
src/Module/Manifest.php
src/Module/NoScrape.php
src/Module/NodeInfo110.php
src/Module/NodeInfo120.php
src/Module/NodeInfo210.php
src/Module/Notifications/Introductions.php
src/Module/Notifications/Notification.php
src/Module/Notifications/Notifications.php
src/Module/Objects.php
src/Module/Oembed.php
src/Module/OpenSearch.php
src/Module/Outbox.php
src/Module/Owa.php
src/Module/ParseUrl.php
src/Module/Photo.php
src/Module/Profile/Common.php
src/Module/Profile/Contacts.php
src/Module/Profile/Index.php
src/Module/Profile/Profile.php
src/Module/Profile/Status.php
src/Module/Proxy.php
src/Module/PublicRSAKey.php
src/Module/RandomProfile.php
src/Module/ReallySimpleDiscovery.php
src/Module/Register.php
src/Module/RemoteFollow.php
src/Module/RobotsTxt.php
src/Module/Search/Acl.php
src/Module/Search/Directory.php
src/Module/Search/Index.php
src/Module/Search/Saved.php
src/Module/Security/Login.php
src/Module/Security/Logout.php
src/Module/Security/OpenID.php
src/Module/Security/TwoFactor/Recovery.php
src/Module/Security/TwoFactor/Verify.php
src/Module/Settings/Delegation.php
src/Module/Settings/Display.php
src/Module/Settings/Profile/Index.php
src/Module/Settings/Profile/Photo/Crop.php
src/Module/Settings/Profile/Photo/Index.php
src/Module/Settings/TwoFactor/AppSpecific.php
src/Module/Settings/TwoFactor/Index.php
src/Module/Settings/TwoFactor/Recovery.php
src/Module/Settings/TwoFactor/Verify.php
src/Module/Settings/UserExport.php
src/Module/Smilies.php
src/Module/Special/HTTPException.php
src/Module/Statistics.php
src/Module/Theme.php
src/Module/ThemeDetails.php
src/Module/ToggleMobile.php
src/Module/Tos.php
src/Module/Update/Community.php
src/Module/Update/Profile.php
src/Module/Welcome.php
src/Module/WellKnown/HostMeta.php
src/Module/WellKnown/NodeInfo.php
src/Module/WellKnown/SecurityTxt.php
src/Module/WellKnown/XSocialRelay.php
src/Module/Xrd.php
src/Network/CurlResult.php
src/Network/HTTPException.php
src/Network/HTTPException/AcceptedException.php
src/Network/HTTPException/BadGatewayException.php
src/Network/HTTPException/BadRequestException.php
src/Network/HTTPException/ConflictException.php
src/Network/HTTPException/ExpectationFailedException.php
src/Network/HTTPException/ForbiddenException.php
src/Network/HTTPException/GatewayTimeoutException.php
src/Network/HTTPException/GoneException.php
src/Network/HTTPException/ImATeapotException.php
src/Network/HTTPException/InternalServerErrorException.php
src/Network/HTTPException/LenghtRequiredException.php
src/Network/HTTPException/MethodNotAllowedException.php
src/Network/HTTPException/NoContentException.php
src/Network/HTTPException/NonAcceptableException.php
src/Network/HTTPException/NotFoundException.php
src/Network/HTTPException/NotImplementedException.php
src/Network/HTTPException/OKException.php
src/Network/HTTPException/PreconditionFailedException.php
src/Network/HTTPException/ServiceUnavailableException.php
src/Network/HTTPException/TooManyRequestsException.php
src/Network/HTTPException/UnauthorizedException.php
src/Network/HTTPException/UnprocessableEntityException.php
src/Network/HTTPException/UnsupportedMediaTypeException.php
src/Network/HTTPRequest.php
src/Network/IHTTPRequest.php
src/Network/Probe.php
src/Object/Api/Friendica/Notification.php
src/Object/Api/Mastodon/Account.php
src/Object/Api/Mastodon/Activity.php
src/Object/Api/Mastodon/Application.php
src/Object/Api/Mastodon/Attachment.php
src/Object/Api/Mastodon/Card.php
src/Object/Api/Mastodon/Emoji.php
src/Object/Api/Mastodon/Error.php
src/Object/Api/Mastodon/Field.php
src/Object/Api/Mastodon/FollowRequest.php
src/Object/Api/Mastodon/Instance.php
src/Object/Api/Mastodon/Mention.php
src/Object/Api/Mastodon/Relationship.php
src/Object/Api/Mastodon/Stats.php
src/Object/Api/Mastodon/Status.php
src/Object/Api/Mastodon/Status/Counts.php
src/Object/Api/Mastodon/Status/UserAttributes.php
src/Object/Api/Mastodon/Tag.php
src/Object/Api/Twitter/User.php
src/Object/EMail/IEmail.php
src/Object/EMail/ItemCCEMail.php
src/Object/Email.php
src/Object/Image.php
src/Object/Notification/Introduction.php
src/Object/Notification/Notification.php
src/Object/OEmbed.php
src/Object/Post.php
src/Object/Search/ContactResult.php
src/Object/Search/IResult.php
src/Object/Search/ResultList.php
src/Object/Thread.php
src/Protocol/Activity.php
src/Protocol/Activity/ObjectType.php
src/Protocol/ActivityNamespace.php
src/Protocol/ActivityPub.php
src/Protocol/ActivityPub/Processor.php
src/Protocol/ActivityPub/Receiver.php
src/Protocol/ActivityPub/Transmitter.php
src/Protocol/DFRN.php
src/Protocol/Diaspora.php
src/Protocol/Email.php
src/Protocol/Feed.php
src/Protocol/OStatus.php
src/Protocol/Relay.php
src/Protocol/Salmon.php
src/Render/FriendicaSmarty.php
src/Render/FriendicaSmartyEngine.php
src/Render/TemplateEngine.php
src/Repository/FSuggest.php
src/Repository/Introduction.php
src/Repository/Notification.php
src/Repository/PermissionSet.php
src/Repository/ProfileField.php
src/Security/Authentication.php
src/Security/FKOAuth1.php
src/Security/FKOAuthDataStore.php
src/Security/Security.php
src/Security/TwoFactor/Model/AppSpecificPassword.php
src/Security/TwoFactor/Model/RecoveryCode.php
src/Util/ACLFormatter.php
src/Util/Arrays.php
src/Util/BasePath.php
src/Util/ConfigFileLoader.php
src/Util/Crypto.php
src/Util/DateTimeFormat.php
src/Util/EMailer/MailBuilder.php
src/Util/EMailer/NotifyMailBuilder.php
src/Util/EMailer/SystemMailBuilder.php
src/Util/Emailer.php
src/Util/FileSystem.php
src/Util/HTTPHeaders.php
src/Util/HTTPSignature.php
src/Util/Images.php
src/Util/Introspection.php
src/Util/JsonLD.php
src/Util/LDSignature.php
src/Util/Logger/AbstractLogger.php
src/Util/Logger/Monolog/DevelopHandler.php
src/Util/Logger/Monolog/IntrospectionProcessor.php
src/Util/Logger/ProfilerLogger.php
src/Util/Logger/StreamLogger.php
src/Util/Logger/SyslogLogger.php
src/Util/Logger/VoidLogger.php
src/Util/Logger/WorkerLogger.php
src/Util/Map.php
src/Util/Mimetype.php
src/Util/Network.php
src/Util/ParseUrl.php
src/Util/PidFile.php
src/Util/Profiler.php
src/Util/Proxy.php
src/Util/Strings.php
src/Util/Temporal.php
src/Util/XML.php
src/Worker/APDelivery.php
src/Worker/AddContact.php
src/Worker/CheckDeletedContacts.php
src/Worker/CheckVersion.php
src/Worker/CleanWorkerQueue.php
src/Worker/ClearCache.php
src/Worker/ContactDiscovery.php
src/Worker/Cron.php
src/Worker/DBUpdate.php
src/Worker/DelayedPublish.php
src/Worker/Delivery.php
src/Worker/Directory.php
src/Worker/Expire.php
src/Worker/ExpireAndRemoveUsers.php
src/Worker/ExpireConversations.php
src/Worker/ExpirePosts.php
src/Worker/ForkHook.php
src/Worker/MergeContact.php
src/Worker/MoveStorage.php
src/Worker/NodeInfo.php
src/Worker/Notifier.php
src/Worker/OnePoll.php
src/Worker/OptimizeTables.php
src/Worker/PollContacts.php
src/Worker/PostUpdate.php
src/Worker/ProfileUpdate.php
src/Worker/PubSubPublish.php
src/Worker/PullDirectory.php
src/Worker/RemoveContact.php
src/Worker/RemoveUnusedAvatars.php
src/Worker/RemoveUnusedContacts.php
src/Worker/RemoveUser.php
src/Worker/SearchDirectory.php
src/Worker/SpoolPost.php
src/Worker/UpdateContact.php
src/Worker/UpdateContactBirthdays.php
src/Worker/UpdateContacts.php
src/Worker/UpdateGServer.php
src/Worker/UpdateGServers.php
src/Worker/UpdatePhotoAlbums.php
src/Worker/UpdateServerDirectories.php
src/Worker/UpdateServerDirectory.php
src/Worker/UpdateServerPeers.php
static/dbstructure.config.php
static/dbview.config.php
static/defaults.config.php
static/dependencies.config.php
static/env.config.php
static/routes.config.php
static/settings.config.php
tests/DatabaseTest.php
tests/DatabaseTestTrait.php
tests/MockedTest.php
tests/Util/AppMockTrait.php
tests/Util/DBAMockTrait.php
tests/Util/DBStructureMockTrait.php
tests/Util/Database/ExtendedPDO.php
tests/Util/Database/StaticDatabase.php
tests/Util/DateTimeFormatMockTrait.php
tests/Util/Intercept.php
tests/Util/RendererMockTrait.php
tests/Util/SampleMailBuilder.php
tests/Util/SampleStorageBackend.php
tests/Util/SampleStorageBackendInstance.php
tests/Util/StaticCookie.php
tests/Util/VFSTrait.php
tests/bootstrap.php
tests/datasets/api.fixture.php
tests/datasets/storage/database.fixture.php
tests/functional/DependencyCheckTest.php
tests/src/App/ArgumentsTest.php
tests/src/App/ModeTest.php
tests/src/App/ModuleTest.php
tests/src/App/RouterTest.php
tests/src/Console/AutomaticInstallationConsoleTest.php
tests/src/Console/ConfigConsoleTest.php
tests/src/Console/ConsoleTest.php
tests/src/Console/LockConsoleTest.php
tests/src/Console/ServerBlockConsoleTest.php
tests/src/Content/ItemTest.php
tests/src/Content/PageInfoMock.php
tests/src/Content/PageInfoTest.php
tests/src/Content/Text/BBCode/VideoTest.php
tests/src/Content/Text/BBCodeTest.php
tests/src/Content/Text/HTMLTest.php
tests/src/Content/Text/MarkdownTest.php
tests/src/Core/Cache/APCuCacheTest.php
tests/src/Core/Cache/ArrayCacheTest.php
tests/src/Core/Cache/CacheTest.php
tests/src/Core/Cache/DatabaseCacheTest.php
tests/src/Core/Cache/MemcacheCacheTest.php
tests/src/Core/Cache/MemcachedCacheTest.php
tests/src/Core/Cache/MemoryCacheTest.php
tests/src/Core/Cache/RedisCacheTest.php
tests/src/Core/Config/CacheTest.php
tests/src/Core/Config/ConfigTest.php
tests/src/Core/Config/JitConfigTest.php
tests/src/Core/Config/PreloadConfigTest.php
tests/src/Core/InstallerTest.php
tests/src/Core/L10nTest.php
tests/src/Core/Lock/APCuCacheLockTest.php
tests/src/Core/Lock/ArrayCacheLockTest.php
tests/src/Core/Lock/DatabaseLockDriverTest.php
tests/src/Core/Lock/LockTest.php
tests/src/Core/Lock/MemcacheCacheLockTest.php
tests/src/Core/Lock/MemcachedCacheLockTest.php
tests/src/Core/Lock/RedisCacheLockTest.php
tests/src/Core/Lock/SemaphoreLockTest.php
tests/src/Core/PConfig/CacheTest.php
tests/src/Core/PConfig/JitPConfigTest.php
tests/src/Core/PConfig/PConfigTest.php
tests/src/Core/PConfig/PreloadPConfigTest.php
tests/src/Core/StorageManagerTest.php
tests/src/Core/SystemTest.php
tests/src/Database/DBStructureTest.php
tests/src/Model/FileTagTest.php
tests/src/Model/Storage/DatabaseStorageTest.php
tests/src/Model/Storage/FilesystemStorageTest.php
tests/src/Model/Storage/StorageTest.php
tests/src/Model/User/CookieTest.php
tests/src/Model/UserTest.php
tests/src/Network/CurlResultTest.php
tests/src/Protocol/ActivityTest.php
tests/src/Util/ACLFormaterTest.php
tests/src/Util/ArraysTest.php
tests/src/Util/Config/ConfigFileLoaderTest.php
tests/src/Util/CryptoTest.php
tests/src/Util/DateTimeFormatTest.php
tests/src/Util/Emailer/MailBuilderTest.php
tests/src/Util/Emailer/SystemMailBuilderTest.php
tests/src/Util/HTTPSignatureTest.php
tests/src/Util/JsonLDTest.php
tests/src/Util/Logger/AbstractLoggerTest.php
tests/src/Util/Logger/LoggerDataTrait.php
tests/src/Util/Logger/ProfilerLoggerTest.php
tests/src/Util/Logger/StreamLoggerTest.php
tests/src/Util/Logger/SyslogLoggerTest.php
tests/src/Util/Logger/SyslogLoggerWrapper.php
tests/src/Util/Logger/VoidLoggerTest.php
tests/src/Util/Logger/WorkerLoggerTest.php
tests/src/Util/ProfilerTest.php
tests/src/Util/StringsTest.php
tests/src/Util/XmlTest.php
update.php
view/js/filebrowser.js
view/lang/C/messages.po
view/lang/bg/messages.po
view/lang/ca/messages.po
view/lang/cs/messages.po
view/lang/de/messages.po
view/lang/en-gb/messages.po
view/lang/en-us/messages.po
view/lang/eo/messages.po
view/lang/es/messages.po
view/lang/et/messages.po
view/lang/fi-fi/messages.po
view/lang/fr/messages.po
view/lang/hu/messages.po
view/lang/is/messages.po
view/lang/it/messages.po
view/lang/ja/messages.po
view/lang/nb-no/messages.po
view/lang/nl/messages.po
view/lang/pl/messages.po
view/lang/pt-br/messages.po
view/lang/ro/messages.po
view/lang/ru/messages.po
view/lang/sv/messages.po
view/lang/zh-cn/messages.po
view/php/none.php
view/theme/duepuntozero/style.php
view/theme/duepuntozero/theme.php
view/theme/frio/config.php
view/theme/frio/js/filebrowser.js
view/theme/frio/php/Image.php
view/theme/frio/php/default.php
view/theme/frio/php/frio_boot.php
view/theme/frio/php/scheme.php
view/theme/frio/php/standard.php
view/theme/frio/style.php
view/theme/quattro/style.php
view/theme/vier/style.php