Hypolite Petovan
|
360e58e6e3
|
Merge pull request #952 from nupplaphil/bug/8000-phpmailer
[various] Fix invalid "emailer_send_prepare" Hook
|
2020-01-29 15:16:13 -05:00 |
|
nupplaPhil
|
dc1e3a0d1d
|
Fix composer
|
2020-01-29 21:13:53 +01:00 |
|
nupplaPhil
|
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 |
|
Hypolite Petovan
|
30eb87e939
|
Merge pull request #950 from nupplaphil/bug/8182_another_notification_bug
[various] enotify: empty out fields instead of using "abort" for addons
|
2020-01-28 16:58:47 -05:00 |
|
Philipp
|
5398962506
|
Merge pull request #951 from MrPetovan/task/7817-custom-profile-fields
[various] New custom profile field feature
|
2020-01-28 15:40:36 +01:00 |
|
Hypolite Petovan
|
53d3c372f3
|
[widgets] Remove uses of deprecated profile field
|
2020-01-27 23:09:59 -05:00 |
|
Hypolite Petovan
|
6f45425817
|
[morechoice] Deprecate addon
|
2020-01-27 23:09:41 -05:00 |
|
Hypolite Petovan
|
14acb7d7cf
|
[forumdirectory] Remove uses of deprecated profile fields
|
2020-01-27 23:09:29 -05:00 |
|
nupplaPhil
|
2429f7eba8
|
enotify: empty out fields instead of using "abort" for addons
|
2020-01-28 01:12:41 +01:00 |
|
Hypolite Petovan
|
bfa25a197c
|
Merge pull request #949 from nupplaphil/task/split_emails
[various] Introduce specific Email classes
|
2020-01-26 17:13:43 -05:00 |
|
nupplaPhil
|
ae5ebf1e89
|
Some Renames:
- EMail => EMail
- toEmail => toAddress
- fromEmail => fromAddress
|
2020-01-26 23:47:15 +01:00 |
|
nupplaPhil
|
49254a8307
|
Introduce interface for emailing and create email classes
|
2020-01-26 20:23:58 +01:00 |
|
nupplaPhil
|
b828762910
|
Add explicit parameters to Sender::send() method signature
|
2020-01-26 01:04:53 +01:00 |
|
nupplaPhil
|
eb18a0d761
|
Make EMailer util dynamic
|
2020-01-25 23:10:38 +01:00 |
|
Hypolite Petovan
|
1357817fc3
|
Merge pull request #948 from nupplaphil/task/di_config
CleanUp Config namespace
|
2020-01-19 22:23:10 -05:00 |
|
nupplaPhil
|
65e4726718
|
Remove unneeded Config namespace usages
|
2020-01-19 22:50:43 +01:00 |
|
nupplaPhil
|
62d6f08fc1
|
Add missing Friendica\DI namespace to files (PHPStorm inspection)
|
2020-01-19 21:26:41 +01:00 |
|
nupplaPhil
|
75143e27b5
|
Move Config::set() to DI::config()->set()
|
2020-01-19 21:21:52 +01:00 |
|
nupplaPhil
|
1ce63185ab
|
Move Config::get() to DI::config()->get()
|
2020-01-19 21:21:12 +01:00 |
|
Hypolite Petovan
|
c67ad31c8b
|
Merge pull request #947 from nupplaphil/task/di_l10n
Cleanup L10n namespace
|
2020-01-19 11:30:31 -05:00 |
|
nupplaPhil
|
8f49ff2054
|
Fix missing Cache namespace
|
2020-01-19 16:35:10 +01:00 |
|
nupplaPhil
|
191e298504
|
add missing namespaces/fix wrong class-names
|
2020-01-19 16:31:48 +01:00 |
|
nupplaPhil
|
bce67496a7
|
fix forgotten use DI namespaces ...
|
2020-01-19 16:31:48 +01:00 |
|
nupplaPhil
|
f2fc22227a
|
cleanup namespace usages for L10n
|
2020-01-19 16:31:47 +01:00 |
|
nupplaPhil
|
88f0835fae
|
Move L10n::tt() calls to DI::l10n()->tt() calls
|
2020-01-19 16:31:46 +01:00 |
|
nupplaPhil
|
48fecb9a40
|
Move L10n::t() calls to DI::l10n()->t() calls
|
2020-01-19 16:31:46 +01:00 |
|
Hypolite Petovan
|
1eb23e3667
|
Merge pull request #945 from valvin1/feat/blockbot_uptimerobot
feat(blockbot): ensure good agent are whitelisted and add uptimerobot
|
2020-01-18 23:53:24 -05:00 |
|
valvin
|
e7f7868c88
|
fix(blockbot): indent code using psr12
|
2020-01-18 23:28:14 +01:00 |
|
Hypolite Petovan
|
bbaf463a20
|
Merge pull request #946 from nupplaphil/task/di_pconfig
[various] Move PConfig to DI::pConfig()
|
2020-01-18 13:58:40 -05:00 |
|
nupplaPhil
|
a26bfe79e9
|
Remove unused use statements & remove PConfig class
|
2020-01-18 17:02:59 +01:00 |
|
nupplaPhil
|
346bf125a7
|
Move PConfig::delete() to DI::pConfig()->delete()
|
2020-01-18 16:56:45 +01:00 |
|
nupplaPhil
|
febc835a2d
|
Move PConfig::set() to DI::pConfig()->set()
|
2020-01-18 16:54:49 +01:00 |
|
nupplaPhil
|
ea3a9052d8
|
Move PConfig::get() to DI::pConfig()->get()
|
2020-01-18 16:50:56 +01:00 |
|
nupplaPhil
|
2a35176588
|
Move PConfig::load() to DI::pConfig()->load()
|
2020-01-18 15:59:01 +01:00 |
|
valvin
|
c3919e52d2
|
feat(blockbot): ensure good agent are whitelisted and add uptimerobot
|
2020-01-18 15:33:12 +01:00 |
|
Hypolite Petovan
|
43d2e0c38a
|
Merge pull request #944 from nupplaphil/task/cleanup_cache
CleanUp Cache namespace
|
2020-01-18 09:09:57 -05:00 |
|
nupplaPhil
|
665948b37e
|
sort use
|
2020-01-18 15:47:19 +01:00 |
|
nupplaPhil
|
fbc10c177f
|
CleanUp Cache namespace
- Introduce enum "Duration"
- Introduce enum "Type"
- Move "Cache\Cache" to "BaseCache"
|
2020-01-18 15:41:18 +01:00 |
|
Tobias Diekershoff
|
bc62d7ad0f
|
Merge pull request #943 from MrPetovan/bug/fatal-errors
[openstreetmap] Fix references to Cache
|
2020-01-12 15:40:26 +01:00 |
|
Hypolite Petovan
|
d0a63610bd
|
[openstreetmap] Fix references to Cache
|
2020-01-12 09:36:43 -05:00 |
|
Philipp
|
6121ad71d3
|
Merge pull request #942 from MrPetovan/bug/8090-advancedcontentfilter-cache
[advancedcontentfilter] Enable rule caching
|
2020-01-10 20:54:12 +01:00 |
|
Benjamin Lorteau
|
92fed96116
|
[advancedcontentfilter] Enable rule caching
- Fix broken reference to Friendica\Core\Cache
|
2020-01-10 14:05:27 -05:00 |
|
Hypolite Petovan
|
947f84490d
|
Merge pull request #940 from nupplaphil/task/remove_get_server
[testdrive] Remove get_server() in favor of Search::getGlobalDirectory()
|
2020-01-04 20:10:57 -05:00 |
|
nupplaPhil
|
b6fd3f71f0
|
Remove get_server() in favor of Search::getGlobalDirectory()
|
2020-01-05 00:04:04 +01:00 |
|
nupplaPhil
|
19fd0a22d7
|
Remove get_server() in favor of Config::get()
|
2020-01-04 23:59:19 +01:00 |
|
Michael Vogel
|
80e81f02ad
|
Merge pull request #939 from nupplaphil/task/remove_get_app
[ifttt] Remove get_app() in favor of DI::app()
|
2020-01-04 23:42:32 +01:00 |
|
nupplaPhil
|
9b93c5ee60
|
Remove get_app() in favor of DI::app()
|
2020-01-04 23:42:00 +01:00 |
|
Hypolite Petovan
|
77be5d04b6
|
Merge pull request #938 from tobiasd/20200103-advZHCN
[advanced content filter] added ZH-CN translation THX tomacat
|
2020-01-03 08:21:23 -05:00 |
|
Tobias Diekershoff
|
ce17f7c793
|
[advanced content filter] added ZH-CN translation THX tomacat
|
2020-01-03 07:15:34 +01:00 |
|
Hypolite Petovan
|
ba66cb2dc5
|
Merge pull request #937 from loma-one/patch-1
Extending the Unicode Emoji based on the 'unicode_smiles addon'
|
2020-01-02 15:55:10 -05:00 |
|