]> git.mxchange.org Git - friendica.git/log
friendica.git
3 years agoStore creation date
Michael [Tue, 11 May 2021 08:16:40 +0000 (08:16 +0000)]
Store creation date

3 years agoUnused use
Michael [Tue, 11 May 2021 06:34:31 +0000 (06:34 +0000)]
Unused use

3 years agounused use
Michael [Tue, 11 May 2021 06:33:18 +0000 (06:33 +0000)]
unused use

3 years agoCode style
Michael [Tue, 11 May 2021 06:31:48 +0000 (06:31 +0000)]
Code style

3 years agoLogin prototype
Michael [Tue, 11 May 2021 06:30:20 +0000 (06:30 +0000)]
Login prototype

3 years agoMerge remote-tracking branch 'upstream/develop' into oauth-login
Michael [Tue, 11 May 2021 06:29:17 +0000 (06:29 +0000)]
Merge remote-tracking branch 'upstream/develop' into oauth-login

3 years agoOAuth login prototype
Michael [Tue, 11 May 2021 06:19:23 +0000 (06:19 +0000)]
OAuth login prototype

3 years agoMerge pull request #10228 from MrPetovan/bug/warnings
Tobias Diekershoff [Tue, 11 May 2021 04:10:29 +0000 (06:10 +0200)]
Merge pull request #10228 from MrPetovan/bug/warnings

[PHP 8] Fix undefined template variables

3 years agoMerge pull request #10229 from MrPetovan/bug/fatal-errors
Tobias Diekershoff [Tue, 11 May 2021 04:08:41 +0000 (06:08 +0200)]
Merge pull request #10229 from MrPetovan/bug/fatal-errors

Fix several fatal errors

3 years agoDon't assume $a->contact is populated in Object\Post::getCommentBox
Hypolite Petovan [Tue, 11 May 2021 02:03:51 +0000 (22:03 -0400)]
Don't assume $a->contact is populated in Object\Post::getCommentBox

- Address https://github.com/friendica/friendica/issues/10167#issuecomment-837238584
- This might reveal some side-effect

3 years agoCheck unparseURL parameter type in APContact::getByURL
Hypolite Petovan [Tue, 11 May 2021 01:52:26 +0000 (21:52 -0400)]
Check unparseURL parameter type in APContact::getByURL

- Address https://github.com/friendica/friendica/issues/10167#issuecomment-832421258

3 years agoSkip URL-less mention terms in Object\Post::getDefaultText
Hypolite Petovan [Tue, 11 May 2021 01:50:42 +0000 (21:50 -0400)]
Skip URL-less mention terms in Object\Post::getDefaultText

- Address https://github.com/friendica/friendica/issues/10167#issuecomment-830859710
- Added logging to troubleshoot deeper issue

3 years agoFix PHP 8 Fatal Error with already closed statement in mod/ping
Hypolite Petovan [Tue, 11 May 2021 01:42:59 +0000 (21:42 -0400)]
Fix PHP 8 Fatal Error with already closed statement in mod/ping

- Address https://github.com/friendica/friendica/issues/10167#issuecomment-828941639

3 years agoEnsure JsonD data passed to ParseURL::parseParts is an array
Hypolite Petovan [Tue, 11 May 2021 01:32:03 +0000 (21:32 -0400)]
Ensure JsonD data passed to ParseURL::parseParts is an array

- Address https://github.com/friendica/friendica/issues/10167#issuecomment-827894961

3 years agoUpdated main translation file after translation string update
Hypolite Petovan [Mon, 10 May 2021 23:06:13 +0000 (19:06 -0400)]
Updated main translation file after translation string update

3 years agoFix undefined variables in nav.tpl
Hypolite Petovan [Mon, 10 May 2021 23:03:33 +0000 (19:03 -0400)]
Fix undefined variables in nav.tpl

- Reworked the nav_info hook to include the rest of the array keys defined in Nav::getInfo
- Replaced the theme-specific template variable nav.userinfo with the regular userinfo in frio nav.tpl
- Initialized all the nav array keys

3 years agoFix undefined variables in profile/vcard.tpl
Hypolite Petovan [Mon, 10 May 2021 22:59:49 +0000 (18:59 -0400)]
Fix undefined variables in profile/vcard.tpl

3 years agoFix undefined variables in wall_thread.tpl
Hypolite Petovan [Mon, 10 May 2021 22:59:09 +0000 (18:59 -0400)]
Fix undefined variables in wall_thread.tpl

- Remove unused "num_comments_text" template variable
- Remove unused "item.postops" template variable mention

3 years agoFix undefined tamplate variables in comment_item.tpl
Hypolite Petovan [Mon, 10 May 2021 22:56:07 +0000 (18:56 -0400)]
Fix undefined tamplate variables in comment_item.tpl

- Remove unused "type" hidden field in comment form
- Remove unused moderated_comment.tpl files

3 years agoMerge pull request #10209 from MrPetovan/bug/10205-frio-link-preview-accents
Philipp [Mon, 10 May 2021 14:01:38 +0000 (16:01 +0200)]
Merge pull request #10209 from MrPetovan/bug/10205-frio-link-preview-accents

[frio] Harmonize link preview display with black/dark accented themes

3 years agoMerge pull request #10224 from nupplaphil/feat/drone
Hypolite Petovan [Mon, 10 May 2021 11:36:29 +0000 (07:36 -0400)]
Merge pull request #10224 from nupplaphil/feat/drone

Re-enable DRONE

3 years agoMerge pull request #10225 from tobiasd/20210510-lng
Hypolite Petovan [Mon, 10 May 2021 11:35:38 +0000 (07:35 -0400)]
Merge pull request #10225 from tobiasd/20210510-lng

DE and JA translation updates

3 years agoupdated JA translation THX daingewuvzeevisiddfddd
Tobias Diekershoff [Mon, 10 May 2021 05:23:51 +0000 (07:23 +0200)]
updated JA translation THX daingewuvzeevisiddfddd

3 years agoDE translation update
Tobias Diekershoff [Mon, 10 May 2021 05:23:33 +0000 (07:23 +0200)]
DE translation update

3 years agoMerge pull request #10223 from annando/api-search-lists
Hypolite Petovan [Mon, 10 May 2021 00:55:48 +0000 (20:55 -0400)]
Merge pull request #10223 from annando/api-search-lists

API: added account related endpoints

3 years agoMerge pull request #10203 from nupplaphil/feat/auto_release
Hypolite Petovan [Mon, 10 May 2021 00:52:49 +0000 (20:52 -0400)]
Merge pull request #10203 from nupplaphil/feat/auto_release

Automatic release artifact generation

3 years agoIndentions
Michael [Sun, 9 May 2021 22:29:04 +0000 (22:29 +0000)]
Indentions

3 years agoWhitespaces ...
Michael [Sun, 9 May 2021 22:26:32 +0000 (22:26 +0000)]
Whitespaces ...

3 years agoPreparation for Oauth client registration
Michael [Sun, 9 May 2021 22:23:21 +0000 (22:23 +0000)]
Preparation for Oauth client registration

3 years agofix type
Philipp [Sun, 9 May 2021 21:28:08 +0000 (23:28 +0200)]
fix type

3 years agoSwitch messages.po check to drone
Philipp [Sun, 9 May 2021 20:56:00 +0000 (22:56 +0200)]
Switch messages.po check to drone

3 years agoRe-enable DRONE
Philipp [Sun, 9 May 2021 19:19:49 +0000 (21:19 +0200)]
Re-enable DRONE

3 years agoRenamed functions
Michael [Sun, 9 May 2021 18:44:08 +0000 (18:44 +0000)]
Renamed functions

3 years agoUnused use removed
Michael [Sun, 9 May 2021 13:01:56 +0000 (13:01 +0000)]
Unused use removed

3 years agoMedia is now supported as well
Michael [Sun, 9 May 2021 12:59:23 +0000 (12:59 +0000)]
Media is now supported as well

3 years agoUnused use removed
Michael [Sun, 9 May 2021 12:05:22 +0000 (12:05 +0000)]
Unused use removed

3 years agoFormatting ...
Michael [Sun, 9 May 2021 12:04:00 +0000 (12:04 +0000)]
Formatting ...

3 years agoFormatting
Michael [Sun, 9 May 2021 12:01:44 +0000 (12:01 +0000)]
Formatting

3 years agoSome more formatting
Michael [Sun, 9 May 2021 12:00:08 +0000 (12:00 +0000)]
Some more formatting

3 years agoSome more code styling
Michael [Sun, 9 May 2021 11:58:27 +0000 (11:58 +0000)]
Some more code styling

3 years agoCode styling
Michael [Sun, 9 May 2021 11:56:34 +0000 (11:56 +0000)]
Code styling

3 years agoRemove blanks
Michael [Sun, 9 May 2021 11:54:34 +0000 (11:54 +0000)]
Remove blanks

3 years agoNotifications are now supported as well
Michael [Sun, 9 May 2021 11:50:05 +0000 (11:50 +0000)]
Notifications are now supported as well

3 years agoAPI: added account related endpoints
Michael [Sun, 9 May 2021 09:35:51 +0000 (09:35 +0000)]
API: added account related endpoints

3 years agoMerge pull request #10222 from annando/more-api
Hypolite Petovan [Sat, 8 May 2021 20:43:57 +0000 (16:43 -0400)]
Merge pull request #10222 from annando/more-api

API: Some more endpoints

3 years agoSome added comments on routes
Michael [Sat, 8 May 2021 20:22:08 +0000 (20:22 +0000)]
Some added comments on routes

3 years agoAnd more formatting
Michael [Sat, 8 May 2021 19:30:09 +0000 (19:30 +0000)]
And more formatting

3 years agoAgain formatting
Michael [Sat, 8 May 2021 19:28:20 +0000 (19:28 +0000)]
Again formatting

3 years agoSome more formatting
Michael [Sat, 8 May 2021 19:26:57 +0000 (19:26 +0000)]
Some more formatting

3 years agoFormatting
Michael [Sat, 8 May 2021 19:25:20 +0000 (19:25 +0000)]
Formatting

3 years agoAPI: Some more endpoints
Michael [Sat, 8 May 2021 19:21:52 +0000 (19:21 +0000)]
API: Some more endpoints

3 years agoMerge pull request #10220 from annando/api-timelines
Hypolite Petovan [Sat, 8 May 2021 13:00:27 +0000 (09:00 -0400)]
Merge pull request #10220 from annando/api-timelines

API: We now support two more timeline api endpoints

3 years agoFormatting
Michael [Sat, 8 May 2021 12:28:04 +0000 (12:28 +0000)]
Formatting

3 years agomessages.po updated
Michael [Sat, 8 May 2021 12:25:52 +0000 (12:25 +0000)]
messages.po updated

3 years agoUpdate src/Module/BaseApi.php
Michael Vogel [Sat, 8 May 2021 12:23:47 +0000 (14:23 +0200)]
Update src/Module/BaseApi.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
3 years ago/followes and /following is supported
Michael [Sat, 8 May 2021 11:46:24 +0000 (11:46 +0000)]
/followes and /following is supported

3 years agoSuggestions are now supported as well
Michael [Sat, 8 May 2021 11:03:50 +0000 (11:03 +0000)]
Suggestions are now supported as well

3 years agoMerge remote-tracking branch 'upstream/develop' into api-timelines
Michael [Sat, 8 May 2021 09:21:59 +0000 (09:21 +0000)]
Merge remote-tracking branch 'upstream/develop' into api-timelines

3 years agoRemoved unused use
Michael [Sat, 8 May 2021 09:19:16 +0000 (09:19 +0000)]
Removed unused use

3 years agoAdd all required HTTP methods
Michael [Sat, 8 May 2021 09:14:19 +0000 (09:14 +0000)]
Add all required HTTP methods

3 years agoChanged documentation
Michael [Sat, 8 May 2021 08:39:00 +0000 (08:39 +0000)]
Changed documentation

3 years agoMerge pull request #10221 from tobiasd/20210508-it
Michael Vogel [Sat, 8 May 2021 08:28:30 +0000 (10:28 +0200)]
Merge pull request #10221 from tobiasd/20210508-it

IT translation update THX Sylke Vicious

3 years ago"/statuses/id" is now supported
Michael [Sat, 8 May 2021 05:55:06 +0000 (05:55 +0000)]
"/statuses/id" is now supported

3 years agoIT translation update THX Sylke Vicious
Tobias Diekershoff [Sat, 8 May 2021 05:10:48 +0000 (07:10 +0200)]
IT translation update THX Sylke Vicious

3 years ago"verify_credentials" is now partially supported
Michael [Sat, 8 May 2021 02:52:44 +0000 (02:52 +0000)]
"verify_credentials" is now partially supported

3 years agoWe now support lists as well
Michael [Sat, 8 May 2021 02:21:01 +0000 (02:21 +0000)]
We now support lists as well

3 years agoSupport the "only_media" parameter
Michael [Sat, 8 May 2021 01:52:23 +0000 (01:52 +0000)]
Support the "only_media" parameter

3 years agoFormatting
Michael [Fri, 7 May 2021 21:35:07 +0000 (21:35 +0000)]
Formatting

3 years agoFormatting
Michael [Fri, 7 May 2021 21:33:42 +0000 (21:33 +0000)]
Formatting

3 years agoAPI: We now support two more timeline api endpoints
Michael [Fri, 7 May 2021 21:28:48 +0000 (21:28 +0000)]
API: We now support two more timeline api endpoints

3 years agoMerge pull request #10218 from annando/issue-10184
Tobias Diekershoff [Fri, 7 May 2021 18:45:20 +0000 (20:45 +0200)]
Merge pull request #10218 from annando/issue-10184

Issue 10184: Fix directory search results

3 years agoIssue 10184: Fix directory search results
Michael [Fri, 7 May 2021 18:38:04 +0000 (18:38 +0000)]
Issue 10184: Fix directory search results

3 years agoMerge pull request #10217 from annando/shared
Hypolite Petovan [Fri, 7 May 2021 12:13:55 +0000 (08:13 -0400)]
Merge pull request #10217 from annando/shared

Improve data of shared posts

3 years agoImproved code structure
Michael [Fri, 7 May 2021 11:41:10 +0000 (11:41 +0000)]
Improved code structure

3 years agoImprove data of shared posts
Michael [Fri, 7 May 2021 06:26:41 +0000 (06:26 +0000)]
Improve data of shared posts

3 years agoMerge pull request #10214 from annando/ap-attachments
Hypolite Petovan [Wed, 5 May 2021 17:20:31 +0000 (13:20 -0400)]
Merge pull request #10214 from annando/ap-attachments

Avoid duplicated attachments / unwanted attachments

3 years agoAvoid duplicated attachments / unwanted attachments
Michael [Wed, 5 May 2021 16:46:55 +0000 (16:46 +0000)]
Avoid duplicated attachments / unwanted attachments

3 years agoMerge pull request #10213 from tobiasd/20210505-de
Hypolite Petovan [Wed, 5 May 2021 12:20:08 +0000 (08:20 -0400)]
Merge pull request #10213 from tobiasd/20210505-de

DE translation update

3 years agoDE translation update
Tobias Diekershoff [Wed, 5 May 2021 08:05:17 +0000 (10:05 +0200)]
DE translation update

3 years agoMerge pull request #10211 from annando/no-smiley
Hypolite Petovan [Tue, 4 May 2021 23:07:16 +0000 (19:07 -0400)]
Merge pull request #10211 from annando/no-smiley

Don't transmit smiley links to external systems

3 years agoDon't transmit smiley links to external systems
Michael [Tue, 4 May 2021 21:07:41 +0000 (21:07 +0000)]
Don't transmit smiley links to external systems

3 years ago[frio] Harmonize link preview display with black/dark accented themes
Hypolite Petovan [Tue, 4 May 2021 13:56:28 +0000 (09:56 -0400)]
[frio] Harmonize link preview display with black/dark accented themes

3 years agoMerge pull request #10202 from mexon/mat/contact-console-command
Hypolite Petovan [Tue, 4 May 2021 13:50:49 +0000 (09:50 -0400)]
Merge pull request #10202 from mexon/mat/contact-console-command

Add console contact command

3 years agoMerge pull request #10208 from MrPetovan/bug/10198-self-no-block-ignore
Tobias Diekershoff [Tue, 4 May 2021 13:43:28 +0000 (15:43 +0200)]
Merge pull request #10208 from MrPetovan/bug/10198-self-no-block-ignore

Prevent self block/ignore

3 years agoMerge pull request #10207 from annando/simplify
Hypolite Petovan [Tue, 4 May 2021 13:25:51 +0000 (09:25 -0400)]
Merge pull request #10207 from annando/simplify

Replace "curl" calls with centralized "head" function

3 years agoUpdated main translation file after adding translation strings
Hypolite Petovan [Tue, 4 May 2021 13:09:17 +0000 (09:09 -0400)]
Updated main translation file after adding translation strings

3 years agoPrevent self block/ignore in Module\Contact
Hypolite Petovan [Tue, 4 May 2021 12:59:13 +0000 (08:59 -0400)]
Prevent self block/ignore in Module\Contact

3 years agoRemove block/ignore links from contact/item action menus for self
Hypolite Petovan [Tue, 4 May 2021 12:45:27 +0000 (08:45 -0400)]
Remove block/ignore links from contact/item action menus for self

3 years agoAnother "curl" call is replaced with a standard call
Michael [Tue, 4 May 2021 11:39:56 +0000 (11:39 +0000)]
Another "curl" call is replaced with a standard call

3 years agoReplace "curl" calls with centralized "head" function
Michael [Tue, 4 May 2021 11:35:23 +0000 (11:35 +0000)]
Replace "curl" calls with centralized "head" function

3 years agoSimplify test for empty network selection
Matthew Exon [Tue, 4 May 2021 11:16:00 +0000 (13:16 +0200)]
Simplify test for empty network selection

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
3 years agoMerge pull request #10206 from annando/attachments
Hypolite Petovan [Tue, 4 May 2021 10:49:39 +0000 (06:49 -0400)]
Merge pull request #10206 from annando/attachments

No link guessing for Friendica / Don't show redundant data

3 years agoIgnore identical provider and author
Michael [Tue, 4 May 2021 06:08:40 +0000 (06:08 +0000)]
Ignore identical provider and author

3 years agoNo link guessing for DFRN / Don't show redundant data
Michael [Tue, 4 May 2021 05:18:03 +0000 (05:18 +0000)]
No link guessing for DFRN / Don't show redundant data

3 years agoMerge pull request #10204 from annando/fatal
Tobias Diekershoff [Tue, 4 May 2021 04:17:39 +0000 (06:17 +0200)]
Merge pull request #10204 from annando/fatal

Fix fatal error because of parameter type mismatch

3 years agoFix assignment statement alignment
Matthew Exon [Mon, 3 May 2021 18:56:49 +0000 (20:56 +0200)]
Fix assignment statement alignment

Co-authored-by: Philipp <admin+Github@philipp.info>
3 years agoFix assignment statement alignment
Matthew Exon [Mon, 3 May 2021 18:56:41 +0000 (20:56 +0200)]
Fix assignment statement alignment

Co-authored-by: Philipp <admin+Github@philipp.info>
3 years agoFix fatal error because of parameter type mismatch
Michael [Mon, 3 May 2021 18:43:38 +0000 (18:43 +0000)]
Fix fatal error because of parameter type mismatch

3 years agoEnable workflow for releases only
Philipp [Mon, 3 May 2021 18:35:18 +0000 (20:35 +0200)]
Enable workflow for releases only

3 years agofix formatting issues
Matthew Exon [Mon, 3 May 2021 18:17:43 +0000 (20:17 +0200)]
fix formatting issues