From eed3b51c926b2318684d665872b23970e3fd0335 Mon Sep 17 00:00:00 2001 From: HDVinnie Date: Fri, 25 Oct 2019 17:35:14 -0400 Subject: [PATCH] (Update) CRUDDY PT.7 :rocket: --- LICENSE | 10 +- README.md | 4 +- app/Achievements/UserFilled100Requests.php | 2 +- app/Achievements/UserFilled25Requests.php | 2 +- app/Achievements/UserFilled50Requests.php | 2 +- app/Achievements/UserFilled75Requests.php | 2 +- app/Achievements/UserMade100Comments.php | 2 +- app/Achievements/UserMade100Posts.php | 2 +- app/Achievements/UserMade100Uploads.php | 2 +- app/Achievements/UserMade200Comments.php | 2 +- app/Achievements/UserMade200Posts.php | 2 +- app/Achievements/UserMade200Uploads.php | 2 +- app/Achievements/UserMade25Posts.php | 2 +- app/Achievements/UserMade25Uploads.php | 2 +- app/Achievements/UserMade300Comments.php | 2 +- app/Achievements/UserMade300Posts.php | 2 +- app/Achievements/UserMade300Uploads.php | 2 +- app/Achievements/UserMade400Comments.php | 2 +- app/Achievements/UserMade400Posts.php | 2 +- app/Achievements/UserMade400Uploads.php | 2 +- app/Achievements/UserMade500Comments.php | 2 +- app/Achievements/UserMade500Posts.php | 2 +- app/Achievements/UserMade500Uploads.php | 2 +- app/Achievements/UserMade50Comments.php | 2 +- app/Achievements/UserMade50Posts.php | 2 +- app/Achievements/UserMade50Uploads.php | 2 +- app/Achievements/UserMade600Comments.php | 2 +- app/Achievements/UserMade600Posts.php | 2 +- app/Achievements/UserMade600Uploads.php | 2 +- app/Achievements/UserMade700Comments.php | 2 +- app/Achievements/UserMade700Posts.php | 2 +- app/Achievements/UserMade700Uploads.php | 2 +- app/Achievements/UserMade800Comments.php | 2 +- app/Achievements/UserMade800Posts.php | 2 +- app/Achievements/UserMade800Uploads.php | 2 +- app/Achievements/UserMade900Comments.php | 2 +- app/Achievements/UserMade900Posts.php | 2 +- app/Achievements/UserMade900Uploads.php | 2 +- app/Achievements/UserMadeComment.php | 2 +- app/Achievements/UserMadeFirstPost.php | 2 +- app/Achievements/UserMadeTenComments.php | 2 +- app/Achievements/UserMadeUpload.php | 2 +- app/Bots/CasinoBot.php | 2 +- app/Bots/IRCAnnounceBot.php | 2 +- app/Bots/NerdBot.php | 2 +- app/Bots/SystemBot.php | 2 +- app/Console/Commands/AutoBan.php | 2 +- app/Console/Commands/AutoBonAllocation.php | 2 +- app/Console/Commands/AutoCorrectHistory.php | 2 +- .../Commands/AutoDeactivateWarning.php | 2 +- .../Commands/AutoDisableInactiveUsers.php | 2 +- app/Console/Commands/AutoFlushPeers.php | 2 +- app/Console/Commands/AutoGraveyard.php | 2 +- app/Console/Commands/AutoGroup.php | 2 +- app/Console/Commands/AutoHighspeedTag.php | 2 +- app/Console/Commands/AutoNerdStat.php | 2 +- app/Console/Commands/AutoPreWarning.php | 2 +- .../Commands/AutoRecycleActivityLog.php | 2 +- .../AutoRecycleClaimedTorrentRequests.php | 2 +- .../Commands/AutoRecycleFailedLogins.php | 2 +- app/Console/Commands/AutoRecycleInvites.php | 2 +- .../Commands/AutoRemoveFeaturedTorrent.php | 2 +- .../Commands/AutoRemovePersonalFreeleech.php | 2 +- .../Commands/AutoRevokePermissions.php | 2 +- .../Commands/AutoSoftDeleteDisabledUsers.php | 2 +- app/Console/Commands/AutoWarning.php | 2 +- app/Console/Commands/ClearCache.php | 2 +- app/Console/Commands/DemoSeed.php | 2 +- app/Console/Commands/FetchGenres.php | 2 +- app/Console/Commands/FetchReleaseYears.php | 2 +- app/Console/Commands/GitUpdater.php | 2 +- app/Console/Commands/IrcBroadcast.php | 2 +- app/Console/Commands/IrcMessage.php | 2 +- app/Console/Commands/SetCache.php | 2 +- app/Console/Commands/SyncPeers.php | 2 +- app/Console/Commands/TestMailSettings.php | 2 +- app/Console/ConsoleTools.php | 2 +- app/Console/Kernel.php | 2 +- app/Events/Chatter.php | 2 +- app/Events/MessageDeleted.php | 2 +- app/Events/MessageEdited.php | 2 +- app/Events/MessageSent.php | 2 +- app/Events/Ping.php | 2 +- app/Exceptions/Handler.php | 2 +- app/Helpers/BackupEncryption.php | 2 +- app/Helpers/BackupPassword.php | 2 +- app/Helpers/Bbcode.php | 2 +- app/Helpers/Bencode.php | 2 +- app/Helpers/Helpers.php | 2 +- app/Helpers/Language.php | 2 +- app/Helpers/LanguageCensor.php | 2 +- app/Helpers/LogActivity.php | 2 +- app/Helpers/Markdown.php | 2 +- app/Helpers/MediaInfo.php | 2 +- app/Helpers/StringHelper.php | 2 +- app/Helpers/SystemInformation.php | 2 +- app/Helpers/TorrentHelper.php | 2 +- app/Helpers/TorrentTools.php | 2 +- app/Http/Controllers/API/ChatController.php | 2 +- .../Controllers/AchievementsController.php | 2 +- app/Http/Controllers/AlbumController.php | 2 +- app/Http/Controllers/AnnounceController.php | 2 +- app/Http/Controllers/ArticleController.php | 2 +- .../Controllers/Auth/ActivationController.php | 2 +- .../Auth/ApplicationController.php | 2 +- .../Auth/ForgotPasswordController.php | 2 +- .../Auth/ForgotUsernameController.php | 2 +- app/Http/Controllers/Auth/LoginController.php | 2 +- .../Controllers/Auth/RegisterController.php | 2 +- .../Auth/ResetPasswordController.php | 2 +- .../Controllers/Auth/TwoStepController.php | 2 +- app/Http/Controllers/BonusController.php | 2 +- app/Http/Controllers/BookmarkController.php | 2 +- app/Http/Controllers/CategoryController.php | 2 +- app/Http/Controllers/CommentController.php | 2 +- app/Http/Controllers/ContactController.php | 2 +- app/Http/Controllers/Controller.php | 2 +- app/Http/Controllers/FollowController.php | 2 +- app/Http/Controllers/ForumController.php | 657 +----------------- app/Http/Controllers/GraveyardController.php | 2 +- app/Http/Controllers/HomeController.php | 2 +- app/Http/Controllers/ImageController.php | 2 +- app/Http/Controllers/InviteController.php | 2 +- app/Http/Controllers/LanguageController.php | 2 +- app/Http/Controllers/LikeController.php | 2 +- .../Controllers/NotificationController.php | 2 +- app/Http/Controllers/PageController.php | 2 +- app/Http/Controllers/PlaylistController.php | 2 +- .../Controllers/PlaylistTorrentController.php | 2 +- app/Http/Controllers/PollController.php | 2 +- app/Http/Controllers/PostController.php | 229 ++++++ .../Controllers/PrivateMessageController.php | 2 +- app/Http/Controllers/ReportController.php | 2 +- app/Http/Controllers/RequestController.php | 2 +- app/Http/Controllers/RssController.php | 2 +- app/Http/Controllers/SeedboxController.php | 2 +- .../Staff/ApplicationController.php | 2 +- .../Controllers/Staff/ArticleController.php | 2 +- .../Controllers/Staff/AuditController.php | 2 +- .../Staff/AuthenticationController.php | 2 +- .../Controllers/Staff/BackupController.php | 23 +- app/Http/Controllers/Staff/BanController.php | 2 +- app/Http/Controllers/Staff/BotsController.php | 2 +- .../Controllers/Staff/CategoryController.php | 2 +- app/Http/Controllers/Staff/ChatController.php | 22 +- .../Controllers/Staff/CheaterController.php | 2 +- .../Controllers/Staff/CommandController.php | 2 +- .../Controllers/Staff/FlushController.php | 4 +- .../Controllers/Staff/ForumController.php | 2 +- app/Http/Controllers/Staff/GiftController.php | 2 +- .../Controllers/Staff/GroupController.php | 2 +- app/Http/Controllers/Staff/HomeController.php | 2 +- .../Controllers/Staff/InviteController.php | 2 +- .../Staff/MassActionController.php | 2 +- .../Controllers/Staff/MassPMController.php | 2 +- .../Staff/ModerationController.php | 2 +- app/Http/Controllers/Staff/NoteController.php | 2 +- app/Http/Controllers/Staff/PageController.php | 2 +- app/Http/Controllers/Staff/PollController.php | 2 +- .../Controllers/Staff/ReportController.php | 2 +- app/Http/Controllers/Staff/RssController.php | 2 +- .../Controllers/Staff/SeedboxController.php | 2 +- app/Http/Controllers/Staff/TagController.php | 2 +- app/Http/Controllers/Staff/TypeController.php | 2 +- app/Http/Controllers/Staff/UserController.php | 2 +- .../Controllers/Staff/VersionController.php | 2 +- .../Controllers/Staff/WarningController.php | 2 +- app/Http/Controllers/StatsController.php | 2 +- .../Controllers/SubscriptionController.php | 2 +- app/Http/Controllers/ThankController.php | 2 +- app/Http/Controllers/TopicController.php | 393 +++++++++++ app/Http/Controllers/TopicLabelController.php | 125 ++++ app/Http/Controllers/TorrentController.php | 2 +- app/Http/Controllers/UserController.php | 2 +- app/Http/Controllers/WarningController.php | 2 +- app/Http/Controllers/WishController.php | 2 +- app/Http/Kernel.php | 2 +- app/Http/Middleware/Authenticate.php | 2 +- app/Http/Middleware/CheckForAdmin.php | 2 +- .../Middleware/CheckForMaintenanceMode.php | 2 +- app/Http/Middleware/CheckForModo.php | 2 +- app/Http/Middleware/CheckForOwner.php | 2 +- app/Http/Middleware/CheckIfAlreadyVoted.php | 2 +- app/Http/Middleware/CheckIfBanned.php | 2 +- app/Http/Middleware/EncryptCookies.php | 2 +- app/Http/Middleware/HtmlEncrypt.php | 2 +- app/Http/Middleware/Http2ServerPush.php | 2 +- app/Http/Middleware/ProAjaxMiddleware.php | 2 +- .../Middleware/RedirectIfAuthenticated.php | 2 +- app/Http/Middleware/SetLanguage.php | 2 +- app/Http/Middleware/TrimStrings.php | 2 +- app/Http/Middleware/TrustProxies.php | 2 +- app/Http/Middleware/TwoStepAuth.php | 2 +- app/Http/Middleware/UpdateLastAction.php | 2 +- app/Http/Middleware/VerifyCsrfToken.php | 2 +- app/Http/Requests/StorePoll.php | 2 +- app/Http/Requests/VoteOnPoll.php | 2 +- app/Http/Resources/BotResource.php | 2 +- app/Http/Resources/ChatMessageResource.php | 2 +- app/Http/Resources/ChatRoomResource.php | 2 +- app/Http/Resources/ChatUserResource.php | 2 +- app/Http/Resources/UserAudibleResource.php | 2 +- app/Http/Resources/UserEchoResource.php | 2 +- app/Http/Resources/UserResource.php | 2 +- app/Interfaces/WishInterface.php | 2 +- app/Jobs/ProcessMassPM.php | 2 +- app/Jobs/SendActivationMail.php | 2 +- app/Jobs/SendDeleteUserMail.php | 2 +- app/Jobs/SendDisableUserMail.php | 2 +- app/Listeners/AchievementUnlocked.php | 2 +- app/Listeners/FailedLoginListener.php | 2 +- app/Listeners/LoginListener.php | 2 +- app/Listeners/LogoutListener.php | 2 +- app/Listeners/PasswordProtectBackup.php | 2 +- app/Mail/ActivateUser.php | 2 +- app/Mail/BanUser.php | 2 +- app/Mail/Bug.php | 2 +- app/Mail/Contact.php | 2 +- app/Mail/DeleteUser.php | 2 +- app/Mail/DenyApplication.php | 2 +- app/Mail/DisableUser.php | 2 +- app/Mail/InviteUser.php | 2 +- app/Mail/TestEmail.php | 2 +- app/Mail/UnbanUser.php | 2 +- app/Models/Album.php | 2 +- app/Models/Application.php | 2 +- app/Models/ApplicationImageProof.php | 2 +- app/Models/ApplicationUrlProof.php | 2 +- app/Models/Article.php | 2 +- app/Models/Ban.php | 2 +- app/Models/BonExchange.php | 2 +- app/Models/BonTransactions.php | 2 +- app/Models/Bookmark.php | 2 +- app/Models/Bot.php | 2 +- app/Models/BotTransaction.php | 2 +- app/Models/Category.php | 2 +- app/Models/ChatStatus.php | 2 +- app/Models/Chatroom.php | 2 +- app/Models/Comment.php | 2 +- app/Models/FailedLoginAttempt.php | 2 +- app/Models/FeaturedTorrent.php | 2 +- app/Models/Follow.php | 2 +- app/Models/Forum.php | 2 +- app/Models/FreeleechToken.php | 2 +- app/Models/GitUpdate.php | 2 +- app/Models/Graveyard.php | 2 +- app/Models/Group.php | 2 +- app/Models/History.php | 2 +- app/Models/Image.php | 2 +- app/Models/Invite.php | 2 +- app/Models/Language.php | 2 +- app/Models/Like.php | 2 +- app/Models/LogActivity.php | 2 +- app/Models/Message.php | 2 +- app/Models/Note.php | 2 +- app/Models/Notification.php | 2 +- app/Models/Option.php | 2 +- app/Models/Page.php | 2 +- app/Models/Peer.php | 2 +- app/Models/Permission.php | 2 +- app/Models/PersonalFreeleech.php | 2 +- app/Models/Playlist.php | 2 +- app/Models/PlaylistTorrent.php | 2 +- app/Models/Poll.php | 2 +- app/Models/Post.php | 2 +- app/Models/PrivateMessage.php | 2 +- app/Models/Report.php | 2 +- app/Models/Rss.php | 2 +- app/Models/Seedbox.php | 2 +- app/Models/Subscription.php | 2 +- app/Models/Tag.php | 2 +- app/Models/TagTorrent.php | 2 +- app/Models/Thank.php | 2 +- app/Models/Topic.php | 2 +- app/Models/Torrent.php | 2 +- app/Models/TorrentFile.php | 2 +- app/Models/TorrentRequest.php | 2 +- app/Models/TorrentRequestBounty.php | 2 +- app/Models/TorrentRequestClaim.php | 2 +- app/Models/TwoStepAuth.php | 2 +- app/Models/Type.php | 2 +- app/Models/Upload.php | 2 +- app/Models/User.php | 2 +- app/Models/UserActivation.php | 2 +- app/Models/UserAudible.php | 2 +- app/Models/UserEcho.php | 2 +- app/Models/UserNotification.php | 2 +- app/Models/UserPrivacy.php | 2 +- app/Models/Voter.php | 2 +- app/Models/Warning.php | 2 +- app/Models/Wish.php | 2 +- app/Notifications/FailedLogin.php | 2 +- app/Notifications/NewBon.php | 2 +- app/Notifications/NewComment.php | 2 +- app/Notifications/NewCommentTag.php | 2 +- app/Notifications/NewFollow.php | 2 +- app/Notifications/NewPost.php | 2 +- app/Notifications/NewPostTag.php | 2 +- app/Notifications/NewPostTip.php | 2 +- app/Notifications/NewRequestBounty.php | 2 +- app/Notifications/NewRequestClaim.php | 2 +- app/Notifications/NewRequestFill.php | 2 +- app/Notifications/NewRequestFillApprove.php | 2 +- app/Notifications/NewRequestFillReject.php | 2 +- app/Notifications/NewRequestUnclaim.php | 2 +- app/Notifications/NewReseedRequest.php | 2 +- app/Notifications/NewThank.php | 2 +- app/Notifications/NewTopic.php | 2 +- app/Notifications/NewUnfollow.php | 2 +- app/Notifications/NewUpload.php | 2 +- app/Notifications/NewUploadTip.php | 2 +- app/Notifications/TwoStepAuthCode.php | 2 +- app/Notifications/UsernameReminder.php | 2 +- app/Providers/AppServiceProvider.php | 2 +- app/Providers/AuthServiceProvider.php | 2 +- app/Providers/BroadcastServiceProvider.php | 2 +- app/Providers/EventServiceProvider.php | 2 +- app/Providers/RouteServiceProvider.php | 2 +- app/Repositories/ChatRepository.php | 2 +- app/Repositories/RequestFacetedRepository.php | 2 +- app/Repositories/TaggedUserRepository.php | 2 +- app/Repositories/TorrentFacetedRepository.php | 2 +- app/Repositories/WishRepository.php | 2 +- app/Services/Clients/AnnClient.php | 2 +- app/Services/Clients/Client.php | 2 +- app/Services/Clients/MangaCoverClient.php | 2 +- app/Services/Clients/MangaUpdatesClient.php | 2 +- app/Services/Clients/OmdbClient.php | 2 +- app/Services/Clients/TmdbClient.php | 2 +- app/Services/Contracts/MangaInterface.php | 2 +- app/Services/Contracts/MovieTvInterface.php | 2 +- app/Services/Data/Episode.php | 2 +- app/Services/Data/Genre.php | 2 +- app/Services/Data/Movie.php | 2 +- app/Services/Data/Person.php | 2 +- app/Services/Data/Tv.php | 2 +- app/Services/MovieScrapper.php | 2 +- app/Traits/Encryptable.php | 2 +- app/Traits/TwoStep.php | 2 +- app/Traits/UsersOnlineTrait.php | 2 +- app/Validators/EmailValidator.php | 2 +- app/Validators/ReCaptcha.php | 2 +- bootstrap/app.php | 2 +- bootstrap/autoload.php | 2 +- config/achievements.php | 2 +- config/announce.php | 2 +- config/api-keys.php | 2 +- config/app.php | 2 +- config/auth.php | 2 +- config/backup.php | 2 +- config/captcha.php | 2 +- config/censor.php | 2 +- config/chat.php | 2 +- config/client-blacklist.php | 2 +- config/columnsortable.php | 2 +- config/email-white-blacklist.php | 2 +- config/emojione.php | 2 +- config/graveyard.php | 2 +- config/hitrun.php | 2 +- config/html-encrypt.php | 2 +- config/http2serverpush.php | 2 +- config/irc-bot.php | 2 +- config/language.php | 2 +- config/laravel-cookie-consent.php | 2 +- config/log-viewer.php | 2 +- config/logging.php | 2 +- config/moderation.php | 2 +- config/other.php | 2 +- config/pruning.php | 2 +- config/secure-headers.php | 2 +- config/session.php | 2 +- config/subresource-integrity.php | 2 +- config/torrent.php | 2 +- config/unit3d.php | 2 +- config/user.php | 2 +- config/view.php | 2 +- config/welcomepm.php | 2 +- database/factories/DemoFactory.php | 2 +- ...017_12_10_020753_create_articles_table.php | 2 +- .../2017_12_10_020753_create_ban_table.php | 2 +- ...12_10_020753_create_bon_exchange_table.php | 2 +- ...0_020753_create_bon_transactions_table.php | 2 +- ...17_12_10_020753_create_bookmarks_table.php | 2 +- ...7_12_10_020753_create_categories_table.php | 2 +- ...2017_12_10_020753_create_clients_table.php | 2 +- ...017_12_10_020753_create_comments_table.php | 2 +- ...753_create_failed_login_attempts_table.php | 2 +- ..._020753_create_featured_torrents_table.php | 2 +- .../2017_12_10_020753_create_files_table.php | 2 +- ...2017_12_10_020753_create_follows_table.php | 2 +- .../2017_12_10_020753_create_forums_table.php | 2 +- ...17_12_10_020753_create_graveyard_table.php | 2 +- .../2017_12_10_020753_create_groups_table.php | 2 +- ...2017_12_10_020753_create_history_table.php | 2 +- ...2017_12_10_020753_create_invites_table.php | 2 +- .../2017_12_10_020753_create_jobs_table.php | 2 +- .../2017_12_10_020753_create_likes_table.php | 2 +- ..._10_020753_create_log_activities_table.php | 2 +- ...2_10_020753_create_notifications_table.php | 2 +- ...2017_12_10_020753_create_options_table.php | 2 +- .../2017_12_10_020753_create_pages_table.php | 2 +- ...10_020753_create_password_resets_table.php | 2 +- .../2017_12_10_020753_create_peers_table.php | 2 +- ..._12_10_020753_create_permissions_table.php | 2 +- ...020753_create_personal_freeleech_table.php | 2 +- .../2017_12_10_020753_create_polls_table.php | 2 +- .../2017_12_10_020753_create_posts_table.php | 2 +- ...0_020753_create_private_messages_table.php | 2 +- ...2017_12_10_020753_create_reports_table.php | 2 +- ..._10_020753_create_request_bounty_table.php | 2 +- ..._10_020753_create_request_claims_table.php | 2 +- ...017_12_10_020753_create_requests_table.php | 2 +- .../2017_12_10_020753_create_rss_table.php | 2 +- ...017_12_10_020753_create_sessions_table.php | 2 +- ...017_12_10_020753_create_shoutbox_table.php | 2 +- ..._12_10_020753_create_tag_torrent_table.php | 2 +- .../2017_12_10_020753_create_tags_table.php | 2 +- .../2017_12_10_020753_create_thanks_table.php | 2 +- .../2017_12_10_020753_create_topics_table.php | 2 +- ...017_12_10_020753_create_torrents_table.php | 2 +- .../2017_12_10_020753_create_types_table.php | 2 +- ...0_020753_create_user_activations_table.php | 2 +- ...7_12_10_020753_create_user_notes_table.php | 2 +- .../2017_12_10_020753_create_users_table.php | 2 +- .../2017_12_10_020753_create_voters_table.php | 2 +- ...017_12_10_020753_create_warnings_table.php | 2 +- ...754_add_foreign_keys_to_articles_table.php | 2 +- ...0_020754_add_foreign_keys_to_ban_table.php | 2 +- ...0754_add_foreign_keys_to_clients_table.php | 2 +- ...754_add_foreign_keys_to_comments_table.php | 2 +- ...0754_add_foreign_keys_to_history_table.php | 2 +- ...020754_add_foreign_keys_to_peers_table.php | 2 +- ...0754_add_foreign_keys_to_reports_table.php | 2 +- ...0_020754_add_foreign_keys_to_rss_table.php | 2 +- ...754_add_foreign_keys_to_torrents_table.php | 2 +- ...20754_add_foreign_keys_to_voters_table.php | 2 +- ...754_add_foreign_keys_to_warnings_table.php | 2 +- ...1_123452_add_custom_css_to_users_table.php | 2 +- .../2017_12_27_000000_add_locale_column.php | 2 +- ...095412_add_implemented_to_topics_table.php | 2 +- ...1_25_000000_add_twostep_to_users_table.php | 2 +- ...000000_add_is_internal_to_groups_table.php | 2 +- ...00000_add_position_to_categories_table.php | 2 +- ...03_21_000000_add_censor_to_users_table.php | 2 +- ..._04_19_221542_create_failed_jobs_table.php | 2 +- .../2018_04_21_181026_create_wishes_table.php | 2 +- ...2018_04_28_021651_alter_shoutbox_table.php | 2 +- ...18_04_28_022305_create_chatrooms_table.php | 2 +- ..._022344_add_chatroom_id_to_users_table.php | 2 +- .../2018_05_18_144651_rename_ban_table.php | 2 +- ...2459_add_torrent_layout_to_users_table.php | 2 +- .../2018_05_21_192858_alter_peers_table.php | 2 +- ...22_224911_alter_private_messages_table.php | 2 +- .../2018_05_31_120936_create_albums_table.php | 2 +- .../2018_05_31_120955_create_images_table.php | 2 +- ...10000_create_topic_subscriptions_table.php | 2 +- ..._153849_add_soft_deletes_to_user_table.php | 2 +- ..._09_010002_add_immune_to_history_table.php | 2 +- ...0_020753_create_freeleech_tokens_table.php | 2 +- ...1_20_070937_create_two_step_auth_table.php | 2 +- .../seeds/AchievementDetailsTableSeeder.php | 2 +- database/seeds/ArticlesTableSeeder.php | 2 +- database/seeds/BonExchangeTableSeeder.php | 2 +- database/seeds/CategoriesTableSeeder.php | 2 +- database/seeds/ChatroomTableSeeder.php | 2 +- database/seeds/DatabaseSeeder.php | 2 +- database/seeds/GroupsTableSeeder.php | 2 +- database/seeds/PagesTableSeeder.php | 2 +- database/seeds/TagsTableSeeder.php | 2 +- database/seeds/TypesTableSeeder.php | 2 +- database/seeds/UsersTableSeeder.php | 2 +- other.php | 215 ++++++ resources/js/unit3d/helper.js | 2 +- .../{backup.blade.php => index.blade.php} | 12 +- resources/views/Staff/chat/index.blade.php | 2 +- .../views/partials/dashboardmenu.blade.php | 4 +- routes/api.php | 2 +- routes/channels.php | 2 +- routes/console.php | 2 +- routes/vue.php | 2 +- routes/web.php | 108 +-- 481 files changed, 1530 insertions(+), 1212 deletions(-) create mode 100644 app/Http/Controllers/PostController.php create mode 100644 app/Http/Controllers/TopicController.php create mode 100644 app/Http/Controllers/TopicLabelController.php create mode 100644 other.php rename resources/views/Staff/backup/{backup.blade.php => index.blade.php} (94%) diff --git a/LICENSE b/LICENSE index be3f7b28e5..a9471accca 100644 --- a/LICENSE +++ b/LICENSE @@ -35,7 +35,7 @@ receive widespread use, become available for other developers to incorporate. Many developers of free software are heartened and encouraged by the resulting cooperation. However, in the case of software used on network servers, this result may fail to come about. -The GNU General Public License permits making a modified version and +The GNU Affero General Public License permits making a modified version and letting the public access it on a server without ever releasing its source code to the public. @@ -537,7 +537,7 @@ to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. - 13. Remote Network Interaction; Use with the GNU General Public License. + 13. Remote Network Interaction; Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, if you modify the Program, your modified version must prominently offer all users @@ -547,16 +547,16 @@ Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary means of facilitating copying of software. This Corresponding Source shall include the Corresponding Source for any work covered by version 3 -of the GNU General Public License that is incorporated pursuant to the +of the GNU Affero General Public License that is incorporated pursuant to the following paragraph. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed -under version 3 of the GNU General Public License into a single +under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the work with which it is combined will remain governed by version -3 of the GNU General Public License. +3 of the GNU Affero General Public License. 14. Revised Versions of this License. diff --git a/README.md b/README.md index 8e40807c82..7ea079e389 100644 --- a/README.md +++ b/README.md @@ -147,14 +147,14 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT ## 📝 License -UNIT3D is open-sourced software licensed under the [GNU General Public License v3.0](https://github.com/HDInnovations/UNIT3D/blob/master/LICENSE). +UNIT3D is open-sourced software licensed under the [GNU Affero General Public License v3.0](https://github.com/HDInnovations/UNIT3D/blob/master/LICENSE). As per license do not remove the license from sourcecode files ``` /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserFilled100Requests.php b/app/Achievements/UserFilled100Requests.php index d36f77f366..abbbe83247 100644 --- a/app/Achievements/UserFilled100Requests.php +++ b/app/Achievements/UserFilled100Requests.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserFilled25Requests.php b/app/Achievements/UserFilled25Requests.php index 44c2396dfe..f09a027785 100644 --- a/app/Achievements/UserFilled25Requests.php +++ b/app/Achievements/UserFilled25Requests.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserFilled50Requests.php b/app/Achievements/UserFilled50Requests.php index b002fd4014..e79abaef39 100644 --- a/app/Achievements/UserFilled50Requests.php +++ b/app/Achievements/UserFilled50Requests.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserFilled75Requests.php b/app/Achievements/UserFilled75Requests.php index aedcfe73ef..840f7ae64a 100644 --- a/app/Achievements/UserFilled75Requests.php +++ b/app/Achievements/UserFilled75Requests.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade100Comments.php b/app/Achievements/UserMade100Comments.php index b1c17b3f90..08b9ebf3e6 100644 --- a/app/Achievements/UserMade100Comments.php +++ b/app/Achievements/UserMade100Comments.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade100Posts.php b/app/Achievements/UserMade100Posts.php index 0b98781c31..8ce330f667 100644 --- a/app/Achievements/UserMade100Posts.php +++ b/app/Achievements/UserMade100Posts.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade100Uploads.php b/app/Achievements/UserMade100Uploads.php index a59d7c932c..2a60c9ebfc 100644 --- a/app/Achievements/UserMade100Uploads.php +++ b/app/Achievements/UserMade100Uploads.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade200Comments.php b/app/Achievements/UserMade200Comments.php index 3f355ac101..b19791de0b 100644 --- a/app/Achievements/UserMade200Comments.php +++ b/app/Achievements/UserMade200Comments.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade200Posts.php b/app/Achievements/UserMade200Posts.php index 702cdeda7d..f38924af0b 100644 --- a/app/Achievements/UserMade200Posts.php +++ b/app/Achievements/UserMade200Posts.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade200Uploads.php b/app/Achievements/UserMade200Uploads.php index 5a8f8cf1d9..ff5868b5db 100644 --- a/app/Achievements/UserMade200Uploads.php +++ b/app/Achievements/UserMade200Uploads.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade25Posts.php b/app/Achievements/UserMade25Posts.php index 8c93a5ff4a..924788e809 100644 --- a/app/Achievements/UserMade25Posts.php +++ b/app/Achievements/UserMade25Posts.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade25Uploads.php b/app/Achievements/UserMade25Uploads.php index 6b797c828a..a33a61ebb8 100644 --- a/app/Achievements/UserMade25Uploads.php +++ b/app/Achievements/UserMade25Uploads.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade300Comments.php b/app/Achievements/UserMade300Comments.php index a4d5031446..f2e38fbf6a 100644 --- a/app/Achievements/UserMade300Comments.php +++ b/app/Achievements/UserMade300Comments.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade300Posts.php b/app/Achievements/UserMade300Posts.php index ea1e6eecbd..057bed58e2 100644 --- a/app/Achievements/UserMade300Posts.php +++ b/app/Achievements/UserMade300Posts.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade300Uploads.php b/app/Achievements/UserMade300Uploads.php index 79eddbc3a9..e3432ed49d 100644 --- a/app/Achievements/UserMade300Uploads.php +++ b/app/Achievements/UserMade300Uploads.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade400Comments.php b/app/Achievements/UserMade400Comments.php index 0332c6b2f9..47434c3c8a 100644 --- a/app/Achievements/UserMade400Comments.php +++ b/app/Achievements/UserMade400Comments.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade400Posts.php b/app/Achievements/UserMade400Posts.php index 50a2e1bdf9..7b3bcb0fe5 100644 --- a/app/Achievements/UserMade400Posts.php +++ b/app/Achievements/UserMade400Posts.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade400Uploads.php b/app/Achievements/UserMade400Uploads.php index 76d0f9f08b..4e84dc0620 100644 --- a/app/Achievements/UserMade400Uploads.php +++ b/app/Achievements/UserMade400Uploads.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade500Comments.php b/app/Achievements/UserMade500Comments.php index 214b8ae6ba..3ced0ec9a8 100644 --- a/app/Achievements/UserMade500Comments.php +++ b/app/Achievements/UserMade500Comments.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade500Posts.php b/app/Achievements/UserMade500Posts.php index 91fe99dbde..4ec9b34697 100644 --- a/app/Achievements/UserMade500Posts.php +++ b/app/Achievements/UserMade500Posts.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade500Uploads.php b/app/Achievements/UserMade500Uploads.php index 0ce67cd8fb..60cadac62f 100644 --- a/app/Achievements/UserMade500Uploads.php +++ b/app/Achievements/UserMade500Uploads.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade50Comments.php b/app/Achievements/UserMade50Comments.php index 8f17c5a698..5b69e04bce 100644 --- a/app/Achievements/UserMade50Comments.php +++ b/app/Achievements/UserMade50Comments.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade50Posts.php b/app/Achievements/UserMade50Posts.php index 37b63ab6ca..1838944f04 100644 --- a/app/Achievements/UserMade50Posts.php +++ b/app/Achievements/UserMade50Posts.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade50Uploads.php b/app/Achievements/UserMade50Uploads.php index 9cf47dffaa..a60e52315b 100644 --- a/app/Achievements/UserMade50Uploads.php +++ b/app/Achievements/UserMade50Uploads.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade600Comments.php b/app/Achievements/UserMade600Comments.php index 9a584ff8fe..e0705882e3 100644 --- a/app/Achievements/UserMade600Comments.php +++ b/app/Achievements/UserMade600Comments.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade600Posts.php b/app/Achievements/UserMade600Posts.php index f47fb670ad..8c8fbebcae 100644 --- a/app/Achievements/UserMade600Posts.php +++ b/app/Achievements/UserMade600Posts.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade600Uploads.php b/app/Achievements/UserMade600Uploads.php index 274a3f68c2..3ab77e1c9e 100644 --- a/app/Achievements/UserMade600Uploads.php +++ b/app/Achievements/UserMade600Uploads.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade700Comments.php b/app/Achievements/UserMade700Comments.php index 963d586b5a..dbaf2f4c7b 100644 --- a/app/Achievements/UserMade700Comments.php +++ b/app/Achievements/UserMade700Comments.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade700Posts.php b/app/Achievements/UserMade700Posts.php index 131de51c03..178a9d4a70 100644 --- a/app/Achievements/UserMade700Posts.php +++ b/app/Achievements/UserMade700Posts.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade700Uploads.php b/app/Achievements/UserMade700Uploads.php index 2334aa8d4d..6e8d2fed52 100644 --- a/app/Achievements/UserMade700Uploads.php +++ b/app/Achievements/UserMade700Uploads.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade800Comments.php b/app/Achievements/UserMade800Comments.php index 7ae96043f5..804548b76f 100644 --- a/app/Achievements/UserMade800Comments.php +++ b/app/Achievements/UserMade800Comments.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade800Posts.php b/app/Achievements/UserMade800Posts.php index f36d3c431f..a4a36d4b1c 100644 --- a/app/Achievements/UserMade800Posts.php +++ b/app/Achievements/UserMade800Posts.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade800Uploads.php b/app/Achievements/UserMade800Uploads.php index 9d2e0f36b0..b92d6b9e4c 100644 --- a/app/Achievements/UserMade800Uploads.php +++ b/app/Achievements/UserMade800Uploads.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade900Comments.php b/app/Achievements/UserMade900Comments.php index f412af57c3..e290150a92 100644 --- a/app/Achievements/UserMade900Comments.php +++ b/app/Achievements/UserMade900Comments.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade900Posts.php b/app/Achievements/UserMade900Posts.php index d7e0a1d0a4..93ffe461ee 100644 --- a/app/Achievements/UserMade900Posts.php +++ b/app/Achievements/UserMade900Posts.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMade900Uploads.php b/app/Achievements/UserMade900Uploads.php index 0955716d68..f65a91b23c 100644 --- a/app/Achievements/UserMade900Uploads.php +++ b/app/Achievements/UserMade900Uploads.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMadeComment.php b/app/Achievements/UserMadeComment.php index fa3eda2ced..67ae9c7af1 100644 --- a/app/Achievements/UserMadeComment.php +++ b/app/Achievements/UserMadeComment.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMadeFirstPost.php b/app/Achievements/UserMadeFirstPost.php index ab6dc2f755..1d1236dbc6 100644 --- a/app/Achievements/UserMadeFirstPost.php +++ b/app/Achievements/UserMadeFirstPost.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMadeTenComments.php b/app/Achievements/UserMadeTenComments.php index 788f5654bf..3738a02d6f 100644 --- a/app/Achievements/UserMadeTenComments.php +++ b/app/Achievements/UserMadeTenComments.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Achievements/UserMadeUpload.php b/app/Achievements/UserMadeUpload.php index b78a533ef2..f9fad3c936 100644 --- a/app/Achievements/UserMadeUpload.php +++ b/app/Achievements/UserMadeUpload.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Bots/CasinoBot.php b/app/Bots/CasinoBot.php index 6f81b4d00b..50f9e9a64a 100644 --- a/app/Bots/CasinoBot.php +++ b/app/Bots/CasinoBot.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Bots/IRCAnnounceBot.php b/app/Bots/IRCAnnounceBot.php index e434229efb..ef7c67380e 100644 --- a/app/Bots/IRCAnnounceBot.php +++ b/app/Bots/IRCAnnounceBot.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Bots/NerdBot.php b/app/Bots/NerdBot.php index 0d963b59ca..576487391f 100644 --- a/app/Bots/NerdBot.php +++ b/app/Bots/NerdBot.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Bots/SystemBot.php b/app/Bots/SystemBot.php index ed2bf2a5a2..7d8d317a61 100644 --- a/app/Bots/SystemBot.php +++ b/app/Bots/SystemBot.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/AutoBan.php b/app/Console/Commands/AutoBan.php index 5714c5ce6e..6c0d6cf3e8 100644 --- a/app/Console/Commands/AutoBan.php +++ b/app/Console/Commands/AutoBan.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/AutoBonAllocation.php b/app/Console/Commands/AutoBonAllocation.php index fe9f0b067a..d62d0b6c1a 100644 --- a/app/Console/Commands/AutoBonAllocation.php +++ b/app/Console/Commands/AutoBonAllocation.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/AutoCorrectHistory.php b/app/Console/Commands/AutoCorrectHistory.php index c777731713..d5218a9d6e 100644 --- a/app/Console/Commands/AutoCorrectHistory.php +++ b/app/Console/Commands/AutoCorrectHistory.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/AutoDeactivateWarning.php b/app/Console/Commands/AutoDeactivateWarning.php index c9688a84f8..ff57ee2fc6 100644 --- a/app/Console/Commands/AutoDeactivateWarning.php +++ b/app/Console/Commands/AutoDeactivateWarning.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/AutoDisableInactiveUsers.php b/app/Console/Commands/AutoDisableInactiveUsers.php index d7c48c2ca0..5227464189 100644 --- a/app/Console/Commands/AutoDisableInactiveUsers.php +++ b/app/Console/Commands/AutoDisableInactiveUsers.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/AutoFlushPeers.php b/app/Console/Commands/AutoFlushPeers.php index e3301d2b72..4c4dbea0c8 100644 --- a/app/Console/Commands/AutoFlushPeers.php +++ b/app/Console/Commands/AutoFlushPeers.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/AutoGraveyard.php b/app/Console/Commands/AutoGraveyard.php index 4e31da4b44..e5f45e03c9 100644 --- a/app/Console/Commands/AutoGraveyard.php +++ b/app/Console/Commands/AutoGraveyard.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/AutoGroup.php b/app/Console/Commands/AutoGroup.php index 4d60e79e17..e9b42e5449 100644 --- a/app/Console/Commands/AutoGroup.php +++ b/app/Console/Commands/AutoGroup.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/AutoHighspeedTag.php b/app/Console/Commands/AutoHighspeedTag.php index d956abf3e3..14fbe2c1c8 100644 --- a/app/Console/Commands/AutoHighspeedTag.php +++ b/app/Console/Commands/AutoHighspeedTag.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/AutoNerdStat.php b/app/Console/Commands/AutoNerdStat.php index 974fb5a78a..7d5a82fef3 100644 --- a/app/Console/Commands/AutoNerdStat.php +++ b/app/Console/Commands/AutoNerdStat.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/AutoPreWarning.php b/app/Console/Commands/AutoPreWarning.php index 472773fff4..528728cfa6 100644 --- a/app/Console/Commands/AutoPreWarning.php +++ b/app/Console/Commands/AutoPreWarning.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/AutoRecycleActivityLog.php b/app/Console/Commands/AutoRecycleActivityLog.php index 1089e1b204..fd981831b5 100644 --- a/app/Console/Commands/AutoRecycleActivityLog.php +++ b/app/Console/Commands/AutoRecycleActivityLog.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/AutoRecycleClaimedTorrentRequests.php b/app/Console/Commands/AutoRecycleClaimedTorrentRequests.php index f938025887..33ede5724c 100644 --- a/app/Console/Commands/AutoRecycleClaimedTorrentRequests.php +++ b/app/Console/Commands/AutoRecycleClaimedTorrentRequests.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/AutoRecycleFailedLogins.php b/app/Console/Commands/AutoRecycleFailedLogins.php index 9f17b9b7ba..afdeb9e114 100644 --- a/app/Console/Commands/AutoRecycleFailedLogins.php +++ b/app/Console/Commands/AutoRecycleFailedLogins.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/AutoRecycleInvites.php b/app/Console/Commands/AutoRecycleInvites.php index f551c8cef1..3de623b3da 100644 --- a/app/Console/Commands/AutoRecycleInvites.php +++ b/app/Console/Commands/AutoRecycleInvites.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/AutoRemoveFeaturedTorrent.php b/app/Console/Commands/AutoRemoveFeaturedTorrent.php index 0ba160350d..d8dbfef5c1 100644 --- a/app/Console/Commands/AutoRemoveFeaturedTorrent.php +++ b/app/Console/Commands/AutoRemoveFeaturedTorrent.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/AutoRemovePersonalFreeleech.php b/app/Console/Commands/AutoRemovePersonalFreeleech.php index 2122018c75..f18035f2dc 100644 --- a/app/Console/Commands/AutoRemovePersonalFreeleech.php +++ b/app/Console/Commands/AutoRemovePersonalFreeleech.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/AutoRevokePermissions.php b/app/Console/Commands/AutoRevokePermissions.php index ccdc855383..e34e9be0f8 100644 --- a/app/Console/Commands/AutoRevokePermissions.php +++ b/app/Console/Commands/AutoRevokePermissions.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/AutoSoftDeleteDisabledUsers.php b/app/Console/Commands/AutoSoftDeleteDisabledUsers.php index 6e0c7a162a..d0219dbcb1 100644 --- a/app/Console/Commands/AutoSoftDeleteDisabledUsers.php +++ b/app/Console/Commands/AutoSoftDeleteDisabledUsers.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/AutoWarning.php b/app/Console/Commands/AutoWarning.php index 6378c7e05c..2a5c7f92d7 100644 --- a/app/Console/Commands/AutoWarning.php +++ b/app/Console/Commands/AutoWarning.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/ClearCache.php b/app/Console/Commands/ClearCache.php index 92e9422948..660bc98c77 100644 --- a/app/Console/Commands/ClearCache.php +++ b/app/Console/Commands/ClearCache.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/DemoSeed.php b/app/Console/Commands/DemoSeed.php index 45bb711052..88655b9b10 100644 --- a/app/Console/Commands/DemoSeed.php +++ b/app/Console/Commands/DemoSeed.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/FetchGenres.php b/app/Console/Commands/FetchGenres.php index 1e791650d4..ba738485cd 100644 --- a/app/Console/Commands/FetchGenres.php +++ b/app/Console/Commands/FetchGenres.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/FetchReleaseYears.php b/app/Console/Commands/FetchReleaseYears.php index 7ebfbc5a27..2c70b90a05 100644 --- a/app/Console/Commands/FetchReleaseYears.php +++ b/app/Console/Commands/FetchReleaseYears.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/GitUpdater.php b/app/Console/Commands/GitUpdater.php index 125af83889..85cf98b445 100644 --- a/app/Console/Commands/GitUpdater.php +++ b/app/Console/Commands/GitUpdater.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/IrcBroadcast.php b/app/Console/Commands/IrcBroadcast.php index de1b270070..41013aa166 100644 --- a/app/Console/Commands/IrcBroadcast.php +++ b/app/Console/Commands/IrcBroadcast.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/IrcMessage.php b/app/Console/Commands/IrcMessage.php index eee7b99e8a..eef2b2cbf9 100644 --- a/app/Console/Commands/IrcMessage.php +++ b/app/Console/Commands/IrcMessage.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/SetCache.php b/app/Console/Commands/SetCache.php index 9c9b3b8125..b214de6287 100644 --- a/app/Console/Commands/SetCache.php +++ b/app/Console/Commands/SetCache.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/SyncPeers.php b/app/Console/Commands/SyncPeers.php index afc1ce388e..6cd3afa3e7 100644 --- a/app/Console/Commands/SyncPeers.php +++ b/app/Console/Commands/SyncPeers.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Commands/TestMailSettings.php b/app/Console/Commands/TestMailSettings.php index 2263dc37ab..a17794ed0d 100644 --- a/app/Console/Commands/TestMailSettings.php +++ b/app/Console/Commands/TestMailSettings.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/ConsoleTools.php b/app/Console/ConsoleTools.php index edae29af79..1134184909 100644 --- a/app/Console/ConsoleTools.php +++ b/app/Console/ConsoleTools.php @@ -3,7 +3,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 1b2302de04..982da469aa 100755 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -3,7 +3,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Events/Chatter.php b/app/Events/Chatter.php index 9cd5a3b31b..d5fa50ba91 100644 --- a/app/Events/Chatter.php +++ b/app/Events/Chatter.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Events/MessageDeleted.php b/app/Events/MessageDeleted.php index 439bcd1d55..e75c727d37 100644 --- a/app/Events/MessageDeleted.php +++ b/app/Events/MessageDeleted.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Events/MessageEdited.php b/app/Events/MessageEdited.php index 10320dc2df..a88083d6f4 100644 --- a/app/Events/MessageEdited.php +++ b/app/Events/MessageEdited.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Events/MessageSent.php b/app/Events/MessageSent.php index e11e325726..fe72ff2ba6 100644 --- a/app/Events/MessageSent.php +++ b/app/Events/MessageSent.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Events/Ping.php b/app/Events/Ping.php index 9c6c3839ec..c29649b010 100644 --- a/app/Events/Ping.php +++ b/app/Events/Ping.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 7c5a0b8450..94846449c6 100755 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Helpers/BackupEncryption.php b/app/Helpers/BackupEncryption.php index 3a640eabbe..7b106eaee9 100644 --- a/app/Helpers/BackupEncryption.php +++ b/app/Helpers/BackupEncryption.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Helpers/BackupPassword.php b/app/Helpers/BackupPassword.php index 089b4bbee3..05686604b9 100644 --- a/app/Helpers/BackupPassword.php +++ b/app/Helpers/BackupPassword.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Helpers/Bbcode.php b/app/Helpers/Bbcode.php index eede73e6fd..b35c2c359d 100644 --- a/app/Helpers/Bbcode.php +++ b/app/Helpers/Bbcode.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Helpers/Bencode.php b/app/Helpers/Bencode.php index cf42ed9947..f5a3005fa7 100755 --- a/app/Helpers/Bencode.php +++ b/app/Helpers/Bencode.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Helpers/Helpers.php b/app/Helpers/Helpers.php index f5d8064b95..8fb1de9389 100644 --- a/app/Helpers/Helpers.php +++ b/app/Helpers/Helpers.php @@ -5,7 +5,7 @@ /* * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Helpers/Language.php b/app/Helpers/Language.php index e83ea602bf..bea56a57b6 100644 --- a/app/Helpers/Language.php +++ b/app/Helpers/Language.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Helpers/LanguageCensor.php b/app/Helpers/LanguageCensor.php index 7473c82675..1eeac7ce49 100644 --- a/app/Helpers/LanguageCensor.php +++ b/app/Helpers/LanguageCensor.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Helpers/LogActivity.php b/app/Helpers/LogActivity.php index f35d06e87b..57a3c000e2 100644 --- a/app/Helpers/LogActivity.php +++ b/app/Helpers/LogActivity.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Helpers/Markdown.php b/app/Helpers/Markdown.php index 9405dd6e64..083c4000e5 100644 --- a/app/Helpers/Markdown.php +++ b/app/Helpers/Markdown.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Helpers/MediaInfo.php b/app/Helpers/MediaInfo.php index f79e009344..caf6185835 100755 --- a/app/Helpers/MediaInfo.php +++ b/app/Helpers/MediaInfo.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Helpers/StringHelper.php b/app/Helpers/StringHelper.php index 8c11de3c20..ae227f08e2 100644 --- a/app/Helpers/StringHelper.php +++ b/app/Helpers/StringHelper.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Helpers/SystemInformation.php b/app/Helpers/SystemInformation.php index 6a04f88524..0200d76224 100644 --- a/app/Helpers/SystemInformation.php +++ b/app/Helpers/SystemInformation.php @@ -3,7 +3,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Helpers/TorrentHelper.php b/app/Helpers/TorrentHelper.php index 59b952c377..ffa139588c 100644 --- a/app/Helpers/TorrentHelper.php +++ b/app/Helpers/TorrentHelper.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Helpers/TorrentTools.php b/app/Helpers/TorrentTools.php index a0aa34add8..11dd2f4ba3 100755 --- a/app/Helpers/TorrentTools.php +++ b/app/Helpers/TorrentTools.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/API/ChatController.php b/app/Http/Controllers/API/ChatController.php index 8913a51c18..6a07e97a52 100644 --- a/app/Http/Controllers/API/ChatController.php +++ b/app/Http/Controllers/API/ChatController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/AchievementsController.php b/app/Http/Controllers/AchievementsController.php index 8ac58f7685..3ab1f9009a 100755 --- a/app/Http/Controllers/AchievementsController.php +++ b/app/Http/Controllers/AchievementsController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/AlbumController.php b/app/Http/Controllers/AlbumController.php index 4e7a16efa6..bab94b4375 100644 --- a/app/Http/Controllers/AlbumController.php +++ b/app/Http/Controllers/AlbumController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/AnnounceController.php b/app/Http/Controllers/AnnounceController.php index 9f0ca6b9f9..7303b6fccc 100644 --- a/app/Http/Controllers/AnnounceController.php +++ b/app/Http/Controllers/AnnounceController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/ArticleController.php b/app/Http/Controllers/ArticleController.php index fac5e6dfb1..a15a3fdca1 100755 --- a/app/Http/Controllers/ArticleController.php +++ b/app/Http/Controllers/ArticleController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Auth/ActivationController.php b/app/Http/Controllers/Auth/ActivationController.php index 63df395060..93314cfe94 100644 --- a/app/Http/Controllers/Auth/ActivationController.php +++ b/app/Http/Controllers/Auth/ActivationController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Auth/ApplicationController.php b/app/Http/Controllers/Auth/ApplicationController.php index ff907addba..e2b4c0be4d 100644 --- a/app/Http/Controllers/Auth/ApplicationController.php +++ b/app/Http/Controllers/Auth/ApplicationController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Auth/ForgotPasswordController.php b/app/Http/Controllers/Auth/ForgotPasswordController.php index dcf7421828..98ced40049 100755 --- a/app/Http/Controllers/Auth/ForgotPasswordController.php +++ b/app/Http/Controllers/Auth/ForgotPasswordController.php @@ -3,7 +3,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Auth/ForgotUsernameController.php b/app/Http/Controllers/Auth/ForgotUsernameController.php index 83ebb28a29..56845e9a38 100644 --- a/app/Http/Controllers/Auth/ForgotUsernameController.php +++ b/app/Http/Controllers/Auth/ForgotUsernameController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Auth/LoginController.php b/app/Http/Controllers/Auth/LoginController.php index fbbb5cad30..b951a06a3b 100644 --- a/app/Http/Controllers/Auth/LoginController.php +++ b/app/Http/Controllers/Auth/LoginController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Auth/RegisterController.php b/app/Http/Controllers/Auth/RegisterController.php index 47de3b0c07..cbb35788c1 100644 --- a/app/Http/Controllers/Auth/RegisterController.php +++ b/app/Http/Controllers/Auth/RegisterController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Auth/ResetPasswordController.php b/app/Http/Controllers/Auth/ResetPasswordController.php index 7527e18fd8..2fa0cb9eee 100755 --- a/app/Http/Controllers/Auth/ResetPasswordController.php +++ b/app/Http/Controllers/Auth/ResetPasswordController.php @@ -3,7 +3,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Auth/TwoStepController.php b/app/Http/Controllers/Auth/TwoStepController.php index 1634603edf..acf75cbd15 100644 --- a/app/Http/Controllers/Auth/TwoStepController.php +++ b/app/Http/Controllers/Auth/TwoStepController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/BonusController.php b/app/Http/Controllers/BonusController.php index 5ad5b14a3c..696e66f798 100644 --- a/app/Http/Controllers/BonusController.php +++ b/app/Http/Controllers/BonusController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/BookmarkController.php b/app/Http/Controllers/BookmarkController.php index 50860f1027..70418902d9 100644 --- a/app/Http/Controllers/BookmarkController.php +++ b/app/Http/Controllers/BookmarkController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/CategoryController.php b/app/Http/Controllers/CategoryController.php index 5d8fb5a93a..5041d378cc 100755 --- a/app/Http/Controllers/CategoryController.php +++ b/app/Http/Controllers/CategoryController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/CommentController.php b/app/Http/Controllers/CommentController.php index fd47eefb9f..f908a58366 100644 --- a/app/Http/Controllers/CommentController.php +++ b/app/Http/Controllers/CommentController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/ContactController.php b/app/Http/Controllers/ContactController.php index 15631da3aa..c23c775392 100644 --- a/app/Http/Controllers/ContactController.php +++ b/app/Http/Controllers/ContactController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Controller.php b/app/Http/Controllers/Controller.php index eb7464f951..dd7d366f0d 100755 --- a/app/Http/Controllers/Controller.php +++ b/app/Http/Controllers/Controller.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/FollowController.php b/app/Http/Controllers/FollowController.php index 633074cd50..236c09b77f 100644 --- a/app/Http/Controllers/FollowController.php +++ b/app/Http/Controllers/FollowController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/ForumController.php b/app/Http/Controllers/ForumController.php index f23e9fd5ff..1781c8f75f 100644 --- a/app/Http/Controllers/ForumController.php +++ b/app/Http/Controllers/ForumController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D @@ -386,659 +386,4 @@ public function category($id) 'num_topics' => $num_topics, ]); } - - /** - * Show Forums And Topics Inside. - * - * @param $id - * - * @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View - */ - public function display($id) - { - // Find the topic - $forum = Forum::findOrFail($id); - - // Total Forums Count - $num_forums = Forum::count(); - // Total Posts Count - $num_posts = Post::count(); - // Total Topics Count - $num_topics = Topic::count(); - - // Check if this is a category or forum - if ($forum->parent_id == 0) { - return redirect()->route('forum_category', ['id' => $forum->id]); - } - - // Check if the user has permission to view the forum - $category = Forum::findOrFail($forum->parent_id); - if ($category->getPermission()->show_forum != true) { - return redirect()->route('forum_index') - ->withErrors('You Do Not Have Access To This Forum!'); - } - - // Fetch topics->posts in descending order - $topics = $forum->topics()->latest('pinned')->latest('last_reply_at')->latest()->paginate(25); - - return view('forum.display', [ - 'forum' => $forum, - 'topics' => $topics, - 'category' => $category, - 'num_posts' => $num_posts, - 'num_forums' => $num_forums, - 'num_topics' => $num_topics, - ]); - } - - /** - * Show The Topic. - * - * @param $id - * - * @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View - */ - public function topic($id) - { - // Find the topic - $topic = Topic::findOrFail($id); - - // Get the forum of the topic - $forum = $topic->forum; - - // Get The category of the forum - $category = $forum->getCategory(); - - // Get all posts - $posts = $topic->posts()->with(['user', 'tips'])->paginate(25); - - // First post - $firstPost = Post::with('tips')->where('topic_id', '=', $topic->id)->first(); - - // The user can post a topic here ? - if ($category->getPermission()->read_topic != true) { - // Redirect him to the forum index - return redirect()->route('forum_index') - ->withErrors('You Do Not Have Access To Read This Topic!'); - } - - // Increment view - $topic->views++; - $topic->save(); - - return view('forum.topic', [ - 'topic' => $topic, - 'forum' => $forum, - 'category' => $category, - 'posts' => $posts, - 'firstPost' => $firstPost, - ]); - } - - /** - * Add A Post To A Topic. - * - * @param \Illuminate\Http\Request $request - * @param $id - * - * @return Illuminate\Http\RedirectResponse - */ - public function reply(Request $request, $id) - { - $user = $request->user(); - $topic = Topic::findOrFail($id); - $forum = $topic->forum; - $category = $forum->getCategory(); - - // The user has the right to create a topic here? - if (! $category->getPermission()->reply_topic || ($topic->state == 'close' && ! $request->user()->group->is_modo)) { - return redirect()->route('forum_index') - ->withErrors('You Cannot Reply To This Topic!'); - } - - $post = new Post(); - $post->content = $request->input('content'); - $post->user_id = $user->id; - $post->topic_id = $topic->id; - - $v = validator($post->toArray(), [ - 'content' => 'required|min:1', - 'user_id' => 'required', - 'topic_id' => 'required', - ]); - - if ($v->fails()) { - return redirect()->route('forum_topic', ['id' => $topic->id]) - ->withErrors($v->errors()); - } else { - $post->save(); - - $appurl = config('app.url'); - $href = "{$appurl}/forums/topic/{$topic->slug}.{$topic->id}?page={$post->getPageNumber()}#post-{$post->id}"; - $message = "{$user->username} has tagged you in a forum post. You can view it [url=$href] HERE [/url]"; - - if ($this->tag->hasTags($request->input('content'))) { - if ($this->tag->contains($request->input('content'), '@here') && $user->group->is_modo) { - $users = collect([]); - - $topic->posts()->get()->each(function ($p) use ($users) { - $users->push($p->user); - }); - - $this->tag->messagePostUsers( - 'forum', - $users, - $user, - 'Staff', - $post - ); - } else { - $this->tag->messageTaggedPostUsers( - 'forum', - $request->input('content'), - $user, - $user->username, - $post - ); - } - } - - // Save last post user data to topic table - $topic->last_post_user_id = $user->id; - $topic->last_post_user_username = $user->username; - - // Count post in topic - $topic->num_post = Post::where('topic_id', '=', $topic->id)->count(); - - // Update time - $topic->last_reply_at = $post->created_at; - - // Save - $topic->save(); - - // Count posts - $forum->num_post = $forum->getPostCount($forum->id); - // Count topics - $forum->num_topic = $forum->getTopicCount($forum->id); - // Save last post user data to the forum table - $forum->last_post_user_id = $user->id; - $forum->last_post_user_username = $user->username; - // Save last topic data to the forum table - $forum->last_topic_id = $topic->id; - $forum->last_topic_name = $topic->name; - // Save - $forum->save(); - - // Post To Chatbox - $appurl = config('app.url'); - $postUrl = "{$appurl}/forums/topic/{$topic->slug}.{$topic->id}?page={$post->getPageNumber()}#post-{$post->id}"; - $realUrl = "/forums/topic/{$topic->slug}.{$topic->id}?page={$post->getPageNumber()}#post-{$post->id}"; - $profileUrl = "{$appurl}/{$user->username}.{$user->id}"; - $this->chat->systemMessage("[url=$profileUrl]{$user->username}[/url] has left a reply on topic [url={$postUrl}]{$topic->name}[/url]"); - - // Notify All Subscribers Of New Reply - if ($topic->first_user_poster_id != $user->id) { - $topic->notifyStarter($user, $topic, $post); - } - $topic->notifySubscribers($user, $topic, $post); - - //Achievements - $user->unlock(new UserMadeFirstPost(), 1); - $user->addProgress(new UserMade25Posts(), 1); - $user->addProgress(new UserMade50Posts(), 1); - $user->addProgress(new UserMade100Posts(), 1); - $user->addProgress(new UserMade200Posts(), 1); - $user->addProgress(new UserMade300Posts(), 1); - $user->addProgress(new UserMade400Posts(), 1); - $user->addProgress(new UserMade500Posts(), 1); - $user->addProgress(new UserMade600Posts(), 1); - $user->addProgress(new UserMade700Posts(), 1); - $user->addProgress(new UserMade800Posts(), 1); - $user->addProgress(new UserMade900Posts(), 1); - - return redirect()->to($realUrl) - ->withSuccess('Post Successfully Posted'); - } - } - - /** - * Topic Add Form. - * - * @param \Illuminate\Http\Request $request - * @param $id - * - * @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View - */ - public function addForm(Request $request, $id) - { - $forum = Forum::findOrFail($id); - $category = $forum->getCategory(); - - // The user has the right to create a topic here? - if ($category->getPermission()->start_topic != true) { - return redirect()->route('forum_index') - ->withErrors('You Cannot Start A New Topic Here!'); - } - - return view('forum.new_topic', [ - 'forum' => $forum, - 'category' => $category, - 'title' => $request->input('title'), - ]); - } - - /** - * Create A New Topic In The Forum. - * - * @param \Illuminate\Http\Request $request - * @param $id - * - * @return Illuminate\Http\RedirectResponse - */ - public function newTopic(Request $request, $id) - { - $user = $request->user(); - $forum = Forum::findOrFail($id); - $category = $forum->getCategory(); - - // The user has the right to create a topic here? - if ($category->getPermission()->start_topic != true) { - return redirect()->route('forum_index') - ->withErrors('You Cannot Start A New Topic Here!'); - } - - // Create The Topic - $topic = new Topic(); - $topic->name = $request->input('title'); - $topic->slug = Str::slug($request->input('title')); - $topic->state = 'open'; - $topic->first_post_user_id = $topic->last_post_user_id = $user->id; - $topic->first_post_user_username = $topic->last_post_user_username = $user->username; - $topic->views = 0; - $topic->pinned = false; - $topic->forum_id = $forum->id; - - $v = validator($topic->toArray(), [ - 'name' => 'required', - 'slug' => 'required', - 'state' => 'required', - 'num_post' => '', - 'first_post_user_id' => 'required', - 'first_post_user_username' => 'required', - 'last_post_user_id' => '', - 'last_post_user_username' => '', - 'views' => '', - 'pinned' => '', - 'forum_id' => 'required', - ]); - - if ($v->fails()) { - return redirect()->route('forum_index') - ->withErrors($v->errors()); - } else { - $topic->save(); - - $post = new Post(); - $post->content = $request->input('content'); - $post->user_id = $user->id; - $post->topic_id = $topic->id; - - $v = validator($post->toArray(), [ - 'content' => 'required', - 'user_id' => 'required', - 'topic_id' => 'required', - ]); - - if ($v->fails()) { - return redirect()->route('forum_index') - ->withErrors($v->errors()); - } else { - $post->save(); - $topic->num_post = 1; - $topic->last_reply_at = $post->created_at; - $topic->save(); - $forum->num_topic = $forum->getTopicCount($forum->id); - $forum->num_post = $forum->getPostCount($forum->id); - $forum->last_topic_id = $topic->id; - $forum->last_topic_name = $topic->name; - $forum->last_topic_slug = $topic->slug; - $forum->last_post_user_id = $user->id; - $forum->last_post_user_username = $user->username; - $forum->save(); - - $forum->notifySubscribers($user, $topic); - - // Post To ShoutBox - $appurl = config('app.url'); - $topicUrl = "{$appurl}/forums/topic/{$topic->slug}.{$topic->id}"; - $profileUrl = "{$appurl}/{$user->username}.{$user->id}"; - - $this->chat->systemMessage("[url={$profileUrl}]{$user->username}[/url] has created a new topic [url={$topicUrl}]{$topic->name}[/url]"); - - //Achievements - $user->unlock(new UserMadeFirstPost(), 1); - $user->addProgress(new UserMade25Posts(), 1); - $user->addProgress(new UserMade50Posts(), 1); - $user->addProgress(new UserMade100Posts(), 1); - $user->addProgress(new UserMade200Posts(), 1); - $user->addProgress(new UserMade300Posts(), 1); - $user->addProgress(new UserMade400Posts(), 1); - $user->addProgress(new UserMade500Posts(), 1); - $user->addProgress(new UserMade600Posts(), 1); - $user->addProgress(new UserMade700Posts(), 1); - $user->addProgress(new UserMade800Posts(), 1); - $user->addProgress(new UserMade900Posts(), 1); - - return redirect()->route('forum_topic', ['id' => $topic->id]) - ->withSuccess('Topic Created Successfully!'); - } - } - } - - /** - * Topic Edit Form. - * - * @param $id - * - * @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View - */ - public function editForm($id) - { - $topic = Topic::findOrFail($id); - $categories = Forum::where('parent_id', '!=', 0)->get(); - - return view('forum.edit_topic', ['topic' => $topic, 'categories' => $categories]); - } - - /** - * Edit Topic In The Forum. - * - * @param \Illuminate\Http\Request $request - * @param $id - * - * @return Illuminate\Http\RedirectResponse - */ - public function editTopic(Request $request, $id) - { - $user = $request->user(); - $topic = Topic::findOrFail($id); - - abort_unless($user->group->is_modo || $user->id === $topic->first_post_user_id, 403); - $name = $request->input('name'); - $forum_id = $request->input('forum_id'); - $topic->name = $name; - $topic->forum_id = $forum_id; - $topic->save(); - - return redirect()->route('forum_topic', ['id' => $topic->id]) - ->withSuccess('Topic Successfully Edited'); - } - - /** - * Edit Post Form. - * - * @param $id - * @param $postId - * - * @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View - */ - public function postEditForm($id, $postId) - { - $topic = Topic::findOrFail($id); - $forum = $topic->forum; - $category = $forum->getCategory(); - $post = Post::findOrFail($postId); - - return view('forum.post_edit', [ - 'topic' => $topic, - 'forum' => $forum, - 'post' => $post, - 'category' => $category, - ]); - } - - /** - * Edit A Post In A Topic. - * - * @param \Illuminate\Http\Request $request - * @param $postId - * - * @return Illuminate\Http\RedirectResponse - */ - public function postEdit(Request $request, $postId) - { - $user = $request->user(); - $post = Post::findOrFail($postId); - $postUrl = "forums/topic/{$post->topic->slug}.{$post->topic->id}?page={$post->getPageNumber()}#post-{$postId}"; - - abort_unless($user->group->is_modo || $user->id === $post->user_id, 403); - $post->content = $request->input('content'); - $post->save(); - - return redirect()->to($postUrl) - ->withSuccess('Post Successfully Edited!'); - } - - /** - * Delete A Post. - * - * @param \Illuminate\Http\Request $request - * @param $postId - * - * @return Illuminate\Http\RedirectResponse - */ - public function postDelete(Request $request, $postId) - { - $user = $request->user(); - $post = Post::with('topic')->findOrFail($postId); - - abort_unless($user->group->is_modo || $user->id === $post->user_id, 403); - $post->delete(); - - return redirect()->route('forum_topic', ['id' => $post->topic->id]) - ->withSuccess('This Post Is Now Deleted!'); - } - - /** - * Close The Topic. - * - * @param \Illuminate\Http\Request $request - * @param $id - * - * @return Illuminate\Http\RedirectResponse - */ - public function closeTopic(Request $request, $id) - { - $user = $request->user(); - $topic = Topic::findOrFail($id); - - abort_unless($user->group->is_modo || $user->id === $topic->first_post_user_id, 403); - $topic->state = 'close'; - $topic->save(); - - return redirect()->route('forum_topic', ['id' => $topic->id]) - ->withSuccess('This Topic Is Now Closed!'); - } - - /** - * Open The Topic. - * - * @param \Illuminate\Http\Request $request - * @param $id - * - * @return Illuminate\Http\RedirectResponse - */ - public function openTopic(Request $request, $id) - { - $user = $request->user(); - $topic = Topic::findOrFail($id); - - abort_unless($user->group->is_modo || $user->id === $topic->first_post_user_id, 403); - $topic->state = 'open'; - $topic->save(); - - return redirect()->route('forum_topic', ['id' => $topic->id]) - ->withSuccess('This Topic Is Now Open!'); - } - - /** - * Delete The Topic and The Posts. - * - * @param \Illuminate\Http\Request $request - * @param $id - * - * @return Illuminate\Http\RedirectResponse - */ - public function deleteTopic(Request $request, $id) - { - $user = $request->user(); - $topic = Topic::findOrFail($id); - - abort_unless($user->group->is_modo || $user->id === $topic->first_post_user_id, 403); - $posts = $topic->posts(); - $posts->delete(); - $topic->delete(); - - return redirect()->route('forum_display', ['id' => $topic->forum->id]) - ->withSuccess('This Topic Is Now Deleted!'); - } - - /** - * Pin The Topic. - * - * @param $id - * - * @return Illuminate\Http\RedirectResponse - */ - public function pinTopic($id) - { - $topic = Topic::findOrFail($id); - $topic->pinned = 1; - $topic->save(); - - return redirect()->route('forum_topic', ['id' => $topic->id]) - ->withSuccess('This Topic Is Now Pinned!'); - } - - /** - * Unpin The Topic. - * - * @param $id - * - * @return Illuminate\Http\RedirectResponse - */ - public function unpinTopic($id) - { - $topic = Topic::findOrFail($id); - $topic->pinned = 0; - $topic->save(); - - return redirect()->route('forum_topic', ['id' => $topic->id]) - ->withSuccess('This Topic Is Now Unpinned!'); - } - - /** - * Forum Tag System. - * - * @param $id - * - * @return Illuminate\Http\RedirectResponse - */ - public function approvedTopic($id) - { - $topic = Topic::findOrFail($id); - if ($topic->approved == 0) { - $topic->approved = '1'; - } else { - $topic->approved = '0'; - } - $topic->save(); - - return redirect()->route('forum_topic', ['id' => $topic->id]) - ->withInfo('Label Change Has Been Applied'); - } - - public function deniedTopic($id) - { - $topic = Topic::findOrFail($id); - if ($topic->denied == 0) { - $topic->denied = '1'; - } else { - $topic->denied = '0'; - } - $topic->save(); - - return redirect()->route('forum_topic', ['id' => $topic->id]) - ->withInfo('Label Change Has Been Applied'); - } - - public function solvedTopic($id) - { - $topic = Topic::findOrFail($id); - if ($topic->solved == 0) { - $topic->solved = '1'; - } else { - $topic->solved = '0'; - } - $topic->save(); - - return redirect()->route('forum_topic', ['id' => $topic->id]) - ->withInfo('Label Change Has Been Applied'); - } - - public function invalidTopic($id) - { - $topic = Topic::findOrFail($id); - if ($topic->invalid == 0) { - $topic->invalid = '1'; - } else { - $topic->invalid = '0'; - } - $topic->save(); - - return redirect()->route('forum_topic', ['id' => $topic->id]) - ->withInfo('Label Change Has Been Applied'); - } - - public function bugTopic($id) - { - $topic = Topic::findOrFail($id); - if ($topic->bug == 0) { - $topic->bug = '1'; - } else { - $topic->bug = '0'; - } - $topic->save(); - - return redirect()->route('forum_topic', ['id' => $topic->id]) - ->withInfo('Label Change Has Been Applied'); - } - - public function suggestionTopic($id) - { - $topic = Topic::findOrFail($id); - if ($topic->suggestion == 0) { - $topic->suggestion = '1'; - } else { - $topic->suggestion = '0'; - } - $topic->save(); - - return redirect()->route('forum_topic', ['id' => $topic->id]) - ->withInfo('Label Change Has Been Applied'); - } - - public function implementedTopic($id) - { - $topic = Topic::findOrFail($id); - if ($topic->implemented == 0) { - $topic->implemented = '1'; - } else { - $topic->implemented = '0'; - } - $topic->save(); - - return redirect()->route('forum_topic', ['id' => $topic->id]) - ->withInfo('Label Change Has Been Applied'); - } } diff --git a/app/Http/Controllers/GraveyardController.php b/app/Http/Controllers/GraveyardController.php index 71032ecf40..65daef3cdb 100644 --- a/app/Http/Controllers/GraveyardController.php +++ b/app/Http/Controllers/GraveyardController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index 353d500154..d69e2dd3d1 100755 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/ImageController.php b/app/Http/Controllers/ImageController.php index 26a6753f4e..16c2a291e7 100644 --- a/app/Http/Controllers/ImageController.php +++ b/app/Http/Controllers/ImageController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/InviteController.php b/app/Http/Controllers/InviteController.php index 65b12461db..33d525163b 100644 --- a/app/Http/Controllers/InviteController.php +++ b/app/Http/Controllers/InviteController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/LanguageController.php b/app/Http/Controllers/LanguageController.php index 8b8a8cacc8..a0e1bc454c 100644 --- a/app/Http/Controllers/LanguageController.php +++ b/app/Http/Controllers/LanguageController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/LikeController.php b/app/Http/Controllers/LikeController.php index 701026c600..0f17234ec3 100644 --- a/app/Http/Controllers/LikeController.php +++ b/app/Http/Controllers/LikeController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/NotificationController.php b/app/Http/Controllers/NotificationController.php index e2bd2ef6aa..fd0b396cc8 100644 --- a/app/Http/Controllers/NotificationController.php +++ b/app/Http/Controllers/NotificationController.php @@ -3,7 +3,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/PageController.php b/app/Http/Controllers/PageController.php index 780b004782..963ed9c593 100755 --- a/app/Http/Controllers/PageController.php +++ b/app/Http/Controllers/PageController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/PlaylistController.php b/app/Http/Controllers/PlaylistController.php index feb1b1b2d1..f8a6b92287 100644 --- a/app/Http/Controllers/PlaylistController.php +++ b/app/Http/Controllers/PlaylistController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/PlaylistTorrentController.php b/app/Http/Controllers/PlaylistTorrentController.php index f2c519baf0..e78551bd5d 100644 --- a/app/Http/Controllers/PlaylistTorrentController.php +++ b/app/Http/Controllers/PlaylistTorrentController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/PollController.php b/app/Http/Controllers/PollController.php index 2ed1eba8ab..5b4f50407c 100644 --- a/app/Http/Controllers/PollController.php +++ b/app/Http/Controllers/PollController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/PostController.php b/app/Http/Controllers/PostController.php new file mode 100644 index 0000000000..c391e3ae21 --- /dev/null +++ b/app/Http/Controllers/PostController.php @@ -0,0 +1,229 @@ +user(); + $topic = Topic::findOrFail($id); + $forum = $topic->forum; + $category = $forum->getCategory(); + + // The user has the right to create a post here? + if (!$category->getPermission()->reply_topic || ($topic->state == 'close' && !$request->user()->group->is_modo)) { + return redirect()->route('forum_index') + ->withErrors('You Cannot Reply To This Topic!'); + } + + $post = new Post(); + $post->content = $request->input('content'); + $post->user_id = $user->id; + $post->topic_id = $topic->id; + + $v = validator($post->toArray(), [ + 'content' => 'required|min:1', + 'user_id' => 'required', + 'topic_id' => 'required', + ]); + + if ($v->fails()) { + return redirect()->route('forum_topic', ['id' => $topic->id]) + ->withErrors($v->errors()); + } else { + $post->save(); + + $appurl = config('app.url'); + $href = "{$appurl}/forums/topic/{$topic->slug}.{$topic->id}?page={$post->getPageNumber()}#post-{$post->id}"; + $message = "{$user->username} has tagged you in a forum post. You can view it [url=$href] HERE [/url]"; + + if ($this->tag->hasTags($request->input('content'))) { + if ($this->tag->contains($request->input('content'), '@here') && $user->group->is_modo) { + $users = collect([]); + + $topic->posts()->get()->each(function ($p) use ($users) { + $users->push($p->user); + }); + + $this->tag->messagePostUsers( + 'forum', + $users, + $user, + 'Staff', + $post + ); + } else { + $this->tag->messageTaggedPostUsers( + 'forum', + $request->input('content'), + $user, + $user->username, + $post + ); + } + } + + // Save last post user data to topic table + $topic->last_post_user_id = $user->id; + $topic->last_post_user_username = $user->username; + + // Count post in topic + $topic->num_post = Post::where('topic_id', '=', $topic->id)->count(); + + // Update time + $topic->last_reply_at = $post->created_at; + + // Save + $topic->save(); + + // Count posts + $forum->num_post = $forum->getPostCount($forum->id); + + // Count topics + $forum->num_topic = $forum->getTopicCount($forum->id); + + // Save last post user data to the forum table + $forum->last_post_user_id = $user->id; + $forum->last_post_user_username = $user->username; + + // Save last topic data to the forum table + $forum->last_topic_id = $topic->id; + $forum->last_topic_name = $topic->name; + + // Save + $forum->save(); + + // Post To Chatbox + $appurl = config('app.url'); + $postUrl = "{$appurl}/forums/topic/{$topic->slug}.{$topic->id}?page={$post->getPageNumber()}#post-{$post->id}"; + $realUrl = "/forums/topic/{$topic->slug}.{$topic->id}?page={$post->getPageNumber()}#post-{$post->id}"; + $profileUrl = "{$appurl}/{$user->username}.{$user->id}"; + $this->chat->systemMessage("[url=$profileUrl]{$user->username}[/url] has left a reply on topic [url={$postUrl}]{$topic->name}[/url]"); + + // Notify All Subscribers Of New Reply + if ($topic->first_user_poster_id != $user->id) { + $topic->notifyStarter($user, $topic, $post); + } + $topic->notifySubscribers($user, $topic, $post); + + //Achievements + $user->unlock(new UserMadeFirstPost(), 1); + $user->addProgress(new UserMade25Posts(), 1); + $user->addProgress(new UserMade50Posts(), 1); + $user->addProgress(new UserMade100Posts(), 1); + $user->addProgress(new UserMade200Posts(), 1); + $user->addProgress(new UserMade300Posts(), 1); + $user->addProgress(new UserMade400Posts(), 1); + $user->addProgress(new UserMade500Posts(), 1); + $user->addProgress(new UserMade600Posts(), 1); + $user->addProgress(new UserMade700Posts(), 1); + $user->addProgress(new UserMade800Posts(), 1); + $user->addProgress(new UserMade900Posts(), 1); + + return redirect()->to($realUrl) + ->withSuccess('Post Successfully Posted'); + } + } + + /** + * Edit Post Form. + * + * @param $id + * @param $postId + * + * @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View + */ + public function postEditForm($id, $postId) + { + $topic = Topic::findOrFail($id); + $forum = $topic->forum; + $category = $forum->getCategory(); + $post = Post::findOrFail($postId); + + return view('forum.post_edit', [ + 'topic' => $topic, + 'forum' => $forum, + 'post' => $post, + 'category' => $category, + ]); + } + + /** + * Edit A Post In A Topic. + * + * @param \Illuminate\Http\Request $request + * @param $postId + * + * @return Illuminate\Http\RedirectResponse + */ + public function postEdit(Request $request, $postId) + { + $user = $request->user(); + $post = Post::findOrFail($postId); + $postUrl = "forums/topic/{$post->topic->slug}.{$post->topic->id}?page={$post->getPageNumber()}#post-{$postId}"; + + abort_unless($user->group->is_modo || $user->id === $post->user_id, 403); + $post->content = $request->input('content'); + $post->save(); + + return redirect()->to($postUrl) + ->withSuccess('Post Successfully Edited!'); + } + + /** + * Delete A Post. + * + * @param \Illuminate\Http\Request $request + * @param $postId + * + * @return Illuminate\Http\RedirectResponse + */ + public function postDelete(Request $request, $postId) + { + $user = $request->user(); + $post = Post::with('topic')->findOrFail($postId); + + abort_unless($user->group->is_modo || $user->id === $post->user_id, 403); + $post->delete(); + + return redirect()->route('forum_topic', ['id' => $post->topic->id]) + ->withSuccess('This Post Is Now Deleted!'); + } +} \ No newline at end of file diff --git a/app/Http/Controllers/PrivateMessageController.php b/app/Http/Controllers/PrivateMessageController.php index 03b0e23168..685e8edbb3 100644 --- a/app/Http/Controllers/PrivateMessageController.php +++ b/app/Http/Controllers/PrivateMessageController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/ReportController.php b/app/Http/Controllers/ReportController.php index 886ea13cb4..35f8946155 100644 --- a/app/Http/Controllers/ReportController.php +++ b/app/Http/Controllers/ReportController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/RequestController.php b/app/Http/Controllers/RequestController.php index 3f8679e47c..b88aafdad3 100644 --- a/app/Http/Controllers/RequestController.php +++ b/app/Http/Controllers/RequestController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/RssController.php b/app/Http/Controllers/RssController.php index 378cda12b4..a2b6e740d5 100644 --- a/app/Http/Controllers/RssController.php +++ b/app/Http/Controllers/RssController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/SeedboxController.php b/app/Http/Controllers/SeedboxController.php index 26c5a9c1a6..c75298f48d 100644 --- a/app/Http/Controllers/SeedboxController.php +++ b/app/Http/Controllers/SeedboxController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/ApplicationController.php b/app/Http/Controllers/Staff/ApplicationController.php index 52d57a3d27..32adff98c6 100644 --- a/app/Http/Controllers/Staff/ApplicationController.php +++ b/app/Http/Controllers/Staff/ApplicationController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/ArticleController.php b/app/Http/Controllers/Staff/ArticleController.php index 2dea62818f..d5a6aa0314 100644 --- a/app/Http/Controllers/Staff/ArticleController.php +++ b/app/Http/Controllers/Staff/ArticleController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/AuditController.php b/app/Http/Controllers/Staff/AuditController.php index 81f891d32c..87a41cb9c4 100644 --- a/app/Http/Controllers/Staff/AuditController.php +++ b/app/Http/Controllers/Staff/AuditController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/AuthenticationController.php b/app/Http/Controllers/Staff/AuthenticationController.php index f57ee38ec0..196f9c087a 100644 --- a/app/Http/Controllers/Staff/AuthenticationController.php +++ b/app/Http/Controllers/Staff/AuthenticationController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/BackupController.php b/app/Http/Controllers/Staff/BackupController.php index 8bc30784df..9b3dcbbb11 100644 --- a/app/Http/Controllers/Staff/BackupController.php +++ b/app/Http/Controllers/Staff/BackupController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D @@ -65,14 +65,16 @@ public function index(Request $request) $data['backups'] = array_reverse($data['backups']); $data['title'] = 'Backups'; - return view('Staff.backup.backup', $data); + return view('Staff.backup.index', $data); } /** * Create A Backup. + * * @param \Illuminate\Http\Request $request + * * @return string -*/ + */ public function create(Request $request) { $user = $request->user(); @@ -97,10 +99,12 @@ public function create(Request $request) /** * Create A Backup. + * * @param \Illuminate\Http\Request $request + * * @return string -*/ - public function createFilesOnly(Request $request) + */ + public function files(Request $request) { $user = $request->user(); abort_unless($user->group->is_owner, 403); @@ -124,10 +128,12 @@ public function createFilesOnly(Request $request) /** * Create A Backup. + * * @param \Illuminate\Http\Request $request + * * @return string -*/ - public function createDatabaseOnly(Request $request) + */ + public function database(Request $request) { $user = $request->user(); abort_unless($user->group->is_owner, 403); @@ -182,9 +188,10 @@ public function download(Request $request) * Deletes A Backup. * * @param \Illuminate\Http\Request $request + * * @return string */ - public function delete(Request $request) + public function destroy(Request $request) { $user = $request->user(); abort_unless($user->group->is_owner, 403); diff --git a/app/Http/Controllers/Staff/BanController.php b/app/Http/Controllers/Staff/BanController.php index cf121d5388..e1356c89be 100644 --- a/app/Http/Controllers/Staff/BanController.php +++ b/app/Http/Controllers/Staff/BanController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/BotsController.php b/app/Http/Controllers/Staff/BotsController.php index fd8af7ee7a..4c77dbcd2b 100644 --- a/app/Http/Controllers/Staff/BotsController.php +++ b/app/Http/Controllers/Staff/BotsController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/CategoryController.php b/app/Http/Controllers/Staff/CategoryController.php index 699b29914f..0ab6c81fbb 100644 --- a/app/Http/Controllers/Staff/CategoryController.php +++ b/app/Http/Controllers/Staff/CategoryController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/ChatController.php b/app/Http/Controllers/Staff/ChatController.php index 6bfbf26d0d..d19338dcd1 100644 --- a/app/Http/Controllers/Staff/ChatController.php +++ b/app/Http/Controllers/Staff/ChatController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D @@ -69,12 +69,12 @@ public function addChatroom(Request $request) ]); if ($v->fails()) { - return redirect()->route('chatManager') + return redirect()->route('staff.chat.index') ->withErrors($v->errors()); } else { $chatroom->save(); - return redirect()->route('chatManager') + return redirect()->route('staff.chat.index') ->withSuccess('Chatroom Successfully Added'); } } @@ -97,12 +97,12 @@ public function editChatroom(Request $request, $id) ]); if ($v->fails()) { - return redirect()->route('chatManager') + return redirect()->route('staff.chat.index') ->withErrors($v->errors()); } else { $chatroom->save(); - return redirect()->route('chatManager') + return redirect()->route('staff.chat.index') ->withSuccess('Chatroom Successfully Modified'); } } @@ -119,7 +119,7 @@ public function deleteChatroom($id) $chatroom = Chatroom::findOrFail($id); $chatroom->delete(); - return redirect()->route('chatManager') + return redirect()->route('staff.chat.index') ->withSuccess('Chatroom Successfully Deleted'); } @@ -144,12 +144,12 @@ public function addChatStatus(Request $request) ]); if ($v->fails()) { - return redirect()->route('chatManager') + return redirect()->route('staff.chat.index') ->withErrors($v->errors()); } else { $chatstatus->save(); - return redirect()->route('chatManager') + return redirect()->route('staff.chat.index') ->withSuccess('Chat Status Successfully Added'); } } @@ -176,12 +176,12 @@ public function editChatStatus(Request $request, $id) ]); if ($v->fails()) { - return redirect()->route('chatManager') + return redirect()->route('staff.chat.index') ->withErrors($v->errors()); } else { $chatstatus->save(); - return redirect()->route('chatManager') + return redirect()->route('staff.chat.index') ->withSuccess('Chat Status Successfully Modified'); } } @@ -198,7 +198,7 @@ public function deleteChatStatus($id) $chatstatus = ChatStatus::findOrFail($id); $chatstatus->delete(); - return redirect()->route('chatManager') + return redirect()->route('staff.chat.index') ->withSuccess('Chat Status Successfully Deleted'); } } diff --git a/app/Http/Controllers/Staff/CheaterController.php b/app/Http/Controllers/Staff/CheaterController.php index 1ade66bd3f..7f5d9bd3fa 100644 --- a/app/Http/Controllers/Staff/CheaterController.php +++ b/app/Http/Controllers/Staff/CheaterController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/CommandController.php b/app/Http/Controllers/Staff/CommandController.php index b7b9c3d693..d323ee6048 100644 --- a/app/Http/Controllers/Staff/CommandController.php +++ b/app/Http/Controllers/Staff/CommandController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/FlushController.php b/app/Http/Controllers/Staff/FlushController.php index 780707d61c..4c3fa62e13 100644 --- a/app/Http/Controllers/Staff/FlushController.php +++ b/app/Http/Controllers/Staff/FlushController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D @@ -50,7 +50,7 @@ public function peers() * * @return Illuminate\Http\RedirectResponse */ - public function flush() + public function chat() { foreach (Message::all() as $message) { broadcast(new MessageDeleted($message)); diff --git a/app/Http/Controllers/Staff/ForumController.php b/app/Http/Controllers/Staff/ForumController.php index fb3e202ad6..2e275a7da5 100644 --- a/app/Http/Controllers/Staff/ForumController.php +++ b/app/Http/Controllers/Staff/ForumController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/GiftController.php b/app/Http/Controllers/Staff/GiftController.php index 9bff27b72e..23dbe85357 100644 --- a/app/Http/Controllers/Staff/GiftController.php +++ b/app/Http/Controllers/Staff/GiftController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/GroupController.php b/app/Http/Controllers/Staff/GroupController.php index 551c5dd6df..279671eec5 100644 --- a/app/Http/Controllers/Staff/GroupController.php +++ b/app/Http/Controllers/Staff/GroupController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/HomeController.php b/app/Http/Controllers/Staff/HomeController.php index 2ef86ebf67..60bd7a03f8 100644 --- a/app/Http/Controllers/Staff/HomeController.php +++ b/app/Http/Controllers/Staff/HomeController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/InviteController.php b/app/Http/Controllers/Staff/InviteController.php index d081c93a46..8c1a7f2aaf 100644 --- a/app/Http/Controllers/Staff/InviteController.php +++ b/app/Http/Controllers/Staff/InviteController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/MassActionController.php b/app/Http/Controllers/Staff/MassActionController.php index 04af8121df..304b6137bc 100644 --- a/app/Http/Controllers/Staff/MassActionController.php +++ b/app/Http/Controllers/Staff/MassActionController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/MassPMController.php b/app/Http/Controllers/Staff/MassPMController.php index 413b5c2556..5243a7fff1 100644 --- a/app/Http/Controllers/Staff/MassPMController.php +++ b/app/Http/Controllers/Staff/MassPMController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/ModerationController.php b/app/Http/Controllers/Staff/ModerationController.php index d289564c6c..f27850da65 100644 --- a/app/Http/Controllers/Staff/ModerationController.php +++ b/app/Http/Controllers/Staff/ModerationController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/NoteController.php b/app/Http/Controllers/Staff/NoteController.php index cc81cd7db2..cedcd0e87e 100644 --- a/app/Http/Controllers/Staff/NoteController.php +++ b/app/Http/Controllers/Staff/NoteController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/PageController.php b/app/Http/Controllers/Staff/PageController.php index c916ff3443..625dd46fdb 100644 --- a/app/Http/Controllers/Staff/PageController.php +++ b/app/Http/Controllers/Staff/PageController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/PollController.php b/app/Http/Controllers/Staff/PollController.php index 6284fb0bf2..f6c7f87378 100644 --- a/app/Http/Controllers/Staff/PollController.php +++ b/app/Http/Controllers/Staff/PollController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/ReportController.php b/app/Http/Controllers/Staff/ReportController.php index 693f802cc8..f59ad67483 100644 --- a/app/Http/Controllers/Staff/ReportController.php +++ b/app/Http/Controllers/Staff/ReportController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/RssController.php b/app/Http/Controllers/Staff/RssController.php index 1f7ee57db4..4edaeb79aa 100644 --- a/app/Http/Controllers/Staff/RssController.php +++ b/app/Http/Controllers/Staff/RssController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/SeedboxController.php b/app/Http/Controllers/Staff/SeedboxController.php index 2aafe99fc2..defbf74970 100644 --- a/app/Http/Controllers/Staff/SeedboxController.php +++ b/app/Http/Controllers/Staff/SeedboxController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/TagController.php b/app/Http/Controllers/Staff/TagController.php index ec03b57366..d5c8de5558 100644 --- a/app/Http/Controllers/Staff/TagController.php +++ b/app/Http/Controllers/Staff/TagController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/TypeController.php b/app/Http/Controllers/Staff/TypeController.php index 9e35d89678..78da1a9660 100644 --- a/app/Http/Controllers/Staff/TypeController.php +++ b/app/Http/Controllers/Staff/TypeController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/UserController.php b/app/Http/Controllers/Staff/UserController.php index 780d94472c..a785303a10 100644 --- a/app/Http/Controllers/Staff/UserController.php +++ b/app/Http/Controllers/Staff/UserController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/VersionController.php b/app/Http/Controllers/Staff/VersionController.php index 8605889842..906a7985c8 100644 --- a/app/Http/Controllers/Staff/VersionController.php +++ b/app/Http/Controllers/Staff/VersionController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/Staff/WarningController.php b/app/Http/Controllers/Staff/WarningController.php index 7313751087..eabf59b2e8 100644 --- a/app/Http/Controllers/Staff/WarningController.php +++ b/app/Http/Controllers/Staff/WarningController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/StatsController.php b/app/Http/Controllers/StatsController.php index c5a2c17a89..c9db846348 100644 --- a/app/Http/Controllers/StatsController.php +++ b/app/Http/Controllers/StatsController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/SubscriptionController.php b/app/Http/Controllers/SubscriptionController.php index eba33df800..3c315e6639 100644 --- a/app/Http/Controllers/SubscriptionController.php +++ b/app/Http/Controllers/SubscriptionController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/ThankController.php b/app/Http/Controllers/ThankController.php index 9a4ee49731..0c54751326 100644 --- a/app/Http/Controllers/ThankController.php +++ b/app/Http/Controllers/ThankController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/TopicController.php b/app/Http/Controllers/TopicController.php new file mode 100644 index 0000000000..00f6d28d13 --- /dev/null +++ b/app/Http/Controllers/TopicController.php @@ -0,0 +1,393 @@ +parent_id == 0) { + return redirect()->route('forum_category', ['id' => $forum->id]); + } + + // Check if the user has permission to view the forum + $category = Forum::findOrFail($forum->parent_id); + if ($category->getPermission()->show_forum != true) { + return redirect()->route('forum_index') + ->withErrors('You Do Not Have Access To This Forum!'); + } + + // Fetch topics->posts in descending order + $topics = $forum->topics()->latest('pinned')->latest('last_reply_at')->latest()->paginate(25); + + return view('forum.display', [ + 'forum' => $forum, + 'topics' => $topics, + 'category' => $category, + 'num_posts' => $num_posts, + 'num_forums' => $num_forums, + 'num_topics' => $num_topics, + ]); + } + + /** + * Show The Topic. + * + * @param $id + * + * @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View + */ + public function topic($id) + { + // Find the topic + $topic = Topic::findOrFail($id); + + // Get the forum of the topic + $forum = $topic->forum; + + // Get The category of the forum + $category = $forum->getCategory(); + + // Get all posts + $posts = $topic->posts()->with(['user', 'tips'])->paginate(25); + + // First post + $firstPost = Post::with('tips')->where('topic_id', '=', $topic->id)->first(); + + // The user can post a topic here ? + if ($category->getPermission()->read_topic != true) { + // Redirect him to the forum index + return redirect()->route('forum_index') + ->withErrors('You Do Not Have Access To Read This Topic!'); + } + + // Increment view + $topic->views++; + $topic->save(); + + return view('forum.topic', [ + 'topic' => $topic, + 'forum' => $forum, + 'category' => $category, + 'posts' => $posts, + 'firstPost' => $firstPost, + ]); + } + + /** + * Topic Add Form. + * + * @param \Illuminate\Http\Request $request + * @param $id + * + * @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View + */ + public function addForm(Request $request, $id) + { + $forum = Forum::findOrFail($id); + $category = $forum->getCategory(); + + // The user has the right to create a topic here? + if ($category->getPermission()->start_topic != true) { + return redirect()->route('forum_index') + ->withErrors('You Cannot Start A New Topic Here!'); + } + + return view('forum.new_topic', [ + 'forum' => $forum, + 'category' => $category, + 'title' => $request->input('title'), + ]); + } + + /** + * Create A New Topic In The Forum. + * + * @param \Illuminate\Http\Request $request + * @param $id + * + * @return Illuminate\Http\RedirectResponse + */ + public function newTopic(Request $request, $id) + { + $user = $request->user(); + $forum = Forum::findOrFail($id); + $category = $forum->getCategory(); + + // The user has the right to create a topic here? + if ($category->getPermission()->start_topic != true) { + return redirect()->route('forum_index') + ->withErrors('You Cannot Start A New Topic Here!'); + } + + // Create The Topic + $topic = new Topic(); + $topic->name = $request->input('title'); + $topic->slug = Str::slug($request->input('title')); + $topic->state = 'open'; + $topic->first_post_user_id = $topic->last_post_user_id = $user->id; + $topic->first_post_user_username = $topic->last_post_user_username = $user->username; + $topic->views = 0; + $topic->pinned = false; + $topic->forum_id = $forum->id; + + $v = validator($topic->toArray(), [ + 'name' => 'required', + 'slug' => 'required', + 'state' => 'required', + 'num_post' => '', + 'first_post_user_id' => 'required', + 'first_post_user_username' => 'required', + 'last_post_user_id' => '', + 'last_post_user_username' => '', + 'views' => '', + 'pinned' => '', + 'forum_id' => 'required', + ]); + + if ($v->fails()) { + return redirect()->route('forum_index') + ->withErrors($v->errors()); + } else { + $topic->save(); + + $post = new Post(); + $post->content = $request->input('content'); + $post->user_id = $user->id; + $post->topic_id = $topic->id; + + $v = validator($post->toArray(), [ + 'content' => 'required', + 'user_id' => 'required', + 'topic_id' => 'required', + ]); + + if ($v->fails()) { + return redirect()->route('forum_index') + ->withErrors($v->errors()); + } else { + $post->save(); + $topic->num_post = 1; + $topic->last_reply_at = $post->created_at; + $topic->save(); + $forum->num_topic = $forum->getTopicCount($forum->id); + $forum->num_post = $forum->getPostCount($forum->id); + $forum->last_topic_id = $topic->id; + $forum->last_topic_name = $topic->name; + $forum->last_topic_slug = $topic->slug; + $forum->last_post_user_id = $user->id; + $forum->last_post_user_username = $user->username; + $forum->save(); + + $forum->notifySubscribers($user, $topic); + + // Post To ShoutBox + $appurl = config('app.url'); + $topicUrl = "{$appurl}/forums/topic/{$topic->slug}.{$topic->id}"; + $profileUrl = "{$appurl}/{$user->username}.{$user->id}"; + + $this->chat->systemMessage("[url={$profileUrl}]{$user->username}[/url] has created a new topic [url={$topicUrl}]{$topic->name}[/url]"); + + //Achievements + $user->unlock(new UserMadeFirstPost(), 1); + $user->addProgress(new UserMade25Posts(), 1); + $user->addProgress(new UserMade50Posts(), 1); + $user->addProgress(new UserMade100Posts(), 1); + $user->addProgress(new UserMade200Posts(), 1); + $user->addProgress(new UserMade300Posts(), 1); + $user->addProgress(new UserMade400Posts(), 1); + $user->addProgress(new UserMade500Posts(), 1); + $user->addProgress(new UserMade600Posts(), 1); + $user->addProgress(new UserMade700Posts(), 1); + $user->addProgress(new UserMade800Posts(), 1); + $user->addProgress(new UserMade900Posts(), 1); + + return redirect()->route('forum_topic', ['id' => $topic->id]) + ->withSuccess('Topic Created Successfully!'); + } + } + } + + /** + * Topic Edit Form. + * + * @param $id + * + * @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View + */ + public function editForm($id) + { + $topic = Topic::findOrFail($id); + $categories = Forum::where('parent_id', '!=', 0)->get(); + + return view('forum.edit_topic', ['topic' => $topic, 'categories' => $categories]); + } + + /** + * Edit Topic In The Forum. + * + * @param \Illuminate\Http\Request $request + * @param $id + * + * @return Illuminate\Http\RedirectResponse + */ + public function editTopic(Request $request, $id) + { + $user = $request->user(); + $topic = Topic::findOrFail($id); + + abort_unless($user->group->is_modo || $user->id === $topic->first_post_user_id, 403); + $name = $request->input('name'); + $forum_id = $request->input('forum_id'); + $topic->name = $name; + $topic->forum_id = $forum_id; + $topic->save(); + + return redirect()->route('forum_topic', ['id' => $topic->id]) + ->withSuccess('Topic Successfully Edited'); + } + + /** + * Close The Topic. + * + * @param \Illuminate\Http\Request $request + * @param $id + * + * @return Illuminate\Http\RedirectResponse + */ + public function closeTopic(Request $request, $id) + { + $user = $request->user(); + $topic = Topic::findOrFail($id); + + abort_unless($user->group->is_modo || $user->id === $topic->first_post_user_id, 403); + $topic->state = 'close'; + $topic->save(); + + return redirect()->route('forum_topic', ['id' => $topic->id]) + ->withSuccess('This Topic Is Now Closed!'); + } + + /** + * Open The Topic. + * + * @param \Illuminate\Http\Request $request + * @param $id + * + * @return Illuminate\Http\RedirectResponse + */ + public function openTopic(Request $request, $id) + { + $user = $request->user(); + $topic = Topic::findOrFail($id); + + abort_unless($user->group->is_modo || $user->id === $topic->first_post_user_id, 403); + $topic->state = 'open'; + $topic->save(); + + return redirect()->route('forum_topic', ['id' => $topic->id]) + ->withSuccess('This Topic Is Now Open!'); + } + + /** + * Delete The Topic and The Posts. + * + * @param \Illuminate\Http\Request $request + * @param $id + * + * @return Illuminate\Http\RedirectResponse + */ + public function deleteTopic(Request $request, $id) + { + $user = $request->user(); + $topic = Topic::findOrFail($id); + + abort_unless($user->group->is_modo || $user->id === $topic->first_post_user_id, 403); + $posts = $topic->posts(); + $posts->delete(); + $topic->delete(); + + return redirect()->route('forum_display', ['id' => $topic->forum->id]) + ->withSuccess('This Topic Is Now Deleted!'); + } + + /** + * Pin The Topic. + * + * @param $id + * + * @return Illuminate\Http\RedirectResponse + */ + public function pinTopic($id) + { + $topic = Topic::findOrFail($id); + $topic->pinned = 1; + $topic->save(); + + return redirect()->route('forum_topic', ['id' => $topic->id]) + ->withSuccess('This Topic Is Now Pinned!'); + } + + /** + * Unpin The Topic. + * + * @param $id + * + * @return Illuminate\Http\RedirectResponse + */ + public function unpinTopic($id) + { + $topic = Topic::findOrFail($id); + $topic->pinned = 0; + $topic->save(); + + return redirect()->route('forum_topic', ['id' => $topic->id]) + ->withSuccess('This Topic Is Now Unpinned!'); + } +} \ No newline at end of file diff --git a/app/Http/Controllers/TopicLabelController.php b/app/Http/Controllers/TopicLabelController.php new file mode 100644 index 0000000000..5cbf89f861 --- /dev/null +++ b/app/Http/Controllers/TopicLabelController.php @@ -0,0 +1,125 @@ +approved == 0) { + $topic->approved = '1'; + } else { + $topic->approved = '0'; + } + $topic->save(); + + return redirect()->route('forum_topic', ['id' => $topic->id]) + ->withInfo('Label Change Has Been Applied'); + } + + public function deniedTopic($id) + { + $topic = Topic::findOrFail($id); + if ($topic->denied == 0) { + $topic->denied = '1'; + } else { + $topic->denied = '0'; + } + $topic->save(); + + return redirect()->route('forum_topic', ['id' => $topic->id]) + ->withInfo('Label Change Has Been Applied'); + } + + public function solvedTopic($id) + { + $topic = Topic::findOrFail($id); + if ($topic->solved == 0) { + $topic->solved = '1'; + } else { + $topic->solved = '0'; + } + $topic->save(); + + return redirect()->route('forum_topic', ['id' => $topic->id]) + ->withInfo('Label Change Has Been Applied'); + } + + public function invalidTopic($id) + { + $topic = Topic::findOrFail($id); + if ($topic->invalid == 0) { + $topic->invalid = '1'; + } else { + $topic->invalid = '0'; + } + $topic->save(); + + return redirect()->route('forum_topic', ['id' => $topic->id]) + ->withInfo('Label Change Has Been Applied'); + } + + public function bugTopic($id) + { + $topic = Topic::findOrFail($id); + if ($topic->bug == 0) { + $topic->bug = '1'; + } else { + $topic->bug = '0'; + } + $topic->save(); + + return redirect()->route('forum_topic', ['id' => $topic->id]) + ->withInfo('Label Change Has Been Applied'); + } + + public function suggestionTopic($id) + { + $topic = Topic::findOrFail($id); + if ($topic->suggestion == 0) { + $topic->suggestion = '1'; + } else { + $topic->suggestion = '0'; + } + $topic->save(); + + return redirect()->route('forum_topic', ['id' => $topic->id]) + ->withInfo('Label Change Has Been Applied'); + } + + public function implementedTopic($id) + { + $topic = Topic::findOrFail($id); + if ($topic->implemented == 0) { + $topic->implemented = '1'; + } else { + $topic->implemented = '0'; + } + $topic->save(); + + return redirect()->route('forum_topic', ['id' => $topic->id]) + ->withInfo('Label Change Has Been Applied'); + } +} \ No newline at end of file diff --git a/app/Http/Controllers/TorrentController.php b/app/Http/Controllers/TorrentController.php index c2fd063c51..7697b78af6 100644 --- a/app/Http/Controllers/TorrentController.php +++ b/app/Http/Controllers/TorrentController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/UserController.php b/app/Http/Controllers/UserController.php index 72090b3131..e67ecb963b 100644 --- a/app/Http/Controllers/UserController.php +++ b/app/Http/Controllers/UserController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/WarningController.php b/app/Http/Controllers/WarningController.php index e274deb5c4..5ee8ebc493 100644 --- a/app/Http/Controllers/WarningController.php +++ b/app/Http/Controllers/WarningController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Controllers/WishController.php b/app/Http/Controllers/WishController.php index 9fc3249838..7a7cc325f3 100644 --- a/app/Http/Controllers/WishController.php +++ b/app/Http/Controllers/WishController.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index 80d3f645da..fc503a20e6 100755 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -3,7 +3,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Middleware/Authenticate.php b/app/Http/Middleware/Authenticate.php index c3c6eedb7a..432757a078 100644 --- a/app/Http/Middleware/Authenticate.php +++ b/app/Http/Middleware/Authenticate.php @@ -3,7 +3,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Middleware/CheckForAdmin.php b/app/Http/Middleware/CheckForAdmin.php index fe0c551ed2..f5436a152e 100755 --- a/app/Http/Middleware/CheckForAdmin.php +++ b/app/Http/Middleware/CheckForAdmin.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Middleware/CheckForMaintenanceMode.php b/app/Http/Middleware/CheckForMaintenanceMode.php index b6290fae9f..4cc55a4065 100644 --- a/app/Http/Middleware/CheckForMaintenanceMode.php +++ b/app/Http/Middleware/CheckForMaintenanceMode.php @@ -3,7 +3,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Middleware/CheckForModo.php b/app/Http/Middleware/CheckForModo.php index 79b29f1dea..c2883d25bd 100644 --- a/app/Http/Middleware/CheckForModo.php +++ b/app/Http/Middleware/CheckForModo.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Middleware/CheckForOwner.php b/app/Http/Middleware/CheckForOwner.php index c3bc5444b7..d69a9f0949 100644 --- a/app/Http/Middleware/CheckForOwner.php +++ b/app/Http/Middleware/CheckForOwner.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Middleware/CheckIfAlreadyVoted.php b/app/Http/Middleware/CheckIfAlreadyVoted.php index 5ddeddbf9a..51cd950fc6 100644 --- a/app/Http/Middleware/CheckIfAlreadyVoted.php +++ b/app/Http/Middleware/CheckIfAlreadyVoted.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Middleware/CheckIfBanned.php b/app/Http/Middleware/CheckIfBanned.php index f62afbe923..04f67026b0 100644 --- a/app/Http/Middleware/CheckIfBanned.php +++ b/app/Http/Middleware/CheckIfBanned.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Middleware/EncryptCookies.php b/app/Http/Middleware/EncryptCookies.php index a7cdf8a80f..970bb6dd81 100755 --- a/app/Http/Middleware/EncryptCookies.php +++ b/app/Http/Middleware/EncryptCookies.php @@ -3,7 +3,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Middleware/HtmlEncrypt.php b/app/Http/Middleware/HtmlEncrypt.php index 4a2feab6b8..e533a6c58b 100644 --- a/app/Http/Middleware/HtmlEncrypt.php +++ b/app/Http/Middleware/HtmlEncrypt.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Middleware/Http2ServerPush.php b/app/Http/Middleware/Http2ServerPush.php index b837e47274..698b71e2e0 100644 --- a/app/Http/Middleware/Http2ServerPush.php +++ b/app/Http/Middleware/Http2ServerPush.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Middleware/ProAjaxMiddleware.php b/app/Http/Middleware/ProAjaxMiddleware.php index 637a1ed224..00e495e041 100644 --- a/app/Http/Middleware/ProAjaxMiddleware.php +++ b/app/Http/Middleware/ProAjaxMiddleware.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Middleware/RedirectIfAuthenticated.php b/app/Http/Middleware/RedirectIfAuthenticated.php index 639aed1159..43450fa8c7 100755 --- a/app/Http/Middleware/RedirectIfAuthenticated.php +++ b/app/Http/Middleware/RedirectIfAuthenticated.php @@ -3,7 +3,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Middleware/SetLanguage.php b/app/Http/Middleware/SetLanguage.php index 5d20d20e39..8fc1712e26 100644 --- a/app/Http/Middleware/SetLanguage.php +++ b/app/Http/Middleware/SetLanguage.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Middleware/TrimStrings.php b/app/Http/Middleware/TrimStrings.php index 1542ded7df..ea97bfb0dc 100755 --- a/app/Http/Middleware/TrimStrings.php +++ b/app/Http/Middleware/TrimStrings.php @@ -3,7 +3,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Middleware/TrustProxies.php b/app/Http/Middleware/TrustProxies.php index 2016307a91..2ab85afd4f 100644 --- a/app/Http/Middleware/TrustProxies.php +++ b/app/Http/Middleware/TrustProxies.php @@ -3,7 +3,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Middleware/TwoStepAuth.php b/app/Http/Middleware/TwoStepAuth.php index 4a8c5cf968..b7df2cb0a3 100644 --- a/app/Http/Middleware/TwoStepAuth.php +++ b/app/Http/Middleware/TwoStepAuth.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Middleware/UpdateLastAction.php b/app/Http/Middleware/UpdateLastAction.php index c5b0d4ad2d..be54497be9 100644 --- a/app/Http/Middleware/UpdateLastAction.php +++ b/app/Http/Middleware/UpdateLastAction.php @@ -3,7 +3,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Middleware/VerifyCsrfToken.php b/app/Http/Middleware/VerifyCsrfToken.php index 82ab71c0a0..2ceab23bd9 100644 --- a/app/Http/Middleware/VerifyCsrfToken.php +++ b/app/Http/Middleware/VerifyCsrfToken.php @@ -3,7 +3,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Requests/StorePoll.php b/app/Http/Requests/StorePoll.php index afd5969f4a..3aa0abb3cd 100644 --- a/app/Http/Requests/StorePoll.php +++ b/app/Http/Requests/StorePoll.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Requests/VoteOnPoll.php b/app/Http/Requests/VoteOnPoll.php index be9d4c227d..6d20f0650a 100644 --- a/app/Http/Requests/VoteOnPoll.php +++ b/app/Http/Requests/VoteOnPoll.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Resources/BotResource.php b/app/Http/Resources/BotResource.php index eb6460d7c7..92fc87b906 100644 --- a/app/Http/Resources/BotResource.php +++ b/app/Http/Resources/BotResource.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Resources/ChatMessageResource.php b/app/Http/Resources/ChatMessageResource.php index d75f0ffb9e..e09bfafe45 100644 --- a/app/Http/Resources/ChatMessageResource.php +++ b/app/Http/Resources/ChatMessageResource.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Resources/ChatRoomResource.php b/app/Http/Resources/ChatRoomResource.php index 2dbf50ace1..9ee1c47ac5 100644 --- a/app/Http/Resources/ChatRoomResource.php +++ b/app/Http/Resources/ChatRoomResource.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Resources/ChatUserResource.php b/app/Http/Resources/ChatUserResource.php index 9430631d58..0430f1e88f 100644 --- a/app/Http/Resources/ChatUserResource.php +++ b/app/Http/Resources/ChatUserResource.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Resources/UserAudibleResource.php b/app/Http/Resources/UserAudibleResource.php index 4ab719dca5..e405b6d9d8 100644 --- a/app/Http/Resources/UserAudibleResource.php +++ b/app/Http/Resources/UserAudibleResource.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Resources/UserEchoResource.php b/app/Http/Resources/UserEchoResource.php index 74f8b18325..63b4d9bc51 100644 --- a/app/Http/Resources/UserEchoResource.php +++ b/app/Http/Resources/UserEchoResource.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Http/Resources/UserResource.php b/app/Http/Resources/UserResource.php index 33b6ffc8e7..02e0167ee3 100644 --- a/app/Http/Resources/UserResource.php +++ b/app/Http/Resources/UserResource.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Interfaces/WishInterface.php b/app/Interfaces/WishInterface.php index ef35fb3ff8..28e448a7fc 100644 --- a/app/Interfaces/WishInterface.php +++ b/app/Interfaces/WishInterface.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Jobs/ProcessMassPM.php b/app/Jobs/ProcessMassPM.php index cab12f1875..2898045022 100644 --- a/app/Jobs/ProcessMassPM.php +++ b/app/Jobs/ProcessMassPM.php @@ -3,7 +3,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Jobs/SendActivationMail.php b/app/Jobs/SendActivationMail.php index 76e55675a1..f206815b81 100644 --- a/app/Jobs/SendActivationMail.php +++ b/app/Jobs/SendActivationMail.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Jobs/SendDeleteUserMail.php b/app/Jobs/SendDeleteUserMail.php index af847939d6..81d53fcb69 100644 --- a/app/Jobs/SendDeleteUserMail.php +++ b/app/Jobs/SendDeleteUserMail.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Jobs/SendDisableUserMail.php b/app/Jobs/SendDisableUserMail.php index 614ac1f17a..3f8459d2af 100644 --- a/app/Jobs/SendDisableUserMail.php +++ b/app/Jobs/SendDisableUserMail.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Listeners/AchievementUnlocked.php b/app/Listeners/AchievementUnlocked.php index 4c1e19af9e..a3baece12d 100644 --- a/app/Listeners/AchievementUnlocked.php +++ b/app/Listeners/AchievementUnlocked.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Listeners/FailedLoginListener.php b/app/Listeners/FailedLoginListener.php index 8e11f95044..d006324334 100644 --- a/app/Listeners/FailedLoginListener.php +++ b/app/Listeners/FailedLoginListener.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Listeners/LoginListener.php b/app/Listeners/LoginListener.php index b9fe696e73..68ee8e9387 100644 --- a/app/Listeners/LoginListener.php +++ b/app/Listeners/LoginListener.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Listeners/LogoutListener.php b/app/Listeners/LogoutListener.php index 8a5886dccc..ca7f6df6b4 100644 --- a/app/Listeners/LogoutListener.php +++ b/app/Listeners/LogoutListener.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Listeners/PasswordProtectBackup.php b/app/Listeners/PasswordProtectBackup.php index fe4310c5cd..9433a258b8 100644 --- a/app/Listeners/PasswordProtectBackup.php +++ b/app/Listeners/PasswordProtectBackup.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Mail/ActivateUser.php b/app/Mail/ActivateUser.php index 7ae80665aa..2b554abfed 100644 --- a/app/Mail/ActivateUser.php +++ b/app/Mail/ActivateUser.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Mail/BanUser.php b/app/Mail/BanUser.php index ad54baa832..7a0a8925f5 100644 --- a/app/Mail/BanUser.php +++ b/app/Mail/BanUser.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Mail/Bug.php b/app/Mail/Bug.php index 359287ea1f..3bab78d3ed 100644 --- a/app/Mail/Bug.php +++ b/app/Mail/Bug.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Mail/Contact.php b/app/Mail/Contact.php index 36523237d6..d6895b1b4c 100755 --- a/app/Mail/Contact.php +++ b/app/Mail/Contact.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Mail/DeleteUser.php b/app/Mail/DeleteUser.php index ca1c3078f7..5be73fb574 100644 --- a/app/Mail/DeleteUser.php +++ b/app/Mail/DeleteUser.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Mail/DenyApplication.php b/app/Mail/DenyApplication.php index 7ad9b4e60b..fbf667d427 100644 --- a/app/Mail/DenyApplication.php +++ b/app/Mail/DenyApplication.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Mail/DisableUser.php b/app/Mail/DisableUser.php index c4157555ca..ddf48aec15 100644 --- a/app/Mail/DisableUser.php +++ b/app/Mail/DisableUser.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Mail/InviteUser.php b/app/Mail/InviteUser.php index 53169e142e..51f40b4fcf 100755 --- a/app/Mail/InviteUser.php +++ b/app/Mail/InviteUser.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Mail/TestEmail.php b/app/Mail/TestEmail.php index 2f05ef6701..c67a5616f0 100644 --- a/app/Mail/TestEmail.php +++ b/app/Mail/TestEmail.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Mail/UnbanUser.php b/app/Mail/UnbanUser.php index c707a309b8..f995dc67ff 100644 --- a/app/Mail/UnbanUser.php +++ b/app/Mail/UnbanUser.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Album.php b/app/Models/Album.php index 691844aeb3..ef0eb44f9c 100644 --- a/app/Models/Album.php +++ b/app/Models/Album.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Application.php b/app/Models/Application.php index ea391c316e..92f53985bb 100644 --- a/app/Models/Application.php +++ b/app/Models/Application.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/ApplicationImageProof.php b/app/Models/ApplicationImageProof.php index 1b9ebb2434..5c1c4a2edb 100644 --- a/app/Models/ApplicationImageProof.php +++ b/app/Models/ApplicationImageProof.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/ApplicationUrlProof.php b/app/Models/ApplicationUrlProof.php index 7fb909653d..d4af65a795 100644 --- a/app/Models/ApplicationUrlProof.php +++ b/app/Models/ApplicationUrlProof.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Article.php b/app/Models/Article.php index 5e367420ed..b9b9d983f8 100755 --- a/app/Models/Article.php +++ b/app/Models/Article.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Ban.php b/app/Models/Ban.php index 2ca7fc0802..ae3303e15e 100644 --- a/app/Models/Ban.php +++ b/app/Models/Ban.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/BonExchange.php b/app/Models/BonExchange.php index e5ca35e82a..8579045cdd 100644 --- a/app/Models/BonExchange.php +++ b/app/Models/BonExchange.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/BonTransactions.php b/app/Models/BonTransactions.php index 843c305f60..6db825cf57 100644 --- a/app/Models/BonTransactions.php +++ b/app/Models/BonTransactions.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Bookmark.php b/app/Models/Bookmark.php index e0200a6c5c..74222fab7a 100644 --- a/app/Models/Bookmark.php +++ b/app/Models/Bookmark.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Bot.php b/app/Models/Bot.php index f2254fd8b6..052805732a 100644 --- a/app/Models/Bot.php +++ b/app/Models/Bot.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/BotTransaction.php b/app/Models/BotTransaction.php index 5ee0a028e4..b88cafd6a8 100644 --- a/app/Models/BotTransaction.php +++ b/app/Models/BotTransaction.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Category.php b/app/Models/Category.php index ab3eb3111e..5e90108edf 100755 --- a/app/Models/Category.php +++ b/app/Models/Category.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/ChatStatus.php b/app/Models/ChatStatus.php index a3c02f60a4..dc825f676d 100644 --- a/app/Models/ChatStatus.php +++ b/app/Models/ChatStatus.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Chatroom.php b/app/Models/Chatroom.php index bf323663b3..21f9c9746b 100644 --- a/app/Models/Chatroom.php +++ b/app/Models/Chatroom.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Comment.php b/app/Models/Comment.php index d63ca88b3d..dad4fac361 100755 --- a/app/Models/Comment.php +++ b/app/Models/Comment.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/FailedLoginAttempt.php b/app/Models/FailedLoginAttempt.php index d2b9718311..f02df3817d 100644 --- a/app/Models/FailedLoginAttempt.php +++ b/app/Models/FailedLoginAttempt.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/FeaturedTorrent.php b/app/Models/FeaturedTorrent.php index 434fc59087..0bc5f6f31d 100644 --- a/app/Models/FeaturedTorrent.php +++ b/app/Models/FeaturedTorrent.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Follow.php b/app/Models/Follow.php index 4ae0674f46..cdfea3f194 100644 --- a/app/Models/Follow.php +++ b/app/Models/Follow.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Forum.php b/app/Models/Forum.php index 778600dab3..b475ee5ef1 100755 --- a/app/Models/Forum.php +++ b/app/Models/Forum.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/FreeleechToken.php b/app/Models/FreeleechToken.php index 8ef7e401da..fd6243f0a9 100644 --- a/app/Models/FreeleechToken.php +++ b/app/Models/FreeleechToken.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/GitUpdate.php b/app/Models/GitUpdate.php index 77c8b79db4..1c0bfc7432 100644 --- a/app/Models/GitUpdate.php +++ b/app/Models/GitUpdate.php @@ -3,7 +3,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Graveyard.php b/app/Models/Graveyard.php index 35af1481b1..0416fe7035 100644 --- a/app/Models/Graveyard.php +++ b/app/Models/Graveyard.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Group.php b/app/Models/Group.php index a0d07eb247..969b90ae36 100755 --- a/app/Models/Group.php +++ b/app/Models/Group.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/History.php b/app/Models/History.php index 804535534f..8e9a85ca61 100755 --- a/app/Models/History.php +++ b/app/Models/History.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Image.php b/app/Models/Image.php index 66932d553e..1b92faa36d 100644 --- a/app/Models/Image.php +++ b/app/Models/Image.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Invite.php b/app/Models/Invite.php index 5461252f7b..e663869e79 100755 --- a/app/Models/Invite.php +++ b/app/Models/Invite.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Language.php b/app/Models/Language.php index ad284f8190..5fccc44c9a 100644 --- a/app/Models/Language.php +++ b/app/Models/Language.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Like.php b/app/Models/Like.php index bfa13b85da..6b4df4426e 100644 --- a/app/Models/Like.php +++ b/app/Models/Like.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/LogActivity.php b/app/Models/LogActivity.php index 8efc5335c0..7e834f8385 100644 --- a/app/Models/LogActivity.php +++ b/app/Models/LogActivity.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Message.php b/app/Models/Message.php index 54d38f54c4..2f44c6090b 100644 --- a/app/Models/Message.php +++ b/app/Models/Message.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Note.php b/app/Models/Note.php index 9a1e7dea0c..f8e4efb0eb 100644 --- a/app/Models/Note.php +++ b/app/Models/Note.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Notification.php b/app/Models/Notification.php index 6e383eba9a..65dae2071b 100644 --- a/app/Models/Notification.php +++ b/app/Models/Notification.php @@ -3,7 +3,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Option.php b/app/Models/Option.php index 7cd86600e0..98402efc3d 100644 --- a/app/Models/Option.php +++ b/app/Models/Option.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Page.php b/app/Models/Page.php index 5b9cd7e9c3..1cc3beae1e 100755 --- a/app/Models/Page.php +++ b/app/Models/Page.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Peer.php b/app/Models/Peer.php index ab014c7ee0..9d8ae2a2a8 100755 --- a/app/Models/Peer.php +++ b/app/Models/Peer.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Permission.php b/app/Models/Permission.php index 7cb3beee5d..6a27712ef5 100755 --- a/app/Models/Permission.php +++ b/app/Models/Permission.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/PersonalFreeleech.php b/app/Models/PersonalFreeleech.php index c3f3bbe4e4..96b9a610a2 100644 --- a/app/Models/PersonalFreeleech.php +++ b/app/Models/PersonalFreeleech.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Playlist.php b/app/Models/Playlist.php index 8b52896599..108af70101 100644 --- a/app/Models/Playlist.php +++ b/app/Models/Playlist.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/PlaylistTorrent.php b/app/Models/PlaylistTorrent.php index 9fc1e4e0bc..09f5f73c06 100644 --- a/app/Models/PlaylistTorrent.php +++ b/app/Models/PlaylistTorrent.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Poll.php b/app/Models/Poll.php index b970c65fbc..d6e9c80b85 100644 --- a/app/Models/Poll.php +++ b/app/Models/Poll.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Post.php b/app/Models/Post.php index 1297834f7c..3550b91755 100755 --- a/app/Models/Post.php +++ b/app/Models/Post.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/PrivateMessage.php b/app/Models/PrivateMessage.php index 829df4fa76..13fc3e017f 100644 --- a/app/Models/PrivateMessage.php +++ b/app/Models/PrivateMessage.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Report.php b/app/Models/Report.php index 8556466d3d..4031da9c27 100644 --- a/app/Models/Report.php +++ b/app/Models/Report.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Rss.php b/app/Models/Rss.php index 775a3b864b..a7f5eef8b2 100644 --- a/app/Models/Rss.php +++ b/app/Models/Rss.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Seedbox.php b/app/Models/Seedbox.php index 53fd7bfb27..22cb82c1e8 100644 --- a/app/Models/Seedbox.php +++ b/app/Models/Seedbox.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Subscription.php b/app/Models/Subscription.php index 9f2360a030..c71b91c3b6 100644 --- a/app/Models/Subscription.php +++ b/app/Models/Subscription.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Tag.php b/app/Models/Tag.php index aa1070a4de..a8cc9a7a78 100755 --- a/app/Models/Tag.php +++ b/app/Models/Tag.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/TagTorrent.php b/app/Models/TagTorrent.php index 81454e4bbe..a7deef6a87 100644 --- a/app/Models/TagTorrent.php +++ b/app/Models/TagTorrent.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Thank.php b/app/Models/Thank.php index 6c3a0a3565..6fd4ce8f7d 100644 --- a/app/Models/Thank.php +++ b/app/Models/Thank.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Topic.php b/app/Models/Topic.php index e6c2bfb52b..df0bc667fc 100755 --- a/app/Models/Topic.php +++ b/app/Models/Topic.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Torrent.php b/app/Models/Torrent.php index e0a195c084..a5c7e80547 100755 --- a/app/Models/Torrent.php +++ b/app/Models/Torrent.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/TorrentFile.php b/app/Models/TorrentFile.php index bbf03d35ed..a79255223e 100755 --- a/app/Models/TorrentFile.php +++ b/app/Models/TorrentFile.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/TorrentRequest.php b/app/Models/TorrentRequest.php index 1ec53fa421..ea076bc3eb 100644 --- a/app/Models/TorrentRequest.php +++ b/app/Models/TorrentRequest.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/TorrentRequestBounty.php b/app/Models/TorrentRequestBounty.php index 06bc19801b..c7bb90f38b 100644 --- a/app/Models/TorrentRequestBounty.php +++ b/app/Models/TorrentRequestBounty.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/TorrentRequestClaim.php b/app/Models/TorrentRequestClaim.php index b501242242..8c55386560 100644 --- a/app/Models/TorrentRequestClaim.php +++ b/app/Models/TorrentRequestClaim.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/TwoStepAuth.php b/app/Models/TwoStepAuth.php index 2dc598100b..f263f52208 100644 --- a/app/Models/TwoStepAuth.php +++ b/app/Models/TwoStepAuth.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Type.php b/app/Models/Type.php index c9f8abcb37..c87ca6f0a3 100644 --- a/app/Models/Type.php +++ b/app/Models/Type.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Upload.php b/app/Models/Upload.php index d6809b05d9..8fb4f4c1ea 100755 --- a/app/Models/Upload.php +++ b/app/Models/Upload.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/User.php b/app/Models/User.php index 4c01c28d94..b1aca14943 100755 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/UserActivation.php b/app/Models/UserActivation.php index e209f4774e..a3d244172b 100644 --- a/app/Models/UserActivation.php +++ b/app/Models/UserActivation.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/UserAudible.php b/app/Models/UserAudible.php index 52d6436094..3c95fd7e9a 100644 --- a/app/Models/UserAudible.php +++ b/app/Models/UserAudible.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/UserEcho.php b/app/Models/UserEcho.php index 333d802233..4832664118 100644 --- a/app/Models/UserEcho.php +++ b/app/Models/UserEcho.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/UserNotification.php b/app/Models/UserNotification.php index b9e1cf790d..a1c8656acb 100644 --- a/app/Models/UserNotification.php +++ b/app/Models/UserNotification.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/UserPrivacy.php b/app/Models/UserPrivacy.php index a97b9750d1..aff80d73da 100644 --- a/app/Models/UserPrivacy.php +++ b/app/Models/UserPrivacy.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Voter.php b/app/Models/Voter.php index ec98799a8c..ee868079c2 100644 --- a/app/Models/Voter.php +++ b/app/Models/Voter.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Warning.php b/app/Models/Warning.php index cebedbc468..fb59c311aa 100644 --- a/app/Models/Warning.php +++ b/app/Models/Warning.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Models/Wish.php b/app/Models/Wish.php index 25b734cb59..944946b05b 100644 --- a/app/Models/Wish.php +++ b/app/Models/Wish.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Notifications/FailedLogin.php b/app/Notifications/FailedLogin.php index 90a80f22ac..81a0bab43e 100644 --- a/app/Notifications/FailedLogin.php +++ b/app/Notifications/FailedLogin.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Notifications/NewBon.php b/app/Notifications/NewBon.php index ee6d57b4ad..332fe7c1d6 100644 --- a/app/Notifications/NewBon.php +++ b/app/Notifications/NewBon.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Notifications/NewComment.php b/app/Notifications/NewComment.php index 6ca9652a76..2905941664 100644 --- a/app/Notifications/NewComment.php +++ b/app/Notifications/NewComment.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Notifications/NewCommentTag.php b/app/Notifications/NewCommentTag.php index 62e96e555c..d78d924b76 100644 --- a/app/Notifications/NewCommentTag.php +++ b/app/Notifications/NewCommentTag.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Notifications/NewFollow.php b/app/Notifications/NewFollow.php index 6d437a35bf..daf325a30b 100644 --- a/app/Notifications/NewFollow.php +++ b/app/Notifications/NewFollow.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Notifications/NewPost.php b/app/Notifications/NewPost.php index 26dd06d96a..4db9d1bf65 100644 --- a/app/Notifications/NewPost.php +++ b/app/Notifications/NewPost.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Notifications/NewPostTag.php b/app/Notifications/NewPostTag.php index fbfffff7d4..76bfe0da03 100644 --- a/app/Notifications/NewPostTag.php +++ b/app/Notifications/NewPostTag.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Notifications/NewPostTip.php b/app/Notifications/NewPostTip.php index 7a8736739f..b1cfdf4443 100644 --- a/app/Notifications/NewPostTip.php +++ b/app/Notifications/NewPostTip.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Notifications/NewRequestBounty.php b/app/Notifications/NewRequestBounty.php index 64f2563dac..e4a407bc59 100644 --- a/app/Notifications/NewRequestBounty.php +++ b/app/Notifications/NewRequestBounty.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Notifications/NewRequestClaim.php b/app/Notifications/NewRequestClaim.php index ed34828d52..1e5806df66 100644 --- a/app/Notifications/NewRequestClaim.php +++ b/app/Notifications/NewRequestClaim.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Notifications/NewRequestFill.php b/app/Notifications/NewRequestFill.php index d71f561dee..932e142f1b 100644 --- a/app/Notifications/NewRequestFill.php +++ b/app/Notifications/NewRequestFill.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Notifications/NewRequestFillApprove.php b/app/Notifications/NewRequestFillApprove.php index d3b3487ff2..360b5080d9 100644 --- a/app/Notifications/NewRequestFillApprove.php +++ b/app/Notifications/NewRequestFillApprove.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Notifications/NewRequestFillReject.php b/app/Notifications/NewRequestFillReject.php index e0129b610d..6034aed117 100644 --- a/app/Notifications/NewRequestFillReject.php +++ b/app/Notifications/NewRequestFillReject.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Notifications/NewRequestUnclaim.php b/app/Notifications/NewRequestUnclaim.php index bfb1b29031..d91ca0af7f 100644 --- a/app/Notifications/NewRequestUnclaim.php +++ b/app/Notifications/NewRequestUnclaim.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Notifications/NewReseedRequest.php b/app/Notifications/NewReseedRequest.php index a31055c3c7..ff080f6801 100644 --- a/app/Notifications/NewReseedRequest.php +++ b/app/Notifications/NewReseedRequest.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Notifications/NewThank.php b/app/Notifications/NewThank.php index 2fafcde346..0106aae601 100644 --- a/app/Notifications/NewThank.php +++ b/app/Notifications/NewThank.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Notifications/NewTopic.php b/app/Notifications/NewTopic.php index 0117262078..bfb4f24aef 100644 --- a/app/Notifications/NewTopic.php +++ b/app/Notifications/NewTopic.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Notifications/NewUnfollow.php b/app/Notifications/NewUnfollow.php index a1f08f55d4..9ec4cf7623 100644 --- a/app/Notifications/NewUnfollow.php +++ b/app/Notifications/NewUnfollow.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Notifications/NewUpload.php b/app/Notifications/NewUpload.php index a6532567f3..be4e34ecda 100644 --- a/app/Notifications/NewUpload.php +++ b/app/Notifications/NewUpload.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Notifications/NewUploadTip.php b/app/Notifications/NewUploadTip.php index b68fc50634..60e234b113 100644 --- a/app/Notifications/NewUploadTip.php +++ b/app/Notifications/NewUploadTip.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Notifications/TwoStepAuthCode.php b/app/Notifications/TwoStepAuthCode.php index 3dd32dc4ea..d6ec14809a 100644 --- a/app/Notifications/TwoStepAuthCode.php +++ b/app/Notifications/TwoStepAuthCode.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Notifications/UsernameReminder.php b/app/Notifications/UsernameReminder.php index a03f7c9b73..ca736d7491 100644 --- a/app/Notifications/UsernameReminder.php +++ b/app/Notifications/UsernameReminder.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php index 3b5a115439..cc35395342 100755 --- a/app/Providers/AppServiceProvider.php +++ b/app/Providers/AppServiceProvider.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Providers/AuthServiceProvider.php b/app/Providers/AuthServiceProvider.php index fdd908f53b..4ecc0b20cb 100755 --- a/app/Providers/AuthServiceProvider.php +++ b/app/Providers/AuthServiceProvider.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Providers/BroadcastServiceProvider.php b/app/Providers/BroadcastServiceProvider.php index d00662f1ab..47b0c4de18 100755 --- a/app/Providers/BroadcastServiceProvider.php +++ b/app/Providers/BroadcastServiceProvider.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Providers/EventServiceProvider.php b/app/Providers/EventServiceProvider.php index 0d6e494bc4..935d3e7181 100755 --- a/app/Providers/EventServiceProvider.php +++ b/app/Providers/EventServiceProvider.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Providers/RouteServiceProvider.php b/app/Providers/RouteServiceProvider.php index ffe3b92f83..e6f0ac7218 100755 --- a/app/Providers/RouteServiceProvider.php +++ b/app/Providers/RouteServiceProvider.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Repositories/ChatRepository.php b/app/Repositories/ChatRepository.php index 1f4670436e..eb4d963992 100644 --- a/app/Repositories/ChatRepository.php +++ b/app/Repositories/ChatRepository.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Repositories/RequestFacetedRepository.php b/app/Repositories/RequestFacetedRepository.php index 9bce7b2c19..15fba43563 100644 --- a/app/Repositories/RequestFacetedRepository.php +++ b/app/Repositories/RequestFacetedRepository.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Repositories/TaggedUserRepository.php b/app/Repositories/TaggedUserRepository.php index 98272fe2cd..c711ddbc8e 100644 --- a/app/Repositories/TaggedUserRepository.php +++ b/app/Repositories/TaggedUserRepository.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Repositories/TorrentFacetedRepository.php b/app/Repositories/TorrentFacetedRepository.php index 9b0b640a84..a3e9e7ebbb 100644 --- a/app/Repositories/TorrentFacetedRepository.php +++ b/app/Repositories/TorrentFacetedRepository.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Repositories/WishRepository.php b/app/Repositories/WishRepository.php index f21a9325f5..e58abe2229 100644 --- a/app/Repositories/WishRepository.php +++ b/app/Repositories/WishRepository.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Services/Clients/AnnClient.php b/app/Services/Clients/AnnClient.php index 1f36a403b0..77fdc9763b 100755 --- a/app/Services/Clients/AnnClient.php +++ b/app/Services/Clients/AnnClient.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Services/Clients/Client.php b/app/Services/Clients/Client.php index 3fccc3e92d..94a1d0ded9 100755 --- a/app/Services/Clients/Client.php +++ b/app/Services/Clients/Client.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Services/Clients/MangaCoverClient.php b/app/Services/Clients/MangaCoverClient.php index c9d665de59..73fa1a2e5d 100755 --- a/app/Services/Clients/MangaCoverClient.php +++ b/app/Services/Clients/MangaCoverClient.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Services/Clients/MangaUpdatesClient.php b/app/Services/Clients/MangaUpdatesClient.php index 730acf4130..520f0097fb 100755 --- a/app/Services/Clients/MangaUpdatesClient.php +++ b/app/Services/Clients/MangaUpdatesClient.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Services/Clients/OmdbClient.php b/app/Services/Clients/OmdbClient.php index 97cdf65cbc..204d047b9a 100755 --- a/app/Services/Clients/OmdbClient.php +++ b/app/Services/Clients/OmdbClient.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Services/Clients/TmdbClient.php b/app/Services/Clients/TmdbClient.php index 19e9a0991e..406f2d2708 100755 --- a/app/Services/Clients/TmdbClient.php +++ b/app/Services/Clients/TmdbClient.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Services/Contracts/MangaInterface.php b/app/Services/Contracts/MangaInterface.php index 3ba9d70abc..4a221c30b5 100755 --- a/app/Services/Contracts/MangaInterface.php +++ b/app/Services/Contracts/MangaInterface.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Services/Contracts/MovieTvInterface.php b/app/Services/Contracts/MovieTvInterface.php index bf7f2d7ff6..0887f91a03 100755 --- a/app/Services/Contracts/MovieTvInterface.php +++ b/app/Services/Contracts/MovieTvInterface.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Services/Data/Episode.php b/app/Services/Data/Episode.php index 8383113158..59dba44978 100755 --- a/app/Services/Data/Episode.php +++ b/app/Services/Data/Episode.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Services/Data/Genre.php b/app/Services/Data/Genre.php index 0604a41c4f..46068a627d 100755 --- a/app/Services/Data/Genre.php +++ b/app/Services/Data/Genre.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Services/Data/Movie.php b/app/Services/Data/Movie.php index 6fa9abccde..90365692b2 100755 --- a/app/Services/Data/Movie.php +++ b/app/Services/Data/Movie.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Services/Data/Person.php b/app/Services/Data/Person.php index 08b28b94e9..507cacd258 100755 --- a/app/Services/Data/Person.php +++ b/app/Services/Data/Person.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Services/Data/Tv.php b/app/Services/Data/Tv.php index c9fe7b5900..3043cc0044 100755 --- a/app/Services/Data/Tv.php +++ b/app/Services/Data/Tv.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Services/MovieScrapper.php b/app/Services/MovieScrapper.php index 82ce4df431..3d75764d61 100755 --- a/app/Services/MovieScrapper.php +++ b/app/Services/MovieScrapper.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Traits/Encryptable.php b/app/Traits/Encryptable.php index 04487463ef..74b3becd9d 100644 --- a/app/Traits/Encryptable.php +++ b/app/Traits/Encryptable.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Traits/TwoStep.php b/app/Traits/TwoStep.php index 71c863f497..5262ed32f2 100644 --- a/app/Traits/TwoStep.php +++ b/app/Traits/TwoStep.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Traits/UsersOnlineTrait.php b/app/Traits/UsersOnlineTrait.php index 5bf0a75562..368f92d2f1 100644 --- a/app/Traits/UsersOnlineTrait.php +++ b/app/Traits/UsersOnlineTrait.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Validators/EmailValidator.php b/app/Validators/EmailValidator.php index 00d6fbb041..dbf98960a4 100644 --- a/app/Validators/EmailValidator.php +++ b/app/Validators/EmailValidator.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/app/Validators/ReCaptcha.php b/app/Validators/ReCaptcha.php index 18bf0973d8..8a95473e35 100644 --- a/app/Validators/ReCaptcha.php +++ b/app/Validators/ReCaptcha.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/bootstrap/app.php b/bootstrap/app.php index 556acaf699..7a7edf2dc1 100755 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/bootstrap/autoload.php b/bootstrap/autoload.php index a357e4e16c..f4eaa1aeb0 100755 --- a/bootstrap/autoload.php +++ b/bootstrap/autoload.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/achievements.php b/config/achievements.php index 063e1d7a03..7ccf9a64a0 100644 --- a/config/achievements.php +++ b/config/achievements.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/announce.php b/config/announce.php index 1e309f6528..75f5162585 100644 --- a/config/announce.php +++ b/config/announce.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/api-keys.php b/config/api-keys.php index 6dbf41e659..04b80dfd77 100644 --- a/config/api-keys.php +++ b/config/api-keys.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/app.php b/config/app.php index 332efe8672..3b2559be98 100755 --- a/config/app.php +++ b/config/app.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/auth.php b/config/auth.php index d8fe7c38f5..88ccaef275 100755 --- a/config/auth.php +++ b/config/auth.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/backup.php b/config/backup.php index 467ecf9855..b6ba7ff216 100644 --- a/config/backup.php +++ b/config/backup.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/captcha.php b/config/captcha.php index 75fb178190..580960e2a7 100644 --- a/config/captcha.php +++ b/config/captcha.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/censor.php b/config/censor.php index 723b1d46a5..c9f19e7ef1 100644 --- a/config/censor.php +++ b/config/censor.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/chat.php b/config/chat.php index 45d6d0e5b9..46f0721c4e 100644 --- a/config/chat.php +++ b/config/chat.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/client-blacklist.php b/config/client-blacklist.php index 66204faaf8..6359a2f8ad 100644 --- a/config/client-blacklist.php +++ b/config/client-blacklist.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/columnsortable.php b/config/columnsortable.php index c0caad64b8..a452428c8a 100644 --- a/config/columnsortable.php +++ b/config/columnsortable.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/email-white-blacklist.php b/config/email-white-blacklist.php index 37424a71cd..f6c61b0f75 100644 --- a/config/email-white-blacklist.php +++ b/config/email-white-blacklist.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/emojione.php b/config/emojione.php index 6f500ff187..0ccf13dca7 100644 --- a/config/emojione.php +++ b/config/emojione.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/graveyard.php b/config/graveyard.php index 9da8d573b6..46ac2cc50f 100644 --- a/config/graveyard.php +++ b/config/graveyard.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/hitrun.php b/config/hitrun.php index 68371e6864..4c265fb28c 100644 --- a/config/hitrun.php +++ b/config/hitrun.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/html-encrypt.php b/config/html-encrypt.php index 992ee9ed98..affa984d6d 100644 --- a/config/html-encrypt.php +++ b/config/html-encrypt.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/http2serverpush.php b/config/http2serverpush.php index caeef0d04f..2fd4534b0d 100644 --- a/config/http2serverpush.php +++ b/config/http2serverpush.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/irc-bot.php b/config/irc-bot.php index bad28d55cf..25ef5fe2ac 100644 --- a/config/irc-bot.php +++ b/config/irc-bot.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/language.php b/config/language.php index e3f437fcf5..bc300e0a2a 100644 --- a/config/language.php +++ b/config/language.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/laravel-cookie-consent.php b/config/laravel-cookie-consent.php index 1d0e795ccd..7373c7199e 100644 --- a/config/laravel-cookie-consent.php +++ b/config/laravel-cookie-consent.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/log-viewer.php b/config/log-viewer.php index 2eb3203e62..b4d05b415b 100644 --- a/config/log-viewer.php +++ b/config/log-viewer.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/logging.php b/config/logging.php index df7177ff85..c6823f8b48 100644 --- a/config/logging.php +++ b/config/logging.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/moderation.php b/config/moderation.php index e7b6ace1a5..cd3f2b74aa 100644 --- a/config/moderation.php +++ b/config/moderation.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/other.php b/config/other.php index 972ce4e36e..a7291bea3b 100755 --- a/config/other.php +++ b/config/other.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/pruning.php b/config/pruning.php index 44bcda80a9..a7c22c0d0e 100644 --- a/config/pruning.php +++ b/config/pruning.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/secure-headers.php b/config/secure-headers.php index cd2da6374c..28ac05157a 100644 --- a/config/secure-headers.php +++ b/config/secure-headers.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/session.php b/config/session.php index 0e6c758f74..bba20b4f20 100755 --- a/config/session.php +++ b/config/session.php @@ -5,7 +5,7 @@ /* * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/subresource-integrity.php b/config/subresource-integrity.php index adefea53bc..232bf4db0d 100644 --- a/config/subresource-integrity.php +++ b/config/subresource-integrity.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/torrent.php b/config/torrent.php index e145611528..26904e9fc5 100644 --- a/config/torrent.php +++ b/config/torrent.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/unit3d.php b/config/unit3d.php index 2b57946723..8db1249e28 100644 --- a/config/unit3d.php +++ b/config/unit3d.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/user.php b/config/user.php index f9d2be1183..f6a88d1c77 100644 --- a/config/user.php +++ b/config/user.php @@ -3,7 +3,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/view.php b/config/view.php index 4508633fa7..9b4c068d9d 100755 --- a/config/view.php +++ b/config/view.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/config/welcomepm.php b/config/welcomepm.php index 0453ce67a0..99d63cb453 100644 --- a/config/welcomepm.php +++ b/config/welcomepm.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/factories/DemoFactory.php b/database/factories/DemoFactory.php index b3b86caa83..dbb8c4b114 100755 --- a/database/factories/DemoFactory.php +++ b/database/factories/DemoFactory.php @@ -5,7 +5,7 @@ /* * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_articles_table.php b/database/migrations/2017_12_10_020753_create_articles_table.php index f680084ff0..50ca0c6094 100644 --- a/database/migrations/2017_12_10_020753_create_articles_table.php +++ b/database/migrations/2017_12_10_020753_create_articles_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_ban_table.php b/database/migrations/2017_12_10_020753_create_ban_table.php index fe2c516b8d..9f761bf086 100644 --- a/database/migrations/2017_12_10_020753_create_ban_table.php +++ b/database/migrations/2017_12_10_020753_create_ban_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_bon_exchange_table.php b/database/migrations/2017_12_10_020753_create_bon_exchange_table.php index 52cbbcc9d4..3496eda0a7 100644 --- a/database/migrations/2017_12_10_020753_create_bon_exchange_table.php +++ b/database/migrations/2017_12_10_020753_create_bon_exchange_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_bon_transactions_table.php b/database/migrations/2017_12_10_020753_create_bon_transactions_table.php index ed1e26cf2b..2f0f060cb6 100644 --- a/database/migrations/2017_12_10_020753_create_bon_transactions_table.php +++ b/database/migrations/2017_12_10_020753_create_bon_transactions_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_bookmarks_table.php b/database/migrations/2017_12_10_020753_create_bookmarks_table.php index bc84201e60..500b5e9913 100644 --- a/database/migrations/2017_12_10_020753_create_bookmarks_table.php +++ b/database/migrations/2017_12_10_020753_create_bookmarks_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_categories_table.php b/database/migrations/2017_12_10_020753_create_categories_table.php index a5e3c861dc..4991930fb8 100644 --- a/database/migrations/2017_12_10_020753_create_categories_table.php +++ b/database/migrations/2017_12_10_020753_create_categories_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_clients_table.php b/database/migrations/2017_12_10_020753_create_clients_table.php index a3aa14b425..cc51c1d7d4 100644 --- a/database/migrations/2017_12_10_020753_create_clients_table.php +++ b/database/migrations/2017_12_10_020753_create_clients_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_comments_table.php b/database/migrations/2017_12_10_020753_create_comments_table.php index dd18f3f42c..7b211487b3 100644 --- a/database/migrations/2017_12_10_020753_create_comments_table.php +++ b/database/migrations/2017_12_10_020753_create_comments_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_failed_login_attempts_table.php b/database/migrations/2017_12_10_020753_create_failed_login_attempts_table.php index 2b79ea6313..d2da037ccf 100644 --- a/database/migrations/2017_12_10_020753_create_failed_login_attempts_table.php +++ b/database/migrations/2017_12_10_020753_create_failed_login_attempts_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_featured_torrents_table.php b/database/migrations/2017_12_10_020753_create_featured_torrents_table.php index 80912a2d17..6956aba5ec 100644 --- a/database/migrations/2017_12_10_020753_create_featured_torrents_table.php +++ b/database/migrations/2017_12_10_020753_create_featured_torrents_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_files_table.php b/database/migrations/2017_12_10_020753_create_files_table.php index ae59b24cad..863e3c6710 100644 --- a/database/migrations/2017_12_10_020753_create_files_table.php +++ b/database/migrations/2017_12_10_020753_create_files_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_follows_table.php b/database/migrations/2017_12_10_020753_create_follows_table.php index 0ae3439b7a..eefb0c1980 100644 --- a/database/migrations/2017_12_10_020753_create_follows_table.php +++ b/database/migrations/2017_12_10_020753_create_follows_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_forums_table.php b/database/migrations/2017_12_10_020753_create_forums_table.php index a8c22ade1e..4a35b199c0 100644 --- a/database/migrations/2017_12_10_020753_create_forums_table.php +++ b/database/migrations/2017_12_10_020753_create_forums_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_graveyard_table.php b/database/migrations/2017_12_10_020753_create_graveyard_table.php index 582b74cea3..d859f95fea 100644 --- a/database/migrations/2017_12_10_020753_create_graveyard_table.php +++ b/database/migrations/2017_12_10_020753_create_graveyard_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_groups_table.php b/database/migrations/2017_12_10_020753_create_groups_table.php index 4f44cdbfde..dbb34e8a8d 100644 --- a/database/migrations/2017_12_10_020753_create_groups_table.php +++ b/database/migrations/2017_12_10_020753_create_groups_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_history_table.php b/database/migrations/2017_12_10_020753_create_history_table.php index 59e42e694d..0d7ba9acd2 100644 --- a/database/migrations/2017_12_10_020753_create_history_table.php +++ b/database/migrations/2017_12_10_020753_create_history_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_invites_table.php b/database/migrations/2017_12_10_020753_create_invites_table.php index f5a9f0e86c..a934f78c4e 100644 --- a/database/migrations/2017_12_10_020753_create_invites_table.php +++ b/database/migrations/2017_12_10_020753_create_invites_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_jobs_table.php b/database/migrations/2017_12_10_020753_create_jobs_table.php index 73d182a9a7..6bc5a74f7a 100644 --- a/database/migrations/2017_12_10_020753_create_jobs_table.php +++ b/database/migrations/2017_12_10_020753_create_jobs_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_likes_table.php b/database/migrations/2017_12_10_020753_create_likes_table.php index fdf57841ae..0f98c77fd7 100644 --- a/database/migrations/2017_12_10_020753_create_likes_table.php +++ b/database/migrations/2017_12_10_020753_create_likes_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_log_activities_table.php b/database/migrations/2017_12_10_020753_create_log_activities_table.php index d5961bd383..e877380c6a 100644 --- a/database/migrations/2017_12_10_020753_create_log_activities_table.php +++ b/database/migrations/2017_12_10_020753_create_log_activities_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_notifications_table.php b/database/migrations/2017_12_10_020753_create_notifications_table.php index 3dd181a3ab..e10ce7586b 100644 --- a/database/migrations/2017_12_10_020753_create_notifications_table.php +++ b/database/migrations/2017_12_10_020753_create_notifications_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_options_table.php b/database/migrations/2017_12_10_020753_create_options_table.php index 56b30665c7..378d3799ed 100644 --- a/database/migrations/2017_12_10_020753_create_options_table.php +++ b/database/migrations/2017_12_10_020753_create_options_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_pages_table.php b/database/migrations/2017_12_10_020753_create_pages_table.php index a736e0b618..461bcbcf05 100644 --- a/database/migrations/2017_12_10_020753_create_pages_table.php +++ b/database/migrations/2017_12_10_020753_create_pages_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_password_resets_table.php b/database/migrations/2017_12_10_020753_create_password_resets_table.php index aa768e8c7f..94527ddf5a 100644 --- a/database/migrations/2017_12_10_020753_create_password_resets_table.php +++ b/database/migrations/2017_12_10_020753_create_password_resets_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_peers_table.php b/database/migrations/2017_12_10_020753_create_peers_table.php index a8110b79d9..ec2e096244 100644 --- a/database/migrations/2017_12_10_020753_create_peers_table.php +++ b/database/migrations/2017_12_10_020753_create_peers_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_permissions_table.php b/database/migrations/2017_12_10_020753_create_permissions_table.php index f9bb0e8b1a..d223192da5 100644 --- a/database/migrations/2017_12_10_020753_create_permissions_table.php +++ b/database/migrations/2017_12_10_020753_create_permissions_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_personal_freeleech_table.php b/database/migrations/2017_12_10_020753_create_personal_freeleech_table.php index c54b133147..65f33e00c4 100644 --- a/database/migrations/2017_12_10_020753_create_personal_freeleech_table.php +++ b/database/migrations/2017_12_10_020753_create_personal_freeleech_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_polls_table.php b/database/migrations/2017_12_10_020753_create_polls_table.php index ed1fd62e8e..f64b644e4d 100644 --- a/database/migrations/2017_12_10_020753_create_polls_table.php +++ b/database/migrations/2017_12_10_020753_create_polls_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_posts_table.php b/database/migrations/2017_12_10_020753_create_posts_table.php index 3ee95679a7..44c41f4c69 100644 --- a/database/migrations/2017_12_10_020753_create_posts_table.php +++ b/database/migrations/2017_12_10_020753_create_posts_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_private_messages_table.php b/database/migrations/2017_12_10_020753_create_private_messages_table.php index 6786c99056..1657df3e3b 100644 --- a/database/migrations/2017_12_10_020753_create_private_messages_table.php +++ b/database/migrations/2017_12_10_020753_create_private_messages_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_reports_table.php b/database/migrations/2017_12_10_020753_create_reports_table.php index 0d4fcf36ce..14aed5b38b 100644 --- a/database/migrations/2017_12_10_020753_create_reports_table.php +++ b/database/migrations/2017_12_10_020753_create_reports_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_request_bounty_table.php b/database/migrations/2017_12_10_020753_create_request_bounty_table.php index 4a0dd8c449..838995e90e 100644 --- a/database/migrations/2017_12_10_020753_create_request_bounty_table.php +++ b/database/migrations/2017_12_10_020753_create_request_bounty_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_request_claims_table.php b/database/migrations/2017_12_10_020753_create_request_claims_table.php index 05c413f294..449eb746e1 100644 --- a/database/migrations/2017_12_10_020753_create_request_claims_table.php +++ b/database/migrations/2017_12_10_020753_create_request_claims_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_requests_table.php b/database/migrations/2017_12_10_020753_create_requests_table.php index b6109ed50a..58f36c0abc 100644 --- a/database/migrations/2017_12_10_020753_create_requests_table.php +++ b/database/migrations/2017_12_10_020753_create_requests_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_rss_table.php b/database/migrations/2017_12_10_020753_create_rss_table.php index 0234d03520..736c1ad7f1 100644 --- a/database/migrations/2017_12_10_020753_create_rss_table.php +++ b/database/migrations/2017_12_10_020753_create_rss_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_sessions_table.php b/database/migrations/2017_12_10_020753_create_sessions_table.php index 297dae9df6..56e42b38d3 100644 --- a/database/migrations/2017_12_10_020753_create_sessions_table.php +++ b/database/migrations/2017_12_10_020753_create_sessions_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_shoutbox_table.php b/database/migrations/2017_12_10_020753_create_shoutbox_table.php index d3a5c46f89..1110fe2add 100644 --- a/database/migrations/2017_12_10_020753_create_shoutbox_table.php +++ b/database/migrations/2017_12_10_020753_create_shoutbox_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_tag_torrent_table.php b/database/migrations/2017_12_10_020753_create_tag_torrent_table.php index e8eef10fff..9e5bc80505 100644 --- a/database/migrations/2017_12_10_020753_create_tag_torrent_table.php +++ b/database/migrations/2017_12_10_020753_create_tag_torrent_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_tags_table.php b/database/migrations/2017_12_10_020753_create_tags_table.php index 484a1f13a3..8d293a9040 100644 --- a/database/migrations/2017_12_10_020753_create_tags_table.php +++ b/database/migrations/2017_12_10_020753_create_tags_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_thanks_table.php b/database/migrations/2017_12_10_020753_create_thanks_table.php index 4d42acb741..79299033e7 100644 --- a/database/migrations/2017_12_10_020753_create_thanks_table.php +++ b/database/migrations/2017_12_10_020753_create_thanks_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_topics_table.php b/database/migrations/2017_12_10_020753_create_topics_table.php index 8f2d921f3b..c979845306 100644 --- a/database/migrations/2017_12_10_020753_create_topics_table.php +++ b/database/migrations/2017_12_10_020753_create_topics_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_torrents_table.php b/database/migrations/2017_12_10_020753_create_torrents_table.php index 16617043d5..8e83e8b81e 100644 --- a/database/migrations/2017_12_10_020753_create_torrents_table.php +++ b/database/migrations/2017_12_10_020753_create_torrents_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_types_table.php b/database/migrations/2017_12_10_020753_create_types_table.php index 6568d160f1..ed86c88ebd 100644 --- a/database/migrations/2017_12_10_020753_create_types_table.php +++ b/database/migrations/2017_12_10_020753_create_types_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_user_activations_table.php b/database/migrations/2017_12_10_020753_create_user_activations_table.php index 040c16a608..835dcef1f8 100644 --- a/database/migrations/2017_12_10_020753_create_user_activations_table.php +++ b/database/migrations/2017_12_10_020753_create_user_activations_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_user_notes_table.php b/database/migrations/2017_12_10_020753_create_user_notes_table.php index edcce8ac7a..8064e86db4 100644 --- a/database/migrations/2017_12_10_020753_create_user_notes_table.php +++ b/database/migrations/2017_12_10_020753_create_user_notes_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_users_table.php b/database/migrations/2017_12_10_020753_create_users_table.php index 79c1b921f7..994bd3da70 100644 --- a/database/migrations/2017_12_10_020753_create_users_table.php +++ b/database/migrations/2017_12_10_020753_create_users_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_voters_table.php b/database/migrations/2017_12_10_020753_create_voters_table.php index f865738cee..e62b18e645 100644 --- a/database/migrations/2017_12_10_020753_create_voters_table.php +++ b/database/migrations/2017_12_10_020753_create_voters_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020753_create_warnings_table.php b/database/migrations/2017_12_10_020753_create_warnings_table.php index 0738c09939..9ad5cfb239 100644 --- a/database/migrations/2017_12_10_020753_create_warnings_table.php +++ b/database/migrations/2017_12_10_020753_create_warnings_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020754_add_foreign_keys_to_articles_table.php b/database/migrations/2017_12_10_020754_add_foreign_keys_to_articles_table.php index cbcdceaeb8..2e4186bc83 100644 --- a/database/migrations/2017_12_10_020754_add_foreign_keys_to_articles_table.php +++ b/database/migrations/2017_12_10_020754_add_foreign_keys_to_articles_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020754_add_foreign_keys_to_ban_table.php b/database/migrations/2017_12_10_020754_add_foreign_keys_to_ban_table.php index d454d0f0f9..ed6418d970 100644 --- a/database/migrations/2017_12_10_020754_add_foreign_keys_to_ban_table.php +++ b/database/migrations/2017_12_10_020754_add_foreign_keys_to_ban_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020754_add_foreign_keys_to_clients_table.php b/database/migrations/2017_12_10_020754_add_foreign_keys_to_clients_table.php index ed1dcb014c..349ec31d1b 100644 --- a/database/migrations/2017_12_10_020754_add_foreign_keys_to_clients_table.php +++ b/database/migrations/2017_12_10_020754_add_foreign_keys_to_clients_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020754_add_foreign_keys_to_comments_table.php b/database/migrations/2017_12_10_020754_add_foreign_keys_to_comments_table.php index 2ac3ce9108..54cefd9545 100644 --- a/database/migrations/2017_12_10_020754_add_foreign_keys_to_comments_table.php +++ b/database/migrations/2017_12_10_020754_add_foreign_keys_to_comments_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020754_add_foreign_keys_to_history_table.php b/database/migrations/2017_12_10_020754_add_foreign_keys_to_history_table.php index cb89bf5741..05e4c29ba6 100644 --- a/database/migrations/2017_12_10_020754_add_foreign_keys_to_history_table.php +++ b/database/migrations/2017_12_10_020754_add_foreign_keys_to_history_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020754_add_foreign_keys_to_peers_table.php b/database/migrations/2017_12_10_020754_add_foreign_keys_to_peers_table.php index 3f38edd878..6a24ff3bb5 100644 --- a/database/migrations/2017_12_10_020754_add_foreign_keys_to_peers_table.php +++ b/database/migrations/2017_12_10_020754_add_foreign_keys_to_peers_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020754_add_foreign_keys_to_reports_table.php b/database/migrations/2017_12_10_020754_add_foreign_keys_to_reports_table.php index 2676e0fccd..d35d23c217 100644 --- a/database/migrations/2017_12_10_020754_add_foreign_keys_to_reports_table.php +++ b/database/migrations/2017_12_10_020754_add_foreign_keys_to_reports_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020754_add_foreign_keys_to_rss_table.php b/database/migrations/2017_12_10_020754_add_foreign_keys_to_rss_table.php index 43aa546616..429e5bd3fe 100644 --- a/database/migrations/2017_12_10_020754_add_foreign_keys_to_rss_table.php +++ b/database/migrations/2017_12_10_020754_add_foreign_keys_to_rss_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020754_add_foreign_keys_to_torrents_table.php b/database/migrations/2017_12_10_020754_add_foreign_keys_to_torrents_table.php index 3da6901c8a..b738dee6ae 100644 --- a/database/migrations/2017_12_10_020754_add_foreign_keys_to_torrents_table.php +++ b/database/migrations/2017_12_10_020754_add_foreign_keys_to_torrents_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020754_add_foreign_keys_to_voters_table.php b/database/migrations/2017_12_10_020754_add_foreign_keys_to_voters_table.php index 53dd9242bc..82c4a35bcd 100644 --- a/database/migrations/2017_12_10_020754_add_foreign_keys_to_voters_table.php +++ b/database/migrations/2017_12_10_020754_add_foreign_keys_to_voters_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_10_020754_add_foreign_keys_to_warnings_table.php b/database/migrations/2017_12_10_020754_add_foreign_keys_to_warnings_table.php index cf128ec30f..384e53c99d 100644 --- a/database/migrations/2017_12_10_020754_add_foreign_keys_to_warnings_table.php +++ b/database/migrations/2017_12_10_020754_add_foreign_keys_to_warnings_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_21_123452_add_custom_css_to_users_table.php b/database/migrations/2017_12_21_123452_add_custom_css_to_users_table.php index 418f4ae0f2..b6998d2b59 100644 --- a/database/migrations/2017_12_21_123452_add_custom_css_to_users_table.php +++ b/database/migrations/2017_12_21_123452_add_custom_css_to_users_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2017_12_27_000000_add_locale_column.php b/database/migrations/2017_12_27_000000_add_locale_column.php index fd5606d862..36c3336c59 100644 --- a/database/migrations/2017_12_27_000000_add_locale_column.php +++ b/database/migrations/2017_12_27_000000_add_locale_column.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2018_01_23_095412_add_implemented_to_topics_table.php b/database/migrations/2018_01_23_095412_add_implemented_to_topics_table.php index b4365a2f54..b9ded94d11 100644 --- a/database/migrations/2018_01_23_095412_add_implemented_to_topics_table.php +++ b/database/migrations/2018_01_23_095412_add_implemented_to_topics_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2018_01_25_000000_add_twostep_to_users_table.php b/database/migrations/2018_01_25_000000_add_twostep_to_users_table.php index dea5f4e163..8c1f7e2542 100644 --- a/database/migrations/2018_01_25_000000_add_twostep_to_users_table.php +++ b/database/migrations/2018_01_25_000000_add_twostep_to_users_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2018_02_14_000000_add_is_internal_to_groups_table.php b/database/migrations/2018_02_14_000000_add_is_internal_to_groups_table.php index 9777e646ee..637781669f 100644 --- a/database/migrations/2018_02_14_000000_add_is_internal_to_groups_table.php +++ b/database/migrations/2018_02_14_000000_add_is_internal_to_groups_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2018_03_13_000000_add_position_to_categories_table.php b/database/migrations/2018_03_13_000000_add_position_to_categories_table.php index 72e91788c4..9fac6afc24 100644 --- a/database/migrations/2018_03_13_000000_add_position_to_categories_table.php +++ b/database/migrations/2018_03_13_000000_add_position_to_categories_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2018_03_21_000000_add_censor_to_users_table.php b/database/migrations/2018_03_21_000000_add_censor_to_users_table.php index 62d73028c4..2b9975242f 100644 --- a/database/migrations/2018_03_21_000000_add_censor_to_users_table.php +++ b/database/migrations/2018_03_21_000000_add_censor_to_users_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2018_04_19_221542_create_failed_jobs_table.php b/database/migrations/2018_04_19_221542_create_failed_jobs_table.php index 95f3f481c1..5e35687e5a 100644 --- a/database/migrations/2018_04_19_221542_create_failed_jobs_table.php +++ b/database/migrations/2018_04_19_221542_create_failed_jobs_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2018_04_21_181026_create_wishes_table.php b/database/migrations/2018_04_21_181026_create_wishes_table.php index f6afcab213..831823170d 100644 --- a/database/migrations/2018_04_21_181026_create_wishes_table.php +++ b/database/migrations/2018_04_21_181026_create_wishes_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2018_04_28_021651_alter_shoutbox_table.php b/database/migrations/2018_04_28_021651_alter_shoutbox_table.php index af77703ed4..9563521675 100644 --- a/database/migrations/2018_04_28_021651_alter_shoutbox_table.php +++ b/database/migrations/2018_04_28_021651_alter_shoutbox_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2018_04_28_022305_create_chatrooms_table.php b/database/migrations/2018_04_28_022305_create_chatrooms_table.php index f06236e2ca..6057f39e1a 100644 --- a/database/migrations/2018_04_28_022305_create_chatrooms_table.php +++ b/database/migrations/2018_04_28_022305_create_chatrooms_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2018_04_28_022344_add_chatroom_id_to_users_table.php b/database/migrations/2018_04_28_022344_add_chatroom_id_to_users_table.php index 8a549ede88..6bd47209f2 100644 --- a/database/migrations/2018_04_28_022344_add_chatroom_id_to_users_table.php +++ b/database/migrations/2018_04_28_022344_add_chatroom_id_to_users_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2018_05_18_144651_rename_ban_table.php b/database/migrations/2018_05_18_144651_rename_ban_table.php index a12a310371..ab952f694d 100644 --- a/database/migrations/2018_05_18_144651_rename_ban_table.php +++ b/database/migrations/2018_05_18_144651_rename_ban_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2018_05_21_022459_add_torrent_layout_to_users_table.php b/database/migrations/2018_05_21_022459_add_torrent_layout_to_users_table.php index e333c28a5e..e8fe207900 100644 --- a/database/migrations/2018_05_21_022459_add_torrent_layout_to_users_table.php +++ b/database/migrations/2018_05_21_022459_add_torrent_layout_to_users_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2018_05_21_192858_alter_peers_table.php b/database/migrations/2018_05_21_192858_alter_peers_table.php index 77f47ed570..7c1827a358 100644 --- a/database/migrations/2018_05_21_192858_alter_peers_table.php +++ b/database/migrations/2018_05_21_192858_alter_peers_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2018_05_22_224911_alter_private_messages_table.php b/database/migrations/2018_05_22_224911_alter_private_messages_table.php index 653802bb9a..905bb74705 100644 --- a/database/migrations/2018_05_22_224911_alter_private_messages_table.php +++ b/database/migrations/2018_05_22_224911_alter_private_messages_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2018_05_31_120936_create_albums_table.php b/database/migrations/2018_05_31_120936_create_albums_table.php index cea589d6dc..df848195ca 100644 --- a/database/migrations/2018_05_31_120936_create_albums_table.php +++ b/database/migrations/2018_05_31_120936_create_albums_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2018_05_31_120955_create_images_table.php b/database/migrations/2018_05_31_120955_create_images_table.php index ed23907832..7b06dd391a 100644 --- a/database/migrations/2018_05_31_120955_create_images_table.php +++ b/database/migrations/2018_05_31_120955_create_images_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2018_06_11_110000_create_topic_subscriptions_table.php b/database/migrations/2018_06_11_110000_create_topic_subscriptions_table.php index e1e69d1f35..26d9ff99db 100644 --- a/database/migrations/2018_06_11_110000_create_topic_subscriptions_table.php +++ b/database/migrations/2018_06_11_110000_create_topic_subscriptions_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2018_09_08_153849_add_soft_deletes_to_user_table.php b/database/migrations/2018_09_08_153849_add_soft_deletes_to_user_table.php index 30093213cc..1fbe6449ce 100644 --- a/database/migrations/2018_09_08_153849_add_soft_deletes_to_user_table.php +++ b/database/migrations/2018_09_08_153849_add_soft_deletes_to_user_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2018_11_09_010002_add_immune_to_history_table.php b/database/migrations/2018_11_09_010002_add_immune_to_history_table.php index d46086c6a2..78f52c3104 100644 --- a/database/migrations/2018_11_09_010002_add_immune_to_history_table.php +++ b/database/migrations/2018_11_09_010002_add_immune_to_history_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2018_1_10_020753_create_freeleech_tokens_table.php b/database/migrations/2018_1_10_020753_create_freeleech_tokens_table.php index 29bf11397b..d40107ee92 100644 --- a/database/migrations/2018_1_10_020753_create_freeleech_tokens_table.php +++ b/database/migrations/2018_1_10_020753_create_freeleech_tokens_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/migrations/2018_1_20_070937_create_two_step_auth_table.php b/database/migrations/2018_1_20_070937_create_two_step_auth_table.php index 247eb5fe6b..9fda174747 100644 --- a/database/migrations/2018_1_20_070937_create_two_step_auth_table.php +++ b/database/migrations/2018_1_20_070937_create_two_step_auth_table.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/seeds/AchievementDetailsTableSeeder.php b/database/seeds/AchievementDetailsTableSeeder.php index 6c84fef1e6..823de65e15 100644 --- a/database/seeds/AchievementDetailsTableSeeder.php +++ b/database/seeds/AchievementDetailsTableSeeder.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/seeds/ArticlesTableSeeder.php b/database/seeds/ArticlesTableSeeder.php index 03f68e1b58..37fa34bbcd 100644 --- a/database/seeds/ArticlesTableSeeder.php +++ b/database/seeds/ArticlesTableSeeder.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/seeds/BonExchangeTableSeeder.php b/database/seeds/BonExchangeTableSeeder.php index 836717e288..5c1ae621b0 100644 --- a/database/seeds/BonExchangeTableSeeder.php +++ b/database/seeds/BonExchangeTableSeeder.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/seeds/CategoriesTableSeeder.php b/database/seeds/CategoriesTableSeeder.php index 36533c1ebe..9f585527bf 100644 --- a/database/seeds/CategoriesTableSeeder.php +++ b/database/seeds/CategoriesTableSeeder.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/seeds/ChatroomTableSeeder.php b/database/seeds/ChatroomTableSeeder.php index 7d2e2fa7b5..1e57b09b59 100644 --- a/database/seeds/ChatroomTableSeeder.php +++ b/database/seeds/ChatroomTableSeeder.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/seeds/DatabaseSeeder.php b/database/seeds/DatabaseSeeder.php index 23d8e418ec..6ece975576 100755 --- a/database/seeds/DatabaseSeeder.php +++ b/database/seeds/DatabaseSeeder.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/seeds/GroupsTableSeeder.php b/database/seeds/GroupsTableSeeder.php index 9b4e0fd3cd..f1b4956f83 100644 --- a/database/seeds/GroupsTableSeeder.php +++ b/database/seeds/GroupsTableSeeder.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/seeds/PagesTableSeeder.php b/database/seeds/PagesTableSeeder.php index 235ea449ad..9dca9fca1f 100644 --- a/database/seeds/PagesTableSeeder.php +++ b/database/seeds/PagesTableSeeder.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/seeds/TagsTableSeeder.php b/database/seeds/TagsTableSeeder.php index b758f94a36..a8888dabc9 100644 --- a/database/seeds/TagsTableSeeder.php +++ b/database/seeds/TagsTableSeeder.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/seeds/TypesTableSeeder.php b/database/seeds/TypesTableSeeder.php index eaa717fa85..6a33734c36 100644 --- a/database/seeds/TypesTableSeeder.php +++ b/database/seeds/TypesTableSeeder.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/database/seeds/UsersTableSeeder.php b/database/seeds/UsersTableSeeder.php index 6d6b897ff9..a467bedb4f 100644 --- a/database/seeds/UsersTableSeeder.php +++ b/database/seeds/UsersTableSeeder.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/other.php b/other.php new file mode 100644 index 0000000000..8c163b97c5 --- /dev/null +++ b/other.php @@ -0,0 +1,215 @@ + '"UNIT3D" Nex-Gen Torrent Tracker v1.9.1', + + /* + |-------------------------------------------------------------------------- + | Site title + |-------------------------------------------------------------------------- + | + | Title of Site + | + */ + + 'title' => 'Blutopia', + + /* + |-------------------------------------------------------------------------- + | Site SubTitle + |-------------------------------------------------------------------------- + | + | SubTitle + | + */ + + 'subTitle' => 'Where Quality Matters', + + /* + |-------------------------------------------------------------------------- + | Site email + |-------------------------------------------------------------------------- + | + | Email address to send emails + | + */ + + 'email' => 'blutopia@private-mail.com', + + /* + |-------------------------------------------------------------------------- + | Meta description + |-------------------------------------------------------------------------- + | + | Default meta description content + | + */ + + 'meta_description' => 'Where Quality Matters', + + /* + |-------------------------------------------------------------------------- + | Site Birthdate + |-------------------------------------------------------------------------- + | + | Date Site Was Born + | + */ + 'birthdate' => 'April 1st 2017', + + /* + |-------------------------------------------------------------------------- + | Freelech State + |-------------------------------------------------------------------------- + | + | Global Freeleech + | + */ + 'freeleech' => '0', + + 'freeleech_until' => '10/23/2019 11:00 PM EST', + + /* + |-------------------------------------------------------------------------- + | Double Upload State + |-------------------------------------------------------------------------- + | + | Global Double Upload + | + */ + 'doubleup' => '0', + + /* + |-------------------------------------------------------------------------- + | Min Ratio + |-------------------------------------------------------------------------- + | + | Minimum Ratio To Download + | + */ + + 'ratio' => 0.4, + + /* + |-------------------------------------------------------------------------- + | Private tracker + |-------------------------------------------------------------------------- + | + | Registered member only can access to the site + | + */ + 'private' => true, + + /* + |-------------------------------------------------------------------------- + | Invite only + |-------------------------------------------------------------------------- + | + | Invite System On/Off (Open Reg / Closed) + | Expire time in days + | + | Restricted mode for invites. If set to true, invites will be restricted + | Exempt these groups from the invite restrictions + */ + 'invite-only' => true, + 'invite_expire' => '14', + + 'invites_restriced' => false, + 'invite_groups' => [ + 'Administrator', + 'Owner', + ], + + /* + |-------------------------------------------------------------------------- + | Max Seedbox Records (USER) + |-------------------------------------------------------------------------- + | + | Users max seedboxs allowed + | + */ + 'max_cli' => 6, + + /* + |-------------------------------------------------------------------------- + | Default Users Stats + |-------------------------------------------------------------------------- + | + | This will be the upload and download given to new members. (In Bytes!) + | Default: 50GB Upload and 1GB Download + */ + 'default_upload' => '53687091200', + 'default_download' => '1073741824', + + /* + |-------------------------------------------------------------------------- + | Default Site Style + |-------------------------------------------------------------------------- + | 0 = Light Theme + | 1 = Galactic Theme + | 2 = Dark Blue Theme + | 3 = Dark Green Theme + | 4 = Dark Pink Theme + | 5 = Dark Purple Theme + | 6 = Dark Red Theme + | 7 = Dark Teal Theme + | 8 = Dark Yellow Theme + */ + 'default_style' => 9, + + /* + |-------------------------------------------------------------------------- + | Default Font Awesome Style + |-------------------------------------------------------------------------- + | fas = Solid + | far = Regular + | fal = Light + */ + 'font-awesome' => 'fas', + + /* + |-------------------------------------------------------------------------- + | Application Signups + |-------------------------------------------------------------------------- + | True/1 = Enabled + | False/0 = Disabled + */ + 'application_signups' => '1', + + /* + |-------------------------------------------------------------------------- + | Rules Page URL + |-------------------------------------------------------------------------- + | Example: rules.1 + */ + 'rules_url' => 'https://'.parse_url(env('APP_URL'), PHP_URL_HOST).'/page/rules.1', + + /* + |-------------------------------------------------------------------------- + | FAQ Page URL + |-------------------------------------------------------------------------- + | Example: faq.2 + */ + 'faq_url' => 'https://'.parse_url(env('APP_URL'), PHP_URL_HOST).'/page/faq.2', +]; diff --git a/resources/js/unit3d/helper.js b/resources/js/unit3d/helper.js index a60a6fde7b..b218b76f5b 100644 --- a/resources/js/unit3d/helper.js +++ b/resources/js/unit3d/helper.js @@ -1,7 +1,7 @@ /* * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/resources/views/Staff/backup/backup.blade.php b/resources/views/Staff/backup/index.blade.php similarity index 94% rename from resources/views/Staff/backup/backup.blade.php rename to resources/views/Staff/backup/index.blade.php index 0098156098..dd63217322 100644 --- a/resources/views/Staff/backup/backup.blade.php +++ b/resources/views/Staff/backup/index.blade.php @@ -16,7 +16,7 @@
  • - @@ -26,13 +26,13 @@ class="l-breadcrumb-item-link-title">@lang('backup.backup') @lang('backup.manage @section('content')
    - - -
    @@ -57,11 +57,11 @@ class="l-breadcrumb-item-link-title">@lang('backup.backup') @lang('backup.manage @if ($b['download']) @lang('backup.download') @endif @lang('backup.delete') diff --git a/resources/views/Staff/chat/index.blade.php b/resources/views/Staff/chat/index.blade.php index c8e6ed4e02..35f23f2638 100644 --- a/resources/views/Staff/chat/index.blade.php +++ b/resources/views/Staff/chat/index.blade.php @@ -7,7 +7,7 @@
  • -
  • diff --git a/resources/views/partials/dashboardmenu.blade.php b/resources/views/partials/dashboardmenu.blade.php index 3c41a4356b..9862c41ab1 100644 --- a/resources/views/partials/dashboardmenu.blade.php +++ b/resources/views/partials/dashboardmenu.blade.php @@ -17,7 +17,7 @@ @if (auth()->user()->group->is_owner)
  • - + @lang('backup.backup') @lang('backup.manager')
  • @@ -32,7 +32,7 @@ @lang('staff.chat-tools')
  • - + @lang('staff.chat')
  • diff --git a/routes/api.php b/routes/api.php index a0ecc84ccd..b2efa6ffe9 100755 --- a/routes/api.php +++ b/routes/api.php @@ -2,7 +2,7 @@ /* * NOTICE OF LICENSE * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/routes/channels.php b/routes/channels.php index 48745d00fc..2c55c3c706 100755 --- a/routes/channels.php +++ b/routes/channels.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/routes/console.php b/routes/console.php index 37b819f542..539cdd2192 100755 --- a/routes/console.php +++ b/routes/console.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/routes/vue.php b/routes/vue.php index 439e2c6775..09474c48d0 100644 --- a/routes/vue.php +++ b/routes/vue.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D diff --git a/routes/web.php b/routes/web.php index c96537bdef..c7975f6ca8 100755 --- a/routes/web.php +++ b/routes/web.php @@ -2,7 +2,7 @@ /** * NOTICE OF LICENSE. * - * UNIT3D is open-sourced software licensed under the GNU General Public License v3.0 + * UNIT3D is open-sourced software licensed under the GNU Affero General Public License v3.0 * The details is bundled with this project in the file LICENSE.txt. * * @project UNIT3D @@ -422,49 +422,62 @@ */ Route::group(['prefix' => 'forums', 'middleware' => ['auth', 'twostep', 'banned']], function () { - // Display Forum Index + // Forum Index Route::get('/', 'ForumController@index')->name('forum_index'); + // Display Forum Categories + Route::get('/category/{id}', 'ForumController@category')->name('forum_category'); + + // Posts System + Route::group(['prefix' => 'posts'], function () { + Route::post('/topic/{id}/reply', 'PostController@reply')->name('forum_reply'); + Route::get('/posts/{id}/post-{postId}/edit', 'PostController@postEditForm')->name('forum_post_edit_form'); + Route::post('/posts/{postId}/edit', 'PostController@postEdit')->name('forum_post_edit'); + Route::get('/posts/{postId}/delete', 'PostController@postDelete')->name('forum_post_delete'); + }); // TODO (Alpha Order From This Point Down // Search Forums Route::get('/subscriptions', 'ForumController@subscriptions')->name('forum_subscriptions'); Route::get('/latest/topics', 'ForumController@latestTopics')->name('forum_latest_topics'); Route::get('/latest/posts', 'ForumController@latestPosts')->name('forum_latest_posts'); - Route::get('/search', 'ForumController@search')->name('forum_search'); Route::get('/search', 'ForumController@search')->name('forum_search_form'); - // Display Forum Categories - Route::get('/category/{id}', 'ForumController@category')->name('forum_category'); - // Display Topics - Route::get('/forum/{id}', 'ForumController@display')->name('forum_display'); - // Create New Topic - Route::get('/forum/{id}/new-topic', 'ForumController@addForm')->name('forum_new_topic_form'); - Route::post('/forum/{id}/new-topic', 'ForumController@newTopic')->name('forum_new_topic'); - // View Topic - Route::get('/topic/{id}', 'ForumController@topic')->name('forum_topic'); - // Close Topic - Route::get('/topic/{id}/close', 'ForumController@closeTopic')->name('forum_close'); - // Open Topic - Route::get('/topic/{id}/open', 'ForumController@openTopic')->name('forum_open'); - // - Route::post('/posts/{id}/tip_poster', 'BonusController@tipPoster')->name('tip_poster'); - // Edit Post - Route::get('/posts/{id}/post-{postId}/edit', 'ForumController@postEditForm')->name('forum_post_edit_form'); - Route::post('/posts/{postId}/edit', 'ForumController@postEdit')->name('forum_post_edit'); - // Delete Post - Route::get('/posts/{postId}/delete', 'ForumController@postDelete')->name('forum_post_delete'); - // Reply To Topic - Route::post('/topic/{id}/reply', 'ForumController@reply')->name('forum_reply'); - // Edit Topic - Route::get('/topic/{id}/edit', 'ForumController@editForm')->name('forum_edit_topic_form'); - Route::post('/topic/{id}/edit', 'ForumController@editTopic')->name('forum_edit_topic'); - // Delete Topic - Route::get('/topic/{id}/delete', 'ForumController@deleteTopic')->name('forum_delete_topic'); - // Pin Topic - Route::get('/topic/{id}/pin', 'ForumController@pinTopic')->name('forum_pin_topic'); - // Unpin Topic - Route::get('/topic/{id}/unpin', 'ForumController@unpinTopic')->name('forum_unpin_topic'); + Route::group(['prefix' => 'topics'], function () { + // Display Topics + Route::get('/forum/{id}', 'TopicController@display')->name('forum_display'); + + // Create New Topic + Route::get('/forum/{id}/new-topic', 'TopicController@addForm')->name('forum_new_topic_form'); + Route::post('/forum/{id}/new-topic', 'TopicController@newTopic')->name('forum_new_topic'); + // View Topic + Route::get('/topic/{id}', 'TopicController@topic')->name('forum_topic'); + // Close Topic + Route::get('/topic/{id}/close', 'TopicController@closeTopic')->name('forum_close'); + // Open Topic + Route::get('/topic/{id}/open', 'TopicController@openTopic')->name('forum_open'); + // + Route::post('/posts/{id}/tip_poster', 'BonusController@tipPoster')->name('tip_poster'); + + // Edit Topic + Route::get('/topic/{id}/edit', 'TopicController@editForm')->name('forum_edit_topic_form'); + Route::post('/topic/{id}/edit', 'TopicController@editTopic')->name('forum_edit_topic'); + // Delete Topic + Route::get('/topic/{id}/delete', 'TopicController@deleteTopic')->name('forum_delete_topic'); + // Pin Topic + Route::get('/topic/{id}/pin', 'TopicController@pinTopic')->name('forum_pin_topic'); + // Unpin Topic + Route::get('/topic/{id}/unpin', 'TopicController@unpinTopic')->name('forum_unpin_topic'); + }); + + // Topic Label System + Route::get('/topic/{id}/approved', 'ForumController@approvedTopic')->name('forum_approved')->middleware('modo'); + Route::get('/topic/{id}/denied', 'ForumController@deniedTopic')->name('forum_denied')->middleware('modo'); + Route::get('/topic/{id}/solved', 'ForumController@solvedTopic')->name('forum_solved')->middleware('modo'); + Route::get('/topic/{id}/invalid', 'ForumController@invalidTopic')->name('forum_invalid')->middleware('modo'); + Route::get('/topic/{id}/bug', 'ForumController@bugTopic')->name('forum_bug')->middleware('modo'); + Route::get('/topic/{id}/suggestion', 'ForumController@suggestionTopic')->name('forum_suggestion')->middleware('modo'); + Route::get('/topic/{id}/implemented', 'ForumController@implementedTopic')->name('forum_implemented')->middleware('modo'); // Like - Dislike System Route::any('/like/post/{postId}', 'LikeController@store')->name('like'); @@ -475,15 +488,6 @@ Route::get('/unsubscribe/topic/{route}.{topic}', 'SubscriptionController@unsubscribeTopic')->name('unsubscribe_topic'); Route::get('/subscribe/forum/{route}.{forum}', 'SubscriptionController@subscribeForum')->name('subscribe_forum'); Route::get('/unsubscribe/forum/{route}.{forum}', 'SubscriptionController@unsubscribeForum')->name('unsubscribe_forum'); - - // Topic Label System - Route::get('/topic/{id}/approved', 'ForumController@approvedTopic')->name('forum_approved')->middleware('modo'); - Route::get('/topic/{id}/denied', 'ForumController@deniedTopic')->name('forum_denied')->middleware('modo'); - Route::get('/topic/{id}/solved', 'ForumController@solvedTopic')->name('forum_solved')->middleware('modo'); - Route::get('/topic/{id}/invalid', 'ForumController@invalidTopic')->name('forum_invalid')->middleware('modo'); - Route::get('/topic/{id}/bug', 'ForumController@bugTopic')->name('forum_bug')->middleware('modo'); - Route::get('/topic/{id}/suggestion', 'ForumController@suggestionTopic')->name('forum_suggestion')->middleware('modo'); - Route::get('/topic/{id}/implemented', 'ForumController@implementedTopic')->name('forum_implemented')->middleware('modo'); }); /* @@ -527,12 +531,12 @@ // Backup System oute::group(['prefix' => 'backups'], function () { - Route::get('/', 'BackupController@index')->name('backupManager'); - Route::post('/create-full', 'BackupController@create'); - Route::post('/create-files', 'BackupController@createFilesOnly'); - Route::post('/create-db', 'BackupController@createDatabaseOnly'); - Route::get('/download/{file_name?}', 'BackupController@download'); - Route::post('/delete', 'BackupController@delete'); + Route::get('/', 'BackupController@index')->name('staff.backups.index'); + Route::post('/full', 'BackupController@create')->name('staff.backups.create'); + Route::post('/files', 'BackupController@files')->name('staff.backups.files'); + Route::post('/database', 'BackupController@database')->name('staff.backups.database'); + Route::get('/download/{file_name?}', 'BackupController@download')->name('staff.backups.download'); + Route::post('/destroy', 'BackupController@destroy')->name('staff.backups.destroy'); }); // Ban System @@ -574,11 +578,11 @@ // Chat Management System Route::group(['prefix' => 'chat'], function () { - Route::get('/', 'ChatController@index')->name('chatManager'); - Route::post('/room/add', 'ChatController@addChatroom')->name('addChatroom'); + Route::get('/', 'ChatController@index')->name('staff.chat.index'); + Route::post('/room/store', 'ChatController@addChatroom')->name('addChatroom'); Route::post('/room/edit/{id}', 'ChatController@editChatroom')->name('editChatroom'); Route::post('/room/delete/{id}', 'ChatController@deleteChatroom')->name('deleteChatroom'); - Route::post('/status/add', 'ChatController@addChatStatus')->name('addChatStatus'); + Route::post('/status/store', 'ChatController@addChatStatus')->name('addChatStatus'); Route::post('/status/edit/{id}', 'ChatController@editChatStatus')->name('editChatStatus'); Route::post('/status/delete/{id}', 'ChatController@deleteChatStatus')->name('deleteChatStatus'); });