e352408876
Remove implicit mentions from incoming ActivityPub messages
...
- Add Processor::getImplicitMentionList and Processor::removeImplicitMentionsFromBody methods
- Rename Processor::constructTagList to Processor::constructTagString
- Add implicit mention skip in Processor::constructTagString
- Invert parameter order in Processor::replaceEmojis
2019-02-08 22:57:35 -05:00
e6a75b2609
Add alias field to ActivityPub contacts
2019-02-08 22:32:50 -05:00
3aa77685fc
Merge pull request #6611 from annando/worker-performance
...
Improved worker performance (changed keys, changed queries)
2019-02-08 17:46:04 -05:00
5e5a2c3cc1
Improved worker performance (changed keys, changed queries)
2019-02-08 21:48:41 +00:00
cb791024e4
Refactor ConfigMockTrait to mocked ConfigCache
2019-02-07 20:44:03 +01:00
7572843083
Merge pull request #6601 from annando/false-notifications
...
Hopefully final fix for false notifications
2019-02-07 08:41:56 -05:00
ebe767b290
Hopefully final fix for false notifications
2019-02-07 05:38:43 +00:00
e6a7c52f7d
Add missing App parameter in addon (un)install calls
...
Follow-up to #6581
Fixes https://github.com/friendica/friendica/issues/6386#issuecomment-461080531
2019-02-06 22:28:17 -05:00
741701d26f
Merge pull request #6600 from annando/false-notifications
...
The automatic follow request is currently deactivated
2019-02-06 16:47:08 -05:00
16bf9c771d
The automatic follow request is currently deactivated, due to false notifications
2019-02-06 21:34:44 +00:00
a0b14a46cb
Merge pull request #6581 from nupplaphil/config_refact
...
Config Refactoring
2019-02-06 09:57:41 -05:00
e484678187
Merge pull request #6596 from annando/worker-jpm
...
Separate config options to display the worker jobs per minute
2019-02-06 09:04:24 +01:00
cbe2d1745b
Merge pull request #6595 from annando/notice
...
Some small notice prevented
2019-02-06 09:02:49 +01:00
4a501e4e46
Merge pull request #6594 from annando/delete-item
...
Partly Reverted #6583
2019-02-06 09:02:18 +01:00
b0411b46c4
Separate config options to display the worker jobs per minute
2019-02-06 07:37:45 +00:00
b4fc1d6810
Partly Reverted #6583
2019-02-06 07:31:29 +00:00
71fe689aae
Some small notice prevented
2019-02-06 07:30:31 +00:00
fcd7627c49
method refactoring & docblock
2019-02-06 00:02:25 +01:00
7947db8537
codeblock updates
2019-02-05 23:58:38 +01:00
3cd654e76f
bugfixing ini-loading
2019-02-05 23:47:40 +01:00
62c79e1c4f
codeblock updates
2019-02-05 23:42:49 +01:00
d9e38be4df
Creating legacy config loading method
2019-02-05 23:36:01 +01:00
87acace660
removing code for now
2019-02-05 23:06:28 +01:00
ef16e1a037
Adding unittest for empty setApp()
2019-02-05 22:56:57 +01:00
b79bd63231
move isDirectoryUsable to System
2019-02-05 22:30:18 +01:00
6a9d73f7d9
Refactoring ConfigCacheLoader methods
2019-02-05 22:27:57 +01:00
800dbc7f44
Removed implicit ::getApp() instance and added docblock
2019-02-05 21:54:55 +01:00
a96e9f248e
Remove asterisk provision altogether in Markdown::toBBCode
2019-02-04 21:50:27 -05:00
eb6ca77289
Merge pull request #6587 from rabuzarus/20190204_-_magicLinks_for_profileAdvanced
...
use magic Links for forums listed in the advanced profile section
2019-02-04 19:02:22 -05:00
rabuzarus
f190aa2140
use magic Links for forums listed in the advanced profile section
2019-02-04 23:18:51 +01:00
0d096cf32e
type-hints
2019-02-04 09:35:01 +01:00
4b82e47034
Moved addon directory constant
2019-02-04 09:33:55 +01:00
f779110154
Updating type-hints and some naming conventions
2019-02-04 09:32:13 +01:00
d78ac57514
Updating type-hints and some naming conventions
2019-02-04 09:30:48 +01:00
deaecfaf79
Merge pull request #6582 from MrPetovan/bug/6570-fix-diaspora-hashtags
...
Only escape leading hash marks in Markdown::toBBCode
2019-02-04 06:47:27 +01:00
1c51d7d22f
Typo at addon-directory-name ...
2019-02-04 02:21:23 +01:00
bdfe0c35fb
Typo at addon-directory-name ...
2019-02-04 02:14:20 +01:00
f2f8c97b7c
Bugfixing Addon-config
2019-02-04 02:06:15 +01:00
d6dd74690d
Bugfixing Config output for memcached_hosts[]
2019-02-04 01:19:01 +01:00
97fb2202cb
Lower priority for removing item
2019-02-03 23:59:16 +00:00
633d04049b
Lower priority for removing users
2019-02-03 23:55:46 +00:00
e5647be30f
Only escape leading hash marks in Markdown::toBBCode
...
- Remove useless line ending fiddling
2019-02-03 18:31:11 -05:00
90e88d6c35
Bugfixing AutomaticInstallation test
2019-02-04 00:04:16 +01:00
bc73d4bd2b
Adding descriptions
2019-02-03 23:39:30 +01:00
f3da5b3a2f
Bugfixing PConfig
2019-02-03 23:22:05 +01:00
0f5a50b46b
Bugfixing tests
2019-02-03 22:53:39 +01:00
1e0e1674f2
4) Adding Factories to other entrypoints
2019-02-03 22:46:50 +01:00
4af0119b73
3) Introducing ConfigFactory
2019-02-03 22:22:04 +01:00
5c50684b50
2) Refactor App->config[] into Core\PConfig
2019-02-03 19:32:31 +01:00
f40c57fc20
2) Refactor App->config[] into Core\PConfig
2019-02-03 19:05:44 +01:00