Commit Graph

3892 Commits

Author SHA1 Message Date
Philipp Holzer 191e298504
add missing namespaces/fix wrong class-names 2020-01-19 16:31:48 +01:00
Philipp Holzer bce67496a7
fix forgotten use DI namespaces ... 2020-01-19 16:31:48 +01:00
Philipp Holzer f2fc22227a
cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
Philipp Holzer 88f0835fae
Move L10n::tt() calls to DI::l10n()->tt() calls 2020-01-19 16:31:46 +01:00
Philipp Holzer 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
Philipp Holzer a26bfe79e9
Remove unused `use` statements & remove PConfig class 2020-01-18 17:02:59 +01:00
Philipp Holzer 346bf125a7
Move PConfig::delete() to DI::pConfig()->delete() 2020-01-18 16:56:45 +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 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
Philipp Holzer 665948b37e
sort use 2020-01-18 15:47:19 +01:00
Philipp Holzer 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
Philipp Holzer b6fd3f71f0
Remove get_server() in favor of Search::getGlobalDirectory() 2020-01-05 00:04:04 +01:00
Philipp Holzer 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
Philipp Holzer 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
Philipp Holzer 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
Hypolite Petovan 44636c1461
Merge pull request #933 from MrPetovan/bug/fatal-errors
[various] Update missing references to DI
2019-12-29 22:29:40 -05:00
Hypolite Petovan 14850e553a
Merge pull request #932 from annando/markdown-more-elements
Markdown: Protecting some more BBCode elements
2019-12-29 21:57:47 -05:00
Hypolite Petovan b1eefb5a48 Update obsolete Module\Login reference to Module\Security\Login 2019-12-29 21:55:37 -05:00
Hypolite Petovan 905823ea63 Update obsolete App::getBaseUrl calls to DI::baseUrl 2019-12-29 21:55:10 -05:00
Michael d0a7623b94 Markdown: Protecting some more BBCode elements 2019-12-30 02:25:01 +00:00
Hypolite Petovan c03588f0b4
Merge pull request #931 from annando/fix-927
Fix PR 927: Adds forgotten calls
2019-12-29 21:05:33 -05:00
Michael 141007764b Fix PR 927: Adds forgotten calls 2019-12-30 01:20:55 +00:00
Hypolite Petovan bbc629544f
Merge pull request #927 from nupplaphil/task/replace_getClass
[various] CleanUp deprecated methods
2019-12-29 19:55:44 -05:00
Hypolite Petovan aa7f8e7bdf
Merge pull request #930 from annando/markdown-encoding
Markdown: Protect some more elements from markdown parsing
2019-12-29 17:37:22 -05:00