friendica.git/.git
3 years agoMerge pull request #9177 from MrPetovan/bug/frio-light-dark-schemes-fix
Tobias Diekershoff [Fri, 11 Sep 2020 04:24:46 +0000 (06:24 +0200)]
Merge pull request #9177 from MrPetovan/bug/frio-light-dark-schemes-fix

[frio] Various display fixes

3 years ago[frio] Fix shared post external link position
Hypolite Petovan [Fri, 11 Sep 2020 00:13:12 +0000 (20:13 -0400)]
[frio] Fix shared post external link position

3 years ago[frio] Normalize dropdown link font color to match theme link color
Hypolite Petovan [Fri, 11 Sep 2020 00:12:24 +0000 (20:12 -0400)]
[frio] Normalize dropdown link font color to match theme link color

3 years ago[frio] Disable custom background image for light/dark/black schemes
Hypolite Petovan [Fri, 11 Sep 2020 00:11:53 +0000 (20:11 -0400)]
[frio] Disable custom background image for light/dark/black schemes

3 years agoMerge pull request #9176 from MrPetovan/bug/9172-fix-qcomment
Michael Vogel [Thu, 10 Sep 2020 04:37:59 +0000 (06:37 +0200)]
Merge pull request #9176 from MrPetovan/bug/9172-fix-qcomment

Fix qcomment addon

3 years agoFix qcomment addon
Hypolite Petovan [Wed, 9 Sep 2020 20:49:03 +0000 (16:49 -0400)]
Fix qcomment addon

- Initialize $qcomment template variable everywhere it is expected
- Remove addon Javascript from core head template

3 years agoMerge pull request #9174 from annando/issue-9167
Hypolite Petovan [Wed, 9 Sep 2020 18:05:21 +0000 (14:05 -0400)]
Merge pull request #9174 from annando/issue-9167

Issue 9167 - messages from non-followers

3 years agoUpdate include/conversation.php
Michael Vogel [Wed, 9 Sep 2020 18:03:14 +0000 (20:03 +0200)]
Update include/conversation.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
3 years agoMerge pull request #9175 from annando/issue-8961
Hypolite Petovan [Wed, 9 Sep 2020 17:58:07 +0000 (13:58 -0400)]
Merge pull request #9175 from annando/issue-8961

Issue 8961: Rearranged config defaults

3 years agoIssue 8961: Rearranged config defaults
Michael [Wed, 9 Sep 2020 16:58:58 +0000 (16:58 +0000)]
Issue 8961: Rearranged config defaults

3 years agoReworked receiver detection
Michael [Wed, 9 Sep 2020 16:55:14 +0000 (16:55 +0000)]
Reworked receiver detection

3 years agoIssue 9167: Adding more direction indicators
Michael [Wed, 9 Sep 2020 16:54:18 +0000 (16:54 +0000)]
Issue 9167: Adding more direction indicators

3 years agoMerge pull request #9173 from MrPetovan/bug/9168-reshare-display
Tobias Diekershoff [Wed, 9 Sep 2020 16:27:43 +0000 (18:27 +0200)]
Merge pull request #9173 from MrPetovan/bug/9168-reshare-display

Improve display of post header reshare mention

3 years agoImprove display of post header reshare mention
Hypolite Petovan [Wed, 9 Sep 2020 15:41:23 +0000 (11:41 -0400)]
Improve display of post header reshare mention

- Fix typo in class name
- Add bottom margin with a p tag
- Distinguish reshare header style from reshare footer style

3 years agoMerge pull request #9168 from annando/issue-9135
Hypolite Petovan [Wed, 9 Sep 2020 14:46:01 +0000 (10:46 -0400)]
Merge pull request #9168 from annando/issue-9135

Issue 9135: Display only reshared posts at the top

3 years agoAdded link encoding
Michael [Wed, 9 Sep 2020 14:37:58 +0000 (14:37 +0000)]
Added link encoding

3 years agoMerge pull request #9171 from tobiasd/2020.09-rc
Michael Vogel [Wed, 9 Sep 2020 05:52:23 +0000 (07:52 +0200)]
Merge pull request #9171 from tobiasd/2020.09-rc

added Roger Meyer to the credits

3 years agoMerge pull request #9169 from MrPetovan/bug/9163-double-location
Michael Vogel [Wed, 9 Sep 2020 05:48:33 +0000 (07:48 +0200)]
Merge pull request #9169 from MrPetovan/bug/9163-double-location

Prevent double location display in vcard

3 years agoadded Roger Meyer to the credits
Tobias Diekershoff [Wed, 9 Sep 2020 05:43:41 +0000 (07:43 +0200)]
added Roger Meyer to the credits

3 years agoShow "retweet" icon
Michael [Wed, 9 Sep 2020 05:35:04 +0000 (05:35 +0000)]
Show "retweet" icon

3 years agoRemove over-specific location fields from vcard in favor of "location"
Hypolite Petovan [Wed, 9 Sep 2020 05:21:56 +0000 (01:21 -0400)]
Remove over-specific location fields from vcard in favor of "location"

3 years agoReshared data now is a link
Michael [Wed, 9 Sep 2020 04:49:42 +0000 (04:49 +0000)]
Reshared data now is a link

3 years agoIssue 9135: Display only reshared posts at the top
Michael [Tue, 8 Sep 2020 22:06:10 +0000 (22:06 +0000)]
Issue 9135: Display only reshared posts at the top

3 years agoMerge branch 'bug/phpinfo-accessible-hotfix' into 2020.09-rc
Hypolite Petovan [Tue, 8 Sep 2020 18:07:46 +0000 (14:07 -0400)]
Merge branch 'bug/phpinfo-accessible-hotfix' into 2020.09-rc

# Conflicts:
# src/Module/Admin/DBSync.php
# src/Module/Admin/Logs/Settings.php
# src/Module/Admin/Themes/Details.php
# src/Module/Admin/Themes/Embed.php

3 years agoFix security vulnerability in admin modules
Hypolite Petovan [Tue, 8 Sep 2020 14:44:27 +0000 (10:44 -0400)]
Fix security vulnerability in admin modules

- The Module\BaseAdmin::post method checked credentials but didn't abort the process when it failed
- Created Module\BaseAdmin::checkAdminAccess method

3 years agoNormalize use of form security tokens in Admin modules
Hypolite Petovan [Tue, 8 Sep 2020 14:42:25 +0000 (10:42 -0400)]
Normalize use of form security tokens in Admin modules

# Conflicts:
# src/Module/Admin/Logs/Settings.php

3 years agoUse router parameters in Admin modules
Hypolite Petovan [Tue, 8 Sep 2020 14:38:35 +0000 (10:38 -0400)]
Use router parameters in Admin modules

- Remove 10 @TODO tags

# Conflicts:
# src/Module/Admin/DBSync.php
# src/Module/Admin/Themes/Details.php
# src/Module/Admin/Themes/Embed.php

3 years agoMerge pull request #9143 from annando/api-count
Hypolite Petovan [Tue, 8 Sep 2020 15:14:00 +0000 (11:14 -0400)]
Merge pull request #9143 from annando/api-count

API: Counts added, local query improved

3 years agoMerge pull request #9160 from MrPetovan/bug/9138-escape-field-input
Michael Vogel [Tue, 8 Sep 2020 02:00:36 +0000 (04:00 +0200)]
Merge pull request #9160 from MrPetovan/bug/9138-escape-field-input

Add HTML escaping to field_input value

3 years agoMerge pull request #9161 from MrPetovan/bug/9140-private-note-self-only
Michael Vogel [Tue, 8 Sep 2020 01:57:11 +0000 (03:57 +0200)]
Merge pull request #9161 from MrPetovan/bug/9140-private-note-self-only

Add a self-only ACL block to personal notes jot

3 years agoMerge pull request #9162 from MrPetovan/bug/8885-permissions-capitalization
Michael Vogel [Tue, 8 Sep 2020 01:50:58 +0000 (03:50 +0200)]
Merge pull request #9162 from MrPetovan/bug/8885-permissions-capitalization

[frio] Update capitalization of "Permissions" translation string

3 years agoTabs instead of spaces
Michael [Tue, 8 Sep 2020 01:45:59 +0000 (01:45 +0000)]
Tabs instead of spaces

3 years agoClass file renamed
Michael [Tue, 8 Sep 2020 01:44:49 +0000 (01:44 +0000)]
Class file renamed

3 years agoApply suggestions from code review
Michael Vogel [Tue, 8 Sep 2020 01:39:51 +0000 (03:39 +0200)]
Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
3 years agoRegenerate base messages.po after translation string change
Hypolite Petovan [Tue, 8 Sep 2020 01:25:26 +0000 (21:25 -0400)]
Regenerate base messages.po after translation string change

3 years agoUpdate capitalization of "Permissions" translation string
Hypolite Petovan [Tue, 8 Sep 2020 01:25:04 +0000 (21:25 -0400)]
Update capitalization of "Permissions" translation string

3 years agoMerge pull request #9159 from mpanhans/patch-1
Hypolite Petovan [Mon, 7 Sep 2020 23:35:56 +0000 (19:35 -0400)]
Merge pull request #9159 from mpanhans/patch-1

Update Forums.md

3 years agoUpdate Forums.md
mpanhans [Mon, 7 Sep 2020 23:32:15 +0000 (19:32 -0400)]
Update Forums.md

3 years agoAdd a self-only ACL block to personal notes jot
Hypolite Petovan [Mon, 7 Sep 2020 23:27:51 +0000 (19:27 -0400)]
Add a self-only ACL block to personal notes jot

3 years agoCreate self-only ACL template and helper method
Hypolite Petovan [Mon, 7 Sep 2020 23:27:32 +0000 (19:27 -0400)]
Create self-only ACL template and helper method

3 years agoRemove unused jot.tpl template variables
Hypolite Petovan [Mon, 7 Sep 2020 23:27:23 +0000 (19:27 -0400)]
Remove unused jot.tpl template variables

3 years agoAdd HTML escaping to field_input value
Hypolite Petovan [Mon, 7 Sep 2020 22:53:04 +0000 (18:53 -0400)]
Add HTML escaping to field_input value

- Quotes weren't rendering in pre-populated fields

3 years agoUpdate Forums.md
mpanhans [Mon, 7 Sep 2020 20:56:58 +0000 (16:56 -0400)]
Update Forums.md

Update Forums help documentation to include the implemented front-end for page delegation.

3 years agoUse "StatusCounts" class
Michael [Mon, 7 Sep 2020 18:24:11 +0000 (18:24 +0000)]
Use "StatusCounts" class

3 years agoMerge pull request #9157 from tobiasd/20200907-9155lighttpd
Hypolite Petovan [Mon, 7 Sep 2020 15:55:19 +0000 (11:55 -0400)]
Merge pull request #9157 from tobiasd/20200907-9155lighttpd

lighttpd follow up of #9155

3 years agoMerge pull request #9158 from tobiasd/20200907-IT
Michael Vogel [Mon, 7 Sep 2020 14:57:21 +0000 (16:57 +0200)]
Merge pull request #9158 from tobiasd/20200907-IT

IT translations THX Sylke Vicious

3 years agoStdClass instead of arrays
Michael [Mon, 7 Sep 2020 14:34:05 +0000 (14:34 +0000)]
StdClass instead of arrays

3 years agoMerge remote-tracking branch 'upstream/2020.09-rc' into api-count
Michael [Mon, 7 Sep 2020 14:29:02 +0000 (14:29 +0000)]
Merge remote-tracking branch 'upstream/2020.09-rc' into api-count

3 years agoIT translations THX Sylke Vicious
Tobias Diekershoff [Mon, 7 Sep 2020 14:26:03 +0000 (16:26 +0200)]
IT translations THX Sylke Vicious

3 years agolighttpd follow up of #9155
Tobias Diekershoff [Mon, 7 Sep 2020 12:37:24 +0000 (14:37 +0200)]
lighttpd follow up of #9155

3 years agoMerge pull request #9155 from MrPetovan/bug/9154-forbid-bin
Tobias Diekershoff [Mon, 7 Sep 2020 11:01:10 +0000 (13:01 +0200)]
Merge pull request #9155 from MrPetovan/bug/9154-forbid-bin

Forbid non-CLI access to command-line scripts

3 years agoMerge pull request #9156 from annando/issue-9153
Tobias Diekershoff [Mon, 7 Sep 2020 10:57:10 +0000 (12:57 +0200)]
Merge pull request #9156 from annando/issue-9153

Issue 9153 Use "info" instead of "notice" on successful operations

3 years agoIssue 9153 Use "info" instead of "notice" on successful operations
Michael [Mon, 7 Sep 2020 10:17:42 +0000 (10:17 +0000)]
Issue 9153 Use "info" instead of "notice" on successful operations

3 years agoUpdate nginx sample config with location deny for bin/ folder
Hypolite Petovan [Mon, 7 Sep 2020 09:51:58 +0000 (05:51 -0400)]
Update nginx sample config with location deny for bin/ folder

3 years agoForbid non-CLI access to command-line scripts
Hypolite Petovan [Mon, 7 Sep 2020 09:51:26 +0000 (05:51 -0400)]
Forbid non-CLI access to command-line scripts

3 years agoPrevents Apache from serving CLI scripts
Hypolite Petovan [Mon, 7 Sep 2020 09:43:20 +0000 (05:43 -0400)]
Prevents Apache from serving CLI scripts

3 years agoMerge pull request #9147 from annando/Issue-8882
Hypolite Petovan [Mon, 7 Sep 2020 07:14:25 +0000 (03:14 -0400)]
Merge pull request #9147 from annando/Issue-8882

Issue 8882: Fixes permissions of pinned posts

3 years agoMerge pull request #9152 from annando/fix-notifications
Tobias Diekershoff [Mon, 7 Sep 2020 05:19:10 +0000 (07:19 +0200)]
Merge pull request #9152 from annando/fix-notifications

Fix notifications for wrong users

3 years agoDon't perform actions on empty conditions
Michael [Mon, 7 Sep 2020 05:00:17 +0000 (05:00 +0000)]
Don't perform actions on empty conditions

3 years agoFix notifications for wrong users
Michael [Mon, 7 Sep 2020 04:36:28 +0000 (04:36 +0000)]
Fix notifications for wrong users

3 years agoSimplify the code / check number of parameters in mergeConditions
Michael [Sun, 6 Sep 2020 20:28:08 +0000 (20:28 +0000)]
Simplify the code / check number of parameters in mergeConditions

3 years agoMerge pull request #9149 from annando/issue-9099
Hypolite Petovan [Sun, 6 Sep 2020 20:16:20 +0000 (16:16 -0400)]
Merge pull request #9149 from annando/issue-9099

Issue 9099: Improve mentions from non followers

3 years agoUse array_unique
Michael [Sun, 6 Sep 2020 20:09:29 +0000 (20:09 +0000)]
Use array_unique

3 years agoIssue 9099: Improve mentions from non followers
Michael [Sun, 6 Sep 2020 19:22:53 +0000 (19:22 +0000)]
Issue 9099: Improve mentions from non followers

3 years agoMerge pull request #9148 from annando/issue-9142
Tobias Diekershoff [Sun, 6 Sep 2020 18:26:06 +0000 (20:26 +0200)]
Merge pull request #9148 from annando/issue-9142

Issue 9142: Make the message ID look more like a message ID

3 years agoIssue 9142: Make the message ID look more like a message ID
Michael [Sun, 6 Sep 2020 17:47:25 +0000 (17:47 +0000)]
Issue 9142: Make the message ID look more like a message ID

3 years agoIssue 8882: Fixes permissions of pinned posts
Michael [Sun, 6 Sep 2020 15:05:42 +0000 (15:05 +0000)]
Issue 8882: Fixes permissions of pinned posts

3 years agoMerge pull request #9145 from annando/duplicate-apcontact
Tobias Diekershoff [Sun, 6 Sep 2020 10:41:45 +0000 (12:41 +0200)]
Merge pull request #9145 from annando/duplicate-apcontact

Avoid "Duplicate entry" error in apcontact

3 years agoMerge pull request #9144 from annando/issue-9137
Tobias Diekershoff [Sun, 6 Sep 2020 09:54:23 +0000 (11:54 +0200)]
Merge pull request #9144 from annando/issue-9137

Issue 9137: Fix "Incorrect integer value:"

3 years agoIssue 9137: Fix "Incorrect integer value:"
Michael [Sun, 6 Sep 2020 09:41:32 +0000 (09:41 +0000)]
Issue 9137: Fix "Incorrect integer value:"

3 years agoAvoid "Duplicate entry" error in apcontact
Michael [Sun, 6 Sep 2020 09:39:47 +0000 (09:39 +0000)]
Avoid "Duplicate entry" error in apcontact

3 years ago2020.09-rc
Tobias Diekershoff [Sun, 6 Sep 2020 07:20:07 +0000 (09:20 +0200)]
2020.09-rc

3 years agoAPI: Counts added, local query improved
Michael [Sun, 6 Sep 2020 07:12:04 +0000 (07:12 +0000)]
API: Counts added, local query improved

3 years agoMerge pull request #9141 from tobiasd/20200905-lng
Michael Vogel [Sat, 5 Sep 2020 07:01:39 +0000 (09:01 +0200)]
Merge pull request #9141 from tobiasd/20200905-lng

DE and NL translation update

3 years agoNL translation update THX casperrutten33
Tobias Diekershoff [Sat, 5 Sep 2020 06:29:16 +0000 (08:29 +0200)]
NL translation update THX casperrutten33

3 years agoDE translation update
Tobias Diekershoff [Sat, 5 Sep 2020 06:28:47 +0000 (08:28 +0200)]
DE translation update

3 years agoMerge pull request #9139 from annando/timeline-parameters
Tobias Diekershoff [Sat, 5 Sep 2020 06:20:46 +0000 (08:20 +0200)]
Merge pull request #9139 from annando/timeline-parameters

API: Fix the timeline parameters

3 years agoAPI: Fix the timeline parameters
Michael [Sat, 5 Sep 2020 05:38:12 +0000 (05:38 +0000)]
API: Fix the timeline parameters

3 years agoMerge pull request #9133 from tobiasd/20200904-typo
Philipp [Fri, 4 Sep 2020 18:29:39 +0000 (20:29 +0200)]
Merge pull request #9133 from tobiasd/20200904-typo

Typo reported by silkevicious on Transifex

3 years agoMerge pull request #9134 from tobiasd/20200904-it
Philipp [Fri, 4 Sep 2020 18:29:18 +0000 (20:29 +0200)]
Merge pull request #9134 from tobiasd/20200904-it

IT translations THX Sylke Vicious

3 years agoIT translations THX Sylke Vicious
Tobias Diekershoff [Fri, 4 Sep 2020 12:24:23 +0000 (14:24 +0200)]
IT translations THX Sylke Vicious

3 years agoTyoi reported by silkevicious on Transifex
Tobias Diekershoff [Fri, 4 Sep 2020 12:17:58 +0000 (14:17 +0200)]
Tyoi reported by silkevicious on Transifex

3 years agoMerge pull request #9132 from tobiasd/20200904-lng
Michael Vogel [Fri, 4 Sep 2020 07:31:30 +0000 (09:31 +0200)]
Merge pull request #9132 from tobiasd/20200904-lng

DE and FR translations updates

3 years agoupdate FR translations THX valvin
Tobias Diekershoff [Fri, 4 Sep 2020 04:16:21 +0000 (06:16 +0200)]
update FR translations THX valvin

3 years agoDE translation update
Tobias Diekershoff [Fri, 4 Sep 2020 04:15:13 +0000 (06:15 +0200)]
DE translation update

3 years agoMerge pull request #9126 from MrPetovan/task/post-improvements
Michael Vogel [Thu, 3 Sep 2020 20:17:25 +0000 (22:17 +0200)]
Merge pull request #9126 from MrPetovan/task/post-improvements

Various post display improvements

3 years agoMerge pull request #9129 from MrPetovan/bug/fatal-errors
Michael Vogel [Thu, 3 Sep 2020 20:16:10 +0000 (22:16 +0200)]
Merge pull request #9129 from MrPetovan/bug/fatal-errors

Fix fatal error in storage list console when default backend is used

3 years agoFix fatal error in storage list console when default backend is used
Hypolite Petovan [Thu, 3 Sep 2020 20:06:52 +0000 (16:06 -0400)]
Fix fatal error in storage list console when default backend is used

3 years agoUpdate base messages.po after changing a translation string
Hypolite Petovan [Thu, 3 Sep 2020 18:09:59 +0000 (14:09 -0400)]
Update base messages.po after changing a translation string

3 years ago[frio] Move reshare info on top of posts in network page
Hypolite Petovan [Thu, 3 Sep 2020 14:45:57 +0000 (10:45 -0400)]
[frio] Move reshare info on top of posts in network page

- Increase consistency with other social media platforms display

3 years agoImprove post direction display
Hypolite Petovan [Thu, 3 Sep 2020 14:19:17 +0000 (10:19 -0400)]
Improve post direction display

- [frio] Change icon for commented direction
- Update English translation string for commented direction

3 years agoMerge pull request #9125 from MrPetovan/bug/8999-fix-new-pm
Michael Vogel [Thu, 3 Sep 2020 19:45:31 +0000 (21:45 +0200)]
Merge pull request #9125 from MrPetovan/bug/8999-fix-new-pm

Fix new private message recipient input

3 years agoMerge pull request #9128 from annando/api-status
Hypolite Petovan [Thu, 3 Sep 2020 19:30:26 +0000 (15:30 -0400)]
Merge pull request #9128 from annando/api-status

API: New entity "status"

3 years agoReplace spaces with tabs
Michael [Thu, 3 Sep 2020 19:24:30 +0000 (19:24 +0000)]
Replace spaces with tabs

3 years agoSpace replaced
Michael [Thu, 3 Sep 2020 19:16:42 +0000 (19:16 +0000)]
Space replaced

3 years agoContent is now filled
Michael [Thu, 3 Sep 2020 19:13:03 +0000 (19:13 +0000)]
Content is now filled

3 years agoAPI: New entity "status"
Michael [Thu, 3 Sep 2020 18:57:18 +0000 (18:57 +0000)]
API: New entity "status"

3 years ago[frio] Ensure tagsinput library is loaded in pages where new PM can be submitted
Hypolite Petovan [Thu, 3 Sep 2020 14:03:36 +0000 (10:03 -0400)]
[frio] Ensure tagsinput library is loaded in pages where new PM can be submitted

- The new private message page loads in a modal, requiring the base page to load them in advance

3 years agoFix new private message recipient input
Hypolite Petovan [Thu, 3 Sep 2020 14:01:58 +0000 (10:01 -0400)]
Fix new private message recipient input

- Add new private message recipient ACL template
- Remove now redundant theme private message templates

3 years agoMove ACL full selector template to subfolder
Hypolite Petovan [Thu, 3 Sep 2020 13:58:07 +0000 (09:58 -0400)]
Move ACL full selector template to subfolder

- Fix display overflow in contact complete suggestion box