]> git.mxchange.org Git - friendica.git/log
friendica.git
6 years agoMerge remote-tracking branch 'upstream/develop' into community
Michael [Wed, 3 Jan 2018 01:15:27 +0000 (01:15 +0000)]
Merge remote-tracking branch 'upstream/develop' into community

6 years agoMerge pull request #4158 from rabuzarus/20180102_-_frio_fix_saved_search_button
Hypolite Petovan [Tue, 2 Jan 2018 15:01:41 +0000 (09:01 -0600)]
Merge pull request #4158 from rabuzarus/20180102_-_frio_fix_saved_search_button

bugfix: -frio- save search button should be only visible if the feature is enabled

6 years agobugfix: -frio- save search button should be only visible if the feature is enabled
rabuzarus [Tue, 2 Jan 2018 14:48:11 +0000 (15:48 +0100)]
bugfix: -frio- save search button should be only visible if the feature is enabled

6 years agoMerge pull request #4157 from MrPetovan/task/fix-notices
Michael Vogel [Tue, 2 Jan 2018 14:16:43 +0000 (15:16 +0100)]
Merge pull request #4157 from MrPetovan/task/fix-notices

Fix PHP notices

6 years agoReview: Simplify boolean assignment in Object\Post
Hypolite Petovan [Tue, 2 Jan 2018 13:36:35 +0000 (08:36 -0500)]
Review: Simplify boolean assignment in Object\Post

6 years agoReview: Ensure $arr['network'] is populated in item_store
Hypolite Petovan [Tue, 2 Jan 2018 13:32:53 +0000 (08:32 -0500)]
Review: Ensure $arr['network'] is populated in item_store

6 years agoReview: Removed unused code in include/bbcode
Hypolite Petovan [Tue, 2 Jan 2018 13:30:15 +0000 (08:30 -0500)]
Review: Removed unused code in include/bbcode

6 years agoFix PHP Notice in new OEmbed class
Hypolite Petovan [Tue, 2 Jan 2018 13:20:33 +0000 (08:20 -0500)]
Fix PHP Notice in new OEmbed class

6 years agoLast minute fix to include/items
Hypolite Petovan [Mon, 1 Jan 2018 22:12:40 +0000 (17:12 -0500)]
Last minute fix to include/items

- Use defaults() to fix undefined indexes

6 years agoFix formatting and PHP notices in Object\Post
Hypolite Petovan [Mon, 1 Jan 2018 22:04:45 +0000 (17:04 -0500)]
Fix formatting and PHP notices in Object\Post

- Use x() and defaults() to fix undefined indexes
- Simplify boolean variable assignments
- Simplify sprintf(t()) structures

6 years agoFix formatting and PHP notice in mod/profile
Hypolite Petovan [Mon, 1 Jan 2018 21:57:54 +0000 (16:57 -0500)]
Fix formatting and PHP notice in mod/profile

- Use x() and defaults() to fix undefined indexes
- Simplify boolean variables assignment
- Add back undefined variables

6 years agoFix formatting and PHP notice in mod/photos
Hypolite Petovan [Mon, 1 Jan 2018 21:47:00 +0000 (16:47 -0500)]
Fix formatting and PHP notice in mod/photos

- Use x() and defaults() to fix undefined indexes.
- Add missing fields in SQL query in dropalbum
- Improve file upload error messaging
- Remove unused variables
- Add back undefined variables
- Simplify nested conditions
- Remove unused public/private code block in photo upload and photo edit

6 years agoFix formatting and PHP notices in network and photo modules
Hypolite Petovan [Mon, 1 Jan 2018 21:33:21 +0000 (16:33 -0500)]
Fix formatting and PHP notices in network and photo modules

- Remove unused variable $file and associated SQL
- Add back uninitialized variables

6 years agoFix formatting and PHP notice in mod/message
Hypolite Petovan [Mon, 1 Jan 2018 21:29:48 +0000 (16:29 -0500)]
Fix formatting and PHP notice in mod/message

- Use argc to check for argv existence
- Simplify sprintf(t()) structures

6 years agoFix formatting and PHP notices in contacts
Hypolite Petovan [Mon, 1 Jan 2018 21:27:01 +0000 (16:27 -0500)]
Fix formatting and PHP notices in contacts

- Use x() and defaults() to fix undefined indexes
- Fix variable and constant name typos
- Remove unused variables and commented out code
- Add back undefined variables

6 years agoFix formatting and PHP notices in include/tags
Hypolite Petovan [Mon, 1 Jan 2018 20:57:29 +0000 (15:57 -0500)]
Fix formatting and PHP notices in include/tags

- Change remaining double quotes into single

6 years agoQuick fix PHP notices in various files
Hypolite Petovan [Mon, 1 Jan 2018 20:51:02 +0000 (15:51 -0500)]
Quick fix PHP notices in various files

- Remove unused variables
- Fix variable name typos
- Use x() and defaults() to fix undefined index
- Add back uninitialized variables

6 years agoFix formatting and PHP notices in identity
Hypolite Petovan [Mon, 1 Jan 2018 20:47:20 +0000 (15:47 -0500)]
Fix formatting and PHP notices in identity

- Change flow of profile_load() function to return early if $profiledata
and !$user
- Replace remaining double quotes by single
- Add back uninitialized variables in profile_sidebar

6 years agoFix formatting and PHP notices in events
Hypolite Petovan [Mon, 1 Jan 2018 20:30:35 +0000 (15:30 -0500)]
Fix formatting and PHP notices in events

- Initialized variables in include/event
- Check for argc before retrieving argv in mod/events

6 years agoFix formatting and PHP notices in include/conversation
Hypolite Petovan [Mon, 1 Jan 2018 20:27:33 +0000 (15:27 -0500)]
Fix formatting and PHP notices in include/conversation

- Remove unused $nickname variable
- Remove unused $comment variable
- Use defaults() in get_responses() to check for array key existence

6 years agoFix formatting and PHP notices in bb_ShareAttributes
Hypolite Petovan [Mon, 1 Jan 2018 20:10:20 +0000 (15:10 -0500)]
Fix formatting and PHP notices in bb_ShareAttributes

- Use x() to check for existence of key in $matches
- Remove unused $reldate from template shared_content

6 years agoFix PHP notices in boot, index and App
Hypolite Petovan [Mon, 1 Jan 2018 20:08:00 +0000 (15:08 -0500)]
Fix PHP notices in boot, index and App

- Use defaults() with $_GET variables in boot
- Initialize $a before checking for object member in boot
- Initilialize the $_SESSION variable for backend mode in index
- Add member variable page_offset to App

6 years agoFix formatting and PHP Notice in frio theme
Hypolite Petovan [Mon, 1 Jan 2018 20:05:09 +0000 (15:05 -0500)]
Fix formatting and PHP Notice in frio theme

- Fix undefined variable $a->install in frio/style
- Removed unused $args assignments in frio/theme
- Removed unused $sql_extra2 variable in frio_acl_lookup()

6 years agoAdd defaults() function
Hypolite Petovan [Mon, 1 Jan 2018 19:50:47 +0000 (14:50 -0500)]
Add defaults() function

6 years agoMerge pull request #4152 from MrPetovan/task/4137-add-posts-only-feed
Michael Vogel [Tue, 2 Jan 2018 09:14:56 +0000 (10:14 +0100)]
Merge pull request #4152 from MrPetovan/task/4137-add-posts-only-feed

Add posts only feed

6 years agoMerge pull request #4156 from MrPetovan/bug/4155-move-oembed-to-src
Michael Vogel [Tue, 2 Jan 2018 08:58:22 +0000 (09:58 +0100)]
Merge pull request #4156 from MrPetovan/bug/4155-move-oembed-to-src

Move oembed to src

6 years agoReview changes
Hypolite Petovan [Mon, 1 Jan 2018 22:43:03 +0000 (17:43 -0500)]
Review changes

- Add file comment in Content\OEmbed
- Add self where relevant
- Remove useless spaces from the XPath expression

6 years agoRevert "Updated hcard with the new feed links"
Hypolite Petovan [Mon, 1 Jan 2018 22:29:50 +0000 (17:29 -0500)]
Revert "Updated hcard with the new feed links"

This reverts commit cc8493965875e6693061c6c770d96ca137695212.

6 years agoRemove include/oembed and mod/oembed
Hypolite Petovan [Mon, 1 Jan 2018 01:58:32 +0000 (20:58 -0500)]
Remove include/oembed and mod/oembed

6 years agoAdd Module\Oembed and Content\OEmbed
Hypolite Petovan [Mon, 1 Jan 2018 01:58:09 +0000 (20:58 -0500)]
Add Module\Oembed and Content\OEmbed

6 years agoMerge pull request #4153 from zeroadam/Crypto-#3878
Hypolite Petovan [Sun, 31 Dec 2017 14:47:06 +0000 (08:47 -0600)]
Merge pull request #4153 from zeroadam/Crypto-#3878

Move Crypto to src

6 years agoPublic function
Adam Magness [Sun, 31 Dec 2017 13:31:06 +0000 (08:31 -0500)]
Public function

Make private function public.

6 years agoFix self call
Adam Magness [Sun, 31 Dec 2017 13:29:03 +0000 (08:29 -0500)]
Fix self call

was self when in Crypto..

6 years agoMove salmonKey to Salmon class
Adam Magness [Sun, 31 Dec 2017 13:04:36 +0000 (08:04 -0500)]
Move salmonKey to Salmon class

move the salmonKey function from Crypto to Salmon

6 years agoASNValue
Adam Magness [Sat, 30 Dec 2017 17:44:43 +0000 (12:44 -0500)]
ASNValue

add missing ASNValue

6 years agoAnother ASN
Adam Magness [Sat, 30 Dec 2017 17:23:45 +0000 (12:23 -0500)]
Another ASN

attempt #2

6 years agoASN_BASE
Adam Magness [Sat, 30 Dec 2017 17:09:08 +0000 (12:09 -0500)]
ASN_BASE

error ASN_BASE not found. Probably a namespace thing.

6 years agoCrypto to src
Adam Magness [Sat, 30 Dec 2017 16:51:49 +0000 (11:51 -0500)]
Crypto to src

move Crypto to src and Friendica\Util namespace

6 years agoUpdated hcard with the new feed links
Hypolite Petovan [Sat, 30 Dec 2017 05:40:21 +0000 (00:40 -0500)]
Updated hcard with the new feed links

6 years agoRenamed type to filter in OStatus::feed
Hypolite Petovan [Sat, 30 Dec 2017 05:34:50 +0000 (00:34 -0500)]
Renamed type to filter in OStatus::feed

6 years agoMerge branch 'task/4137-add-posts-only-feed' of https://github.com/MrPetovan/friendic...
Hypolite Petovan [Sat, 30 Dec 2017 05:34:23 +0000 (00:34 -0500)]
Merge branch 'task/4137-add-posts-only-feed' of https://github.com/MrPetovan/friendica into task/4137-add-posts-only-feed

# Conflicts:
# src/Module/Feed.php

6 years agoAdd Feed module
Hypolite Petovan [Sat, 30 Dec 2017 05:19:45 +0000 (00:19 -0500)]
Add Feed module

- Update profile alternate links

6 years agoAdd Feed module
Hypolite Petovan [Sat, 30 Dec 2017 05:19:45 +0000 (00:19 -0500)]
Add Feed module

- Update profile alternate links

6 years agoAdd type parameter to OStatus::feed
Hypolite Petovan [Sat, 30 Dec 2017 05:19:16 +0000 (00:19 -0500)]
Add type parameter to OStatus::feed

- Removed unused parameter $a
- Added $nocache parameter
- Updated usages

6 years agoFix formatting mod/profile
Hypolite Petovan [Sat, 30 Dec 2017 03:23:58 +0000 (22:23 -0500)]
Fix formatting mod/profile

6 years agoFix formatting dfrn_poll
Hypolite Petovan [Sat, 30 Dec 2017 03:12:18 +0000 (22:12 -0500)]
Fix formatting dfrn_poll

6 years agoMerge pull request #4151 from annando/connect-follow
Hypolite Petovan [Fri, 29 Dec 2017 23:49:44 +0000 (17:49 -0600)]
Merge pull request #4151 from annando/connect-follow

Don't show the connect link in the profile on the "follow" page

6 years agoDon't show the connect link in the profile on the "follow" page
Michael [Fri, 29 Dec 2017 22:53:08 +0000 (22:53 +0000)]
Don't show the connect link in the profile on the "follow" page

6 years agoMerge pull request #4149 from annando/send_participation
Hypolite Petovan [Fri, 29 Dec 2017 20:06:27 +0000 (14:06 -0600)]
Merge pull request #4149 from annando/send_participation

Follow up to PR 4147

6 years agoMerge pull request #4147 from annando/send_participation
Hypolite Petovan [Fri, 29 Dec 2017 20:02:25 +0000 (14:02 -0600)]
Merge pull request #4147 from annando/send_participation

We now send participations when receiving public posts

6 years agoUse the "real" receiver when possible
Michael [Fri, 29 Dec 2017 20:02:15 +0000 (20:02 +0000)]
Use the "real" receiver when possible

6 years agoWe should send "Post"
Michael [Fri, 29 Dec 2017 19:18:25 +0000 (19:18 +0000)]
We should send "Post"

6 years agoWe now send participations when receiving public posts
Michael [Fri, 29 Dec 2017 18:52:26 +0000 (18:52 +0000)]
We now send participations when receiving public posts

6 years agoMerge pull request #4145 from annando/photo-twist
Hypolite Petovan [Fri, 29 Dec 2017 16:09:20 +0000 (10:09 -0600)]
Merge pull request #4145 from annando/photo-twist

Reformatted file, improved coding for "twist"

6 years agoAdded explanation
Michael [Fri, 29 Dec 2017 12:47:56 +0000 (12:47 +0000)]
Added explanation

6 years agoReformatted file, improved coding for "twist"
Michael [Thu, 28 Dec 2017 20:37:23 +0000 (20:37 +0000)]
Reformatted file, improved coding for "twist"

6 years agoMerge pull request #4143 from annando/comment-public
Hypolite Petovan [Thu, 28 Dec 2017 02:05:20 +0000 (20:05 -0600)]
Merge pull request #4143 from annando/comment-public

Likes on "uid=0" does work now

6 years agoLike on uid=0 does work now
Michael [Wed, 27 Dec 2017 22:21:40 +0000 (22:21 +0000)]
Like on uid=0 does work now

6 years agoMake it easier
Michael [Wed, 27 Dec 2017 21:51:16 +0000 (21:51 +0000)]
Make it easier

6 years agoUse another uid for likes
Michael [Wed, 27 Dec 2017 21:44:22 +0000 (21:44 +0000)]
Use another uid for likes

6 years agoMerge remote-tracking branch 'upstream/develop' into comment-public
Michael [Wed, 27 Dec 2017 15:51:36 +0000 (15:51 +0000)]
Merge remote-tracking branch 'upstream/develop' into comment-public

6 years agoMerge pull request #4138 from annando/follow-include
Hypolite Petovan [Wed, 27 Dec 2017 15:28:57 +0000 (09:28 -0600)]
Merge pull request #4138 from annando/follow-include

Missing include

6 years agoMissing include
Michael [Wed, 27 Dec 2017 15:26:17 +0000 (15:26 +0000)]
Missing include

6 years agoMerge remote-tracking branch 'upstream/develop' into comment-public
Michael [Tue, 26 Dec 2017 23:59:32 +0000 (23:59 +0000)]
Merge remote-tracking branch 'upstream/develop' into comment-public

6 years agoMerge pull request #4136 from Rudloff/feature/update_profile_api
Hypolite Petovan [Tue, 26 Dec 2017 23:13:58 +0000 (17:13 -0600)]
Merge pull request #4136 from Rudloff/feature/update_profile_api

Cleaner way to get user URL in api_account_update_profile

6 years agoCleaner way to get user URL in api_account_update_profile
Pierre Rudloff [Tue, 26 Dec 2017 20:49:43 +0000 (21:49 +0100)]
Cleaner way to get user URL in api_account_update_profile

6 years agoMerge pull request #4130 from Rudloff/feature/update_profile_api
Hypolite Petovan [Tue, 26 Dec 2017 01:06:34 +0000 (20:06 -0500)]
Merge pull request #4130 from Rudloff/feature/update_profile_api

Basic support for account/update_profile API (fixes #4094)

6 years agoUpdate profile in directory when calling api_account_update_profile
Pierre Rudloff [Tue, 26 Dec 2017 00:08:51 +0000 (01:08 +0100)]
Update profile in directory when calling api_account_update_profile

6 years agoImprove conditions in api_account_update_profile
Pierre Rudloff [Tue, 26 Dec 2017 00:05:00 +0000 (01:05 +0100)]
Improve conditions in api_account_update_profile

6 years agoMerge pull request #4132 from annando/jabberlog
Hypolite Petovan [Mon, 25 Dec 2017 23:37:17 +0000 (18:37 -0500)]
Merge pull request #4132 from annando/jabberlog

Some more logging for auth_ejabberd

6 years agoMerge pull request #4131 from Rudloff/feature/types
Michael Vogel [Mon, 25 Dec 2017 23:06:09 +0000 (00:06 +0100)]
Merge pull request #4131 from Rudloff/feature/types

 Add missing return types in docblocks

6 years agoSome more logging for auth_ejabberd
Michael [Mon, 25 Dec 2017 23:03:14 +0000 (23:03 +0000)]
Some more logging for auth_ejabberd

6 years agoMissing return types in docblocks
Pierre Rudloff [Mon, 25 Dec 2017 20:14:02 +0000 (21:14 +0100)]
Missing return types in docblocks

6 years agoFix typo
Pierre Rudloff [Mon, 25 Dec 2017 20:12:08 +0000 (21:12 +0100)]
Fix typo

6 years agoBasic support for account/update_profile API (fixes #4094)
Pierre Rudloff [Fri, 22 Dec 2017 23:46:01 +0000 (00:46 +0100)]
Basic support for account/update_profile API (fixes #4094)

6 years agoMerge pull request #4129 from annando/issue-4121
Hypolite Petovan [Mon, 25 Dec 2017 14:23:46 +0000 (09:23 -0500)]
Merge pull request #4129 from annando/issue-4121

API: Better use "about" instead of "pdesc"

6 years agoAPI: Better use "about" instead of "pdesc"
Michael [Mon, 25 Dec 2017 05:39:11 +0000 (05:39 +0000)]
API: Better use "about" instead of "pdesc"

6 years agoMerge pull request #4126 from annando/issue-4121
Hypolite Petovan [Mon, 25 Dec 2017 02:19:21 +0000 (21:19 -0500)]
Merge pull request #4126 from annando/issue-4121

Fix for issue 4121 - now the description isn't empty

6 years agoFixed typo
Michael [Sun, 24 Dec 2017 23:07:14 +0000 (23:07 +0000)]
Fixed typo

6 years agoMerge pull request #4128 from tobiasd/20171224-socialhome
Hypolite Petovan [Sun, 24 Dec 2017 18:44:02 +0000 (13:44 -0500)]
Merge pull request #4128 from tobiasd/20171224-socialhome

add Socialhome to the federation stats

6 years agoadd Socialhome to the federation stats
Tobias Diekershoff [Sun, 24 Dec 2017 15:08:34 +0000 (16:08 +0100)]
add Socialhome to the federation stats

6 years agoMerge pull request #4127 from Rudloff/feature/phpdoc
Hypolite Petovan [Sun, 24 Dec 2017 14:54:19 +0000 (09:54 -0500)]
Merge pull request #4127 from Rudloff/feature/phpdoc

Add missing doc in api.php

6 years agoAdd missing doc in api.php
Pierre Rudloff [Sun, 24 Dec 2017 02:20:50 +0000 (03:20 +0100)]
Add missing doc in api.php

6 years agoFix for issue 4121 - now the description isn't empty
Michael [Sun, 24 Dec 2017 11:51:38 +0000 (11:51 +0000)]
Fix for issue 4121 - now the description isn't empty

6 years agoFirst steps to support public likes
Michael [Sun, 24 Dec 2017 11:36:30 +0000 (11:36 +0000)]
First steps to support public likes

6 years agoMerge pull request #4125 from Rudloff/feature/lint_doc
Hypolite Petovan [Sun, 24 Dec 2017 01:35:58 +0000 (20:35 -0500)]
Merge pull request #4125 from Rudloff/feature/lint_doc

Lint doc/Developers-Intro.md

6 years agoMerge pull request #4124 from Rudloff/feature/phpcs
Hypolite Petovan [Sun, 24 Dec 2017 01:19:44 +0000 (20:19 -0500)]
Merge pull request #4124 from Rudloff/feature/phpcs

Lint api.php

6 years agoLint doc/Developers-Intro.md
Pierre Rudloff [Sat, 23 Dec 2017 23:39:42 +0000 (00:39 +0100)]
Lint doc/Developers-Intro.md

6 years agoLint api.php
Pierre Rudloff [Sat, 23 Dec 2017 23:27:45 +0000 (00:27 +0100)]
Lint api.php

6 years agoYou can now comment on the community page
Michael [Sat, 23 Dec 2017 07:33:51 +0000 (07:33 +0000)]
You can now comment on the community page

6 years agoMerge pull request #4122 from Rudloff/feature/cleanup_api
Hypolite Petovan [Sat, 23 Dec 2017 01:04:07 +0000 (20:04 -0500)]
Merge pull request #4122 from Rudloff/feature/cleanup_api

Various fixes in api.php

6 years agoMerge pull request #4120 from annando/remoteauth
Hypolite Petovan [Sat, 23 Dec 2017 01:00:11 +0000 (20:00 -0500)]
Merge pull request #4120 from annando/remoteauth

 Bugfix for the api call for remoteauth

6 years agoMerge pull request #4118 from annando/cleaned-update
Hypolite Petovan [Sat, 23 Dec 2017 00:57:23 +0000 (19:57 -0500)]
Merge pull request #4118 from annando/cleaned-update

Old stuff had been removed from the update routine

6 years agoIncorrect return type
Pierre Rudloff [Sat, 23 Dec 2017 00:36:55 +0000 (01:36 +0100)]
Incorrect return type

6 years agoUnused variable
Pierre Rudloff [Sat, 23 Dec 2017 00:34:12 +0000 (01:34 +0100)]
Unused variable

6 years agoTypo
Pierre Rudloff [Sat, 23 Dec 2017 00:32:47 +0000 (01:32 +0100)]
Typo

6 years agoUndefined variable
Pierre Rudloff [Sat, 23 Dec 2017 00:30:50 +0000 (01:30 +0100)]
Undefined variable

6 years agoUnused argument
Pierre Rudloff [Sat, 23 Dec 2017 00:27:17 +0000 (01:27 +0100)]
Unused argument

6 years agoapi_format_data can also return an array
Pierre Rudloff [Sat, 23 Dec 2017 00:25:43 +0000 (01:25 +0100)]
api_format_data can also return an array

6 years agoRemove unused variable
Pierre Rudloff [Sat, 23 Dec 2017 00:23:28 +0000 (01:23 +0100)]
Remove unused variable