]>
git.mxchange.org Git - friendica.git/log
Roland Häder [Mon, 25 Jul 2022 15:53:18 +0000 (17:53 +0200)]
Changes:
- use local variables
Roland Häder [Mon, 25 Jul 2022 14:48:04 +0000 (16:48 +0200)]
Changed:
- rewrote to almost one block of array initialization
Michael Vogel [Mon, 25 Jul 2022 13:24:49 +0000 (15:24 +0200)]
Merge pull request #11769 from MrPetovan/bug/fatal-errors
Fix wrong type-hint in Module/DFRN/Notify
Hypolite Petovan [Mon, 25 Jul 2022 13:09:11 +0000 (09:09 -0400)]
Fix wrong type-hint in Module/DFRN/Notify
- Address https://github.com/friendica/friendica/issues/11630#issuecomment-
1193958648
Hypolite Petovan [Sun, 24 Jul 2022 19:38:44 +0000 (15:38 -0400)]
Merge pull request #11759 from annando/enqueue-posts
Fetch missing posts via a queue
Michael [Sun, 24 Jul 2022 19:31:31 +0000 (19:31 +0000)]
Option to store untrusted entries
Michael [Sun, 24 Jul 2022 14:26:06 +0000 (14:26 +0000)]
Added trust / isActivityGone
Michael [Sun, 24 Jul 2022 13:49:57 +0000 (13:49 +0000)]
Optimizing
Michael [Sun, 24 Jul 2022 13:11:52 +0000 (13:11 +0000)]
Standards
Michael [Sun, 24 Jul 2022 13:09:35 +0000 (13:09 +0000)]
Handle changed parents
Michael [Sun, 24 Jul 2022 09:26:52 +0000 (09:26 +0000)]
Recursively delete failed worker tasks
Michael [Sat, 23 Jul 2022 23:15:08 +0000 (23:15 +0000)]
Standards
Michael [Sat, 23 Jul 2022 23:10:47 +0000 (23:10 +0000)]
Funkwhale context file moved
Hypolite Petovan [Sat, 23 Jul 2022 21:12:50 +0000 (17:12 -0400)]
Merge pull request #11767 from Quix0r/fixes/double-quotes-to-single
Doubles-quotes to single, type-hints, doc
Roland Häder [Sat, 23 Jul 2022 20:58:15 +0000 (22:58 +0200)]
Changes:
- added some missing type-hints, thanks to @MrPetovan
Roland Häder [Thu, 21 Jul 2022 14:01:38 +0000 (16:01 +0200)]
Changes:
- added some type-hints
- added some documentation
- used self::exists() instead of DBA::exists('user', ['uid' => $uid])
Roland Häder [Wed, 20 Jul 2022 15:04:08 +0000 (17:04 +0200)]
Changed double-quotes to single
Philipp [Sat, 23 Jul 2022 18:57:30 +0000 (20:57 +0200)]
Merge pull request #11766 from MrPetovan/bug/11765-nodeinfo-usage
Add expected "usage.users" property to all versions of NodeInfo
Hypolite Petovan [Sat, 23 Jul 2022 17:21:44 +0000 (13:21 -0400)]
Add expected "users" property to NodeInfo usage property for all versions
Michael [Sat, 23 Jul 2022 14:10:07 +0000 (14:10 +0000)]
Standards
Michael [Sat, 23 Jul 2022 13:58:14 +0000 (13:58 +0000)]
We now store the conversation as well
Michael [Sat, 23 Jul 2022 12:55:34 +0000 (12:55 +0000)]
Merge remote-tracking branch 'upstream/develop' into enqueue-posts
Michael [Sat, 23 Jul 2022 12:50:15 +0000 (12:50 +0000)]
Bookwyrm posts now work
Michael [Sat, 23 Jul 2022 06:52:43 +0000 (06:52 +0000)]
Conversation/context is now stored
Philipp [Fri, 22 Jul 2022 06:07:04 +0000 (08:07 +0200)]
Merge pull request #11761 from tobiasd/
20220722 -zh-cn
update to the zh-cn translation THX shykana
Tobias Diekershoff [Fri, 22 Jul 2022 05:32:20 +0000 (07:32 +0200)]
update to the zh-cn translation THX shykana
Michael [Thu, 21 Jul 2022 12:42:26 +0000 (12:42 +0000)]
Remove test code
Michael [Thu, 21 Jul 2022 11:47:23 +0000 (11:47 +0000)]
Remove ignored undo
Michael [Thu, 21 Jul 2022 08:55:45 +0000 (08:55 +0000)]
Improved workerqueue handling
Michael [Thu, 21 Jul 2022 08:14:47 +0000 (08:14 +0000)]
Fix standards
Michael [Thu, 21 Jul 2022 07:08:17 +0000 (07:08 +0000)]
Process the replies
Michael [Thu, 21 Jul 2022 07:05:38 +0000 (07:05 +0000)]
We are now setting the corresponding worker id
Michael [Thu, 21 Jul 2022 06:26:31 +0000 (06:26 +0000)]
Reset the recursion depth at a different place
Michael [Thu, 21 Jul 2022 06:23:55 +0000 (06:23 +0000)]
Use deferred tasks
Michael [Thu, 21 Jul 2022 05:42:53 +0000 (05:42 +0000)]
database.sql updated, standards fixed
Michael [Thu, 21 Jul 2022 05:33:01 +0000 (05:33 +0000)]
Hourly process pending queue entries
Michael [Thu, 21 Jul 2022 05:16:14 +0000 (05:16 +0000)]
Fetching of missing posts is reworked
Hypolite Petovan [Wed, 20 Jul 2022 11:55:38 +0000 (07:55 -0400)]
Merge pull request #11758 from Quix0r/fixes/wrong-variable-name
Fixed variable name + used empty()
Hypolite Petovan [Wed, 20 Jul 2022 11:54:46 +0000 (07:54 -0400)]
Merge pull request #11757 from annando/diaspora
Fix processing of incoming Diaspora messages
Roland Häder [Wed, 20 Jul 2022 09:47:43 +0000 (11:47 +0200)]
Changes:
- ops, fixed variable name (thanks to @annando)
- also used empty() for an empty array (and false/null)
Michael Vogel [Wed, 20 Jul 2022 06:12:30 +0000 (08:12 +0200)]
Merge branch 'develop' into diaspora
Michael [Wed, 20 Jul 2022 05:47:30 +0000 (05:47 +0000)]
Restore the original functionality
Michael [Wed, 20 Jul 2022 05:38:53 +0000 (05:38 +0000)]
Fix processing of incoming Diaspora messages
Michael [Wed, 20 Jul 2022 05:37:40 +0000 (05:37 +0000)]
Remove entries from queue / relay detection
Philipp [Wed, 20 Jul 2022 05:19:45 +0000 (07:19 +0200)]
Merge pull request #11755 from tobiasd/fix11752
wrong parameter for BaseURL get in smoothly theme
Philipp [Wed, 20 Jul 2022 05:18:55 +0000 (07:18 +0200)]
Merge pull request #11756 from tobiasd/
20220720 -pl
PL translation update THX strebski
Tobias Diekershoff [Wed, 20 Jul 2022 05:03:05 +0000 (07:03 +0200)]
PL translation update THX strebski
Tobias Diekershoff [Wed, 20 Jul 2022 04:58:26 +0000 (06:58 +0200)]
wrong parameter for BaseURL get in smoothly theme
Fixes at least the smoothly aspect pf #11752 other themes brokeness could not be reproduced on my node.
Hypolite Petovan [Wed, 20 Jul 2022 00:36:06 +0000 (20:36 -0400)]
Merge pull request #11754 from Quix0r/rewrites/protocol-diaspora
Rewrote a lot local variables in createProfileData() + other changes
Roland Häder [Tue, 19 Jul 2022 23:06:05 +0000 (01:06 +0200)]
Changes:
- rewrote a lot local variables to an array and returned it instead of an
anonymous array
- added more debug/warning logging in case something went wrong -> lesser guessing! ;-)
- changed double-quote to single
Hypolite Petovan [Tue, 19 Jul 2022 21:58:02 +0000 (17:58 -0400)]
Merge pull request #11753 from Quix0r/fixes/missing-contact-array
Fixed missing $contact array, at least initialize it empty
Hypolite Petovan [Tue, 19 Jul 2022 21:57:28 +0000 (17:57 -0400)]
Merge pull request #11750 from Quix0r/fixes/type-hints-doctag
Fixes/type hints doctag
Roland Häder [Tue, 19 Jul 2022 21:44:54 +0000 (23:44 +0200)]
Fixed:
- "Undefined variable: contact in .../src/Protocol/Diaspora.php on line 4097
Trying to access array offset on value of type null in .../src/Protocol/Diaspora.php on line 4097"
- see https://github.com/friendica/friendica/issues/11632#issuecomment-
1189465336
Roland Häder [Tue, 19 Jul 2022 21:39:13 +0000 (23:39 +0200)]
Ops
Roland Häder [Tue, 19 Jul 2022 16:06:36 +0000 (18:06 +0200)]
This is the correct way:
<?php
if (!isset($foo['account_removed) || $foo['account_removed'])
?>
Roland Häder [Tue, 19 Jul 2022 14:27:32 +0000 (16:27 +0200)]
Changes:
- added some missing type-hints
- fixed some documentation (e.g. empty * line between @param and @return/throws)
Hypolite Petovan [Mon, 18 Jul 2022 22:23:42 +0000 (18:23 -0400)]
Merge pull request #11748 from Quix0r/fixes/e_notice-account_removed
Fixed E_NOTICE, for some strange reason 'account_removed' isn't around?
Roland Häder [Mon, 18 Jul 2022 21:48:36 +0000 (23:48 +0200)]
Fixed E_NOTICE, for some strange reason 'account_removed' isn't around?
Michael [Mon, 18 Jul 2022 14:05:04 +0000 (14:05 +0000)]
Merge remote-tracking branch 'upstream/develop' into enqueue-posts
Michael [Mon, 18 Jul 2022 14:03:49 +0000 (14:03 +0000)]
Add and delete entries
Hypolite Petovan [Mon, 18 Jul 2022 12:50:59 +0000 (08:50 -0400)]
Merge pull request #11742 from annando/server-detection
Improved server detection
Hypolite Petovan [Mon, 18 Jul 2022 12:49:50 +0000 (08:49 -0400)]
Merge pull request #11746 from annando/warn
Check for GMP module
Michael [Mon, 18 Jul 2022 05:32:44 +0000 (05:32 +0000)]
Merge remote-tracking branch 'upstream/develop' into enqueue-posts
Michael [Mon, 18 Jul 2022 03:48:19 +0000 (03:48 +0000)]
Renamed platform definition file
Michael [Mon, 18 Jul 2022 03:32:49 +0000 (03:32 +0000)]
Superfluous todo removed
Michael [Mon, 18 Jul 2022 03:31:00 +0000 (03:31 +0000)]
Store incoming posts in a queue
Hypolite Petovan [Sun, 17 Jul 2022 21:44:53 +0000 (17:44 -0400)]
Merge pull request #11740 from annando/json-ld
Improved JsonLD parsing
Hypolite Petovan [Sun, 17 Jul 2022 21:42:14 +0000 (17:42 -0400)]
Merge pull request #11743 from Quix0r/fixes/misc-fixes
Added missing @return documentation, double->single
Roland Häder [Wed, 13 Jul 2022 04:50:40 +0000 (06:50 +0200)]
Changes:
- double-quotes to single
- added missing `@return`
Michael [Sun, 17 Jul 2022 15:42:09 +0000 (15:42 +0000)]
Merge remote-tracking branch 'upstream/develop' into server-detection
Philipp [Sun, 17 Jul 2022 14:34:53 +0000 (16:34 +0200)]
Merge pull request #11747 from annando/fixes
Emergency fixes to fix a bunch of fatal errors
Michael [Sun, 17 Jul 2022 13:13:14 +0000 (13:13 +0000)]
Only check for string value
Michael [Sun, 17 Jul 2022 13:00:34 +0000 (13:00 +0000)]
Match the documentation
Michael [Sun, 17 Jul 2022 11:47:12 +0000 (11:47 +0000)]
Emergency fixes to fix a bunch of fatal errors
Michael [Sun, 17 Jul 2022 09:31:44 +0000 (09:31 +0000)]
Test?
Michael [Sun, 17 Jul 2022 09:17:07 +0000 (09:17 +0000)]
Possibly now the tests work
Michael [Sun, 17 Jul 2022 09:08:12 +0000 (09:08 +0000)]
Fixed test
Michael [Sun, 17 Jul 2022 09:02:28 +0000 (09:02 +0000)]
Test added
Michael [Sun, 17 Jul 2022 08:51:46 +0000 (08:51 +0000)]
Merge remote-tracking branch 'upstream/develop' into warn
Michael [Sun, 17 Jul 2022 07:39:12 +0000 (07:39 +0000)]
Updated messages.po
Michael [Sun, 17 Jul 2022 06:34:37 +0000 (06:34 +0000)]
Check for GMP module
Michael [Sun, 17 Jul 2022 05:42:44 +0000 (05:42 +0000)]
Somed added documentation
Tobias Diekershoff [Sun, 17 Jul 2022 05:07:31 +0000 (07:07 +0200)]
Merge pull request #11745 from nupplaphil/bug/woodpecker
Fix CI / CD woodpecker pipeline
Philipp [Sun, 17 Jul 2022 00:26:46 +0000 (02:26 +0200)]
Fix CI / CD woodpecker pipeline
- Combination of `labels` and `matrix`-build is broken
Philipp [Sat, 16 Jul 2022 14:23:32 +0000 (16:23 +0200)]
Merge pull request #11739 from Quix0r/fixes/missing-return-statements
Fixes/missing return statements
Philipp [Sat, 16 Jul 2022 14:19:21 +0000 (16:19 +0200)]
Merge pull request #11741 from Quix0r/fixes/missing-array-object-type
Fixed E_NOTICE due to wrong array
Michael [Sat, 16 Jul 2022 13:44:35 +0000 (13:44 +0000)]
Fix wrong variable type
Michael [Sat, 16 Jul 2022 12:44:21 +0000 (12:44 +0000)]
Merge remote-tracking branch 'upstream/develop' into server-detection
Roland Häder [Sat, 16 Jul 2022 10:18:08 +0000 (12:18 +0200)]
Fixed:
- $item is the proper array here,
- see https://github.com/friendica/friendica/issues/11632#issuecomment-
1186119430
Michael [Sat, 16 Jul 2022 09:33:24 +0000 (09:33 +0000)]
Merge remote-tracking branch 'upstream/develop' into json-ld
Michael [Sat, 16 Jul 2022 09:25:12 +0000 (09:25 +0000)]
Improved JSonLD parsing
Michael [Sat, 16 Jul 2022 08:27:38 +0000 (08:27 +0000)]
Improved check for invalid certificates
Roland Häder [Sat, 16 Jul 2022 05:43:29 +0000 (07:43 +0200)]
All these methods need to return an integer (0=Success) or otherwise doExecute()
will return NULL.
Roland Häder [Sat, 16 Jul 2022 05:25:46 +0000 (07:25 +0200)]
This class has already been "imported".
Michael [Thu, 14 Jul 2022 05:39:25 +0000 (05:39 +0000)]
Use the redirect value
Michael Vogel [Thu, 14 Jul 2022 03:37:38 +0000 (05:37 +0200)]
Merge pull request #11735 from MrPetovan/bug/11732-frio-scheme-accent
[frio] Accept 0 as a valid content background transparency in frio/style.php
Hypolite Petovan [Wed, 13 Jul 2022 21:51:07 +0000 (17:51 -0400)]
[frio] Accept 0 as a valid content background transparency in frio/style.php
Hypolite Petovan [Wed, 13 Jul 2022 21:08:48 +0000 (17:08 -0400)]
Merge pull request #11734 from Quix0r/fixes/added-final-check-link_item
$link_item might be boolean (no record found) under rare conditions
Roland Häder [Wed, 13 Jul 2022 20:04:16 +0000 (22:04 +0200)]
Changed:
- added a final check on $link_item, as it might not be initialized or no
record was found, thanks to @AlfredSK for reporting this
- see #11632
Philipp [Wed, 13 Jul 2022 19:14:28 +0000 (21:14 +0200)]
Merge pull request #11733 from Quix0r/fixes/returned-type-hint
Added returned type-int "int"