friendica.git/.git
5 years agoMerge pull request #6615 from MrPetovan/bug/6336-restore-legacy-register-constants
Michael Vogel [Sat, 9 Feb 2019 06:02:26 +0000 (07:02 +0100)]
Merge pull request #6615 from MrPetovan/bug/6336-restore-legacy-register-constants

Restore legacy REGISTER_* constants for local config backward compatibility

5 years agoMerge pull request #6612 from MrPetovan/bug/6605-cache-config-adapter-connection
Michael Vogel [Sat, 9 Feb 2019 05:57:48 +0000 (06:57 +0100)]
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()

5 years agoMerge pull request #6613 from MrPetovan/task/6238-add-delivery-done
Michael Vogel [Sat, 9 Feb 2019 05:57:04 +0000 (06:57 +0100)]
Merge pull request #6613 from MrPetovan/task/6238-add-delivery-done

Add "delivery done" label

5 years agoRestore legacy REGISTER_* constants for local config backward compatibility
Hypolite Petovan [Sat, 9 Feb 2019 04:43:50 +0000 (23:43 -0500)]
Restore legacy REGISTER_* constants for local config backward compatibility

5 years agoUpdate base translation file
Hypolite Petovan [Sat, 9 Feb 2019 04:35:23 +0000 (23:35 -0500)]
Update base translation file

5 years agoFix delivery data increment in APDelivery
Hypolite Petovan [Sat, 9 Feb 2019 04:20:15 +0000 (23:20 -0500)]
Fix delivery data increment in APDelivery

- Avoid incrementing the queue done if Transmitter::createCachedActivityFromItem fails

5 years agoAdd "delivery done" label
Hypolite Petovan [Sat, 9 Feb 2019 04:19:26 +0000 (23:19 -0500)]
Add "delivery done" label

5 years agoCache config adapter connection status to reduce number of calls to DBA::isConnected()
Hypolite Petovan [Sat, 9 Feb 2019 01:12:07 +0000 (20:12 -0500)]
Cache config adapter connection status to reduce number of calls to DBA::isConnected()

5 years agoMerge pull request #6611 from annando/worker-performance
Hypolite Petovan [Fri, 8 Feb 2019 22:46:04 +0000 (17:46 -0500)]
Merge pull request #6611 from annando/worker-performance

Improved worker performance (changed keys, changed queries)

5 years agoImproved worker performance (changed keys, changed queries)
Michael [Fri, 8 Feb 2019 21:48:41 +0000 (21:48 +0000)]
Improved worker performance (changed keys, changed queries)

5 years agoMerge pull request #6605 from nupplaphil/config_mock
Hypolite Petovan [Fri, 8 Feb 2019 02:03:52 +0000 (21:03 -0500)]
Merge pull request #6605 from nupplaphil/config_mock

Refactor ConfigMockTrait to mocked ConfigCache

5 years agoRefactor ConfigMockTrait to mocked ConfigCache
Philipp Holzer [Thu, 7 Feb 2019 19:44:03 +0000 (20:44 +0100)]
Refactor ConfigMockTrait to mocked ConfigCache

5 years agoMerge pull request #6577 from rabuzarus/20190129_-_jot_atachment_preview
Hypolite Petovan [Thu, 7 Feb 2019 13:43:49 +0000 (08:43 -0500)]
Merge pull request #6577 from rabuzarus/20190129_-_jot_atachment_preview

Attachement live preview

5 years agoMerge pull request #6601 from annando/false-notifications
Hypolite Petovan [Thu, 7 Feb 2019 13:41:56 +0000 (08:41 -0500)]
Merge pull request #6601 from annando/false-notifications

Hopefully final fix for false notifications

5 years agoHopefully final fix for false notifications
Michael [Thu, 7 Feb 2019 05:38:43 +0000 (05:38 +0000)]
Hopefully final fix for false notifications

5 years agoAdd missing App parameter in addon (un)install calls
Hypolite Petovan [Thu, 7 Feb 2019 03:28:17 +0000 (22:28 -0500)]
Add missing App parameter in addon (un)install calls

Follow-up to #6581
Fixes https://github.com/friendica/friendica/issues/6386#issuecomment-461080531

5 years agoMerge pull request #6600 from annando/false-notifications
Hypolite Petovan [Wed, 6 Feb 2019 21:47:08 +0000 (16:47 -0500)]
Merge pull request #6600 from annando/false-notifications

The automatic follow request is currently deactivated

5 years agoThe automatic follow request is currently deactivated, due to false notifications
Michael [Wed, 6 Feb 2019 21:34:44 +0000 (21:34 +0000)]
The automatic follow request is currently deactivated, due to false notifications

5 years agoMerge pull request #6593 from tobiasd/20190206-can
Hypolite Petovan [Wed, 6 Feb 2019 16:18:53 +0000 (11:18 -0500)]
Merge pull request #6593 from tobiasd/20190206-can

Storage Backend: wording of admin panel help

5 years agoMerge pull request #6599 from rabuzarus/20190206_-_fix_frio_wall_category_displaying
Hypolite Petovan [Wed, 6 Feb 2019 16:18:16 +0000 (11:18 -0500)]
Merge pull request #6599 from rabuzarus/20190206_-_fix_frio_wall_category_displaying

frio: remove useless </a> for categories from wall_thread template

5 years agoclarification
Tobias Diekershoff [Wed, 6 Feb 2019 16:15:14 +0000 (17:15 +0100)]
clarification

5 years agoBugfix: remove useless </a> for categories from wall_thread template
rabuzarus [Wed, 6 Feb 2019 16:08:13 +0000 (17:08 +0100)]
Bugfix: remove useless </a> for categories from wall_thread template

5 years agoMerge pull request #6598 from annando/worker-index
Hypolite Petovan [Wed, 6 Feb 2019 14:58:51 +0000 (09:58 -0500)]
Merge pull request #6598 from annando/worker-index

Improved indexes for worker queue processing

5 years agoMerge pull request #6581 from nupplaphil/config_refact
Hypolite Petovan [Wed, 6 Feb 2019 14:57:41 +0000 (09:57 -0500)]
Merge pull request #6581 from nupplaphil/config_refact

Config Refactoring

5 years agoImproved indexes for worker queue processing
Michael [Wed, 6 Feb 2019 12:03:56 +0000 (12:03 +0000)]
Improved indexes for worker queue processing

5 years agoMerge pull request #6596 from annando/worker-jpm
Tobias Diekershoff [Wed, 6 Feb 2019 08:04:24 +0000 (09:04 +0100)]
Merge pull request #6596 from annando/worker-jpm

Separate config options to display the worker jobs per minute

5 years agoMerge pull request #6595 from annando/notice
Tobias Diekershoff [Wed, 6 Feb 2019 08:02:49 +0000 (09:02 +0100)]
Merge pull request #6595 from annando/notice

Some small notice prevented

5 years agoMerge pull request #6594 from annando/delete-item
Tobias Diekershoff [Wed, 6 Feb 2019 08:02:18 +0000 (09:02 +0100)]
Merge pull request #6594 from annando/delete-item

Partly Reverted #6583

5 years agoSeparate config options to display the worker jobs per minute
Michael [Wed, 6 Feb 2019 07:37:45 +0000 (07:37 +0000)]
Separate config options to display the worker jobs per minute

5 years agoPartly Reverted #6583
Michael [Wed, 6 Feb 2019 07:31:29 +0000 (07:31 +0000)]
Partly Reverted #6583

5 years agoSome small notice prevented
Michael [Wed, 6 Feb 2019 07:30:31 +0000 (07:30 +0000)]
Some small notice prevented

5 years agoStorage Backend: wording of admin panel help
Tobias Diekershoff [Wed, 6 Feb 2019 06:35:57 +0000 (07:35 +0100)]
Storage Backend: wording of admin panel help

5 years agomethod refactoring & docblock
Philipp Holzer [Tue, 5 Feb 2019 23:02:25 +0000 (00:02 +0100)]
method refactoring & docblock

5 years agocodeblock updates
Philipp Holzer [Tue, 5 Feb 2019 22:58:38 +0000 (23:58 +0100)]
codeblock updates

5 years agobugfixing ini-loading
Philipp Holzer [Tue, 5 Feb 2019 22:47:40 +0000 (23:47 +0100)]
bugfixing ini-loading

5 years agocodeblock updates
Philipp Holzer [Tue, 5 Feb 2019 22:42:49 +0000 (23:42 +0100)]
codeblock updates

5 years agoCreating legacy config loading method
Philipp Holzer [Tue, 5 Feb 2019 22:36:01 +0000 (23:36 +0100)]
Creating legacy config loading method

5 years agousing Config::get (automatically use the right cache)
Philipp Holzer [Tue, 5 Feb 2019 22:09:57 +0000 (23:09 +0100)]
using Config::get (automatically use the right cache)

5 years agoremoving code for now
Philipp Holzer [Tue, 5 Feb 2019 22:06:28 +0000 (23:06 +0100)]
removing code for now

5 years agoAdding unittest for empty setApp()
Philipp Holzer [Tue, 5 Feb 2019 21:56:57 +0000 (22:56 +0100)]
Adding unittest for empty setApp()

5 years agomove isDirectoryUsable to System
Philipp Holzer [Tue, 5 Feb 2019 21:30:18 +0000 (22:30 +0100)]
move isDirectoryUsable to System

5 years agoRefactoring ConfigCacheLoader methods
Philipp Holzer [Tue, 5 Feb 2019 21:27:57 +0000 (22:27 +0100)]
Refactoring ConfigCacheLoader methods

5 years agoFixing tests
Philipp Holzer [Tue, 5 Feb 2019 21:03:07 +0000 (22:03 +0100)]
Fixing tests

5 years agoRemoved implicit ::getApp() instance and added docblock
Philipp Holzer [Tue, 5 Feb 2019 20:54:55 +0000 (21:54 +0100)]
Removed implicit ::getApp() instance and added docblock

5 years agoMerge pull request #6591 from tobiasd/20190205-6533
Hypolite Petovan [Tue, 5 Feb 2019 17:13:44 +0000 (12:13 -0500)]
Merge pull request #6591 from tobiasd/20190205-6533

Filestorage Backend and legacy label

5 years agoDE documentation for the Filestorage backend and some typos
Tobias Diekershoff [Tue, 5 Feb 2019 16:44:16 +0000 (17:44 +0100)]
DE documentation for the Filestorage backend and some typos

5 years agoFile storage options, naming of the default option and EN docs
Tobias Diekershoff [Tue, 5 Feb 2019 15:30:46 +0000 (16:30 +0100)]
File storage options, naming of the default option and EN docs

5 years agoMerge pull request #6590 from MrPetovan/bug/6585-diaspora-ignore-escaped-asterisks
Tobias Diekershoff [Tue, 5 Feb 2019 06:49:54 +0000 (07:49 +0100)]
Merge pull request #6590 from MrPetovan/bug/6585-diaspora-ignore-escaped-asterisks

Diaspora: Remove asterisk-meddling regular expression

5 years agoRemove asterisk provision altogether in Markdown::toBBCode
Hypolite Petovan [Tue, 5 Feb 2019 02:49:55 +0000 (21:49 -0500)]
Remove asterisk provision altogether in Markdown::toBBCode

5 years agoImprove Markdown::convert panel display in mod/babel
Hypolite Petovan [Tue, 5 Feb 2019 02:46:34 +0000 (21:46 -0500)]
Improve Markdown::convert panel display in mod/babel

5 years agoMerge pull request #6589 from rabuzarus/20190204_-_show_forum_account_in_vcard
Hypolite Petovan [Tue, 5 Feb 2019 00:02:43 +0000 (19:02 -0500)]
Merge pull request #6589 from rabuzarus/20190204_-_show_forum_account_in_vcard

frio: add account type to the profile vcard

5 years agoMerge pull request #6587 from rabuzarus/20190204_-_magicLinks_for_profileAdvanced
Hypolite Petovan [Tue, 5 Feb 2019 00:02:22 +0000 (19:02 -0500)]
Merge pull request #6587 from rabuzarus/20190204_-_magicLinks_for_profileAdvanced

use magic Links for forums listed in the advanced profile section

5 years agofrio: add account type to the profile vcard
rabuzarus [Mon, 4 Feb 2019 23:18:07 +0000 (00:18 +0100)]
frio: add account type to the profile vcard

5 years agouse magic Links for forums listed in the advanced profile section
rabuzarus [Mon, 4 Feb 2019 22:18:51 +0000 (23:18 +0100)]
use magic Links for forums listed in the advanced profile section

5 years agotype-hints
Philipp Holzer [Mon, 4 Feb 2019 08:35:01 +0000 (09:35 +0100)]
type-hints

5 years agoMoved addon directory constant
Philipp Holzer [Mon, 4 Feb 2019 08:33:55 +0000 (09:33 +0100)]
Moved addon directory constant

5 years agoUpdating type-hints and some naming conventions
Philipp Holzer [Mon, 4 Feb 2019 08:32:13 +0000 (09:32 +0100)]
Updating type-hints and some naming conventions

5 years agoUpdating type-hints and some naming conventions
Philipp Holzer [Mon, 4 Feb 2019 08:30:48 +0000 (09:30 +0100)]
Updating type-hints and some naming conventions

5 years agoMerge pull request #6584 from tobiasd/20190204-cs
Michael Vogel [Mon, 4 Feb 2019 07:30:36 +0000 (08:30 +0100)]
Merge pull request #6584 from tobiasd/20190204-cs

CS translation update THX Aditoo

5 years agoCS translation update THX Aditoo
Tobias Diekershoff [Mon, 4 Feb 2019 06:18:24 +0000 (07:18 +0100)]
CS translation update THX Aditoo

5 years agoMerge pull request #6582 from MrPetovan/bug/6570-fix-diaspora-hashtags
Tobias Diekershoff [Mon, 4 Feb 2019 05:47:27 +0000 (06:47 +0100)]
Merge pull request #6582 from MrPetovan/bug/6570-fix-diaspora-hashtags

Only escape leading hash marks in Markdown::toBBCode

5 years agoTypo at addon-directory-name ...
Philipp Holzer [Mon, 4 Feb 2019 01:21:23 +0000 (02:21 +0100)]
Typo at addon-directory-name ...

5 years agoTypo at addon-directory-name ...
Philipp Holzer [Mon, 4 Feb 2019 01:14:20 +0000 (02:14 +0100)]
Typo at addon-directory-name ...

5 years agoBugfixing Addon-config
Philipp Holzer [Mon, 4 Feb 2019 01:06:15 +0000 (02:06 +0100)]
Bugfixing Addon-config

5 years agoMerge pull request #6583 from annando/priority
Hypolite Petovan [Mon, 4 Feb 2019 00:37:16 +0000 (19:37 -0500)]
Merge pull request #6583 from annando/priority

Lower priority for removing items

5 years agoattachment preview: fix a bug if inserted text did contain a new line between content...
rabuzarus [Mon, 4 Feb 2019 00:23:30 +0000 (01:23 +0100)]
attachment preview: fix a bug if inserted text did contain a new line between content and url

5 years agoBugfixing Config output for memcached_hosts[]
Philipp Holzer [Mon, 4 Feb 2019 00:19:01 +0000 (01:19 +0100)]
Bugfixing Config output for memcached_hosts[]

5 years agoLower priority for removing item
Michael [Sun, 3 Feb 2019 23:59:16 +0000 (23:59 +0000)]
Lower priority for removing item

5 years agoLower priority for removing users
Michael [Sun, 3 Feb 2019 23:55:46 +0000 (23:55 +0000)]
Lower priority for removing users

5 years agoattachment preview: scroll the content not the mocal (adds scroll bars to the modal...
rabuzarus [Sun, 3 Feb 2019 23:44:38 +0000 (00:44 +0100)]
attachment preview: scroll the content not the mocal (adds scroll bars to the modal conent if it is to large)

5 years agoOnly escape leading hash marks in Markdown::toBBCode
Hypolite Petovan [Sun, 3 Feb 2019 23:31:11 +0000 (18:31 -0500)]
Only escape leading hash marks in Markdown::toBBCode

- Remove useless line ending fiddling

5 years agoBugfixing AutomaticInstallation test
Philipp Holzer [Sun, 3 Feb 2019 23:04:16 +0000 (00:04 +0100)]
Bugfixing AutomaticInstallation test

5 years agoAdding descriptions
Philipp Holzer [Sun, 3 Feb 2019 22:39:30 +0000 (23:39 +0100)]
Adding descriptions

5 years agoBugfixing PConfig
Philipp Holzer [Sun, 3 Feb 2019 22:22:05 +0000 (23:22 +0100)]
Bugfixing PConfig

5 years agoBugfixing tests
Philipp Holzer [Sun, 3 Feb 2019 21:55:13 +0000 (22:55 +0100)]
Bugfixing tests

5 years agoBugfixing tests
Philipp Holzer [Sun, 3 Feb 2019 21:53:39 +0000 (22:53 +0100)]
Bugfixing tests

5 years agoMerge pull request #6580 from MrPetovan/bug/6575-escaped-field-input-attributes
Michael Vogel [Sun, 3 Feb 2019 21:52:30 +0000 (22:52 +0100)]
Merge pull request #6580 from MrPetovan/bug/6575-escaped-field-input-attributes

Add nofilter to field_input attribute parameter

5 years ago4) Adding Factories to other entrypoints
Philipp Holzer [Sun, 3 Feb 2019 21:46:50 +0000 (22:46 +0100)]
4) Adding Factories to other entrypoints

5 years ago3) Introducing ConfigFactory
Philipp Holzer [Sun, 3 Feb 2019 21:22:04 +0000 (22:22 +0100)]
3) Introducing ConfigFactory

5 years agoNormalize field_*.tpl formatting
Hypolite Petovan [Sun, 3 Feb 2019 20:33:59 +0000 (15:33 -0500)]
Normalize field_*.tpl formatting

5 years agoAdd nofilter to field_input attribute parameter
Hypolite Petovan [Sun, 3 Feb 2019 20:32:52 +0000 (15:32 -0500)]
Add nofilter to field_input attribute parameter

5 years ago2) Refactor App->config[] into Core\PConfig
Philipp Holzer [Sun, 3 Feb 2019 18:32:31 +0000 (19:32 +0100)]
2) Refactor App->config[] into Core\PConfig

5 years ago2) Refactor App->config[] into Core\PConfig
Philipp Holzer [Sun, 3 Feb 2019 18:05:44 +0000 (19:05 +0100)]
2) Refactor App->config[] into Core\PConfig

5 years ago2) Refactor App->config[] into Core\PConfig
Philipp Holzer [Sun, 3 Feb 2019 18:04:41 +0000 (19:04 +0100)]
2) Refactor App->config[] into Core\PConfig

5 years ago1) Refactor App->config[] into Core\Config
Philipp Holzer [Sun, 3 Feb 2019 17:54:25 +0000 (18:54 +0100)]
1) Refactor App->config[] into Core\Config

5 years agoattachment preview: some small corrections
rabuzarus [Sun, 3 Feb 2019 15:26:13 +0000 (16:26 +0100)]
attachment preview: some small corrections

5 years agoMerge pull request #6576 from nupplaphil/cache_lock_mock
Hypolite Petovan [Sun, 3 Feb 2019 12:53:36 +0000 (07:53 -0500)]
Merge pull request #6576 from nupplaphil/cache_lock_mock

Refactoring DBA-mocking tests

5 years agoMerge pull request #6578 from Ixiter/develop-markdown-anchors
Hypolite Petovan [Sun, 3 Feb 2019 12:51:26 +0000 (07:51 -0500)]
Merge pull request #6578 from Ixiter/develop-markdown-anchors

Markdown - Fixed bug with local anchor links

5 years agoMarkdown - fixed bug in local anchor links, optimized replacer
peter [Sun, 3 Feb 2019 09:33:15 +0000 (10:33 +0100)]
Markdown - fixed bug in local anchor links, optimized replacer

5 years agoMarkdown - fixed bug in local anchor links
peter [Sun, 3 Feb 2019 02:23:47 +0000 (03:23 +0100)]
Markdown - fixed bug in local anchor links

5 years agoattachment preview: handle content with attachment bbcode inside (show preview of...
rabuzarus [Sat, 2 Feb 2019 22:06:11 +0000 (23:06 +0100)]
attachment preview: handle content with attachment bbcode inside (show preview of this attachment)

5 years agoConsoleTest is now a MockedTest
Philipp Holzer [Sat, 2 Feb 2019 18:21:48 +0000 (19:21 +0100)]
ConsoleTest is now a MockedTest

5 years agoRefactoring DBA-mocking tests
Philipp Holzer [Wed, 30 Jan 2019 19:26:17 +0000 (20:26 +0100)]
Refactoring DBA-mocking tests
- Reducing DB-dependencies
- Creating DB-cache mocks
- Creating DB-lock mocks
- Switching to mocked dependencies for Cache/Lock/App

5 years agoMerge pull request #6573 from tobiasd/20190202-lng
Hypolite Petovan [Sat, 2 Feb 2019 12:34:49 +0000 (07:34 -0500)]
Merge pull request #6573 from tobiasd/20190202-lng

translation updates

5 years agoPL translation update THX waldis
Tobias Diekershoff [Sat, 2 Feb 2019 07:25:24 +0000 (08:25 +0100)]
PL translation update THX waldis

5 years agoDE translation update
Tobias Diekershoff [Sat, 2 Feb 2019 07:24:44 +0000 (08:24 +0100)]
DE translation update

5 years agoCS translation update THX Aditoo
Tobias Diekershoff [Sat, 2 Feb 2019 07:24:10 +0000 (08:24 +0100)]
CS translation update THX Aditoo

5 years agoupdate to the zh-cn translation THX ZhuChentan
Tobias Diekershoff [Sat, 2 Feb 2019 07:23:23 +0000 (08:23 +0100)]
update to the zh-cn translation THX ZhuChentan

5 years agoattachment preview: frio- initialize linkPreview on jot modal open (so we can use...
rabuzarus [Sat, 2 Feb 2019 02:12:36 +0000 (03:12 +0100)]
attachment preview: frio- initialize linkPreview on jot modal open (so we can use the linkPreview for new posts and edit post modal)

5 years agoattachment preview: add destroy method to linkPreview.js
rabuzarus [Sat, 2 Feb 2019 01:27:41 +0000 (02:27 +0100)]
attachment preview: add destroy method to linkPreview.js