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 |
loma-one
|
b37d8807ae
|
Update unicode_smilies.php
correction // subdivision-flag
|
2020-01-02 21:49:14 +01:00 |
loma-one
|
fc41ff2e08
|
Update unicode_smilies.php
|
2020-01-02 16:14:22 +01:00 |
loma-one
|
9799c65ab3
|
Update unicode_smilies.php
|
2020-01-02 10:02:19 +01:00 |
loma-one
|
bbe4c5cd58
|
Extending the Unicode Emoji based on the 'unicode_smiles addon'
-Indentation of the file restored
-change :bowling
-:birthday cake' audited
-German translation removed
-Author list added
|
2020-01-02 09:53:13 +01:00 |
loma-one
|
3797c2f971
|
Update unicode_smilies.php
|
2020-01-01 18:36:16 +01:00 |
loma-one
|
8ae44d5995
|
Update unicode_smilies.php
Extension of the UNICODE Emoji based on http://www.unicode.org/emoji/charts/full-emoji-list.html
|
2020-01-01 18:10:47 +01:00 |
Michael Vogel
|
8504f2e999
|
Merge pull request #936 from MrPetovan/bug/notices
[various] Replace remaining $a->page by DI::page()
|
2019-12-31 10:54:18 +01:00 |
Hypolite Petovan
|
d3717045f7
|
[various] Replace remaining $a->page by DI::page()
|
2019-12-30 15:53:43 -05:00 |
Hypolite Petovan
|
b351fabb4f
|
Merge pull request #935 from nupplaphil/task/move_page
[various] Replace deprecated $a->page with DI::page()
|
2019-12-30 13:42:47 -05:00 |
nupplaPhil
|
2ca621a92a
|
Replace deprecated $a->page with DI::page()
|
2019-12-30 20:02:08 +01:00 |
Michael Vogel
|
07269ebb69
|
Merge pull request #934 from tobiasd/20191230-markdownPL
[markdown] added PL translation THX waldis
|
2019-12-30 09:54:39 +01:00 |
Tobias Diekershoff
|
dc4b91899b
|
[markdown] added PL translation THX waldis
|
2019-12-30 07:58:26 +01:00 |