Michael Vogel
14045932df
Merge pull request #6624 from tobiasd/20190210-lng
...
CS and DE translation update
2019-02-10 12:58:21 +01:00
Michael Vogel
312a9f3f39
Merge pull request #6623 from tobiasd/20190210-msg
...
regen messages.po
2019-02-10 12:57:36 +01:00
Michael Vogel
e17b333b34
Merge pull request #6625 from tobiasd/20190210-doc5178
...
img tag documentation update
2019-02-10 12:57:08 +01:00
Philipp Holzer
2a42f8dded
Adding ConfigCacheTest
2019-02-10 12:30:13 +01:00
Michael
f88a1c0b51
Merge branch 'check-follow' of github.com:annando/friendica into develop
2019-02-10 11:29:58 +00:00
Michael
cf3a46b126
Don't store multiple follow request from a single person
2019-02-10 11:28:17 +00:00
Tobias Diekershoff
f6855e893a
img tag documentation update
2019-02-10 08:40:47 +01:00
Tobias Diekershoff
01b0a5b331
DE translation update
2019-02-10 08:33:31 +01:00
Tobias Diekershoff
0599f168e8
CS translation update THX Aditoo
2019-02-10 08:23:13 +01:00
Tobias Diekershoff
e6de848622
regen messages.po
2019-02-10 08:15:23 +01:00
Tobias Diekershoff
b6e2c254fb
Merge pull request #6616 from m4sk1n/patch-1
...
fix typo
2019-02-10 08:12:58 +01:00
Tobias Diekershoff
3ab7940b8e
Merge pull request #6622 from annando/community-speed
...
Improve speed on local community page
2019-02-10 08:06:37 +01:00
Tobias Diekershoff
d65b29af57
Merge pull request #6621 from annando/notice
...
Fix for possible notice "Undefined offset: 0"
2019-02-10 08:03:30 +01:00
Michael
5edc498d41
Improve speed on local community page
2019-02-10 06:37:31 +00:00
Michael
81ef96fd16
Fix for possible notice "Undefined offset: 0"
2019-02-10 06:04:11 +00:00
Hypolite Petovan
b2c2971551
Merge pull request #6619 from annando/worker-again
...
Furtner improval of the worker speed
2019-02-09 19:50:35 -05:00
Michael Vogel
c7308d98fa
Merge pull request #6614 from MrPetovan/task/6552-add-explicit-mentions
...
Add explicit mentions to ActivityPub/Diaspora comments
2019-02-10 00:52:40 +01:00
Michael
e91a5ea441
Changed config default description
2019-02-09 23:39:17 +00:00
Michael Vogel
ff2164ee85
Merge pull request #6608 from MrPetovan/bug/6386-fix-poco-discover-server-users
...
Fix poco discover server users
2019-02-10 00:38:07 +01:00
Michael
171cfe8f44
Furtner improval of the worker speed
2019-02-09 23:10:15 +00:00
Hypolite Petovan
ed89a22995
Add context to some logger calls in ActivityPub\Processor
2019-02-09 08:34:54 -05:00
marcin mikołajczak
12a44c7bb9
fix typo
2019-02-09 08:42:55 +01:00
Michael Vogel
04a3644ab4
Merge pull request #6615 from MrPetovan/bug/6336-restore-legacy-register-constants
...
Restore legacy REGISTER_* constants for local config backward compatibility
2019-02-09 07:02:26 +01:00
Michael Vogel
f68b3c7c4e
Merge pull request #6612 from MrPetovan/bug/6605-cache-config-adapter-connection
...
Cache config adapter connection status to reduce number of calls to DBA::isConnected()
2019-02-09 06:57:48 +01:00
Michael Vogel
fecfcd5025
Merge pull request #6613 from MrPetovan/task/6238-add-delivery-done
...
Add "delivery done" label
2019-02-09 06:57:04 +01:00
Hypolite Petovan
5e79805fd1
Restore legacy REGISTER_* constants for local config backward compatibility
2019-02-08 23:43:50 -05:00
Hypolite Petovan
0637a70b3d
Update base translation file
2019-02-08 23:35:23 -05:00
Hypolite Petovan
3c137e812a
Fix delivery data increment in APDelivery
...
- Avoid incrementing the queue done if Transmitter::createCachedActivityFromItem fails
2019-02-08 23:20:15 -05:00
Hypolite Petovan
7c58944449
Add "delivery done" label
2019-02-08 23:19:26 -05:00
Hypolite Petovan
ca65450537
Add query path capabilities to /itemsource
2019-02-08 23:12:05 -05:00
Hypolite Petovan
199fac3397
Prepend implicit author mentions in outgoing Diaspora comments
...
- Add Diaspora::prependParentAuthorMention method
2019-02-08 23:10:36 -05:00
Hypolite Petovan
e514ecb6fa
Prepend implicit mentions to outgoing ActivityPub messages
...
- Add Transmitter::prependMentions method
- Fix Transmitter::mentionCallback return value when contact isn't found
2019-02-08 23:09:02 -05:00
Hypolite Petovan
9887f2c3d0
Toggle explicit mentions in comment boxes with explicit_mentions config
2019-02-08 23:07:36 -05:00
Hypolite Petovan
e8ca8182db
Add explicit_mentions feature setting
2019-02-08 22:58:48 -05:00
Hypolite Petovan
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
Hypolite Petovan
6577b1abb0
Add alias field to mod/crepair
...
- Replace deprecated q() call by DBA::update
2019-02-08 22:38:23 -05:00
Hypolite Petovan
e6a75b2609
Add alias field to ActivityPub contacts
2019-02-08 22:32:50 -05:00
Hypolite Petovan
337c02bd80
Cache config adapter connection status to reduce number of calls to DBA::isConnected()
2019-02-08 20:12:07 -05:00
Hypolite Petovan
3aa77685fc
Merge pull request #6611 from annando/worker-performance
...
Improved worker performance (changed keys, changed queries)
2019-02-08 17:46:04 -05:00
Michael
5e5a2c3cc1
Improved worker performance (changed keys, changed queries)
2019-02-08 21:48:41 +00:00
Hypolite Petovan
1eb607b351
Add missing non-empty data condition to Protocol\PortableContact
2019-02-08 09:24:04 -05:00
Hypolite Petovan
066ad8c01b
Add PortableContact constants
...
- Fix typo in mod/admin
- Replace deprecated Logger::log calls
2019-02-08 08:38:13 -05:00
Hypolite Petovan
b912823ea9
Merge pull request #6605 from nupplaphil/config_mock
...
Refactor ConfigMockTrait to mocked ConfigCache
2019-02-07 21:03:52 -05:00
Philipp Holzer
cb791024e4
Refactor ConfigMockTrait to mocked ConfigCache
2019-02-07 20:44:03 +01:00
Hypolite Petovan
38ac615ba0
Merge pull request #6577 from rabuzarus/20190129_-_jot_atachment_preview
...
Attachement live preview
2019-02-07 08:43:49 -05:00
Hypolite Petovan
7572843083
Merge pull request #6601 from annando/false-notifications
...
Hopefully final fix for false notifications
2019-02-07 08:41:56 -05:00
Michael
ebe767b290
Hopefully final fix for false notifications
2019-02-07 05:38:43 +00:00
Hypolite Petovan
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
Hypolite Petovan
741701d26f
Merge pull request #6600 from annando/false-notifications
...
The automatic follow request is currently deactivated
2019-02-06 16:47:08 -05:00
Michael
16bf9c771d
The automatic follow request is currently deactivated, due to false notifications
2019-02-06 21:34:44 +00:00