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
Roland Häder
da66730e4f
Rewrite:
...
- moved constants GRAVITY_* from boot.php to Friendica\Model\Item
- also rewrote some array initialization:
From:
````
<?php
$arr = [];
$arr['foo'] = "FOO";
````
To:
````
<?php
$arr['foo'] = "FOO";
````
- added a few type-hints
2022-10-15 00:44:06 +02:00
Michael
15d975f143
Avoid some database errors
2022-08-25 04:57:41 +00:00
Roland Häder
88cdb695b1
Changed:
...
- double-quotes to single
- more space around concated strings
- removed TODO as there is sadly no IOException in PHP
2022-08-13 13:35:50 +02:00
Roland Häder
cfa575b8e5
Changes:
...
- added missing type-hints
- added documentation
- removed parameter $baseURL while it can be locally get the same way but
lesser parameter
- used ActivityNamespace::SALMON_ME
- changed double-quotes to single
2022-08-12 14:01:40 +02:00
Hypolite Petovan
4a885a13a6
Remove poke feature
2022-08-09 14:55:55 -04:00
Michael
ff9dc1e291
Merge remote-tracking branch 'upstream/develop' into untrusted
2022-07-27 17:56:56 +00:00
Michael
86105635ca
Improved message handling / new activity relay handling
2022-07-27 17:39:00 +00:00
Hypolite Petovan
1b2182c43c
Move system messages from boot to own class
2022-07-27 11:54:50 -04:00