]> git.mxchange.org Git - friendica.git/log
friendica.git
3 years agoSession variable needs to be removed afterwards
Michael [Wed, 12 May 2021 06:51:59 +0000 (06:51 +0000)]
Session variable needs to be removed afterwards

3 years agoOAuth connections now have to be ackknowledged
Michael [Wed, 12 May 2021 06:50:27 +0000 (06:50 +0000)]
OAuth connections now have to be ackknowledged

3 years agoImproved error reporting
Michael [Wed, 12 May 2021 05:30:21 +0000 (05:30 +0000)]
Improved error reporting

3 years agoImproved error handling
Michael [Wed, 12 May 2021 03:05:22 +0000 (03:05 +0000)]
Improved error handling

3 years agoUpdate src/Module/OAuth/Authorize.php
Michael Vogel [Wed, 12 May 2021 01:53:40 +0000 (03:53 +0200)]
Update src/Module/OAuth/Authorize.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
3 years agoFix list of accounts
Michael [Tue, 11 May 2021 23:39:08 +0000 (23:39 +0000)]
Fix list of accounts

3 years agoHandling media in shared posts
Michael [Tue, 11 May 2021 23:10:59 +0000 (23:10 +0000)]
Handling media in shared posts

3 years ago[frio] Remove obsolete capitalize directives after updating source translation strings
Hypolite Petovan [Tue, 11 May 2021 21:24:36 +0000 (17:24 -0400)]
[frio] Remove obsolete capitalize directives after updating source translation strings

3 years agoMerge remote-tracking branch 'upstream/develop' into api-again
Michael [Tue, 11 May 2021 21:21:32 +0000 (21:21 +0000)]
Merge remote-tracking branch 'upstream/develop' into api-again

3 years agoMerge pull request #10227 from MrPetovan/task/9993-capitalize-post-actions
Michael Vogel [Tue, 11 May 2021 21:08:44 +0000 (23:08 +0200)]
Merge pull request #10227 from MrPetovan/task/9993-capitalize-post-actions

Capitalize post actions

3 years agoRedirect at login does work
Michael [Tue, 11 May 2021 21:04:45 +0000 (21:04 +0000)]
Redirect at login does work

3 years agoFix top border on mobile login
Michael [Tue, 11 May 2021 20:49:36 +0000 (20:49 +0000)]
Fix top border on mobile login

3 years agoUpdated main translation string file after changes
Hypolite Petovan [Mon, 10 May 2021 15:07:02 +0000 (11:07 -0400)]
Updated main translation string file after changes

3 years agoCapitalize post action translation strings
Hypolite Petovan [Mon, 10 May 2021 14:47:58 +0000 (10:47 -0400)]
Capitalize post action translation strings

3 years agoFix context order / notice fixed
Michael [Tue, 11 May 2021 19:53:19 +0000 (19:53 +0000)]
Fix context order / notice fixed

3 years agoMerge remote-tracking branch 'upstream/develop' into api-again
Michael [Tue, 11 May 2021 19:15:44 +0000 (19:15 +0000)]
Merge remote-tracking branch 'upstream/develop' into api-again

3 years agoImproved cards handling, simplified Bearer handling
Michael [Tue, 11 May 2021 19:15:05 +0000 (19:15 +0000)]
Improved cards handling, simplified Bearer handling

3 years agoMerge pull request #10230 from annando/oauth-login
Hypolite Petovan [Tue, 11 May 2021 13:31:36 +0000 (09:31 -0400)]
Merge pull request #10230 from annando/oauth-login

OAuth login prototype

3 years agoCheck the start of the string
Michael [Tue, 11 May 2021 13:17:48 +0000 (13:17 +0000)]
Check the start of the string

3 years agouse "random_bytes" instead of "openssl_random_pseudo_bytes"
Michael [Tue, 11 May 2021 13:12:12 +0000 (13:12 +0000)]
use "random_bytes" instead of "openssl_random_pseudo_bytes"

3 years agoMake birthday time comparison 32-bit safe in Protocol\DFRN
Hypolite Petovan [Tue, 11 May 2021 12:10:25 +0000 (08:10 -0400)]
Make birthday time comparison 32-bit safe in Protocol\DFRN

- Address https://github.com/friendica/friendica/issues/10168#issuecomment-838221234

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