Philipp Holzer
|
874cef6a19
|
Transform email header string to header array & replace it at various situations.
|
2020-09-19 20:14:55 +02:00 |
|
Hypolite Petovan
|
203672cf27
|
[various] Remove redundant uninstall functions
- All hooks (current and obsolete) are removed automatically during addon uninstall
|
2020-07-27 08:30:41 -04:00 |
|
Michael
|
3f84caeec5
|
Unneeded "info" messages removed
|
2020-07-23 03:48:52 +00:00 |
|
nupplaPhil
|
b5759d24ee
|
Add license info at Friendica classes
|
2020-02-09 15:45:35 +01:00 |
|
Philipp Holzer
|
c185bab922
|
Fix logging
|
2020-01-31 19:43:34 +01:00 |
|
Philipp Holzer
|
81dc1e5eb1
|
fix logger settings
|
2020-01-31 19:40:50 +01:00 |
|
Philipp Holzer
|
7603b23799
|
Fix secure Mail addon
|
2020-01-31 19:32:16 +01:00 |
|
Philipp Holzer
|
0fb7e2c647
|
Fix invalid "emailer_prepare" Hook
- Use IEmail instead of array data
- Introduce "composer" based library for phpmailer
|
2020-01-29 20:24:41 +01:00 |
|
Philipp Holzer
|
ae5ebf1e89
|
Some Renames:
- EMail => EMail
- toEmail => toAddress
- fromEmail => fromAddress
|
2020-01-26 23:47:15 +01:00 |
|
Philipp Holzer
|
49254a8307
|
Introduce interface for emailing and create email classes
|
2020-01-26 20:23:58 +01:00 |
|
Philipp Holzer
|
b828762910
|
Add explicit parameters to Sender::send() method signature
|
2020-01-26 01:04:53 +01:00 |
|
Philipp Holzer
|
eb18a0d761
|
Make EMailer util dynamic
|
2020-01-25 23:10:38 +01:00 |
|
Philipp Holzer
|
65e4726718
|
Remove unneeded Config namespace usages
|
2020-01-19 22:50:43 +01:00 |
|
Philipp Holzer
|
1ce63185ab
|
Move Config::get() to DI::config()->get()
|
2020-01-19 21:21:12 +01:00 |
|
Philipp Holzer
|
f2fc22227a
|
cleanup namespace usages for L10n
|
2020-01-19 16:31:47 +01:00 |
|
Philipp Holzer
|
48fecb9a40
|
Move L10n::t() calls to DI::l10n()->t() calls
|
2020-01-19 16:31:46 +01:00 |
|
Philipp Holzer
|
a26bfe79e9
|
Remove unused use statements & remove PConfig class
|
2020-01-18 17:02:59 +01:00 |
|
Philipp Holzer
|
febc835a2d
|
Move PConfig::set() to DI::pConfig()->set()
|
2020-01-18 16:54:49 +01:00 |
|
Philipp Holzer
|
ea3a9052d8
|
Move PConfig::get() to DI::pConfig()->get()
|
2020-01-18 16:50:56 +01:00 |
|
Philipp Holzer
|
0775c28854
|
Remove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName()
|
2019-12-27 21:55:16 +01:00 |
|
Tobias Diekershoff
|
a3b7fda18a
|
added Estonian translation THX Rain Hawk
|
2019-04-23 18:37:22 +02:00 |
|
Hypolite Petovan
|
313aeb76ba
|
[securemail] Use explicit path for addon autoloader
|
2019-02-10 10:06:45 -05:00 |
|
Hypolite Petovan
|
c885f3c7ab
|
[securemail] Use composer autoload
|
2019-02-10 08:45:40 -05:00 |
|
Hypolite Petovan
|
a465e7dcd9
|
[securemail] Fix formatting
|
2019-02-10 08:45:14 -05:00 |
|
Hypolite Petovan
|
af672ecd1b
|
[securemail] Update Composer dependencies
- Update phpseclib/phpseclib to version 2.0.4
- Update singpolyma/openpgp-php to version 0.3.0
|
2019-02-10 08:44:29 -05:00 |
|
Tobias Diekershoff
|
08206fdcc0
|
Merge branch 'master' into develop
|
2019-01-21 10:04:26 +01:00 |
|
Hypolite Petovan
|
c27b1cb66f
|
Replace deprecated Addon::*registerHook by Hook::*register
|
2018-12-26 10:20:18 -05:00 |
|
Hypolite Petovan
|
18b2afcf0a
|
[securemail] Remove Smarty explicit escaping
|
2018-12-15 05:03:51 -05:00 |
|
Hypolite Petovan
|
d836593a3b
|
Replace x() by !empty() or defaults()
- Remove extraneous parentheses around !empty()
|
2018-11-30 09:11:56 -05:00 |
|
Adam Magness
|
9079480d4a
|
move to Renderer class
update functions calls for new Renderer class.
|
2018-10-31 10:55:15 -04:00 |
|
Adam Magness
|
49eff56e5d
|
Core Logger
implement log() function.
more to squash
Core Logger Class
implement log() function
|
2018-10-29 19:40:18 -04:00 |
|
Tobias Diekershoff
|
3f6239bb2b
|
some more get_hostname to getHostName changes
|
2018-10-11 13:24:39 +02:00 |
|
Tobias Diekershoff
|
dcbf2f4416
|
NL translation THX JeroenED
|
2018-08-25 21:12:02 +02:00 |
|
Tobias Diekershoff
|
5a4f93cac3
|
PL translation securemail THX waldis
|
2018-08-06 13:39:27 +02:00 |
|
Hypolite Petovan
|
9e1e088c09
|
[various] Replace direct accesses to $a->config with Config::get
|
2018-07-10 08:41:32 -04:00 |
|
Tobias Diekershoff
|
a5b1984e74
|
updated CS translation of the securemail addon THX Aditoo
|
2018-06-12 16:14:19 +02:00 |
|
Tobias Diekershoff
|
f2c0e39ee0
|
added CS translation of the securemail addon THX Aditoo
|
2018-06-10 08:23:30 +02:00 |
|
Tobias Diekershoff
|
8da85c1d56
|
FI translation updates THX Kris
|
2018-04-18 08:32:45 +02:00 |
|
Tobias Diekershoff
|
eb5eb5986d
|
update to the FI translations
|
2018-04-09 15:00:17 +02:00 |
|
Tobias Diekershoff
|
85815a8810
|
added FI translations to many addons THX Kris
|
2018-04-06 13:58:38 +02:00 |
|
Tobias Diekershoff
|
b96772c57f
|
added securemail PL translation
|
2018-04-01 19:25:33 +02:00 |
|
Tobias Diekershoff
|
85f4be55ab
|
securemail translation by 朱陈锬
|
2018-03-24 16:19:06 +01:00 |
|
Tobias Diekershoff
|
3ce1c8cf2e
|
securemail: added DE translation THX Richard Zsemberi
|
2018-03-20 14:00:54 +01:00 |
|
fabrixxm
|
d1d526001c
|
Update IT strings for securemail and viewsrc
|
2018-03-20 08:36:20 +01:00 |
|
Adam Magness
|
f8c162cbfb
|
Update t() calls
Update all t() calls.
|
2018-01-22 18:09:05 -05:00 |
|
Adam Magness
|
c71f7b0e1a
|
Update function names
update function names and hook calls
|
2018-01-20 08:57:41 -05:00 |
|
Adam Magness
|
0afd633346
|
Addon class
plugin moved to Addon src class
|
2018-01-19 07:20:17 -05:00 |
|
Hypolite Petovan
|
27b60e003f
|
Use short form array syntax everywhere
|
2018-01-15 08:15:33 -05:00 |
|
Michael
|
90a5c32238
|
Addons hadn't been changed for the moved emailer class
|
2017-11-22 23:10:01 +00:00 |
|
Adam Magness
|
48dcbc6f3f
|
Issue 3873
Replace deprecated functions with new syntax
|
2017-11-06 18:55:24 -05:00 |
|