]> git.mxchange.org Git - friendica.git/log
friendica.git
4 years agoFix https://github.com/friendica/friendica/issues/7298#issuecomment-522215746
Philipp Holzer [Sun, 18 Aug 2019 12:51:11 +0000 (14:51 +0200)]
Fix https://github.com/friendica/friendica/issues/7298#issuecomment-522215746

4 years agoMerge pull request #7528 from nupplaphil/bug/fix_locks
Hypolite Petovan [Sat, 17 Aug 2019 18:41:32 +0000 (14:41 -0400)]
Merge pull request #7528 from nupplaphil/bug/fix_locks

Fix Locks

4 years agoMerge pull request #7530 from nupplaphil/bug/theme_reload
Hypolite Petovan [Sat, 17 Aug 2019 18:41:20 +0000 (14:41 -0400)]
Merge pull request #7530 from nupplaphil/bug/theme_reload

Fix Admin Theme reload

4 years agoAuto-remove duplicated, allowed themes during reload
Philipp Holzer [Sat, 17 Aug 2019 18:00:11 +0000 (20:00 +0200)]
Auto-remove duplicated, allowed themes during reload

4 years agofix Admin Theme reload
Philipp Holzer [Sat, 17 Aug 2019 17:55:14 +0000 (19:55 +0200)]
fix Admin Theme reload

4 years agoMerge pull request #7529 from vinzv/7527-replace-paper-plane-icon-with-check-mark
Hypolite Petovan [Sat, 17 Aug 2019 17:42:05 +0000 (13:42 -0400)]
Merge pull request #7529 from vinzv/7527-replace-paper-plane-icon-with-check-mark

replace paper plane for finished transfers

4 years agoRemove unnecessary parameter
Philipp Holzer [Sat, 17 Aug 2019 17:41:59 +0000 (19:41 +0200)]
Remove unnecessary parameter

4 years agoenhance semaphore lock testing
Philipp Holzer [Sat, 17 Aug 2019 17:38:51 +0000 (19:38 +0200)]
enhance semaphore lock testing

4 years agoFix Locks
Philipp Holzer [Sat, 17 Aug 2019 17:33:36 +0000 (19:33 +0200)]
Fix Locks
- Wrong return of lock releasing with DBA provider
- It's not possible to maintain Semaphore locks, since they aren't accessible by other processes
Should solve https://github.com/friendica/friendica/issues/7298#issuecomment-521996540

4 years agoreplace paper plane for finished transfers
Vinzenz Vietzke [Sat, 17 Aug 2019 17:24:33 +0000 (19:24 +0200)]
replace paper plane for finished transfers
show check mark to visualize the "finished" status
closing #7527

4 years agoMerge pull request #7525 from vinzv/7522-replace-share-icon
Philipp [Sat, 17 Aug 2019 13:55:01 +0000 (15:55 +0200)]
Merge pull request #7525 from vinzv/7522-replace-share-icon

replacing slideshare icon with paper plane

4 years agoreplacing slideshare icon with paper plane
Vinzenz Vietzke [Sat, 17 Aug 2019 13:40:48 +0000 (15:40 +0200)]
replacing slideshare icon with paper plane
closing #7522

4 years agoMerge pull request #7521 from nupplaphil/task/create_process
Hypolite Petovan [Sat, 17 Aug 2019 12:04:24 +0000 (08:04 -0400)]
Merge pull request #7521 from nupplaphil/task/create_process

Add Process class / move run-settings to App\Mode

4 years agofix alignment
Philipp Holzer [Sat, 17 Aug 2019 09:08:57 +0000 (11:08 +0200)]
fix alignment

4 years agoCreate Core\Process as a base for followup work
Philipp Holzer [Fri, 16 Aug 2019 09:06:37 +0000 (11:06 +0200)]
Create Core\Process as a base for followup work

4 years agoMove mode settings to App\Mode
Philipp Holzer [Fri, 16 Aug 2019 07:46:38 +0000 (09:46 +0200)]
Move mode settings to App\Mode
- Move isAjax() to App\Mode
- Move isTablet() to App\Mode
- Move isMobile() to App\Mode
- Refactor last usage of App->isBackend()

4 years agoMerge pull request #7523 from MrPetovan/bug/7428-linkPreview-photo-browser
Tobias Diekershoff [Sat, 17 Aug 2019 05:15:52 +0000 (07:15 +0200)]
Merge pull request #7523 from MrPetovan/bug/7428-linkPreview-photo-browser

Prevents linkPreview to match on URLs lead by an equal sign

4 years agoPrevents linkPreview to match on URLs lead by an equal sign
Hypolite Petovan [Sat, 17 Aug 2019 03:04:46 +0000 (23:04 -0400)]
Prevents linkPreview to match on URLs lead by an equal sign

- Prevent automatic link preview matching on inserted image BBCode

4 years agoMerge pull request #7520 from MrPetovan/bug/7468-contact-search-fan
Michael Vogel [Sat, 17 Aug 2019 02:42:59 +0000 (04:42 +0200)]
Merge pull request #7520 from MrPetovan/bug/7468-contact-search-fan

Suppress relationship string in template vars for public contact

4 years agoMerge pull request #7519 from nupplaphil/task/add_page
Hypolite Petovan [Fri, 16 Aug 2019 11:30:06 +0000 (07:30 -0400)]
Merge pull request #7519 from nupplaphil/task/add_page

Add Page class (Frontend code)

4 years agoAdd existence check for contact.uid and contact.rel fields in Contact::getContactTemp...
Hypolite Petovan [Fri, 16 Aug 2019 11:29:34 +0000 (07:29 -0400)]
Add existence check for contact.uid and contact.rel fields in Contact::getContactTemplateVars

4 years agofix indentation
Philipp Holzer [Fri, 16 Aug 2019 07:10:05 +0000 (09:10 +0200)]
fix indentation

4 years agoSuppress relationship string in template vars for public contact
Hypolite Petovan [Fri, 16 Aug 2019 01:24:33 +0000 (21:24 -0400)]
Suppress relationship string in template vars for public contact

4 years agoMerge pull request #7514 from MrPetovan/bug/7507-allow-protocolless
Michael Vogel [Thu, 15 Aug 2019 20:07:09 +0000 (22:07 +0200)]
Merge pull request #7514 from MrPetovan/bug/7507-allow-protocolless

Allow protocol-less links

4 years agosome fixings
Philipp Holzer [Thu, 15 Aug 2019 18:58:57 +0000 (20:58 +0200)]
some fixings

4 years agoAdd Page class for Frontend
Philipp Holzer [Thu, 15 Aug 2019 18:52:42 +0000 (20:52 +0200)]
Add Page class for Frontend
- Move frontend logic (stylesheet, footerscript, content) to Page class

4 years agoMerge pull request #7518 from nupplaphil/bug/lock_unlink
Hypolite Petovan [Thu, 15 Aug 2019 16:11:01 +0000 (12:11 -0400)]
Merge pull request #7518 from nupplaphil/bug/lock_unlink

Fix Lock-Unlink

4 years agoMerge pull request #7517 from nupplaphil/task/prepare_app
Hypolite Petovan [Thu, 15 Aug 2019 15:58:36 +0000 (11:58 -0400)]
Merge pull request #7517 from nupplaphil/task/prepare_app

Prepare App for further usage

4 years agoFix Lock-Unlink
Philipp Holzer [Thu, 15 Aug 2019 15:55:17 +0000 (17:55 +0200)]
Fix Lock-Unlink
- Check if .sem file exists before unlinking it
- Fixing https://github.com/friendica/friendica/issues/7298#issuecomment-521670482

4 years agoFixing https://github.com/friendica/friendica/pull/7508#issuecomment-521679624
Philipp Holzer [Thu, 15 Aug 2019 15:47:08 +0000 (17:47 +0200)]
Fixing https://github.com/friendica/friendica/pull/7508#issuecomment-521679624

4 years agomoved rest of BaseURL
Philipp Holzer [Thu, 15 Aug 2019 15:36:07 +0000 (17:36 +0200)]
moved rest of BaseURL

4 years agoRemoved unnecessary auto-initializing
Philipp Holzer [Thu, 15 Aug 2019 15:27:05 +0000 (17:27 +0200)]
Removed unnecessary auto-initializing

4 years agoreverted wrong indentation
Philipp Holzer [Thu, 15 Aug 2019 15:25:03 +0000 (17:25 +0200)]
reverted wrong indentation

4 years agoFixed wrong "BaseUrl" class (=> "BaseURL")
Philipp Holzer [Thu, 15 Aug 2019 15:23:35 +0000 (17:23 +0200)]
Fixed wrong "BaseUrl" class (=> "BaseURL")

4 years agoMoved BaseURL to App namespace (because similar type as Arguments/Modules/Modes)
Philipp Holzer [Thu, 15 Aug 2019 15:23:00 +0000 (17:23 +0200)]
Moved BaseURL to App namespace (because similar type as Arguments/Modules/Modes)

4 years agoremoved static Logger usage
Philipp Holzer [Thu, 15 Aug 2019 15:10:14 +0000 (17:10 +0200)]
removed static Logger usage

4 years agoMove $page initialization into constructor
Philipp Holzer [Thu, 15 Aug 2019 15:04:36 +0000 (17:04 +0200)]
Move $page initialization into constructor

4 years agoPrepare App for further usage
Philipp Holzer [Thu, 15 Aug 2019 14:18:08 +0000 (16:18 +0200)]
Prepare App for further usage

4 years agoMerge pull request #7515 from nupplaphil/task/console_lock
Hypolite Petovan [Thu, 15 Aug 2019 14:31:34 +0000 (10:31 -0400)]
Merge pull request #7515 from nupplaphil/task/console_lock

New Console Command: Lock

4 years agoMerge pull request #7516 from nupplaphil/task/isBackend
Hypolite Petovan [Thu, 15 Aug 2019 14:30:55 +0000 (10:30 -0400)]
Merge pull request #7516 from nupplaphil/task/isBackend

Move isBackend logic to App\Mode

4 years agomodified hint
Philipp Holzer [Thu, 15 Aug 2019 14:25:34 +0000 (16:25 +0200)]
modified hint

4 years agoAdd @see for SO link
Philipp Holzer [Thu, 15 Aug 2019 14:24:11 +0000 (16:24 +0200)]
Add @see for SO link

4 years agoAdd hint for getClass
Philipp Holzer [Thu, 15 Aug 2019 14:19:23 +0000 (16:19 +0200)]
Add hint for getClass

4 years agoMove isBackend logic to App\Mode
Philipp Holzer [Thu, 15 Aug 2019 13:51:15 +0000 (15:51 +0200)]
Move isBackend logic to App\Mode

4 years agoAdd Lock test
Philipp Holzer [Thu, 15 Aug 2019 12:22:29 +0000 (14:22 +0200)]
Add Lock test

4 years agoFix getAllKeys() method for memcache instances
Philipp Holzer [Thu, 15 Aug 2019 11:58:01 +0000 (13:58 +0200)]
Fix getAllKeys() method for memcache instances

4 years agoConsole Lock
Philipp Holzer [Tue, 13 Aug 2019 19:20:41 +0000 (21:20 +0200)]
Console Lock
WIP

4 years agoIncrease specificity of default allowed protocols
Hypolite Petovan [Thu, 15 Aug 2019 01:42:00 +0000 (21:42 -0400)]
Increase specificity of default allowed protocols

4 years agoAdd support for protocol-less URLs in BBCode::convert
Hypolite Petovan [Thu, 15 Aug 2019 01:40:51 +0000 (21:40 -0400)]
Add support for protocol-less URLs in BBCode::convert

4 years agoMerge pull request #7508 from nupplaphil/task/arguments_module_class_2
Hypolite Petovan [Wed, 14 Aug 2019 11:52:55 +0000 (07:52 -0400)]
Merge pull request #7508 from nupplaphil/task/arguments_module_class_2

Add Arguments & Module class (again)

4 years agofix isBackend()
Philipp Holzer [Tue, 13 Aug 2019 17:05:32 +0000 (19:05 +0200)]
fix isBackend()

4 years agoMerge pull request #7512 from annando/cid-forum
Philipp [Tue, 13 Aug 2019 16:50:10 +0000 (18:50 +0200)]
Merge pull request #7512 from annando/cid-forum

Use the contact id whenever we are following the contact

4 years agoMerge pull request #7511 from vinzv/patch-2
Philipp [Tue, 13 Aug 2019 16:07:39 +0000 (18:07 +0200)]
Merge pull request #7511 from vinzv/patch-2

Fixed typo

4 years agoUse the contact id whenever we are following the contact
Michael [Tue, 13 Aug 2019 15:54:47 +0000 (15:54 +0000)]
Use the contact id whenever we are following the contact

4 years agoFixed typo
vinzv [Tue, 13 Aug 2019 15:54:32 +0000 (17:54 +0200)]
Fixed typo

4 years agofix tests & remove superfluous parameter
Philipp Holzer [Mon, 12 Aug 2019 19:51:51 +0000 (21:51 +0200)]
fix tests & remove superfluous parameter

4 years agore-add App::isBackend()
Philipp Holzer [Mon, 12 Aug 2019 16:20:22 +0000 (18:20 +0200)]
re-add App::isBackend()

4 years agoAdd Arguments & Modules class
Philipp Holzer [Mon, 12 Aug 2019 16:13:58 +0000 (18:13 +0200)]
Add Arguments & Modules class

4 years agoMerge pull request #7510 from nupplaphil/bug/Fix_Redis_test
Hypolite Petovan [Tue, 13 Aug 2019 10:41:07 +0000 (06:41 -0400)]
Merge pull request #7510 from nupplaphil/bug/Fix_Redis_test

Fix Redis test

4 years agoMerge pull request #7509 from annando/admin-queue
Hypolite Petovan [Tue, 13 Aug 2019 10:40:21 +0000 (06:40 -0400)]
Merge pull request #7509 from annando/admin-queue

Improved calculation of deferred tasks

4 years ago- Remove deprecated Redis::delete() function
Philipp Holzer [Tue, 13 Aug 2019 06:54:26 +0000 (08:54 +0200)]
- Remove deprecated Redis::delete() function

4 years agoFix Redis test
Philipp Holzer [Tue, 13 Aug 2019 06:32:08 +0000 (08:32 +0200)]
Fix Redis test
- Check if $redis_port is null

4 years agoImproved calculation of deferred tasks
Michael Vogel [Tue, 13 Aug 2019 04:43:08 +0000 (06:43 +0200)]
Improved calculation of deferred tasks

4 years agoMerge pull request #7505 from annando/admin-queue
Hypolite Petovan [Mon, 12 Aug 2019 23:30:57 +0000 (19:30 -0400)]
Merge pull request #7505 from annando/admin-queue

Queue numbers corrected, only display 999 queue items

4 years agoQueue numbers corrected, only display 999 queue items
Michael Vogel [Mon, 12 Aug 2019 05:30:33 +0000 (07:30 +0200)]
Queue numbers corrected, only display 999 queue items

4 years agoMerge pull request #7504 from friendica/revert-7500-task/arguments_module_class
Hypolite Petovan [Sun, 11 Aug 2019 22:01:38 +0000 (18:01 -0400)]
Merge pull request #7504 from friendica/revert-7500-task/arguments_module_class

Revert "Introduce Arguments / Module class"

4 years agoRevert "Introduce Arguments / Module class"
Hypolite Petovan [Sun, 11 Aug 2019 22:01:11 +0000 (18:01 -0400)]
Revert "Introduce Arguments / Module class"

4 years agoMerge pull request #7499 from annando/new_defer
Philipp [Sun, 11 Aug 2019 21:27:54 +0000 (23:27 +0200)]
Merge pull request #7499 from annando/new_defer

Worker: The retrial value can now skip retrial levels

4 years agoMerge pull request #7503 from MrPetovan/bug/fix-private-permissions
Philipp [Sun, 11 Aug 2019 21:26:34 +0000 (23:26 +0200)]
Merge pull request #7503 from MrPetovan/bug/fix-private-permissions

Use contact.network field instead of contact.protocol in Group::expand

4 years agoAdded config value
Michael Vogel [Sun, 11 Aug 2019 21:07:06 +0000 (23:07 +0200)]
Added config value

4 years agoMerge pull request #7500 from nupplaphil/task/arguments_module_class
Hypolite Petovan [Sun, 11 Aug 2019 20:45:31 +0000 (16:45 -0400)]
Merge pull request #7500 from nupplaphil/task/arguments_module_class

Introduce Arguments / Module class

4 years agoUse network field instead of protocol in Group::expand
Hypolite Petovan [Sun, 11 Aug 2019 20:41:00 +0000 (16:41 -0400)]
Use network field instead of protocol in Group::expand

- contact.protocol field isn't systematically populated

4 years agoline break call
Philipp Holzer [Sun, 11 Aug 2019 15:46:19 +0000 (17:46 +0200)]
line break call

4 years agomove backend constant
Philipp Holzer [Sun, 11 Aug 2019 12:33:25 +0000 (14:33 +0200)]
move backend constant

4 years agoIntroduce Arguments / Module class
Philipp Holzer [Sun, 11 Aug 2019 12:24:05 +0000 (14:24 +0200)]
Introduce Arguments / Module class
- move from App
- add tests for Arguments/Module class

4 years agoWorker: The retrial value can now skip retrial levels
Michael Vogel [Sun, 11 Aug 2019 08:28:52 +0000 (10:28 +0200)]
Worker: The retrial value can now skip retrial levels

4 years agoMerge pull request #7493 from annando/dont-fork-foreground
Philipp [Thu, 8 Aug 2019 22:00:31 +0000 (00:00 +0200)]
Merge pull request #7493 from annando/dont-fork-foreground

Don't fork worker on frontend by default

4 years agoDon't fork worker on frontend by default
Michael Vogel [Thu, 8 Aug 2019 20:42:12 +0000 (22:42 +0200)]
Don't fork worker on frontend by default

4 years agoMerge pull request #7492 from tobiasd/20190808-lng2
Hypolite Petovan [Thu, 8 Aug 2019 14:57:34 +0000 (10:57 -0400)]
Merge pull request #7492 from tobiasd/20190808-lng2

DE,FR,NL translation update

4 years agoDE translation update THX Copis
Tobias Diekershoff [Thu, 8 Aug 2019 13:56:45 +0000 (15:56 +0200)]
DE translation update THX Copis

4 years agoupdate FR translations THX Phigger
Tobias Diekershoff [Thu, 8 Aug 2019 13:56:34 +0000 (15:56 +0200)]
update FR translations THX Phigger

4 years agoNL translation update THX Jeroen
Tobias Diekershoff [Thu, 8 Aug 2019 13:56:23 +0000 (15:56 +0200)]
NL translation update THX Jeroen

4 years agoMerge pull request #7490 from tobiasd/20190807-de
Hypolite Petovan [Wed, 7 Aug 2019 06:48:30 +0000 (02:48 -0400)]
Merge pull request #7490 from tobiasd/20190807-de

DE translation update

4 years agoDE translation update
Tobias Diekershoff [Wed, 7 Aug 2019 06:27:09 +0000 (08:27 +0200)]
DE translation update

4 years agoMerge pull request #7487 from MrPetovan/task/7473-trending-tags
Tobias Diekershoff [Wed, 7 Aug 2019 04:44:37 +0000 (06:44 +0200)]
Merge pull request #7487 from MrPetovan/task/7473-trending-tags

Fix trending tags variable name mistakes in Model\Term

4 years agoMerge pull request #7489 from MrPetovan/bug/7488-html-img-tag
Tobias Diekershoff [Wed, 7 Aug 2019 04:43:32 +0000 (06:43 +0200)]
Merge pull request #7489 from MrPetovan/bug/7488-html-img-tag

 Ensure trimmed HTML nodes are text nodes in HTML::toBBCode

4 years agoRemove wrap length in Babel HTML::toPlaintext display
Hypolite Petovan [Wed, 7 Aug 2019 01:23:09 +0000 (21:23 -0400)]
Remove wrap length in Babel HTML::toPlaintext display

4 years agoAdd test case to avoid trimming empty image tags
Hypolite Petovan [Wed, 7 Aug 2019 01:22:46 +0000 (21:22 -0400)]
Add test case to avoid trimming empty image tags

4 years agoEnsure trimmed HTML nodes are text nodes in HTML::toBBCode
Hypolite Petovan [Wed, 7 Aug 2019 01:22:19 +0000 (21:22 -0400)]
Ensure trimmed HTML nodes are text nodes in HTML::toBBCode

4 years agoAdd hashtag mark to trending tags display
Hypolite Petovan [Wed, 7 Aug 2019 00:55:40 +0000 (20:55 -0400)]
Add hashtag mark to trending tags display

4 years agoFix trending tags variable name mistakes in Model\Term
Hypolite Petovan [Wed, 7 Aug 2019 00:52:54 +0000 (20:52 -0400)]
Fix trending tags variable name mistakes in Model\Term

4 years agoMerge pull request #7484 from tobiasd/20190806-messagespo
Hypolite Petovan [Tue, 6 Aug 2019 14:59:26 +0000 (10:59 -0400)]
Merge pull request #7484 from tobiasd/20190806-messagespo

regen messages.po

4 years agoregen messages.po
Tobias Diekershoff [Tue, 6 Aug 2019 14:54:18 +0000 (16:54 +0200)]
regen messages.po

4 years agoMerge pull request #7483 from MrPetovan/task/7474-html-to-bbcode
Tobias Diekershoff [Tue, 6 Aug 2019 14:50:00 +0000 (16:50 +0200)]
Merge pull request #7483 from MrPetovan/task/7474-html-to-bbcode

 Fix bug removing spaces between hashtag links in HTML::toPlaintext

4 years agoFix DOMNodeList length compatibility with PHP <7.2 in Content\Text\HTML
Hypolite Petovan [Tue, 6 Aug 2019 13:00:32 +0000 (09:00 -0400)]
Fix DOMNodeList length compatibility with PHP <7.2 in Content\Text\HTML

4 years agoMerge pull request #7481 from MrPetovan/task/7473-trending-tags
Philipp [Tue, 6 Aug 2019 12:54:42 +0000 (14:54 +0200)]
Merge pull request #7481 from MrPetovan/task/7473-trending-tags

Add trending tags widget to community page

4 years agoAdd test case for hashtag link list space removal
Hypolite Petovan [Tue, 6 Aug 2019 12:21:26 +0000 (08:21 -0400)]
Add test case for hashtag link list space removal

4 years agoFix bug removing spaces between hashtag links in HTML::toPlaintext
Hypolite Petovan [Tue, 6 Aug 2019 12:20:48 +0000 (08:20 -0400)]
Fix bug removing spaces between hashtag links in HTML::toPlaintext

4 years agoFeedback changes
Hypolite Petovan [Tue, 6 Aug 2019 11:37:48 +0000 (07:37 -0400)]
Feedback changes

- Import namespaces in mod/community
- Fix alignment in Content\Feature
- Add phpDoc to Widget\TrendingTags

4 years agoMove trending tags queries to Model\Term
Hypolite Petovan [Tue, 6 Aug 2019 11:36:51 +0000 (07:36 -0400)]
Move trending tags queries to Model\Term