]> git.mxchange.org Git - friendica.git/log
friendica.git
6 years agosizeof bug
Alexandre Alapetite [Thu, 17 May 2018 05:35:58 +0000 (07:35 +0200)]
sizeof bug

sizeof cannot be used to test existance.

Fixes: Got error 'PHP message: PHP Warning: sizeof(): Parameter must be
an array or an object that implements Countable in
/.../include/items.php on line 66\n':  1 Time(s)

PHP 7.2.5 / Ubuntu 17.04 LTS

6 years agoMerge pull request #5069 from Quix0r/tickets/4965
Hypolite Petovan [Thu, 17 May 2018 01:02:46 +0000 (21:02 -0400)]
Merge pull request #5069 from Quix0r/tickets/4965

Changed tooltip from #4965

6 years agoFixes for #4965:
Roland Häder [Thu, 17 May 2018 00:27:30 +0000 (02:27 +0200)]
Fixes for #4965:
- updated messages.po file

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoFixes for #4965:
Roland Häder [Thu, 17 May 2018 00:23:20 +0000 (02:23 +0200)]
Fixes for #4965:
- better descriptive tooltip for adding/removing contact from/to group

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoMerge pull request #5068 from Quix0r/fixes/rc-openid-login
Hypolite Petovan [Wed, 16 May 2018 22:42:43 +0000 (18:42 -0400)]
Merge pull request #5068 from Quix0r/fixes/rc-openid-login

OpenId possibly fixed

6 years agoOpenId possibly fixed:
Roland Häder [Wed, 16 May 2018 22:21:06 +0000 (00:21 +0200)]
OpenId possibly fixed:
- The LightOpenId class' constructor now requires the hostname from where the
  requested started, added it now
- sometimes need to invoke get_app() as $a was not around

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoMerge pull request #5065 from tobiasd/2018.05-rc
Michael Vogel [Wed, 16 May 2018 12:21:24 +0000 (14:21 +0200)]
Merge pull request #5065 from tobiasd/2018.05-rc

added link to the TOS page if it is activated

6 years agoadd link to TOS in frios registration template if enabled
Tobias Diekershoff [Wed, 16 May 2018 11:41:56 +0000 (13:41 +0200)]
add link to TOS in frios registration template if enabled

6 years agoadded link to the TOS page if it is activated
Tobias Diekershoff [Wed, 16 May 2018 09:57:06 +0000 (11:57 +0200)]
added link to the TOS page if it is activated

6 years agoMerge pull request #5064 from annando/followup-pr-5060
Tobias Diekershoff [Wed, 16 May 2018 09:12:17 +0000 (11:12 +0200)]
Merge pull request #5064 from annando/followup-pr-5060

Follow up to PR 5060: Missing index update

6 years agoFollow up to PR 5060: Missing index update
Michael [Wed, 16 May 2018 08:59:15 +0000 (08:59 +0000)]
Follow up to PR 5060: Missing index update

6 years agoMerge pull request #5061 from AndyHee/2018.05-rc
Hypolite Petovan [Wed, 16 May 2018 04:26:20 +0000 (00:26 -0400)]
Merge pull request #5061 from AndyHee/2018.05-rc

Update sample-nginx.config

6 years agoUpdate sample-nginx.config
Andy H3 [Wed, 16 May 2018 04:10:19 +0000 (11:10 +0700)]
Update sample-nginx.config

Updated default path to PHP7.0

PHP5.0 is not considered standard any more.

6 years agoMerge pull request #5060 from annando/item-delete
Hypolite Petovan [Wed, 16 May 2018 03:56:23 +0000 (23:56 -0400)]
Merge pull request #5060 from annando/item-delete

item deletion now works again

6 years agoGrammar stuff
Michael [Wed, 16 May 2018 03:54:08 +0000 (03:54 +0000)]
Grammar stuff

6 years agoShow "Remove from your screen" or "delete" depending of the impact of the deletion
Michael [Tue, 15 May 2018 21:06:34 +0000 (21:06 +0000)]
Show "Remove from your screen" or "delete" depending of the impact of the deletion

6 years agoWe do the notify stuff now directly in the item class
Michael [Tue, 15 May 2018 19:50:29 +0000 (19:50 +0000)]
We do the notify stuff now directly in the item class

6 years agoMerge branch 'item-delete' of github.com:annando/friendica into item-delete
Michael [Tue, 15 May 2018 19:31:05 +0000 (19:31 +0000)]
Merge branch 'item-delete' of github.com:annando/friendica into item-delete

6 years agoLower priority for "remote self"
Michael [Tue, 15 May 2018 19:29:14 +0000 (19:29 +0000)]
Lower priority for "remote self"

6 years agoOnly delete undeleted items
Michael [Tue, 15 May 2018 19:25:35 +0000 (19:25 +0000)]
Only delete undeleted items

6 years agoAdded comments / hourly workerqueue deletion
Michael [Tue, 15 May 2018 17:50:29 +0000 (17:50 +0000)]
Added comments / hourly workerqueue deletion

6 years agoDelete the shadow post when it is the last one
Michael [Tue, 15 May 2018 16:40:13 +0000 (16:40 +0000)]
Delete the shadow post when it is the last one

6 years agoFix: Delete all item copies if it is an original item
Michael [Tue, 15 May 2018 15:51:58 +0000 (15:51 +0000)]
Fix: Delete all item copies if it is an original item

6 years agoMerge pull request #5055 from annando/worker-spawning
Tobias Diekershoff [Tue, 15 May 2018 06:22:33 +0000 (08:22 +0200)]
Merge pull request #5055 from annando/worker-spawning

Fix for the slow spawning of workers

6 years agoMerge pull request #5054 from annando/diaspora-comments
Tobias Diekershoff [Tue, 15 May 2018 05:30:34 +0000 (07:30 +0200)]
Merge pull request #5054 from annando/diaspora-comments

Fix: public comments weren't distributed to the followers.

6 years agoFix: public comments weren't distributed to the followers.
Michael [Tue, 15 May 2018 04:33:28 +0000 (04:33 +0000)]
Fix: public comments weren't distributed to the followers.

6 years agoMerge pull request #5053 from Quix0r/latest-rc
Hypolite Petovan [Tue, 15 May 2018 01:39:25 +0000 (21:39 -0400)]
Merge pull request #5053 from Quix0r/latest-rc

Fix for "Illegal string offset 'success'"

6 years agoFixed "constant" result, maybe there is a $ missing?
Roland Häder [Tue, 15 May 2018 01:23:24 +0000 (03:23 +0200)]
Fixed "constant" result, maybe there is a $ missing?

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoMerge pull request #5045 from tobiasd/20180514-msg
Hypolite Petovan [Mon, 14 May 2018 12:15:01 +0000 (08:15 -0400)]
Merge pull request #5045 from tobiasd/20180514-msg

regenerated master messages.po file

6 years agoregenerated master messages.po file
Tobias Diekershoff [Mon, 14 May 2018 05:12:04 +0000 (07:12 +0200)]
regenerated master messages.po file

6 years agoFix for the slow spawning of workers
Michael [Mon, 14 May 2018 05:02:18 +0000 (05:02 +0000)]
Fix for the slow spawning of workers

6 years agoMerge pull request #5044 from annando/no-feed-reshare
Hypolite Petovan [Sun, 13 May 2018 22:31:58 +0000 (18:31 -0400)]
Merge pull request #5044 from annando/no-feed-reshare

We mustn't reshare a feed item (only DFRN and Diaspora)

6 years agoMerge pull request #5038 from tobiasd/20180519-3834
Michael Vogel [Sun, 13 May 2018 20:24:59 +0000 (22:24 +0200)]
Merge pull request #5038 from tobiasd/20180519-3834

dont delete but remove from your stream

6 years agoWe mustn't reshare a feed item (only DFRN and Diaspora)
Michael [Sun, 13 May 2018 18:31:01 +0000 (18:31 +0000)]
We mustn't reshare a feed item (only DFRN and Diaspora)

6 years agoMerge pull request #5041 from M-arcus/patch-1
Hypolite Petovan [Sun, 13 May 2018 14:03:11 +0000 (10:03 -0400)]
Merge pull request #5041 from M-arcus/patch-1

[TASK] Automatic installation: Install theme

6 years agoMerge pull request #5040 from tobiasd/20180513-lng
Hypolite Petovan [Sun, 13 May 2018 13:59:29 +0000 (09:59 -0400)]
Merge pull request #5040 from tobiasd/20180513-lng

FI and PL translation updates

6 years ago[TASK] Automatic installation: Install theme
Marcus Müller [Sun, 13 May 2018 10:50:53 +0000 (12:50 +0200)]
[TASK] Automatic installation: Install theme

6 years agoupdate FI translations THX Kris
Tobias Diekershoff [Sun, 13 May 2018 10:02:09 +0000 (12:02 +0200)]
update FI translations THX Kris

6 years agoupdate PL translations THX waldis
Tobias Diekershoff [Sun, 13 May 2018 10:01:25 +0000 (12:01 +0200)]
update PL translations THX waldis

6 years agodont delete but remove from your stream
Tobias Diekershoff [Sun, 13 May 2018 09:10:34 +0000 (11:10 +0200)]
dont delete but remove from your stream

6 years agoMerge pull request #5036 from Alkarex/fix-constants
Hypolite Petovan [Sun, 13 May 2018 08:38:32 +0000 (04:38 -0400)]
Merge pull request #5036 from Alkarex/fix-constants

Fix wrong use of class constants

6 years agoSimplify constant names
Alexandre Alapetite [Sun, 13 May 2018 08:34:33 +0000 (10:34 +0200)]
Simplify constant names

https://github.com/friendica/friendica/pull/5036#discussion_r187792865

6 years agoFix wrong use of class constants
Alexandre Alapetite [Sun, 13 May 2018 08:00:18 +0000 (10:00 +0200)]
Fix wrong use of class constants

http://php.net/manual/language.oop5.constants.php

6 years agoMerge pull request #5035 from annando/no-optimize
Hypolite Petovan [Sun, 13 May 2018 05:55:09 +0000 (01:55 -0400)]
Merge pull request #5035 from annando/no-optimize

Automatic table optimisation is deactivated by default now

6 years agoAutomatic table optimisation is deactivated by default now
Michael [Sun, 13 May 2018 05:41:05 +0000 (05:41 +0000)]
Automatic table optimisation is deactivated by default now

6 years agoMerge pull request #5032 from tobiasd/20180512-lng
Hypolite Petovan [Sat, 12 May 2018 09:45:38 +0000 (05:45 -0400)]
Merge pull request #5032 from tobiasd/20180512-lng

DE, FI and PL translation updates

6 years agoupdate FI translations THX Kris
Tobias Diekershoff [Sat, 12 May 2018 08:36:59 +0000 (10:36 +0200)]
update FI translations THX Kris

6 years agoupdate PL translations THX waldis
Tobias Diekershoff [Sat, 12 May 2018 08:36:18 +0000 (10:36 +0200)]
update PL translations THX waldis

6 years agoupdate DE translations
Tobias Diekershoff [Sat, 12 May 2018 08:35:32 +0000 (10:35 +0200)]
update DE translations

6 years agoMerge pull request #5031 from annando/fix-sql
Hypolite Petovan [Fri, 11 May 2018 19:43:23 +0000 (15:43 -0400)]
Merge pull request #5031 from annando/fix-sql

Avoid SQL error with empty "bd" field

6 years agoAvoid SQL error with empty "bd" field
Michael [Fri, 11 May 2018 15:27:19 +0000 (15:27 +0000)]
Avoid SQL error with empty "bd" field

6 years agoMerge pull request #5030 from annando/fix-sql
Hypolite Petovan [Fri, 11 May 2018 15:20:30 +0000 (11:20 -0400)]
Merge pull request #5030 from annando/fix-sql

Fix SQL error during postupdate

6 years agoOnly set the "updated" value when it contains a value
Michael [Fri, 11 May 2018 10:44:28 +0000 (10:44 +0000)]
Only set the "updated" value when it contains a value

6 years agoFix SQL error during postupdate
Michael [Fri, 11 May 2018 09:20:59 +0000 (09:20 +0000)]
Fix SQL error during postupdate

6 years agoMerge pull request #5028 from annando/probe-insert
Tobias Diekershoff [Fri, 11 May 2018 08:26:32 +0000 (10:26 +0200)]
Merge pull request #5028 from annando/probe-insert

 Insert a gcontact on probing, but not insert a contact

6 years agoChange the community value as well
Michael [Fri, 11 May 2018 08:04:01 +0000 (08:04 +0000)]
Change the community value as well

6 years agoInsert a gcontact on probing, but not insert a contact
Michael [Fri, 11 May 2018 05:44:31 +0000 (05:44 +0000)]
Insert a gcontact on probing, but not insert a contact

6 years agoMerge pull request #5024 from annando/invisible-posts
Hypolite Petovan [Thu, 10 May 2018 23:31:05 +0000 (19:31 -0400)]
Merge pull request #5024 from annando/invisible-posts

Fix: Public items werent visible under certain circumstances

6 years agoFix: Public items werent visible under certain circumstances
Michael [Thu, 10 May 2018 22:06:34 +0000 (22:06 +0000)]
Fix: Public items werent visible under certain circumstances

6 years agoMerge pull request #5023 from annando/dba-error
Hypolite Petovan [Thu, 10 May 2018 20:27:31 +0000 (16:27 -0400)]
Merge pull request #5023 from annando/dba-error

Fix SQL error

6 years agoFix SQL error
Michael [Thu, 10 May 2018 20:14:51 +0000 (20:14 +0000)]
Fix SQL error

6 years agoMerge pull request #5018 from annando/issue-4997
Hypolite Petovan [Thu, 10 May 2018 13:53:37 +0000 (09:53 -0400)]
Merge pull request #5018 from annando/issue-4997

Issue 4997: Avoid database duplicates

6 years agoIssue 4997: Avoid database duplicates
Michael [Thu, 10 May 2018 12:49:28 +0000 (12:49 +0000)]
Issue 4997: Avoid database duplicates

6 years agoMerge pull request #5017 from annando/dfrn-relay
Hypolite Petovan [Thu, 10 May 2018 12:18:53 +0000 (08:18 -0400)]
Merge pull request #5017 from annando/dfrn-relay

Adopt the relay definition according to the suggestions from @jaywink

6 years agoMerge pull request #5016 from annando/fix-blocked
Hypolite Petovan [Thu, 10 May 2018 12:18:04 +0000 (08:18 -0400)]
Merge pull request #5016 from annando/fix-blocked

Corrects falsely blocked contacts because of some bug in the develop branch

6 years agoMerge pull request #5015 from annando/issue-4772
Hypolite Petovan [Thu, 10 May 2018 12:17:27 +0000 (08:17 -0400)]
Merge pull request #5015 from annando/issue-4772

Issue 4772: Display posts with uid=0 as well

6 years agoAdopt the relay definition according to the suggestions from @jaywink
Michael [Thu, 10 May 2018 11:04:18 +0000 (11:04 +0000)]
Adopt the relay definition according to the suggestions from @jaywink

6 years agoCorrects falsely blocked contacts because of some bug in the develop branch
Michael [Thu, 10 May 2018 10:41:32 +0000 (10:41 +0000)]
Corrects falsely blocked contacts because of some bug in the develop branch

6 years agoIssue 4772: Display posts with uid=0 as well
Michael [Thu, 10 May 2018 10:13:48 +0000 (10:13 +0000)]
Issue 4772: Display posts with uid=0 as well

6 years agoMerge pull request #5013 from annando/feed-avatar
Hypolite Petovan [Wed, 9 May 2018 21:22:55 +0000 (17:22 -0400)]
Merge pull request #5013 from annando/feed-avatar

For feed items show the avatar of the local user

6 years agoFor feed items show the avatar of the local user
Michael [Wed, 9 May 2018 21:09:16 +0000 (21:09 +0000)]
For feed items show the avatar of the local user

6 years agoMerge pull request #5012 from tobiasd/20180509-doctppls
Hypolite Petovan [Wed, 9 May 2018 17:04:23 +0000 (13:04 -0400)]
Merge pull request #5012 from tobiasd/20180509-doctppls

added dedicated documentation about tools for admins

6 years agoadded dedicated documentation about tools for admins
Tobias Diekershoff [Wed, 9 May 2018 16:52:11 +0000 (18:52 +0200)]
added dedicated documentation about tools for admins

6 years agoMerge pull request #5009 from tobiasd/20180509-msg
Michael Vogel [Wed, 9 May 2018 15:14:30 +0000 (17:14 +0200)]
Merge pull request #5009 from tobiasd/20180509-msg

regenerated master messages.po file

6 years agoregenerated master messages.po file
Tobias Diekershoff [Wed, 9 May 2018 13:05:19 +0000 (15:05 +0200)]
regenerated master messages.po file

6 years agoMerge pull request #5008 from tobiasd/20180509-2115
Hypolite Petovan [Wed, 9 May 2018 12:19:26 +0000 (08:19 -0400)]
Merge pull request #5008 from tobiasd/20180509-2115

Issue #2115

6 years agoMerge pull request #5007 from tobiasd/20180509-doc
Hypolite Petovan [Wed, 9 May 2018 12:13:58 +0000 (08:13 -0400)]
Merge pull request #5007 from tobiasd/20180509-doc

documentation update for !mentions of forum accounts

6 years agothe widget is not needed here
Tobias Diekershoff [Wed, 9 May 2018 10:49:29 +0000 (12:49 +0200)]
the widget is not needed here

6 years agouse Archives for the additional feature setting like it is used in the network sidebar
Tobias Diekershoff [Wed, 9 May 2018 10:32:47 +0000 (12:32 +0200)]
use Archives for the additional feature setting like it is used in the network sidebar

6 years agodocumentation update for !mentions of forum accounts
Tobias Diekershoff [Wed, 9 May 2018 09:49:29 +0000 (11:49 +0200)]
documentation update for !mentions of forum accounts

6 years agoMerge pull request #5006 from annando/fix-empty-avatar
Tobias Diekershoff [Wed, 9 May 2018 07:24:16 +0000 (09:24 +0200)]
Merge pull request #5006 from annando/fix-empty-avatar

Bugfix: Avoid empty avatar photos when a public contact is created

6 years agoEnsure avatar photo in update routine
Michael [Wed, 9 May 2018 07:09:47 +0000 (07:09 +0000)]
Ensure avatar photo in update routine

6 years agoBugfix: Avoid empty avatar photos when a public contact is created
Michael [Wed, 9 May 2018 06:53:57 +0000 (06:53 +0000)]
Bugfix: Avoid empty avatar photos when a public contact is created

6 years agoMerge pull request #5004 from annando/missing-posts
Hypolite Petovan [Tue, 8 May 2018 22:53:41 +0000 (18:53 -0400)]
Merge pull request #5004 from annando/missing-posts

Issue 4990: Fixes missing posts on network page

6 years agoMerge pull request #5005 from annando/missing-10n
Hypolite Petovan [Tue, 8 May 2018 22:51:17 +0000 (18:51 -0400)]
Merge pull request #5005 from annando/missing-10n

Fixes missing L10n class

6 years agoFixes missing L10n class
Michael [Tue, 8 May 2018 22:34:47 +0000 (22:34 +0000)]
Fixes missing L10n class

6 years agoEnsure to mostly fetch the item with an non zero user id
Michael [Tue, 8 May 2018 22:26:49 +0000 (22:26 +0000)]
Ensure to mostly fetch the item with an non zero user id

6 years agoReverted SQL sorting
Michael [Tue, 8 May 2018 22:08:25 +0000 (22:08 +0000)]
Reverted SQL sorting

6 years agoIssue 4990: Fixes missing posts on network page
Michael [Tue, 8 May 2018 22:00:32 +0000 (22:00 +0000)]
Issue 4990: Fixes missing posts on network page

6 years agoMerge pull request #5003 from annando/fix-author-id
Hypolite Petovan [Tue, 8 May 2018 21:03:32 +0000 (17:03 -0400)]
Merge pull request #5003 from annando/fix-author-id

Update script to set author-id and owner-id

6 years agoCorrected placeholders
Michael [Tue, 8 May 2018 20:22:21 +0000 (20:22 +0000)]
Corrected placeholders

6 years agoEnsure that there will always be an author-id and owner-id in the items
Michael [Tue, 8 May 2018 20:20:15 +0000 (20:20 +0000)]
Ensure that there will always be an author-id and owner-id in the items

6 years agoAdded maintenance notice
Michael [Tue, 8 May 2018 18:46:47 +0000 (18:46 +0000)]
Added maintenance notice

6 years agoUpdate script for setting author-id and owner-id in item and thread table
Michael [Tue, 8 May 2018 17:50:06 +0000 (17:50 +0000)]
Update script for setting author-id and owner-id in item and thread table

6 years agoMerge pull request #5001 from tobiasd/20180508-lng2
Hypolite Petovan [Tue, 8 May 2018 16:58:20 +0000 (12:58 -0400)]
Merge pull request #5001 from tobiasd/20180508-lng2

translation updates DE, FI, PL

6 years agoupdate DE translations
Tobias Diekershoff [Tue, 8 May 2018 16:55:18 +0000 (18:55 +0200)]
update DE translations

6 years agoupdate PL translations THX waldis
Tobias Diekershoff [Tue, 8 May 2018 16:55:14 +0000 (18:55 +0200)]
update PL translations THX waldis

6 years agoupdate FI translations THX Kris
Tobias Diekershoff [Tue, 8 May 2018 16:55:10 +0000 (18:55 +0200)]
update FI translations THX Kris

6 years agoMerge pull request #4996 from fabrixxm/docs-theme-dev
Hypolite Petovan [Tue, 8 May 2018 08:02:37 +0000 (04:02 -0400)]
Merge pull request #4996 from fabrixxm/docs-theme-dev

Docs: add a note on adding `use` on theme.php

6 years agoDocs: add a note on adding `use` on theme.php
fabrixxm [Mon, 7 May 2018 16:28:55 +0000 (18:28 +0200)]
Docs: add a note on adding `use` on theme.php