Michael
|
f9a3b67318
|
Fix fatal error in notifications
|
2024-07-11 15:34:36 +00:00 |
|
Michael
|
60f5fd8188
|
Many deprecated function calls are replaced
|
2024-05-13 21:37:15 +00:00 |
|
Michael
|
89e7420237
|
Friendica copyright changed from 2023 to 2034
|
2024-01-02 20:57:26 +00:00 |
|
Michael
|
f514c2caf0
|
Test remark removed
|
2023-11-25 23:19:27 +00:00 |
|
Michael
|
281dd91e6a
|
Issue 12504: Additional logging for mail notifications
|
2023-11-25 22:53:56 +00:00 |
|
keithhacks
|
777d0d45c6
|
HTML-escape notification contact names
|
2023-11-19 23:23:29 +00:00 |
|
Raroun
|
4eea232581
|
Removed Full name from Notify.php
|
2023-10-27 11:26:54 +02:00 |
|
Michael
|
e4a37f344e
|
Individual callstacks are removed from the logger
|
2023-10-18 19:55:15 +00:00 |
|
Michael
|
7e322c21b3
|
Removed unneeded parameter
|
2023-07-16 16:48:24 +00:00 |
|
Michael
|
08dafd6d70
|
Use plaintext for names and titles
|
2023-07-16 07:26:20 +00:00 |
|
Michael
|
8bb33dccd1
|
Unified BBCode conversion, improved proxy functionality
|
2023-07-15 20:12:08 +00:00 |
|
Michael
|
94933daf14
|
Notification link for direct comment fixed
|
2023-06-04 16:26:58 +00:00 |
|
Hypolite Petovan
|
3385147f25
|
Replace "forum" by "group" in the rest of the code
|
2023-06-02 13:52:41 -04:00 |
|
Philipp
|
e998c059b6
|
Escape message for notifications
|
2023-05-14 20:31:20 +02:00 |
|
Hypolite Petovan
|
fff1d44878
|
Account for null value in Entity\Notify->msg
- Update possible types of entity properties
|
2023-04-27 23:00:48 -04:00 |
|
Michael
|
b8dd6c0b25
|
Fixes warning: Undefined array key "pending"
|
2023-04-15 23:08:42 +00:00 |
|
Michael
|
b0f880d0eb
|
Fix: Force baseUrl being a string
|
2023-04-15 14:17:30 +00:00 |
|
Michael
|
504433581a
|
Fixed check for likes in notification mail
|
2023-04-12 03:30:59 +00:00 |
|
Josh Soref
|
65dac62e48
|
spelling: suggest
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2023-03-26 16:14:16 -04:00 |
|
Josh Soref
|
594cf63a16
|
spelling: javascript
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2023-03-26 16:13:07 -04:00 |
|
Josh Soref
|
423e60174e
|
spelling: chosen
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2023-03-26 16:03:22 -04:00 |
|
Philipp
|
f0c29edcde
|
Adapt BaseURL calls to new UriInterface
|
2023-02-18 21:12:21 +01:00 |
|
Michael
|
baf75adfca
|
Some loglevels are adjusted to more reasonablöe levels
|
2023-02-16 20:47:37 +00:00 |
|
Hypolite Petovan
|
c79cec2652
|
Replace deprecated uses of ${var} in strings
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1383147421
|
2023-01-21 14:25:21 -05:00 |
|
Hypolite Petovan
|
1874a32728
|
Happy New Year 2023!
|
2023-01-01 09:36:24 -05:00 |
|
Michael
|
e718d39ef0
|
Fixes "E_WARNING: Undefined variable $subject"
|
2022-12-26 12:14:45 +00:00 |
|
MarekBenjamin
|
3061cee083
|
Update src/Navigation/Notifications/Repository/Notify.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2022-12-23 11:14:38 +01:00 |
|
Marek Bachmann
|
8393975cbc
|
Merge remote-tracking branch 'origin/email-notification_like-in-subject' into email-notification_like-in-subject
|
2022-12-23 02:38:15 +01:00 |
|
Marek Bachmann
|
b876a9efcd
|
Distinguish between comment likes and post likes.
|
2022-12-23 02:38:00 +01:00 |
|
MarekBenjamin
|
d52c988ebc
|
Update src/Navigation/Notifications/Repository/Notify.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2022-12-23 01:22:21 +01:00 |
|
Marek Bachmann
|
ef4f508f9b
|
messages.po and and corrected typo in comment
|
2022-12-23 01:06:21 +01:00 |
|
Marek Bachmann
|
82eec270fa
|
Change email subject to "(...)like in conversation(...)" for likes instead of "(...)new comment(...)"
|
2022-12-23 00:56:26 +01:00 |
|
Michael
|
de1c0f4c13
|
Don't display Diaspora reshares
|
2022-12-20 19:25:57 +00:00 |
|
Michael
|
ca8a89ed1c
|
Use reshare with Diaspora like with ActivityPub
|
2022-12-13 23:19:19 +00:00 |
|
Hypolite Petovan
|
d87585477c
|
Delete introductions when referenced contact id doesn't exist anymore in Ping module
- Address part of https://github.com/friendica/friendica/issues/11993#issuecomment-1338134893
|
2022-12-10 11:42:03 -05:00 |
|
Hypolite Petovan
|
150c0e0750
|
Address some PHP 8.1 deprecation notices
- Replace a strstr call by strpos in Model\APContact
- Simplify conditions in Protocol\DFRN
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1331012289
|
2022-11-29 21:37:41 -05:00 |
|
Hypolite Petovan
|
25e1412174
|
Remove related notifications when marking an item for deletion
|
2022-11-26 21:48:26 -05:00 |
|
Hypolite Petovan
|
3a7586e3f7
|
Fix wrong user table field name in Repository\Notify
- Address https://github.com/friendica/friendica/issues/11993#issuecomment-1314954594
|
2022-11-15 09:03:43 -05:00 |
|
Hypolite Petovan
|
cbe8d463b1
|
Don't create notify for deleted user accounts
|
2022-11-14 17:02:42 -05:00 |
|
Hypolite Petovan
|
256c8ab170
|
Remove RTL Override character from display names to show in notifications
- It was causing the notification message to be unreadable
|
2022-11-10 10:42:21 -05:00 |
|
Hypolite Petovan
|
71ab9e13f2
|
Flatten arbitrary contact structure in constructor of FormattedNavNotification
|
2022-11-10 10:41:02 -05:00 |
|
Hypolite Petovan
|
fa123bd765
|
Rename Repository\Notify->NotifyOnDesktop to shouldShowOnDesktop
- New name better reflect the behavior
|
2022-11-04 06:42:37 -04:00 |
|
Michael
|
0f9e2b6da4
|
Issue 12097: Notify for each new user registration
|
2022-11-03 19:59:33 +00:00 |
|
Philipp
|
b5bc1b0844
|
Extend IHandleUserSessions from IHandleSessions and adapt classes
|
2022-10-23 20:41:17 +02:00 |
|
Philipp
|
134f98e22e
|
Move DI dependency for Navigation\Notifications\Factory\Introduction class
|
2022-10-21 19:35:33 +02:00 |
|
Philipp
|
a1997d73c2
|
Move DI dependency for Navigation\Notifications\Factory\FormattedNotify class
|
2022-10-21 19:35:33 +02:00 |
|
Philipp
|
f1cbb41a60
|
Move DI dependency for Navigation\Notifications\Factory\FormattedNavNotification class
|
2022-10-21 19:35:33 +02:00 |
|
Philipp
|
b3f9cef94a
|
UserSession class [3] - Refactor src/ files excluding Module/Model
|
2022-10-21 19:35:32 +02:00 |
|
Michael
|
4930737cc4
|
Legacy "include" fragments have been removed
|
2022-10-20 04:21:00 +00:00 |
|
Michael
|
11944dda32
|
old boot.php functions replaced in various places
|
2022-10-19 07:44:08 -04:00 |
|