Commit Graph

  • 9827e933a2 Merge pull request #8179 from MrPetovan/bug/notices Philipp 2020-01-26 23:10:56 +01:00
  • df61be84fc Merge pull request #8176 from nupplaphil/task/split_emails Hypolite Petovan 2020-01-26 17:02:14 -05:00
  • 6350b210a6 Renaming - part 2 :-) nupplaPhil 2020-01-27 00:01:17 +01:00
  • 765a0d8892 Some Renames: - EMail => EMail - toEmail => toAddress - fromEmail => fromAddress nupplaPhil 2020-01-26 23:47:16 +01:00
  • fb2f8dcb9c Improve formatting in mod/display Hypolite Petovan 2020-01-26 16:59:02 -05:00
  • 0736e4e42c Check for $a->user["nickname"] existence before retrieving its value in mod/display Hypolite Petovan 2020-01-26 16:44:02 -05:00
  • dde2cf6ac0 Throw not found exception when photo item doesn't exist in prepare_photo_data() Hypolite Petovan 2020-01-26 16:43:14 -05:00
  • 723d843d20 Merge pull request #8177 from nupplaphil/bug/intro_bug Tobias Diekershoff 2020-01-26 22:22:24 +01:00
  • ac1a20e5fd Fix Introductions tab nupplaPhil 2020-01-26 21:39:50 +01:00
  • f6878b5bcf fix return type nupplaPhil 2020-01-26 20:44:41 +01:00
  • 4efba4d0cf fix boolean field nupplaPhil 2020-01-26 20:41:53 +01:00
  • 2b8f067715 Introduce interface for emailing and create email classes nupplaPhil 2020-01-26 20:23:58 +01:00
  • 915abe8a33 Add explicit parameters to Sender::send() method signature nupplaPhil 2020-01-26 01:04:54 +01:00
  • ea9d3b7438 Make EMailer util dynamic nupplaPhil 2020-01-25 23:10:39 +01:00
  • 9269221825 Merge pull request #8175 from MrPetovan/task/revert-profile-default-tab Philipp 2020-01-26 20:33:27 +01:00
  • 4d77da86b9 [frio] Improve pinned item display Hypolite Petovan 2020-01-26 14:14:47 -05:00
  • e5ab4f1889 Re-enable pinned items in profile wall Hypolite Petovan 2020-01-26 14:14:36 -05:00
  • 46c4bfe580 Restore base profile URL behavior Hypolite Petovan 2020-01-26 09:54:21 -05:00
  • f2d917114f Move Model\Profile::getTabs to new Module\BaseProfile class Hypolite Petovan 2020-01-26 09:49:11 -05:00
  • c42dd168c4 Merge pull request #8170 from nupplaphil/task/repo_notification Hypolite Petovan 2020-01-26 14:09:28 -05:00
  • 0840938dff Rename classes - Repository/Model Notification => Notify - Factory/Object Notification => Notification nupplaPhil 2020-01-26 20:30:24 +01:00
  • 0f5d6a009f Merge pull request #8174 from nupplaphil/bug/8173-notification-rediret Hypolite Petovan 2020-01-26 08:47:23 -05:00
  • c8c8c5027b Remove target for notifications nupplaPhil 2020-01-26 14:56:08 +01:00
  • b85511b00d Improvements: - Fix API-select - Introduce OTYPE-constants - Rename IntroductionFactory methods nupplaPhil 2020-01-26 14:30:32 +01:00
  • 8035f795ad Merge pull request #8171 from MrPetovan/task/profile-fixes Philipp 2020-01-26 00:05:46 +01:00
  • 602a57577d Remove duplicate call to Profile::getTabs in Module\Profile\Index Hypolite Petovan 2020-01-25 16:26:55 -05:00
  • 5c05d28a8e Increase argument counter after route change in Module\Profile\Status Hypolite Petovan 2020-01-25 16:23:09 -05:00
  • 125186c795 Remove profile field tabs/panels Hypolite Petovan 2020-01-25 15:58:16 -05:00
  • 74f3a2f90c Fix API result, add PHPDoc and cleanup object construction Fix missing getters fix data array fix missing "$" for template-variables Remove lazy-loaded parent notification instance (for now..) nupplaPhil 2020-01-25 20:00:58 +01:00
  • 4c5856da2b update PHPDoc nupplaPhil 2020-01-25 15:31:25 +01:00
  • 0850fb88dd ReWork Notification Model/Module/Object/Repository/Factory - Introduce Repository for interaction with "notify" table - Introduce Factory for read-only notification objects (they're just loosely based on notification the table!) - Introduce Objects for type-safe usage at the presentation layer - Reworked Model, which is now fully based on the notify table, including generated fields (cache, ..) nupplaPhil 2020-01-25 02:01:49 +01:00
  • 230bb6dd53 Merge pull request #8168 from nupplaphil/bug/8165-notification-bubble Hypolite Petovan 2020-01-25 10:32:46 -05:00
  • 5a9ec841af Make Notification bubble work again nupplaPhil 2020-01-25 17:25:11 +01:00
  • 09de4a5b47 Merge pull request #8156 from MrPetovan/task/7817-custom-fields-part-2 Philipp 2020-01-24 20:17:52 +01:00
  • 188720c3cd Merge pull request #8155 from nupplaphil/task/move_notifications Hypolite Petovan 2020-01-24 12:10:49 -05:00
  • 0458b9c2df rename notify => notification once more :-) nupplaPhil 2020-01-24 19:08:03 +01:00
  • b229939c3d rename CSS attributes notify => notification nupplaPhil 2020-01-24 18:56:34 +01:00
  • b016e420fe notify_type => str_type str_notifytype => st_notification_type nupplaPhil 2020-01-24 18:39:50 +01:00
  • 16b1d3fc08 Notifies => Notifications nupplaPhil 2020-01-24 18:34:29 +01:00
  • 0f932ae723 Notify => Notification Notifs => Notifications nupplaPhil 2020-01-24 18:32:38 +01:00
  • 2af07bcd84 Merge pull request #8161 from MrPetovan/task/8160-contact-group-filter Philipp 2020-01-24 00:54:34 +01:00
  • 4da90b9378 Add group membership filter widget in contact list Hypolite Petovan 2020-01-23 17:49:55 -05:00
  • ed3ac36621 Refactor queries in contact module Hypolite Petovan 2020-01-23 14:52:22 -05:00
  • 451596f5b3 Rename migration method for clarity in Repository\ProfileField Hypolite Petovan 2020-01-23 14:00:35 -05:00
  • a9695998e9 Move dependencies to constructor in Repository\ProfileField Hypolite Petovan 2020-01-23 10:01:11 -05:00
  • 1fc1989f93 Remove superfluous includes in profile modules Hypolite Petovan 2020-01-23 10:00:48 -05:00
  • 9475383c4f Merge pull request #8159 from MrPetovan/bug/help-toc-loop-de-loop Tobias Diekershoff 2020-01-23 15:31:34 +01:00
  • 087c3cdcd8 Remove duplicated TOC loop in Module\Help Hypolite Petovan 2020-01-23 09:13:31 -05:00
  • 1f790eaeef Merge pull request #8158 from tobiasd/20200123-de Philipp 2020-01-23 10:58:10 +01:00
  • b8de34928f DE translation update Tobias Diekershoff 2020-01-23 08:15:07 +01:00
  • 02dda8af9b Add PUBLIC constant in Repository\Permission Hypolite Petovan 2020-01-22 19:42:14 -05:00
  • e8bf74914b Update user import/export with profile fields Hypolite Petovan 2020-01-22 19:36:20 -05:00
  • 18cfd8dfaa Remove references to deprecated profile.is-default and profile.profile-name fields Hypolite Petovan 2020-01-22 19:34:15 -05:00
  • d9f7556b4a Add post-update migration routine for custom profiles Hypolite Petovan 2020-01-19 09:43:59 -05:00
  • 2171cc8a32 [Database] Structure version 1332 Hypolite Petovan 2020-01-19 09:43:15 -05:00
  • 64c05f2280 Add custom fields help text Hypolite Petovan 2020-01-18 14:12:43 -05:00
  • cc007f715d Add sortability to custom profile fields form Hypolite Petovan 2020-01-18 10:43:28 -05:00
  • 9bc78efe68 [Composer] Add npm-asset/es-jquery-sortable dependency Hypolite Petovan 2020-01-18 10:41:56 -05:00
  • 6657cf7bb1 Rework profile setting page with custom fields Hypolite Petovan 2020-01-13 22:22:50 -05:00
  • d11a0d3814 Add permission set lazy loading to Profile Field model Hypolite Petovan 2020-01-13 22:22:02 -05:00
  • d475cb5028 Replace advanced profile display with custom profile fields Hypolite Petovan 2019-11-07 22:15:57 -05:00
  • 3297d5c3e6 Create new ProfileField classes Hypolite Petovan 2020-01-19 19:21:30 -05:00
  • 6857d24995 [Database] Structure version 1331 Hypolite Petovan 2019-11-07 22:09:19 -05:00
  • 62fec2f190 Remove duplicate profile_uid key in App->profile array Hypolite Petovan 2019-11-02 21:19:42 -04:00
  • f6f4cbab9d Remove multi profiles feature Hypolite Petovan 2019-10-27 10:09:38 -04:00
  • d1be68b754 Move Module\Profile to Module\Profile\Index Hypolite Petovan 2019-10-27 10:08:14 -04:00
  • e59a9fbef7 Add explicit contact route nupplaPhil 2020-01-23 00:31:22 +01:00
  • 5c4eb2b2c9 Move templates into sub-dir "notifications" nupplaPhil 2020-01-23 00:16:34 +01:00
  • 512b00550e rename some variables nupplaPhil 2020-01-22 23:37:23 +01:00
  • d0c153943a Add phpdoc nupplaPhil 2020-01-22 23:31:00 +01:00
  • fa6c33d3ac Move mod/notifications to Module\Notification nupplaPhil 2020-01-22 23:18:14 +01:00
  • 3c1f174c7f Merge pull request #8150 from nupplaphil/task/prepare_enotify Hypolite Petovan 2020-01-22 14:18:59 -05:00
  • 82f37ccdaf Revert Repo::select()/selectFirst() changes nupplaPhil 2020-01-22 20:28:56 +01:00
  • debf5726f5 Merge pull request #8154 from nupplaphil/bug/7998-redirect Hypolite Petovan 2020-01-22 13:50:19 -05:00
  • 011a64cde5 Make non-deterministic redirect in case of unknown visitor for redir.php dynamic nupplaPhil 2020-01-22 20:34:07 +01:00
  • bd649275e7 Merge pull request #8152 from SpencerDub/patch-1 Philipp 2020-01-22 08:14:10 +01:00
  • 2091ae0776 Fix "accout" typo SpencerDub 2020-01-21 22:22:45 -08:00
  • a77c78522c Add properties to PermissionSet Model nupplaPhil 2020-01-22 00:22:01 +01:00
  • 7984965183 Add DI:: call nupplaPhil 2020-01-22 00:13:33 +01:00
  • b46b72ad3b Introduce "order" and "limit" argument instead of "param" array for BaseRepository and make Repositories more Dependency Injectable nupplaPhil 2020-01-19 23:22:30 +01:00
  • 26d6afd27f Move "Notify::getTab()" to notification module since it's presentation layer logic nupplaPhil 2020-01-19 23:17:52 +01:00
  • 4f29e4c4a7 Merge pull request #8149 from annando/fix-warning Hypolite Petovan 2020-01-21 14:58:32 -05:00
  • 6b8239f63f Fix: unknown variable Michael 2020-01-21 19:15:38 +00:00
  • b7527a803a Merge pull request #8148 from annando/remote-comment Philipp 2020-01-21 09:27:21 +01:00
  • fbe5de7c55 Remotely commenting on Peertube posts now does work Michael 2020-01-21 06:26:07 +00:00
  • ae2959c780 Merge pull request #8147 from annando/fetch-post Philipp 2020-01-20 23:51:07 +01:00
  • 34b813bbfa Fix for AP posts where the URL don't match Michael 2020-01-20 22:30:34 +00:00
  • 0f0c58ddb3 Merge pull request #8146 from MrPetovan/task/7817-custom-fields-part-1 Philipp 2020-01-20 21:26:23 +01:00
  • 689c8ce0e3 Remove superfluous variable type hint in Module\Settings\Profile\Photo\Index Hypolite Petovan 2020-01-20 13:28:41 -05:00
  • 3ebc0371b7 Add trace for admin in exceptionpages Hypolite Petovan 2020-01-19 09:40:56 -05:00
  • bac5159f6f Clarify update.php doc and mention Database\PostUpdate Hypolite Petovan 2020-01-19 09:24:46 -05:00
  • db518e7ef2 Fix birthday display and setting Hypolite Petovan 2020-01-15 22:35:30 -05:00
  • 1c50bc58e4 Move Permission Set over to DDD Hypolite Petovan 2020-01-13 22:20:18 -05:00
  • 5ab898f67f Improve Base collection, model and repository Hypolite Petovan 2020-01-13 22:18:45 -05:00
  • 559879f41f Enable Model lazy updating based on only the changed data Hypolite Petovan 2020-01-13 21:58:19 -05:00
  • f0474c07ce Add "Yourself" ACL choice and allow multiple ACL selectors on a single page Hypolite Petovan 2020-01-13 21:58:01 -05:00
  • ebf60cee33 Enable meta groups in Model\Group::getIdsByContactId Hypolite Petovan 2019-11-07 22:02:34 -05:00
  • 353dab166e Rename PermissionSet::fetchIDForPost to PermissionSet::getIdFromACL Hypolite Petovan 2019-11-05 08:27:22 -05:00
  • f97a358a9b Normalize the return value type of Session::getRemoteContactID Hypolite Petovan 2019-11-05 08:21:18 -05:00
  • e04b679e6a Improve ForumManager::profileAdvanced logic Hypolite Petovan 2019-11-05 08:20:27 -05:00