]> git.mxchange.org Git - friendica.git/log
friendica.git
5 years agoAdd support for PHP array config files
Hypolite Petovan [Sun, 25 Nov 2018 06:42:05 +0000 (01:42 -0500)]
Add support for PHP array config files

- Add new base config files
- Remove useless DIRECTORY_SEPARATOR instances

5 years agoMove config/dbstructure.php to config/dbstructure.config.php
Hypolite Petovan [Sun, 25 Nov 2018 06:07:31 +0000 (01:07 -0500)]
Move config/dbstructure.php to config/dbstructure.config.php

5 years agoMerge pull request #6183 from MrPetovan/bug/6135-hide-follower-only-birthdays
Michael Vogel [Sat, 24 Nov 2018 14:55:43 +0000 (15:55 +0100)]
Merge pull request #6183 from MrPetovan/bug/6135-hide-follower-only-birthdays

Hide follower-only birthday reminders

5 years agoMerge pull request #6197 from annando/hide-short-groups
Hypolite Petovan [Sat, 24 Nov 2018 13:22:43 +0000 (08:22 -0500)]
Merge pull request #6197 from annando/hide-short-groups

Don't show the group filter where there is only one

5 years agoMerge pull request #6196 from annando/notices
Hypolite Petovan [Sat, 24 Nov 2018 13:21:23 +0000 (08:21 -0500)]
Merge pull request #6196 from annando/notices

Fixes a notice and wrong counting of nodes

5 years agoMerge pull request #6193 from annando/redirection
Hypolite Petovan [Sat, 24 Nov 2018 13:13:35 +0000 (08:13 -0500)]
Merge pull request #6193 from annando/redirection

Fixing redirection problems with parameters

5 years agoMerge pull request #6184 from MrPetovan/task/normalize-bbcode-hashtags
Michael Vogel [Sat, 24 Nov 2018 12:14:50 +0000 (13:14 +0100)]
Merge pull request #6184 from MrPetovan/task/normalize-bbcode-hashtags

Normalize BBCode hashtags links

5 years agoDon't show the group filter where there is only one
Michael [Sat, 24 Nov 2018 12:10:30 +0000 (12:10 +0000)]
Don't show the group filter where there is only one

5 years agoFixes a notice and wrong counting of nodes
Michael [Sat, 24 Nov 2018 11:38:36 +0000 (11:38 +0000)]
Fixes a notice and wrong counting of nodes

5 years agoMerge pull request #6194 from tobiasd/20181124-messages
Michael Vogel [Sat, 24 Nov 2018 09:58:43 +0000 (10:58 +0100)]
Merge pull request #6194 from tobiasd/20181124-messages

regen master messages.po

5 years agoMaking the tests happy
Michael [Sat, 24 Nov 2018 09:01:10 +0000 (09:01 +0000)]
Making the tests happy

5 years agoregen master messages.po
Tobias Diekershoff [Sat, 24 Nov 2018 06:51:28 +0000 (07:51 +0100)]
regen master messages.po

5 years agoFixing redirection problems with parameters
Michael [Sat, 24 Nov 2018 00:27:00 +0000 (00:27 +0000)]
Fixing redirection problems with parameters

5 years agoMerge pull request #6191 from MrPetovan/task/urlencode-file-param
Michael Vogel [Fri, 23 Nov 2018 20:37:31 +0000 (21:37 +0100)]
Merge pull request #6191 from MrPetovan/task/urlencode-file-param

URL encode /network file query parameter

5 years agoMerge pull request #6192 from MrPetovan/bug/6012-fix-contact-relationship-links
Michael Vogel [Fri, 23 Nov 2018 19:51:40 +0000 (20:51 +0100)]
Merge pull request #6192 from MrPetovan/bug/6012-fix-contact-relationship-links

Fix display of Connect/Disconnect links on contact page

5 years agoFix display of Connect/Disconnect links on contact page
Hypolite Petovan [Fri, 23 Nov 2018 16:09:43 +0000 (11:09 -0500)]
Fix display of Connect/Disconnect links on contact page

5 years agoUrlencode /network file parameter
Hypolite Petovan [Fri, 23 Nov 2018 15:02:30 +0000 (10:02 -0500)]
Urlencode /network file parameter

5 years agoRemove unused parameter $save in HTML::search
Hypolite Petovan [Fri, 23 Nov 2018 14:53:14 +0000 (09:53 -0500)]
Remove unused parameter $save in HTML::search

- Remove unused variables in saved_search()

5 years agoMerge pull request #6189 from MrPetovan/bug/5737-hide-ignore-anonymous
Tobias Diekershoff [Fri, 23 Nov 2018 09:01:56 +0000 (10:01 +0100)]
Merge pull request #6189 from MrPetovan/bug/5737-hide-ignore-anonymous

Fix ignore link showing for anonymous users

5 years agoFix ignore link showing for anonymous users
Hypolite Petovan [Fri, 23 Nov 2018 06:25:38 +0000 (01:25 -0500)]
Fix ignore link showing for anonymous users

5 years agoMerge pull request #6188 from MrPetovan/bug/5928-protect-oauthexception
Michael Vogel [Fri, 23 Nov 2018 06:09:49 +0000 (07:09 +0100)]
Merge pull request #6188 from MrPetovan/bug/5928-protect-oauthexception

Protect OAuthException declaration to avoid conflict with php-pecl-oauth

5 years agoMerge pull request #6186 from MrPetovan/bug/6081-fix-ostatus-subscribe
Michael Vogel [Fri, 23 Nov 2018 06:09:00 +0000 (07:09 +0100)]
Merge pull request #6186 from MrPetovan/bug/6081-fix-ostatus-subscribe

Fix OStatus Subscribe fatal error

5 years agoProtect OAuthException declaration to avoid conflict with php-pecl-oauth
Hypolite Petovan [Fri, 23 Nov 2018 03:21:57 +0000 (22:21 -0500)]
Protect OAuthException declaration to avoid conflict with php-pecl-oauth

5 years agoPrevent fatal error when $friends isn't an array
Hypolite Petovan [Fri, 23 Nov 2018 00:03:24 +0000 (19:03 -0500)]
Prevent fatal error when $friends isn't an array

5 years agoFix formatting in mod/ostatus_subscribe
Hypolite Petovan [Fri, 23 Nov 2018 00:03:02 +0000 (19:03 -0500)]
Fix formatting in mod/ostatus_subscribe

5 years agoMerge pull request #6185 from annando/blocked
Hypolite Petovan [Thu, 22 Nov 2018 23:38:14 +0000 (18:38 -0500)]
Merge pull request #6185 from annando/blocked

Checking for blocked user does now check for blocked domain as well

5 years agoSome more AP blocking
Michael [Thu, 22 Nov 2018 22:31:48 +0000 (22:31 +0000)]
Some more AP blocking

5 years agoBlock AP delivery
Michael [Thu, 22 Nov 2018 22:23:31 +0000 (22:23 +0000)]
Block AP delivery

5 years agoDon't deliver to blocked domains
Michael [Thu, 22 Nov 2018 22:09:22 +0000 (22:09 +0000)]
Don't deliver to blocked domains

5 years agoChecking for blocked user does now check for blocked domain as well
Michael [Thu, 22 Nov 2018 21:43:16 +0000 (21:43 +0000)]
Checking for blocked user does now check for blocked domain as well

5 years agoNormalize BBCode Hashtag replacement
Hypolite Petovan [Thu, 22 Nov 2018 14:34:17 +0000 (09:34 -0500)]
Normalize BBCode Hashtag replacement

5 years agoRemove stored URL from hashtag terms
Hypolite Petovan [Thu, 22 Nov 2018 14:33:42 +0000 (09:33 -0500)]
Remove stored URL from hashtag terms

5 years agoRemove useless rawurlencode calls for building hashtag bbcode
Hypolite Petovan [Thu, 22 Nov 2018 14:23:42 +0000 (09:23 -0500)]
Remove useless rawurlencode calls for building hashtag bbcode

- Fix some formatting

5 years agoMerge pull request #6182 from MrPetovan/task/6172-add-registration-invitation
Tobias Diekershoff [Thu, 22 Nov 2018 07:01:19 +0000 (08:01 +0100)]
Merge pull request #6182 from MrPetovan/task/6172-add-registration-invitation

Add new REGISTRATION_INVITATION value to mod/friendica output

5 years ago[Composer] Add missing PHP extension dependencies
Hypolite Petovan [Thu, 22 Nov 2018 05:24:43 +0000 (00:24 -0500)]
[Composer] Add missing PHP extension dependencies

5 years agoAdd contact conditions to getBirthdays/updateBirthdays
Hypolite Petovan [Thu, 22 Nov 2018 05:15:44 +0000 (00:15 -0500)]
Add contact conditions to getBirthdays/updateBirthdays

5 years agoMove DFRN::birthdayEvent() to Event::createBirthday
Hypolite Petovan [Thu, 22 Nov 2018 05:15:09 +0000 (00:15 -0500)]
Move DFRN::birthdayEvent() to Event::createBirthday

5 years agoReplace remaining occurrences of "0001-01-01" with DBA::NULL_DATE
Hypolite Petovan [Thu, 22 Nov 2018 04:53:45 +0000 (23:53 -0500)]
Replace remaining occurrences of "0001-01-01" with DBA::NULL_DATE

5 years agoFix typo in comment in mod/redir
Hypolite Petovan [Thu, 22 Nov 2018 03:27:57 +0000 (22:27 -0500)]
Fix typo in comment in mod/redir

5 years agoAdd new REGISTER_INVITATION value to mod/friendica output
Hypolite Petovan [Thu, 22 Nov 2018 03:27:28 +0000 (22:27 -0500)]
Add new REGISTER_INVITATION value to mod/friendica output

5 years agoMerge pull request #6176 from annando/ap-security
Tobias Diekershoff [Wed, 21 Nov 2018 17:10:45 +0000 (18:10 +0100)]
Merge pull request #6176 from annando/ap-security

AP: Security check against forged "create" activities

5 years agoMerge pull request #6179 from Alkarex/sql-distinct-fix
Hypolite Petovan [Wed, 21 Nov 2018 13:07:33 +0000 (08:07 -0500)]
Merge pull request #6179 from Alkarex/sql-distinct-fix

Fix SQL grammar error: ORDER BY clause is not in SELECT

5 years agoMerge pull request #6178 from annando/ap-viewcontacts
Hypolite Petovan [Wed, 21 Nov 2018 13:06:54 +0000 (08:06 -0500)]
Merge pull request #6178 from annando/ap-viewcontacts

"viewcontacts" hadn't displayed the AP contacts

5 years agoMerge pull request #6177 from annando/oembed-escaping
Hypolite Petovan [Wed, 21 Nov 2018 13:06:26 +0000 (08:06 -0500)]
Merge pull request #6177 from annando/oembed-escaping

Sanitize the OEmbed data before processing it

5 years agoFix SQL grammar error: ORDER BY clause is not in SELECT
Alexandre Alapetite [Wed, 21 Nov 2018 08:57:34 +0000 (09:57 +0100)]
Fix SQL grammar error: ORDER BY clause is not in SELECT

```
2018-11-21T08:31:28Z@e3393hprfvfqnblturqp56rjnp [Info]:DBA.php:557:p
DB Error 3065: Expression #1 of ORDER BY clause is not in SELECT list,
references column 'friendica.item.created' which is not in SELECT list;
this is incompatible with DISTINCT
q, profile_content, update_profile_content,
LegacyModule::runModuleFunction, LegacyModule::content, call_user_func,
App::runFrontend
SELECT DISTINCT(`parent-uri`) AS `uri` FROM `item` INNER JOIN `contact`
ON `contact`.`id` = `item`.`contact-id` AND NOT `contact`.`blocked` AND
NOT `contact`.`pending` WHERE `item`.`uid` = 1 AND `item`.`visible` AND
(NOT `item`.`deleted` OR `item`.`gravity` = 3) AND NOT
`item`.`moderated` AND `item`.`wall` AND `item`.`unseen` ORDER BY
`item`.`created` DESC
```

5 years ago"viewcontacts" hadn't displayed the AP contacts
Michael [Wed, 21 Nov 2018 08:50:43 +0000 (08:50 +0000)]
"viewcontacts" hadn't displayed the AP contacts

5 years agoSanitize the OEmbed data before processing it
Michael [Wed, 21 Nov 2018 07:07:24 +0000 (07:07 +0000)]
Sanitize the OEmbed data before processing it

5 years agoOne space too much
Michael [Tue, 20 Nov 2018 20:49:06 +0000 (20:49 +0000)]
One space too much

5 years agoAP: Security check against forged "create" activities
Michael [Tue, 20 Nov 2018 20:40:47 +0000 (20:40 +0000)]
AP: Security check against forged "create" activities

5 years agoMerge pull request #6171 from JonnyTischbein/issue_worker_free_mem
Hypolite Petovan [Tue, 20 Nov 2018 02:40:46 +0000 (21:40 -0500)]
Merge pull request #6171 from JonnyTischbein/issue_worker_free_mem

Change Worker to use only MemFree in isMinMemoryReached

5 years agoChange Worker to use only MemFree in isMinMemoryReached
Jonny Tischbein [Mon, 19 Nov 2018 22:21:40 +0000 (23:21 +0100)]
Change Worker to use only MemFree in isMinMemoryReached

5 years agoMerge pull request #6170 from annando/safe-save
Hypolite Petovan [Mon, 19 Nov 2018 16:51:39 +0000 (11:51 -0500)]
Merge pull request #6170 from annando/safe-save

To safe or not so save, that is the question

5 years agoMerge pull request #6169 from AndyHee/develop
Hypolite Petovan [Mon, 19 Nov 2018 16:41:49 +0000 (11:41 -0500)]
Merge pull request #6169 from AndyHee/develop

Update nginx sample config

5 years agoUpdate FAQ.md
Andy H3 [Mon, 19 Nov 2018 16:37:35 +0000 (23:37 +0700)]
Update FAQ.md

5 years agoTo safe or not so save, that is the question
Michael [Mon, 19 Nov 2018 16:36:31 +0000 (16:36 +0000)]
To safe or not so save, that is the question

5 years agoUpdate sample-nginx.config
Andy H3 [Mon, 19 Nov 2018 16:31:54 +0000 (23:31 +0700)]
Update sample-nginx.config

5 years agoUpdate sample-nginx.config
Andy H3 [Mon, 19 Nov 2018 16:26:34 +0000 (23:26 +0700)]
Update sample-nginx.config

Added buffers and buffer size

5 years agoMerge remote-tracking branch 'upstream/develop' into develop
AndyHee [Mon, 19 Nov 2018 14:54:56 +0000 (21:54 +0700)]
Merge remote-tracking branch 'upstream/develop' into develop

5 years agoMerge pull request #6166 from annando/dbclean
Tobias Diekershoff [Mon, 19 Nov 2018 11:01:11 +0000 (12:01 +0100)]
Merge pull request #6166 from annando/dbclean

The expiry of conversations can now be configured in the admin panel

5 years ago14 days
Michael [Mon, 19 Nov 2018 10:02:44 +0000 (10:02 +0000)]
14 days

5 years agoMerge remote-tracking branch 'upstream/develop' into dbclean
Michael [Mon, 19 Nov 2018 10:01:09 +0000 (10:01 +0000)]
Merge remote-tracking branch 'upstream/develop' into dbclean

5 years agoMerge pull request #6165 from annando/default-features
Tobias Diekershoff [Mon, 19 Nov 2018 09:34:51 +0000 (10:34 +0100)]
Merge pull request #6165 from annando/default-features

Several default features are now in the core

5 years agoThe expiry of conversations can now be configured in the admin panel
Michael [Mon, 19 Nov 2018 06:58:46 +0000 (06:58 +0000)]
The expiry of conversations can now be configured in the admin panel

5 years agoAnother try to make tests run again
Michael [Sun, 18 Nov 2018 20:59:40 +0000 (20:59 +0000)]
Another try to make tests run again

5 years agoPossibly fix test
Michael [Sun, 18 Nov 2018 20:40:10 +0000 (20:40 +0000)]
Possibly fix test

5 years agoSeveral default features are now in the core
Michael [Sun, 18 Nov 2018 20:13:46 +0000 (20:13 +0000)]
Several default features are now in the core

5 years agoMerge pull request #6163 from hoergen/socke
Tobias Diekershoff [Sun, 18 Nov 2018 13:11:40 +0000 (14:11 +0100)]
Merge pull request #6163 from hoergen/socke

[Doc] Rearranged and wrote some parts new and more coherent.

5 years agoadded linebreak and markdown url
hoergen [Sun, 18 Nov 2018 13:05:46 +0000 (14:05 +0100)]
added linebreak and markdown url

5 years agoMerge pull request #6164 from annando/network-protocols
Hypolite Petovan [Sun, 18 Nov 2018 12:47:10 +0000 (07:47 -0500)]
Merge pull request #6164 from annando/network-protocols

Networks are now protocols

5 years agoNetworks are now protocols
Michael [Sun, 18 Nov 2018 12:44:01 +0000 (12:44 +0000)]
Networks are now protocols

5 years agoMerge pull request #6162 from JonnyTischbein/issue_delete_comment_from_guid
Tobias Diekershoff [Sun, 18 Nov 2018 12:34:51 +0000 (13:34 +0100)]
Merge pull request #6162 from JonnyTischbein/issue_delete_comment_from_guid

Delete comment from its guid and return to parent guid

5 years ago[Doc]removed bold from keyword
hoergen [Sun, 18 Nov 2018 12:13:07 +0000 (13:13 +0100)]
[Doc]removed bold from keyword

5 years agoRearranged and wrote some parts new and more coherent.
hoergen [Sun, 18 Nov 2018 11:50:23 +0000 (12:50 +0100)]
Rearranged and wrote some parts new and more coherent.

5 years agoAdd fallback if comment as no parent
Jonny Tischbein [Sun, 18 Nov 2018 11:46:21 +0000 (12:46 +0100)]
Add fallback if comment as no parent

5 years agoDelete comment from its guid and return to parent guid
Jonny Tischbein [Sun, 18 Nov 2018 11:43:26 +0000 (12:43 +0100)]
Delete comment from its guid and return to parent guid

5 years agoMerge pull request #6144 from Alkarex/ATOM-self
Michael Vogel [Sun, 18 Nov 2018 11:31:15 +0000 (12:31 +0100)]
Merge pull request #6144 from Alkarex/ATOM-self

Correct self attribute in ATOM feeds

5 years agoMerge remote-tracking branch 'upstream/develop' into develop
AndyHee [Sun, 18 Nov 2018 03:44:32 +0000 (10:44 +0700)]
Merge remote-tracking branch 'upstream/develop' into develop

5 years agoMerge pull request #6160 from annando/item-delete
Hypolite Petovan [Sun, 18 Nov 2018 00:27:12 +0000 (19:27 -0500)]
Merge pull request #6160 from annando/item-delete

Allow to delete every post, even public ones

5 years agoAllow to delete every post, even public ones
Michael [Sat, 17 Nov 2018 22:56:28 +0000 (22:56 +0000)]
Allow to delete every post, even public ones

5 years agoMerge pull request #6159 from JonnyTischbein/issue_photo_permisson_upload_to_album
Hypolite Petovan [Sat, 17 Nov 2018 19:13:32 +0000 (14:13 -0500)]
Merge pull request #6159 from JonnyTischbein/issue_photo_permisson_upload_to_album

[frio] Fix setting permisson as post for uploaded photo in album via modal create post

5 years agoMerge pull request #6158 from tobiasd/20181117-contactedittab
Hypolite Petovan [Sat, 17 Nov 2018 19:12:30 +0000 (14:12 -0500)]
Merge pull request #6158 from tobiasd/20181117-contactedittab

Add link to user groups from /contact

5 years agoFix setting permisson as post for uploaded photo in album via modal create post
Jonny Tischbein [Sat, 17 Nov 2018 18:14:59 +0000 (19:14 +0100)]
Fix setting permisson as post for uploaded photo in album via modal create post

5 years agoAdd link to user groups from /contact
Tobias Diekershoff [Sat, 17 Nov 2018 17:33:12 +0000 (18:33 +0100)]
Add link to user groups from /contact

There was no way to get to the contact group editor from the contact overview.

Additionally the documentation about the used accesskeys was updated.

5 years agoMerge pull request #6152 from JonnyTischbein/issue_delete_from_saved_folder
Hypolite Petovan [Sat, 17 Nov 2018 16:59:24 +0000 (11:59 -0500)]
Merge pull request #6152 from JonnyTischbein/issue_delete_from_saved_folder

Fix deleting last element and displaying empty saved folder

5 years agoMerge pull request #6156 from tobiasd/20181117-vagrantsql
Hypolite Petovan [Sat, 17 Nov 2018 16:37:22 +0000 (11:37 -0500)]
Merge pull request #6156 from tobiasd/20181117-vagrantsql

recreated SQL file for Vagrant VM from current DB structure

5 years agoMerge pull request #6155 from fabrixxm/issues/localredirect
Tobias Diekershoff [Sat, 17 Nov 2018 16:36:04 +0000 (17:36 +0100)]
Merge pull request #6155 from fabrixxm/issues/localredirect

Use appropriate redirect in dfrn_poll

5 years agoMore Code Standard
Jonny Tischbein [Sat, 17 Nov 2018 16:27:12 +0000 (17:27 +0100)]
More Code Standard

5 years agoCode Standard
Jonny Tischbein [Sat, 17 Nov 2018 16:24:30 +0000 (17:24 +0100)]
Code Standard

5 years agorecreated SQL file for Vagrant VM from current DB structure
Tobias Diekershoff [Sat, 17 Nov 2018 15:25:51 +0000 (16:25 +0100)]
recreated SQL file for Vagrant VM from current DB structure

5 years agoUse appropriate redirect in dfrn_poll
fabrixxm [Sat, 17 Nov 2018 15:12:45 +0000 (16:12 +0100)]
Use appropriate redirect in dfrn_poll

Got an error while remote auth to a local user, where $destination_url
is relative.

5 years agoChange how to decide between empty update and not called field file
Jonny Tischbein [Sat, 17 Nov 2018 15:04:54 +0000 (16:04 +0100)]
Change how to decide between empty update and not called field file

5 years agoMerge pull request #6154 from JonnyTischbein/issue_open_commentbox_post_with_replies
Hypolite Petovan [Sat, 17 Nov 2018 15:01:05 +0000 (10:01 -0500)]
Merge pull request #6154 from JonnyTischbein/issue_open_commentbox_post_with_replies

[frio] Fix opening comment box when Post has replies

5 years agoMerge pull request #6147 from Alkarex/stylesheet-path-html-encoding
Hypolite Petovan [Sat, 17 Nov 2018 14:55:26 +0000 (09:55 -0500)]
Merge pull request #6147 from Alkarex/stylesheet-path-html-encoding

Fix lack of HTML encoding for stylesheet link

5 years agoMerge pull request #6153 from JonnyTischbein/issue_return_delete_comments
Hypolite Petovan [Sat, 17 Nov 2018 14:54:47 +0000 (09:54 -0500)]
Merge pull request #6153 from JonnyTischbein/issue_return_delete_comments

Fix return url when delete comment from display

5 years agoFix opening comment box when Post has replies
Jonny Tischbein [Sat, 17 Nov 2018 14:53:34 +0000 (15:53 +0100)]
Fix opening comment box when Post has replies

5 years agoEscaping moved to template
Alexandre Alapetite [Sat, 17 Nov 2018 13:01:07 +0000 (14:01 +0100)]
Escaping moved to template

https://github.com/friendica/friendica/pull/6147#pullrequestreview-176051481

5 years agoFix return url when delete comment from display
Jonny Tischbein [Sat, 17 Nov 2018 12:56:58 +0000 (13:56 +0100)]
Fix return url when delete comment from display

5 years agoFix SQL Error if no items where found + Fix setting to null
Jonny Tischbein [Sat, 17 Nov 2018 12:22:32 +0000 (13:22 +0100)]
Fix SQL Error if no items where found + Fix setting  to null

5 years agoMerge pull request #6145 from Alkarex/ATOM-title-encoding
Hypolite Petovan [Sat, 17 Nov 2018 12:01:53 +0000 (07:01 -0500)]
Merge pull request #6145 from Alkarex/ATOM-title-encoding

Fix ATOM feed entry titles encoding

5 years agoMerge pull request #6146 from Alkarex/atom-link-title-dfrn
Hypolite Petovan [Sat, 17 Nov 2018 11:50:09 +0000 (06:50 -0500)]
Merge pull request #6146 from Alkarex/atom-link-title-dfrn

Title difference for two different ATOM feeds