Commit graph

94 commits

Author SHA1 Message Date
c137fc5e79 HU and IT translation updates 2023-04-21 21:41:23 +02:00
3f2cc73936 [securemail] Bump phpseclib dependency to version 3.0.19 2023-04-06 08:26:37 -04:00
648fadedd3
[various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
39c654da00 [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
c18e0dc66a [securemail] Upgrade singpolyma/openpgp to version 0.6.0
- Add missing use statement in SecureTestEmail
- Address https://github.com/friendica/friendica/issues/12011#issuecomment-1321196332
- phpseclib version 3 dependency is implied from the core so it is removed from the addon
2022-11-24 14:04:53 -05:00
b0eb28143a
UserSession class - Refactor addon 2022-10-20 23:51:49 +02:00
5d8129600d Replace all functions from boot.php 2022-10-19 09:47:36 -04:00
592374b795 Some useless EOL removed 2022-10-17 21:00:03 +00:00
897dbb30cf Remove "notice" with new function 2022-10-17 20:17:25 +00:00
0ecb576ff9 FR translation for the ifttt, newmemberwidge, securemail and webrtc addons added 2022-08-19 19:19:55 +02:00
931be19eca
DA DK translation for various addons added THX atjn 2022-05-02 12:26:36 +02:00
ed96e0a2f6
PL translation update THX strebski 2022-03-08 16:26:19 +01:00
1e60ac18cf DE addon translation update 2022-01-22 18:52:57 +01:00
484482a4ce HU addon translation update THX Balázs Úr 2022-01-22 18:52:30 +01:00
631b456755 SV addon translation update THX Kristoffer Grundström 2022-01-22 18:50:50 +01:00
3104d176e7 [various] Updated translation files after editing several strings 2021-11-29 06:55:24 -05:00
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
0c7fd9a34d [securemail] Upgrade Composer dependencies to fix PHP8 issue
- Upgrading phpseclib/phpseclib (2.0.4 => 2.0.34)
- Upgrading singpolyma/openpgp-php (0.3.0 => 0.5.0)
2021-11-16 15:37:37 -05:00
63fca0af29
Refactoring Core class structures ... 2021-10-26 21:44:28 +02:00
0bf6612ea3 "log" is replaced with the corresponding logging functions 2021-10-21 06:04:27 +00:00
86de95f77b added AR translations to the Friendica addons
Thanks to the work of طاهر, Farida Khalaf, محمد أحمد, abidin toumi, Abdullah Alsabi, ButterflyOfFire and ominds the translation of Friendica into Arabic has crossed the magic 50% progress mark, so we now include their work into the addons repository.
2021-10-10 12:55:16 +02:00
25ba6023d0 regenerated all the strings 2021-10-10 08:27:53 +02:00
9ad7500146 Remove the use of app function 2021-08-08 17:10:04 +00:00
e823a1bd05 Replaced direct calls to App->user 2021-08-08 11:17:08 +00:00
fb4687b6df added missing )
This is a followup to PR  #1142 adding a missing ) to the if statement.
2021-07-01 07:47:48 +02:00
d86ad302e3
[securemail] Fix quoting style in securemail_settings_post() 2021-06-30 21:20:59 -04:00
629c1cca9f
fix $_POST variable 2021-06-30 09:36:21 +02:00
Tealk
ad111e05df
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2021-06-29 17:30:13 +02:00
a754a895ed
template adapted to standard 2021-06-29 11:18:15 +02:00
50552912b8
Remove wrong 5th argument for securemail 2021-06-27 21:33:12 +02:00
bb8c01eba7
Increase priority for securemail over PHP SMTP mail 2021-05-29 20:59:51 +02:00
6480bd7be1 ES translation of the securemail addon added THX Senex Petrovic 2021-04-06 06:51:45 +02:00
b4f0d0bd75 securemail addon HU translation added THX Balázs Úr 2021-03-28 22:11:34 +02:00
500aab3c53 regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
7f3704ae54 regenerated messages.po files of the addons 2021-02-01 18:29:42 +01:00
874cef6a19
Transform email header string to header array & replace it at various situations. 2020-09-19 20:14:55 +02:00
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
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
c185bab922
Fix logging 2020-01-31 19:43:34 +01:00
81dc1e5eb1
fix logger settings 2020-01-31 19:40:50 +01:00
7603b23799
Fix secure Mail addon 2020-01-31 19:32:16 +01:00
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
ae5ebf1e89
Some Renames:
- EMail => EMail
- toEmail => toAddress
- fromEmail => fromAddress
2020-01-26 23:47:15 +01:00
49254a8307
Introduce interface for emailing and create email classes 2020-01-26 20:23:58 +01:00
b828762910
Add explicit parameters to Sender::send() method signature 2020-01-26 01:04:53 +01:00
eb18a0d761
Make EMailer util dynamic 2020-01-25 23:10:38 +01:00
65e4726718
Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
1ce63185ab
Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
f2fc22227a
cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00