]>
git.mxchange.org Git - friendica.git/log
Hypolite Petovan [Fri, 29 Jul 2022 12:10:13 +0000 (08:10 -0400)]
Merge pull request #11795 from Quix0r/fixes/type-errors
Fixes/type errors
Roland Häder [Fri, 29 Jul 2022 10:44:34 +0000 (12:44 +0200)]
Fixed a possible NULL value (not valid, at least empty string)
Roland Häder [Fri, 29 Jul 2022 09:56:41 +0000 (11:56 +0200)]
Changed back to `$cdata`.
Hypolite Petovan [Fri, 29 Jul 2022 01:17:34 +0000 (21:17 -0400)]
Merge pull request #11792 from Quix0r/fixes/get-request-value
Wrong variable name fixed (maybe copy-paste mistake) + used method instead of direct array access
Hypolite Petovan [Thu, 28 Jul 2022 22:52:48 +0000 (18:52 -0400)]
Merge pull request #11791 from Quix0r/fixes/type-hints-formattting
Fixed wrong type-hint
Roland Häder [Thu, 28 Jul 2022 22:36:07 +0000 (00:36 +0200)]
Changed:
- used `$this->getRequestValue($request, 'foo', <bar>)` instead of `$request['foo'] ?? <bar>`
- fixed wrong variable naming
- changed double-quotes to single
- see https://github.com/friendica/friendica/issues/11631#issuecomment-
1196410497
Roland Häder [Thu, 28 Jul 2022 22:06:49 +0000 (00:06 +0200)]
Changes:
- fixed wrong type-hint uid => int
- added returned type-hint
- added some documentation
- formatted arrays a bit
Hypolite Petovan [Thu, 28 Jul 2022 21:29:34 +0000 (17:29 -0400)]
Merge pull request #11790 from annando/fetchactivity
Negative caching / config for receiver / fix fatals
Michael [Thu, 28 Jul 2022 21:16:42 +0000 (21:16 +0000)]
Config for receiver / fix fatals
Hypolite Petovan [Thu, 28 Jul 2022 20:26:51 +0000 (16:26 -0400)]
Merge pull request #11784 from MrPetovan/task/11779-blocklist-notification
Add email notification to all users on server domain pattern block list update
Michael [Thu, 28 Jul 2022 20:25:38 +0000 (20:25 +0000)]
Use negative caching
Philipp [Thu, 28 Jul 2022 20:13:04 +0000 (22:13 +0200)]
Merge pull request #11789 from annando/fetchactivity
Caching for fetched activities
Michael [Thu, 28 Jul 2022 19:35:25 +0000 (19:35 +0000)]
Fix fatal error
Michael [Thu, 28 Jul 2022 19:05:04 +0000 (19:05 +0000)]
Caching for fetched activities
Hypolite Petovan [Thu, 28 Jul 2022 18:49:15 +0000 (14:49 -0400)]
Merge pull request #11788 from nupplaphil/feat/woodpecker_files
Replace SFTP-publish with docker-publish
Philipp [Thu, 28 Jul 2022 18:34:53 +0000 (20:34 +0200)]
Replace SFTP-publish with docker-publish
Hypolite Petovan [Thu, 28 Jul 2022 16:46:40 +0000 (12:46 -0400)]
Merge pull request #11787 from AlessandroLorenzi/f11581/translate_data
fix(frio): "Data" move header in template w/ l10n
Alessandro Lorenzi [Thu, 28 Jul 2022 16:06:31 +0000 (18:06 +0200)]
fix(frio): "Data" move header in template w/ l10n
fix: #11581
Hypolite Petovan [Thu, 28 Jul 2022 09:42:46 +0000 (05:42 -0400)]
Merge pull request #11785 from annando/processing
Decoupling of relay posts / endless loop removed
Hypolite Petovan [Thu, 28 Jul 2022 09:25:41 +0000 (05:25 -0400)]
Make server domain pattern block reason mandatory
Hypolite Petovan [Thu, 28 Jul 2022 03:09:35 +0000 (23:09 -0400)]
Updated main translation file after adding strings
Hypolite Petovan [Thu, 28 Jul 2022 02:11:58 +0000 (22:11 -0400)]
Add email notification to all users on server domain pattern block list update
Hypolite Petovan [Wed, 27 Jul 2022 19:36:20 +0000 (15:36 -0400)]
Move server domain pattern blocklist features to its own class
- Update tests
Hypolite Petovan [Wed, 27 Jul 2022 23:54:02 +0000 (19:54 -0400)]
Use DBA::quoteIdentifier in Database::escapeFields
Tobias Diekershoff [Thu, 28 Jul 2022 06:15:46 +0000 (08:15 +0200)]
Merge pull request #11786 from Quix0r/revert-11783-logging-unsupported
Revert "Added logging of unsupported meta-tag records"
Roland Häder [Thu, 28 Jul 2022 06:00:58 +0000 (06:00 +0000)]
Revert "Added logging of unsupported meta-tag records"
Michael [Thu, 28 Jul 2022 05:29:47 +0000 (05:29 +0000)]
Avoid loops at deletion / decoupling for relay posts
Michael [Thu, 28 Jul 2022 03:57:39 +0000 (03:57 +0000)]
Merge branch 'develop' of github.com:annando/friendica into develop
Hypolite Petovan [Thu, 28 Jul 2022 02:18:52 +0000 (22:18 -0400)]
Merge pull request #11783 from Quix0r/logging-unsupported
Added logging of unsupported meta-tag records
Roland Häder [Tue, 19 Jul 2022 21:55:27 +0000 (23:55 +0200)]
Added logging of unsupported meta-tag records
Hypolite Petovan [Wed, 27 Jul 2022 22:29:27 +0000 (18:29 -0400)]
Merge remote-tracking branch 'annando/untrusted' into develop
Michael [Wed, 27 Jul 2022 21:57:05 +0000 (21:57 +0000)]
Avoid endless loop while deleting
Hypolite Petovan [Wed, 27 Jul 2022 21:27:26 +0000 (17:27 -0400)]
Merge pull request #11780 from annando/untrusted
Improved handling of incoming posts / new activity relay
Michael [Wed, 27 Jul 2022 20:59:42 +0000 (20:59 +0000)]
Decouple the processor from the receiver
Michael [Wed, 27 Jul 2022 20:03:28 +0000 (20:03 +0000)]
Issue 11776 - process replies via a worker task
Michael [Wed, 27 Jul 2022 18:59:40 +0000 (18:59 +0000)]
Updated messages.po
Michael [Wed, 27 Jul 2022 17:56:56 +0000 (17:56 +0000)]
Merge remote-tracking branch 'upstream/develop' into untrusted
Michael [Wed, 27 Jul 2022 17:39:00 +0000 (17:39 +0000)]
Improved message handling / new activity relay handling
Philipp [Wed, 27 Jul 2022 16:28:53 +0000 (18:28 +0200)]
Merge pull request #11777 from MrPetovan/task/11775-domain-block-import-export
Add download/upload feature for domain pattern block list
Hypolite Petovan [Wed, 27 Jul 2022 15:54:50 +0000 (11:54 -0400)]
Updated main translation file after adding strings
Hypolite Petovan [Wed, 27 Jul 2022 15:54:50 +0000 (11:54 -0400)]
Add upload feature for domain pattern block list
- Add new /admin/blocklist/server/import route
- Add form on domain pattern blocklist index page
Hypolite Petovan [Wed, 27 Jul 2022 15:54:50 +0000 (11:54 -0400)]
Add download feature for domain block list
- Add new /blocklist/domain/download route
- Add link on /friendica page
Hypolite Petovan [Wed, 27 Jul 2022 15:54:50 +0000 (11:54 -0400)]
Move system messages from boot to own class
Michael Vogel [Mon, 25 Jul 2022 19:01:12 +0000 (21:01 +0200)]
Merge pull request #11770 from MrPetovan/bug/notices
Handle rare case where contact doesn't exist in Model\Group::getIdsByContactId
Hypolite Petovan [Mon, 25 Jul 2022 13:13:42 +0000 (09:13 -0400)]
Handle rare case where contact doesn't exist in Model\Group::getIdsByContactId
- Address https://github.com/friendica/friendica/issues/11632#issuecomment-
1193953621
Hypolite Petovan [Mon, 25 Jul 2022 15:59:43 +0000 (11:59 -0400)]
Merge pull request #11771 from Quix0r/fixes/marcor-newapi
Rewrote to almost one block of array initialization
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
Michael [Sun, 24 Jul 2022 21:58:49 +0000 (21:58 +0000)]
Merge remote-tracking branch 'upstream/develop' into untrusted
Michael [Sun, 24 Jul 2022 21:58:09 +0000 (21:58 +0000)]
IMproved handling of untrusted posts
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:38:22 +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