friendica.git/.git
3 years agoRevert "Update src/Network/GuzzleResponse.php"
Philipp [Sun, 11 Oct 2020 21:24:40 +0000 (23:24 +0200)]
Revert "Update src/Network/GuzzleResponse.php"

This reverts commit 79e667b3

3 years agoMerge pull request #9414 from nupplaphil/bug/guzzle
Michael Vogel [Sun, 11 Oct 2020 20:02:44 +0000 (22:02 +0200)]
Merge pull request #9414 from nupplaphil/bug/guzzle

Fix GuzzleHttpClient

3 years agoFix GuzzleHttpClient
Philipp [Sun, 11 Oct 2020 19:45:52 +0000 (21:45 +0200)]
Fix GuzzleHttpClient
- Add sink (= specify temp store for the body)
- Fix HTTP header merge

3 years agoMerge pull request #9411 from tobiasd/20201011-de
Michael Vogel [Sun, 11 Oct 2020 15:03:19 +0000 (17:03 +0200)]
Merge pull request #9411 from tobiasd/20201011-de

DE translation update THX  copiis

3 years agoDE translation update THX copiis
Tobias Diekershoff [Sun, 11 Oct 2020 14:43:00 +0000 (16:43 +0200)]
DE translation update THX  copiis

3 years agoMerge pull request #9409 from annando/twitter-announce
Hypolite Petovan [Sun, 11 Oct 2020 13:14:53 +0000 (09:14 -0400)]
Merge pull request #9409 from annando/twitter-announce

"announce" is activated for Twitter as well

3 years agoMerge pull request #9400 from nupplaphil/task/guzzle_http
Hypolite Petovan [Sun, 11 Oct 2020 13:10:57 +0000 (09:10 -0400)]
Merge pull request #9400 from nupplaphil/task/guzzle_http

PSR-7 Part 1: Use Guzzle PSR-7 library for HTTPRequest->get()

3 years ago"announce" is activated for Twitter as well
Michael [Sun, 11 Oct 2020 12:27:19 +0000 (12:27 +0000)]
"announce" is activated for Twitter as well

3 years agoMerge pull request #9408 from annando/announce
Philipp [Sun, 11 Oct 2020 10:48:52 +0000 (12:48 +0200)]
Merge pull request #9408 from annando/announce

Support for real reshares

3 years agoSupport for real reshares
Michael [Sun, 11 Oct 2020 08:49:47 +0000 (08:49 +0000)]
Support for real reshares

3 years agoMerge pull request #9406 from MrPetovan/bug/9385-frio-edit-detach
Tobias Diekershoff [Sun, 11 Oct 2020 06:08:27 +0000 (08:08 +0200)]
Merge pull request #9406 from MrPetovan/bug/9385-frio-edit-detach

[frio] Keep jQuery data attached to elements stored in jotcache

3 years ago[frio] Keep jQuery data attached to elements stored in jotcache
Hypolite Petovan [Sat, 10 Oct 2020 22:42:18 +0000 (18:42 -0400)]
[frio] Keep jQuery data attached to elements stored in jotcache

- Prevents tagsinput to re-attach to existing tags inputs when jotcache is restored

3 years agoFix indenting in friendica-tagsinput.js
Hypolite Petovan [Sat, 10 Oct 2020 22:41:12 +0000 (18:41 -0400)]
Fix indenting in friendica-tagsinput.js

3 years agoUpdate src/Network/GuzzleResponse.php
Philipp [Sat, 10 Oct 2020 22:33:36 +0000 (00:33 +0200)]
Update src/Network/GuzzleResponse.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
3 years agoUse last entry for Content-Type
Philipp [Sat, 10 Oct 2020 21:10:35 +0000 (23:10 +0200)]
Use last entry for Content-Type

3 years agoRemove unnecessary exception message (avoid log flooding)
Philipp [Sat, 10 Oct 2020 19:50:36 +0000 (21:50 +0200)]
Remove unnecessary exception message (avoid log flooding)

3 years agoFix redirect logging
Philipp [Sat, 10 Oct 2020 19:47:47 +0000 (21:47 +0200)]
Fix redirect logging

3 years agoIHTTPResult::getContentType is now a string again
Philipp [Sat, 10 Oct 2020 19:41:22 +0000 (21:41 +0200)]
IHTTPResult::getContentType is now a string again

3 years agoFix Content-Type for `CurlResult` class
Philipp [Sat, 10 Oct 2020 16:58:45 +0000 (18:58 +0200)]
Fix Content-Type for `CurlResult` class

3 years agoFix IHTTPResult::getHeader()
Philipp [Fri, 9 Oct 2020 20:28:41 +0000 (22:28 +0200)]
Fix IHTTPResult::getHeader()
- Now returns a string array, like expected
- Fix usages
- Fix dataset

3 years agoHTTPRequest: Replace getInfo() with new parameter 'content_length'
Philipp [Fri, 9 Oct 2020 18:52:52 +0000 (20:52 +0200)]
HTTPRequest: Replace getInfo() with new parameter 'content_length'

3 years agoUse CurlResult for failed HTTPRequests (legacy usage)
Philipp [Fri, 9 Oct 2020 17:59:24 +0000 (19:59 +0200)]
Use CurlResult for failed HTTPRequests (legacy usage)

3 years agoUpdate lock
Philipp [Fri, 9 Oct 2020 17:35:47 +0000 (19:35 +0200)]
Update lock

3 years agoFix IHTTPResult::getHeader/s()
Philipp [Fri, 9 Oct 2020 17:33:19 +0000 (19:33 +0200)]
Fix IHTTPResult::getHeader/s()
- Split functionality "getHeader()" and "getHeaders()" analog to IMessageInterface::getHeader/s()
- Fix functionality at various places
- Adapt CurlResultTest

3 years agoUse Guzzle for HTTPRequest and Result
Philipp [Thu, 8 Oct 2020 19:20:41 +0000 (21:20 +0200)]
Use Guzzle for HTTPRequest and Result

3 years agoReplace IHTTPResult for CurlResult usages
Philipp [Wed, 7 Oct 2020 19:49:12 +0000 (21:49 +0200)]
Replace IHTTPResult for CurlResult usages

3 years agoIntroduce IHTTPResult Interface as abstraction for CurlResult
Philipp [Wed, 7 Oct 2020 19:45:22 +0000 (21:45 +0200)]
Introduce IHTTPResult Interface as abstraction for CurlResult

3 years agoAdd guzzlehttp/guzzle as composer requirement
Philipp [Wed, 7 Oct 2020 18:59:55 +0000 (20:59 +0200)]
Add guzzlehttp/guzzle as composer requirement

3 years agoMerge pull request #9401 from annando/accounttype
Hypolite Petovan [Sat, 10 Oct 2020 11:16:32 +0000 (07:16 -0400)]
Merge pull request #9401 from annando/accounttype

Filter for account type for contacts

3 years agoMerge pull request #9404 from annando/advanced-readonly
Tobias Diekershoff [Sat, 10 Oct 2020 10:25:46 +0000 (12:25 +0200)]
Merge pull request #9404 from annando/advanced-readonly

Only allow editing of mail/feed contact details

3 years agoOnly allow editing of mail/feed contact details
Michael [Sat, 10 Oct 2020 10:06:34 +0000 (10:06 +0000)]
Only allow editing of mail/feed contact details

3 years agoUse new function for validity check
Michael [Sat, 10 Oct 2020 07:14:43 +0000 (07:14 +0000)]
Use new function for validity check

3 years agoRenamed "Accounts" to "Account Types"
Michael [Sat, 10 Oct 2020 07:14:18 +0000 (07:14 +0000)]
Renamed "Accounts" to "Account Types"

3 years agoFilter for account type for contacts
Michael [Fri, 9 Oct 2020 19:08:50 +0000 (19:08 +0000)]
Filter for account type for contacts

3 years agoMerge pull request #9397 from vinzv/9238-red-color-unread-messages-faded
Hypolite Petovan [Thu, 8 Oct 2020 21:53:36 +0000 (17:53 -0400)]
Merge pull request #9397 from vinzv/9238-red-color-unread-messages-faded

intensify notification bubble color

3 years agoMerge pull request #9373 from nupplaphil/task/server_env
Hypolite Petovan [Thu, 8 Oct 2020 19:00:31 +0000 (15:00 -0400)]
Merge pull request #9373 from nupplaphil/task/server_env

Introduce possibility for mapping $_SERVER variables to config-cache values

3 years agointensify notification bubble color
vinzv [Thu, 8 Oct 2020 18:52:57 +0000 (20:52 +0200)]
intensify notification bubble color

3 years agoMerge pull request #9388 from vinzv/9383-frio-cannot-scroll-left-flyout-sidebar-on...
Hypolite Petovan [Thu, 8 Oct 2020 15:02:04 +0000 (11:02 -0400)]
Merge pull request #9388 from vinzv/9383-frio-cannot-scroll-left-flyout-sidebar-on-mobile

Adding an on-demand scrollbar for mobile off-canvas menu

3 years agoRevert "initial commit"
vinzv [Thu, 8 Oct 2020 12:51:36 +0000 (14:51 +0200)]
Revert "initial commit"

This reverts commit f5be6f94c1f36eda3b8bda5bb903bd7fbc97a4ab.

3 years agofix identation
vinzv [Thu, 8 Oct 2020 12:49:01 +0000 (14:49 +0200)]
fix identation

3 years agoinitial commit
vinzv [Thu, 8 Oct 2020 12:46:30 +0000 (14:46 +0200)]
initial commit

3 years agoMerge pull request #9389 from annando/failed-contacts
Hypolite Petovan [Thu, 8 Oct 2020 11:53:05 +0000 (07:53 -0400)]
Merge pull request #9389 from annando/failed-contacts

Don't show failed contacts

3 years agoMerge pull request #9390 from vinzv/8485-mobile-frio-right-navmenu-covers-hamburger...
Hypolite Petovan [Wed, 7 Oct 2020 21:47:10 +0000 (17:47 -0400)]
Merge pull request #9390 from vinzv/8485-mobile-frio-right-navmenu-covers-hamburger-button

Move the menu down hard

3 years agoMove the menu down hard
vinzv [Wed, 7 Oct 2020 20:47:50 +0000 (22:47 +0200)]
Move the menu down hard

3 years agoDon't show failed contacts
Michael [Wed, 7 Oct 2020 20:06:15 +0000 (20:06 +0000)]
Don't show failed contacts

3 years agoAdding an on-demand scrollbar for off-canvas menu
vinzv [Wed, 7 Oct 2020 20:02:45 +0000 (22:02 +0200)]
Adding an on-demand scrollbar for off-canvas menu

3 years agoMerge pull request #9387 from vinzv/9236-frio-mobile-color-unread-notification-background
Hypolite Petovan [Wed, 7 Oct 2020 19:53:41 +0000 (15:53 -0400)]
Merge pull request #9387 from vinzv/9236-frio-mobile-color-unread-notification-background

Divert unseen notification background colors into schemes

3 years agoDivert unseen notification background colors into schemes to avoid
vinzv [Wed, 7 Oct 2020 19:35:56 +0000 (21:35 +0200)]
Divert unseen notification background colors into schemes to avoid
side effects for other themes

3 years agoMerge pull request #9386 from vinzv/9236-revert-frio-mobile-color-unread-notification
Hypolite Petovan [Wed, 7 Oct 2020 19:30:40 +0000 (15:30 -0400)]
Merge pull request #9386 from vinzv/9236-revert-frio-mobile-color-unread-notification

Revert darkened notification text colors

3 years agorevert #9375
vinzv [Wed, 7 Oct 2020 19:19:44 +0000 (21:19 +0200)]
revert #9375

3 years agoMerge pull request #9381 from annando/group-number
Tobias Diekershoff [Wed, 7 Oct 2020 07:38:39 +0000 (09:38 +0200)]
Merge pull request #9381 from annando/group-number

Display number of group members in contact widget

3 years agoDisplay number of group members in contact widget
Michael [Wed, 7 Oct 2020 06:19:09 +0000 (06:19 +0000)]
Display number of group members in contact widget

3 years agoMerge pull request #9380 from annando/Improved-language-detection/display
Tobias Diekershoff [Wed, 7 Oct 2020 04:46:01 +0000 (06:46 +0200)]
Merge pull request #9380 from annando/Improved-language-detection/display

Display language name / only search for available languages

3 years agoMerge pull request #9379 from annando/fix.refresh
Tobias Diekershoff [Wed, 7 Oct 2020 04:44:38 +0000 (06:44 +0200)]
Merge pull request #9379 from annando/fix.refresh

Fix refresh after comment/like for other themes like Frio

3 years agoDisplay language name / only search for available languages
Michael [Wed, 7 Oct 2020 04:15:02 +0000 (04:15 +0000)]
Display language name / only search for available languages

3 years agoFix refresh after comment/like
Michael [Wed, 7 Oct 2020 04:01:52 +0000 (04:01 +0000)]
Fix refresh after comment/like

3 years agoMerge pull request #9376 from vinzv/8533-frio-mobile-contact-request-buttons-too...
Hypolite Petovan [Tue, 6 Oct 2020 23:01:15 +0000 (19:01 -0400)]
Merge pull request #9376 from vinzv/8533-frio-mobile-contact-request-buttons-too-small

[frio] More accessible contact request buttons in mobile

3 years agomake contact request buttons more accessible
vinzv [Tue, 6 Oct 2020 21:01:31 +0000 (23:01 +0200)]
make contact request buttons more accessible

- scaled up the icons
- removed the dysfunctional hover effect
- added more padding inbetween the icons

3 years agoMerge pull request #9374 from annando/issue-9358-b
Hypolite Petovan [Tue, 6 Oct 2020 20:39:15 +0000 (16:39 -0400)]
Merge pull request #9374 from annando/issue-9358-b

Issue-9358 (now for real) commenting and updating on contact now work

3 years agoMerge pull request #9375 from vinzv/9236-frio-mobile-color-unread-notification
Hypolite Petovan [Tue, 6 Oct 2020 20:37:31 +0000 (16:37 -0400)]
Merge pull request #9375 from vinzv/9236-frio-mobile-color-unread-notification

[frio] Darken unseen notification text on accent dark scheme

3 years agoChanged documentation
Michael [Tue, 6 Oct 2020 20:36:57 +0000 (20:36 +0000)]
Changed documentation

3 years agomake sure tweaks work for black and light scheme as well
vinzv [Tue, 6 Oct 2020 20:05:55 +0000 (22:05 +0200)]
make sure tweaks work for black and light scheme as well

3 years agoAdded description
Michael [Tue, 6 Oct 2020 19:51:51 +0000 (19:51 +0000)]
Added description

3 years agodarken unseen notification text on frio accent dark
Vinzenz Vietzke [Tue, 6 Oct 2020 18:58:23 +0000 (20:58 +0200)]
darken unseen notification text on frio accent dark

3 years agoMerge branch 'task/server_env' of https://github.com/nupplaphil/friendica into task...
Philipp [Tue, 6 Oct 2020 18:56:45 +0000 (20:56 +0200)]
Merge branch 'task/server_env' of https://github.com/nupplaphil/friendica into task/server_env

3 years agosmall improvements
Philipp [Tue, 6 Oct 2020 18:56:20 +0000 (20:56 +0200)]
small improvements

3 years agoUpdate src/Database/Database.php
Philipp [Tue, 6 Oct 2020 18:55:36 +0000 (20:55 +0200)]
Update src/Database/Database.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
3 years agoIssue-9358 (now for real) commenting and updating on contact now work
Michael [Tue, 6 Oct 2020 18:47:23 +0000 (18:47 +0000)]
Issue-9358 (now for real) commenting and updating on contact now work

3 years agoIntroduce "static/env.config.php" for environment variable mapping to config cache...
Philipp [Tue, 6 Oct 2020 18:06:52 +0000 (20:06 +0200)]
Introduce "static/env.config.php" for environment variable mapping to config cache entries
- Added new database.port config value (used for MYSQL_PORT)
- Removed now obsolete db environment variable functionality
- Added functionality to load env variables (overwrites DB based cached)

3 years agoIntroduce a "DatabaseException" class for fatal exceptions (used in testmode to throw...
Philipp [Tue, 6 Oct 2020 18:03:38 +0000 (20:03 +0200)]
Introduce a "DatabaseException" class for fatal exceptions (used in testmode to throw an exception in case of DB errors)

3 years agoMerge pull request #9371 from annando/issue-9358
Hypolite Petovan [Tue, 6 Oct 2020 05:33:52 +0000 (01:33 -0400)]
Merge pull request #9371 from annando/issue-9358

Issue 9358: liking and commenting on the community page now gives a feedback

3 years agoIssue 9358: liking and commenting on the community page now gives a feedback
Michael [Tue, 6 Oct 2020 05:18:54 +0000 (05:18 +0000)]
Issue 9358: liking and commenting on the community page now gives a feedback

3 years agoMerge pull request #9365 from annando/better-plaintext
Hypolite Petovan [Tue, 6 Oct 2020 03:11:42 +0000 (23:11 -0400)]
Merge pull request #9365 from annando/better-plaintext

Improve plaintext generation for language detection

3 years agoUpdate src/Content/Text/BBCode.php
Michael Vogel [Tue, 6 Oct 2020 02:55:28 +0000 (04:55 +0200)]
Update src/Content/Text/BBCode.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
3 years agoMerge pull request #9370 from annando/notice
Hypolite Petovan [Mon, 5 Oct 2020 22:03:48 +0000 (18:03 -0400)]
Merge pull request #9370 from annando/notice

Fix notice "Undefined offset: 1"

3 years agoFix notice "Undefined offset: 1"
Michael [Mon, 5 Oct 2020 20:34:57 +0000 (20:34 +0000)]
Fix notice "Undefined offset: 1"

3 years agoMerge pull request #9368 from annando/update-commented
Hypolite Petovan [Mon, 5 Oct 2020 20:12:30 +0000 (16:12 -0400)]
Merge pull request #9368 from annando/update-commented

Update the "commented" field only on several verbs

3 years agoFix tests
Michael [Mon, 5 Oct 2020 18:11:05 +0000 (18:11 +0000)]
Fix tests

3 years agoMerge pull request #9367 from annando/issue-9366
Tobias Diekershoff [Mon, 5 Oct 2020 18:03:04 +0000 (20:03 +0200)]
Merge pull request #9367 from annando/issue-9366

Issue 9366: filter account types on the network page

3 years agoUpdate the "commented" field only on several verbs
Michael [Mon, 5 Oct 2020 17:57:24 +0000 (17:57 +0000)]
Update the "commented" field only on several verbs

3 years agoAdded database.sql
Michael [Mon, 5 Oct 2020 16:50:38 +0000 (16:50 +0000)]
Added database.sql

3 years agoIssue 9366: filter account types on the network page
Michael [Mon, 5 Oct 2020 16:48:28 +0000 (16:48 +0000)]
Issue 9366: filter account types on the network page

3 years agoApply suggestions from code review
Michael Vogel [Mon, 5 Oct 2020 15:40:06 +0000 (17:40 +0200)]
Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
3 years agoImprove plaintext generation for language detection
Michael [Mon, 5 Oct 2020 12:50:18 +0000 (12:50 +0000)]
Improve plaintext generation for language detection

3 years agoMerge pull request #9360 from tobiasd/docReadme
Hypolite Petovan [Mon, 5 Oct 2020 09:28:41 +0000 (05:28 -0400)]
Merge pull request #9360 from tobiasd/docReadme

a README for the docs directory

3 years agotypo and rewrite
Tobias Diekershoff [Mon, 5 Oct 2020 05:19:26 +0000 (07:19 +0200)]
typo and rewrite

3 years agoMerge pull request #9362 from annando/post-update-term
Tobias Diekershoff [Mon, 5 Oct 2020 04:35:47 +0000 (06:35 +0200)]
Merge pull request #9362 from annando/post-update-term

Postupdate: Check for existence of the "term" table

3 years agoMerge pull request #9364 from annando/issue-9363
Tobias Diekershoff [Mon, 5 Oct 2020 04:34:46 +0000 (06:34 +0200)]
Merge pull request #9364 from annando/issue-9363

Issue 9363: Display the latest post update version

3 years agoMerge pull request #9361 from annando/show-language
Tobias Diekershoff [Mon, 5 Oct 2020 04:32:45 +0000 (06:32 +0200)]
Merge pull request #9361 from annando/show-language

Display the languages in the post

3 years agoIssue 9363: Display the latest post update version
Michael [Sun, 4 Oct 2020 20:46:42 +0000 (20:46 +0000)]
Issue 9363: Display the latest post update version

3 years agoPostupdate: Check for existence of the "term" table
Michael [Sun, 4 Oct 2020 19:20:18 +0000 (19:20 +0000)]
Postupdate: Check for existence of the "term" table

3 years agoDisplay the languages in the post
Michael [Sun, 4 Oct 2020 18:52:28 +0000 (18:52 +0000)]
Display the languages in the post

3 years agoIntroduce Config\Cache Source indicators (File, DB, Server Env)
Philipp [Sun, 4 Oct 2020 18:37:35 +0000 (20:37 +0200)]
Introduce Config\Cache Source indicators (File, DB, Server Env)

3 years agoadded some hint about broken links at github
Tobias Diekershoff [Sun, 4 Oct 2020 18:34:39 +0000 (20:34 +0200)]
added some hint about broken links at github

3 years agotypos
Tobias Diekershoff [Sun, 4 Oct 2020 18:27:27 +0000 (20:27 +0200)]
typos

3 years agoMerge pull request #9356 from MrPetovan/task/9328-add-range-percent-template
Michael Vogel [Sun, 4 Oct 2020 04:27:25 +0000 (06:27 +0200)]
Merge pull request #9356 from MrPetovan/task/9328-add-range-percent-template

Introduce range percent template

3 years agoMerge pull request #9357 from MrPetovan/bug/9315-follow-link-local-profiles
Michael Vogel [Sun, 4 Oct 2020 03:47:04 +0000 (05:47 +0200)]
Merge pull request #9357 from MrPetovan/bug/9315-follow-link-local-profiles

Update wrong assertion regarding a profile being local user's self in Model\Profile

3 years agoUpdate wrong assertion regarding a profile being local user's self in Model\Profile
Hypolite Petovan [Sun, 4 Oct 2020 03:03:33 +0000 (23:03 -0400)]
Update wrong assertion regarding a profile being local user's self in Model\Profile

- It was hiding follow links for profiles on the same node

3 years ago[quattro] Remove seemingly unused slider/range styles
Hypolite Petovan [Sun, 4 Oct 2020 01:30:20 +0000 (21:30 -0400)]
[quattro] Remove seemingly unused slider/range styles

- They conflict with the new range input template

3 years ago[frio] Remove box-shadow from range inputs for dark/black schemes
Hypolite Petovan [Sun, 4 Oct 2020 01:29:40 +0000 (21:29 -0400)]
[frio] Remove box-shadow from range inputs for dark/black schemes