Art4
|
9a91bae363
|
Replace call for Logger with DI::logger() in mailstream addon
|
2025-01-24 11:46:30 +00:00 |
Artur Weigandt
|
68ee5260b0
|
Merge branch 'develop' into fix-phpstan-error-level-2
|
2024-12-13 10:28:15 +01:00 |
Artur Weigandt
|
729b6e5210
|
Update mailstream/phpmailer/class.phpmailer.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2024-12-12 22:37:42 +01:00 |
Art4
|
6b1b043dd8
|
fix errors in mailstream addon
|
2024-12-12 22:37:42 +01:00 |
Art4
|
2fe37c6d4a
|
Fix errors in pnut addon
|
2024-12-08 21:24:03 +00:00 |
Art4
|
1bd7cd6e71
|
fix error in PHPMailer
|
2024-12-01 03:20:18 +01:00 |
Art4
|
def43f3167
|
Fix errors in mailstream addon
|
2024-12-01 03:20:18 +01:00 |
Art4
|
c04016b7d3
|
fix errors in mailstream addon
|
2024-11-30 19:48:49 +00:00 |
Art4
|
7453c6f41a
|
fix error in PHPMailer
|
2024-11-27 22:33:12 +00:00 |
Art4
|
e488f597be
|
Fix errors in mailstream addon
|
2024-11-27 11:52:59 +00:00 |
Michael
|
0dfb345f85
|
"fetchFull" is replaced by "get"
|
2024-09-06 07:22:58 +02:00 |
Tobias Diekershoff
|
cd95ca1a0a
|
Merge branch 'stable' into develop
|
2024-08-17 16:55:10 +02:00 |
Matthew Exon
|
589cf712cc
|
Remove old version conversion code
|
2024-07-20 13:00:07 +02:00 |
Matthew Exon
|
f3db763c59
|
More comprehensible check for root user contact
|
2024-07-14 18:50:56 +02:00 |
Matthew Exon
|
5f27f72b0d
|
Streamline log lines
|
2024-07-01 19:12:10 +02:00 |
Tobias Diekershoff
|
2789e880dc
|
translation updates
AR, CS, DE, IT, PL, SV for various addons
|
2024-06-21 20:38:42 +02:00 |
Matthew Exon
|
3e1b98d5d9
|
Leave failed image URLs in place
|
2024-06-17 06:54:06 +02:00 |
Matthew Exon
|
58cb933779
|
do not mail dislike messages
|
2024-03-03 13:05:27 +01:00 |
Hypolite Petovan
|
13fd713b66
|
[various] Rename ICanHandleHttpResponses->getBody to getBodyString
- Depends on https://github.com/friendica/friendica/pull/13826
|
2024-01-12 01:16:01 -05:00 |
Tobias Diekershoff
|
3a063f999d
|
translation updates
|
2023-12-16 08:59:07 +01:00 |
Michael
|
f4110880a1
|
Use "convertForUriId" whenever possible
|
2023-07-16 10:37:33 +00:00 |
Matthew Exon
|
9832fa6c45
|
catch exception during http request
|
2023-05-28 11:02:32 +02:00 |
Tobias Diekershoff
|
7a1af5fb5b
|
HU translation updates
|
2023-05-23 06:46:36 +02:00 |
Matthew Exon
|
631bfd83e9
|
use new style of accessing baseUrl
|
2023-05-05 18:08:51 +02:00 |
Matthew Exon
|
8886c90d1e
|
remove App arguments
|
2023-05-05 17:36:11 +02:00 |
Tobias Diekershoff
|
b34c9131ca
|
recovered [mailstream] various modernisations
These changes where made on github as #1354 but got lost due mirroring
issued from the development branch. Original author is mexon.
https://github.com/friendica/friendica-addons/pull/1354
|
2023-04-27 07:21:20 +02:00 |
Tobias Diekershoff
|
c137fc5e79
|
HU and IT translation updates
|
2023-04-21 21:41:23 +02:00 |
Tobias Diekershoff
|
1c677722b3
|
translations updates for 2023.03
|
2023-04-09 07:58:49 +02:00 |
Philipp
|
648fadedd3
|
[various] Adapt BaseURL calls for new UriInterface
|
2023-02-18 21:04:47 +01:00 |
Hypolite Petovan
|
39c654da00
|
[various] Remove App dependency from hook functions
|
2023-01-13 21:16:09 -05:00 |
Matthew Exon
|
4352a358a7
|
mailstream includes post media in message body
|
2023-01-08 14:18:28 +01:00 |
Tobias Diekershoff
|
71d9a42688
|
HU translation of various addons updated
|
2022-12-17 09:08:25 +01:00 |
Tobias Diekershoff
|
b64639dc4c
|
PL translation of various addons updated
|
2022-12-17 09:08:11 +01:00 |
Philipp
|
b0eb28143a
|
UserSession class - Refactor addon
|
2022-10-20 23:51:49 +02:00 |
Michael
|
5d8129600d
|
Replace all functions from boot.php
|
2022-10-19 09:47:36 -04:00 |
Michael
|
e5842e83c7
|
The priority is now a class constant
|
2022-10-17 05:50:23 +00:00 |
Roland Häder
|
06b15a6ed0
|
Changes:
- added missing type-hints
- avoided local variables
- added some documentation
- changed double-quotes to single
|
2022-06-30 13:33:22 +02:00 |
Roland Häder
|
3ab46781b1
|
Changes:
- if a <addon>_module() function is empty, it is more a statement and not a
real function
|
2022-06-24 23:35:16 +02:00 |
Roland Häder
|
93267b5b83
|
Fixed wrong type-hint + "imported" class
|
2022-06-23 07:45:59 +02:00 |
Roland Häder
|
04df7f6e05
|
Changes:
- added more type-hints
- cleaned up some files (curly braces, spaces)
|
2022-06-23 07:17:00 +02:00 |
Tobias Diekershoff
|
b00459d077
|
mailstream addon AR translation THX ButterflyOfFire
|
2022-06-13 09:49:30 +02:00 |
Tobias Diekershoff
|
d0dfb04585
|
mailstream addon FR translation updated THX kalon33
|
2022-05-24 07:59:53 +02:00 |
Tobias Diekershoff
|
931be19eca
|
DA DK translation for various addons added THX atjn
|
2022-05-02 12:26:36 +02:00 |
Philipp
|
82f8c14633
|
Move ACCEPT constants to own "enum" class
|
2022-04-02 21:16:21 +02:00 |
Tobias Diekershoff
|
ed96e0a2f6
|
PL translation update THX strebski
|
2022-03-08 16:26:19 +01:00 |
Tobias Diekershoff
|
484482a4ce
|
HU addon translation update THX Balázs Úr
|
2022-01-22 18:52:30 +01:00 |
Tobias Diekershoff
|
631b456755
|
SV addon translation update THX Kristoffer Grundström
|
2022-01-22 18:50:50 +01:00 |
Hypolite Petovan
|
3104d176e7
|
[various] Updated translation files after editing several strings
|
2021-11-29 06:55:24 -05:00 |
Hypolite Petovan
|
779b38ec09
|
[various] Convert addon_settings hook functions to the new data array format
- Add separate template files to several addons
- Remove superfluous addon settings CSS files
|
2021-11-29 06:55:16 -05:00 |
Michael
|
6a349e7fd9
|
Support for cleared boot.php
|
2021-11-04 20:32:16 +00:00 |