]>
git.mxchange.org Git - friendica.git/log
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
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
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
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
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
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
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
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
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
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
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
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()
Hypolite Petovan [Mon, 1 Jan 2018 19:50:47 +0000 (14:50 -0500)]
Add defaults() function
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
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
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
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 .
Hypolite Petovan [Mon, 1 Jan 2018 01:58:32 +0000 (20:58 -0500)]
Remove include/oembed and mod/oembed
Hypolite Petovan [Mon, 1 Jan 2018 01:58:09 +0000 (20:58 -0500)]
Add Module\Oembed and Content\OEmbed
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
Adam Magness [Sun, 31 Dec 2017 13:31:06 +0000 (08:31 -0500)]
Public function
Make private function public.
Adam Magness [Sun, 31 Dec 2017 13:29:03 +0000 (08:29 -0500)]
Fix self call
was self when in Crypto..
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
Adam Magness [Sat, 30 Dec 2017 17:44:43 +0000 (12:44 -0500)]
ASNValue
add missing ASNValue
Adam Magness [Sat, 30 Dec 2017 17:23:45 +0000 (12:23 -0500)]
Another ASN
attempt #2
Adam Magness [Sat, 30 Dec 2017 17:09:08 +0000 (12:09 -0500)]
ASN_BASE
error ASN_BASE not found. Probably a namespace thing.
Adam Magness [Sat, 30 Dec 2017 16:51:49 +0000 (11:51 -0500)]
Crypto to src
move Crypto to src and Friendica\Util namespace
Hypolite Petovan [Sat, 30 Dec 2017 05:40:21 +0000 (00:40 -0500)]
Updated hcard with the new feed links
Hypolite Petovan [Sat, 30 Dec 2017 05:34:50 +0000 (00:34 -0500)]
Renamed type to filter in OStatus::feed
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
Hypolite Petovan [Sat, 30 Dec 2017 05:19:45 +0000 (00:19 -0500)]
Add Feed module
- Update profile alternate links
Hypolite Petovan [Sat, 30 Dec 2017 05:19:45 +0000 (00:19 -0500)]
Add Feed module
- Update profile alternate links
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
Hypolite Petovan [Sat, 30 Dec 2017 03:23:58 +0000 (22:23 -0500)]
Fix formatting mod/profile
Hypolite Petovan [Sat, 30 Dec 2017 03:12:18 +0000 (22:12 -0500)]
Fix formatting dfrn_poll
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
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
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
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
Michael [Fri, 29 Dec 2017 20:02:15 +0000 (20:02 +0000)]
Use the "real" receiver when possible
Michael [Fri, 29 Dec 2017 19:18:25 +0000 (19:18 +0000)]
We should send "Post"
Michael [Fri, 29 Dec 2017 18:52:26 +0000 (18:52 +0000)]
We now send participations when receiving public posts
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"
Michael [Fri, 29 Dec 2017 12:47:56 +0000 (12:47 +0000)]
Added explanation
Michael [Thu, 28 Dec 2017 20:37:23 +0000 (20:37 +0000)]
Reformatted file, improved coding for "twist"
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
Michael [Wed, 27 Dec 2017 22:21:40 +0000 (22:21 +0000)]
Like on uid=0 does work now
Michael [Wed, 27 Dec 2017 21:51:16 +0000 (21:51 +0000)]
Make it easier
Michael [Wed, 27 Dec 2017 21:44:22 +0000 (21:44 +0000)]
Use another uid for likes
Michael [Wed, 27 Dec 2017 15:51:36 +0000 (15:51 +0000)]
Merge remote-tracking branch 'upstream/develop' into comment-public
Hypolite Petovan [Wed, 27 Dec 2017 15:28:57 +0000 (09:28 -0600)]
Merge pull request #4138 from annando/follow-include
Missing include
Michael [Wed, 27 Dec 2017 15:26:17 +0000 (15:26 +0000)]
Missing include
Michael [Tue, 26 Dec 2017 23:59:32 +0000 (23:59 +0000)]
Merge remote-tracking branch 'upstream/develop' into comment-public
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
Pierre Rudloff [Tue, 26 Dec 2017 20:49:43 +0000 (21:49 +0100)]
Cleaner way to get user URL in api_account_update_profile
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)
Pierre Rudloff [Tue, 26 Dec 2017 00:08:51 +0000 (01:08 +0100)]
Update profile in directory when calling api_account_update_profile
Pierre Rudloff [Tue, 26 Dec 2017 00:05:00 +0000 (01:05 +0100)]
Improve conditions in api_account_update_profile
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
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
Michael [Mon, 25 Dec 2017 23:03:14 +0000 (23:03 +0000)]
Some more logging for auth_ejabberd
Pierre Rudloff [Mon, 25 Dec 2017 20:14:02 +0000 (21:14 +0100)]
Missing return types in docblocks
Pierre Rudloff [Mon, 25 Dec 2017 20:12:08 +0000 (21:12 +0100)]
Fix typo
Pierre Rudloff [Fri, 22 Dec 2017 23:46:01 +0000 (00:46 +0100)]
Basic support for account/update_profile API (fixes #4094)
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"
Michael [Mon, 25 Dec 2017 05:39:11 +0000 (05:39 +0000)]
API: Better use "about" instead of "pdesc"
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
Michael [Sun, 24 Dec 2017 23:07:14 +0000 (23:07 +0000)]
Fixed typo
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
Tobias Diekershoff [Sun, 24 Dec 2017 15:08:34 +0000 (16:08 +0100)]
add Socialhome to the federation stats
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
Pierre Rudloff [Sun, 24 Dec 2017 02:20:50 +0000 (03:20 +0100)]
Add missing doc in api.php
Michael [Sun, 24 Dec 2017 11:51:38 +0000 (11:51 +0000)]
Fix for issue 4121 - now the description isn't empty
Michael [Sun, 24 Dec 2017 11:36:30 +0000 (11:36 +0000)]
First steps to support public likes
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
Hypolite Petovan [Sun, 24 Dec 2017 01:19:44 +0000 (20:19 -0500)]
Merge pull request #4124 from Rudloff/feature/phpcs
Lint api.php
Pierre Rudloff [Sat, 23 Dec 2017 23:39:42 +0000 (00:39 +0100)]
Lint doc/Developers-Intro.md
Pierre Rudloff [Sat, 23 Dec 2017 23:27:45 +0000 (00:27 +0100)]
Lint api.php
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
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
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
Pierre Rudloff [Sat, 23 Dec 2017 00:36:55 +0000 (01:36 +0100)]
Incorrect return type
Pierre Rudloff [Sat, 23 Dec 2017 00:34:12 +0000 (01:34 +0100)]
Unused variable
Pierre Rudloff [Sat, 23 Dec 2017 00:32:47 +0000 (01:32 +0100)]
Typo
Pierre Rudloff [Sat, 23 Dec 2017 00:30:50 +0000 (01:30 +0100)]
Undefined variable
Pierre Rudloff [Sat, 23 Dec 2017 00:27:17 +0000 (01:27 +0100)]
Unused argument
Pierre Rudloff [Sat, 23 Dec 2017 00:25:43 +0000 (01:25 +0100)]
api_format_data can also return an array
Pierre Rudloff [Sat, 23 Dec 2017 00:23:28 +0000 (01:23 +0100)]
Remove unused variable
Pierre Rudloff [Sat, 23 Dec 2017 00:23:20 +0000 (01:23 +0100)]
Typo
Michael Vogel [Fri, 22 Dec 2017 23:13:18 +0000 (00:13 +0100)]
Merge pull request #4119 from Rudloff/patch-1
Update api.md
Michael [Fri, 22 Dec 2017 23:10:32 +0000 (23:10 +0000)]
Code cleaning
Michael [Fri, 22 Dec 2017 23:00:49 +0000 (23:00 +0000)]
Bugfix for the api call for remoteauth
Pierre Rudloff [Fri, 22 Dec 2017 22:56:13 +0000 (23:56 +0100)]
Update api.md
account/update_profile_background_image was listed twice
Michael [Fri, 22 Dec 2017 21:31:32 +0000 (21:31 +0000)]
Hopefully this is now clearer
Michael [Fri, 22 Dec 2017 20:06:15 +0000 (20:06 +0000)]
Grammar correction
Michael [Fri, 22 Dec 2017 14:56:40 +0000 (14:56 +0000)]
Only include the update.php, when really needed
Michael [Fri, 22 Dec 2017 14:51:50 +0000 (14:51 +0000)]
Corrected wrong handling of the return value
Michael [Fri, 22 Dec 2017 14:48:29 +0000 (14:48 +0000)]
Old stuff had been removed from the update routine
Michael [Thu, 21 Dec 2017 22:54:58 +0000 (22:54 +0000)]
Standards
Hypolite Petovan [Thu, 21 Dec 2017 22:18:14 +0000 (17:18 -0500)]
Merge pull request #4111 from annando/comment-public
Preparation for being able to comment every public item