]> git.mxchange.org Git - friendica.git/log
friendica.git
22 months agoFixed a possible NULL value (not valid, at least empty string)
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)

22 months agoChanged back to `$cdata`.
Roland Häder [Fri, 29 Jul 2022 09:56:41 +0000 (11:56 +0200)]
Changed back to `$cdata`.

23 months agoMerge pull request #11792 from Quix0r/fixes/get-request-value
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

23 months agoMerge pull request #11791 from Quix0r/fixes/type-hints-formattting
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

23 months agoChanged:
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

23 months agoChanges:
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

23 months agoMerge pull request #11790 from annando/fetchactivity
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

23 months agoConfig for receiver / fix fatals
Michael [Thu, 28 Jul 2022 21:16:42 +0000 (21:16 +0000)]
Config for receiver / fix fatals

23 months agoMerge pull request #11784 from MrPetovan/task/11779-blocklist-notification
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

23 months agoUse negative caching
Michael [Thu, 28 Jul 2022 20:25:38 +0000 (20:25 +0000)]
Use negative caching

23 months agoMerge pull request #11789 from annando/fetchactivity
Philipp [Thu, 28 Jul 2022 20:13:04 +0000 (22:13 +0200)]
Merge pull request #11789 from annando/fetchactivity

Caching for fetched activities

23 months agoFix fatal error
Michael [Thu, 28 Jul 2022 19:35:25 +0000 (19:35 +0000)]
Fix fatal error

23 months agoCaching for fetched activities
Michael [Thu, 28 Jul 2022 19:05:04 +0000 (19:05 +0000)]
Caching for fetched activities

23 months agoMerge pull request #11788 from nupplaphil/feat/woodpecker_files
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

23 months agoReplace SFTP-publish with docker-publish
Philipp [Thu, 28 Jul 2022 18:34:53 +0000 (20:34 +0200)]
Replace SFTP-publish with docker-publish

23 months agoMerge pull request #11787 from AlessandroLorenzi/f11581/translate_data
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

23 months agofix(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

23 months agoMerge pull request #11785 from annando/processing
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

23 months agoMake server domain pattern block reason mandatory
Hypolite Petovan [Thu, 28 Jul 2022 09:25:41 +0000 (05:25 -0400)]
Make server domain pattern block reason mandatory

23 months agoUpdated main translation file after adding strings
Hypolite Petovan [Thu, 28 Jul 2022 03:09:35 +0000 (23:09 -0400)]
Updated main translation file after adding strings

23 months agoAdd email notification to all users on server domain pattern block list update
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

23 months agoMove server domain pattern blocklist features to its own class
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

23 months agoUse DBA::quoteIdentifier in Database::escapeFields
Hypolite Petovan [Wed, 27 Jul 2022 23:54:02 +0000 (19:54 -0400)]
Use DBA::quoteIdentifier in Database::escapeFields

23 months agoMerge pull request #11786 from Quix0r/revert-11783-logging-unsupported
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"

23 months agoRevert "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"

23 months agoAvoid loops at deletion / decoupling for relay posts
Michael [Thu, 28 Jul 2022 05:29:47 +0000 (05:29 +0000)]
Avoid loops at deletion / decoupling for relay posts

23 months agoMerge branch 'develop' of github.com:annando/friendica into develop
Michael [Thu, 28 Jul 2022 03:57:39 +0000 (03:57 +0000)]
Merge branch 'develop' of github.com:annando/friendica into develop

23 months agoMerge pull request #11783 from Quix0r/logging-unsupported
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

23 months agoAdded 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

23 months agoMerge remote-tracking branch 'annando/untrusted' into develop
Hypolite Petovan [Wed, 27 Jul 2022 22:29:27 +0000 (18:29 -0400)]
Merge remote-tracking branch 'annando/untrusted' into develop

23 months agoAvoid endless loop while deleting
Michael [Wed, 27 Jul 2022 21:57:05 +0000 (21:57 +0000)]
Avoid endless loop while deleting

23 months agoMerge pull request #11780 from annando/untrusted
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

23 months agoDecouple the processor from the receiver
Michael [Wed, 27 Jul 2022 20:59:42 +0000 (20:59 +0000)]
Decouple the processor from the receiver

23 months agoIssue 11776 - process replies via a worker task
Michael [Wed, 27 Jul 2022 20:03:28 +0000 (20:03 +0000)]
Issue 11776 - process replies via a worker task

23 months agoUpdated messages.po
Michael [Wed, 27 Jul 2022 18:59:40 +0000 (18:59 +0000)]
Updated messages.po

23 months agoMerge remote-tracking branch 'upstream/develop' into untrusted
Michael [Wed, 27 Jul 2022 17:56:56 +0000 (17:56 +0000)]
Merge remote-tracking branch 'upstream/develop' into untrusted

23 months agoImproved message handling / new activity relay handling
Michael [Wed, 27 Jul 2022 17:39:00 +0000 (17:39 +0000)]
Improved message handling / new activity relay handling

23 months agoMerge pull request #11777 from MrPetovan/task/11775-domain-block-import-export
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

23 months agoUpdated main translation file after adding strings
Hypolite Petovan [Wed, 27 Jul 2022 15:54:50 +0000 (11:54 -0400)]
Updated main translation file after adding strings

23 months agoAdd upload feature for domain pattern block list
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

23 months agoAdd download feature for domain block list
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

23 months agoMove system messages from boot to own class
Hypolite Petovan [Wed, 27 Jul 2022 15:54:50 +0000 (11:54 -0400)]
Move system messages from boot to own class

23 months agoMerge pull request #11770 from MrPetovan/bug/notices
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

23 months agoHandle 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

23 months agoMerge pull request #11771 from Quix0r/fixes/marcor-newapi
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

23 months agoChanges:
Roland Häder [Mon, 25 Jul 2022 15:53:18 +0000 (17:53 +0200)]
Changes:
- use local variables

23 months agoChanged:
Roland Häder [Mon, 25 Jul 2022 14:48:04 +0000 (16:48 +0200)]
Changed:
- rewrote to almost one block of array initialization

23 months agoMerge pull request #11769 from MrPetovan/bug/fatal-errors
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

23 months agoFix 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

23 months agoMerge remote-tracking branch 'upstream/develop' into untrusted
Michael [Sun, 24 Jul 2022 21:58:49 +0000 (21:58 +0000)]
Merge remote-tracking branch 'upstream/develop' into untrusted

23 months agoIMproved handling of untrusted posts
Michael [Sun, 24 Jul 2022 21:58:09 +0000 (21:58 +0000)]
IMproved handling of untrusted posts

23 months agoMerge pull request #11759 from annando/enqueue-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

23 months agoOption to store untrusted entries
Michael [Sun, 24 Jul 2022 19:31:31 +0000 (19:31 +0000)]
Option to store untrusted entries

23 months agoAdded trust / isActivityGone
Michael [Sun, 24 Jul 2022 14:26:06 +0000 (14:26 +0000)]
Added trust / isActivityGone

23 months agoOptimizing
Michael [Sun, 24 Jul 2022 13:49:57 +0000 (13:49 +0000)]
Optimizing

23 months agoStandards
Michael [Sun, 24 Jul 2022 13:11:52 +0000 (13:11 +0000)]
Standards

23 months agoHandle changed parents
Michael [Sun, 24 Jul 2022 13:09:35 +0000 (13:09 +0000)]
Handle changed parents

23 months agoRecursively delete failed worker tasks
Michael [Sun, 24 Jul 2022 09:26:52 +0000 (09:26 +0000)]
Recursively delete failed worker tasks

23 months agoStandards
Michael [Sat, 23 Jul 2022 23:15:08 +0000 (23:15 +0000)]
Standards

23 months agoFunkwhale context file moved
Michael [Sat, 23 Jul 2022 23:10:47 +0000 (23:10 +0000)]
Funkwhale context file moved

23 months agoMerge pull request #11767 from Quix0r/fixes/double-quotes-to-single
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

23 months agoChanges:
Roland Häder [Sat, 23 Jul 2022 20:58:15 +0000 (22:58 +0200)]
Changes:
- added some missing type-hints, thanks to @MrPetovan

23 months agoChanges:
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])

23 months agoChanged double-quotes to single
Roland Häder [Wed, 20 Jul 2022 15:04:08 +0000 (17:04 +0200)]
Changed double-quotes to single

23 months agoMerge pull request #11766 from MrPetovan/bug/11765-nodeinfo-usage
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

23 months agoAdd expected "users" property to NodeInfo usage property for all versions
Hypolite Petovan [Sat, 23 Jul 2022 17:21:44 +0000 (13:21 -0400)]
Add expected "users" property to NodeInfo usage property for all versions

23 months agoStandards
Michael [Sat, 23 Jul 2022 14:10:07 +0000 (14:10 +0000)]
Standards

23 months agoWe now store the conversation as well
Michael [Sat, 23 Jul 2022 13:58:14 +0000 (13:58 +0000)]
We now store the conversation as well

23 months agoMerge remote-tracking branch 'upstream/develop' into enqueue-posts
Michael [Sat, 23 Jul 2022 12:55:34 +0000 (12:55 +0000)]
Merge remote-tracking branch 'upstream/develop' into enqueue-posts

23 months agoBookwyrm posts now work
Michael [Sat, 23 Jul 2022 12:50:15 +0000 (12:50 +0000)]
Bookwyrm posts now work

23 months agoConversation/context is now stored
Michael [Sat, 23 Jul 2022 06:52:43 +0000 (06:52 +0000)]
Conversation/context is now stored

23 months agoMerge pull request #11761 from tobiasd/20220722-zh-cn
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

23 months agoupdate 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

23 months agoRemove test code
Michael [Thu, 21 Jul 2022 12:42:26 +0000 (12:42 +0000)]
Remove test code

23 months agoRemove ignored undo
Michael [Thu, 21 Jul 2022 11:47:23 +0000 (11:47 +0000)]
Remove ignored undo

23 months agoImproved workerqueue handling
Michael [Thu, 21 Jul 2022 08:55:45 +0000 (08:55 +0000)]
Improved workerqueue handling

23 months agoFix standards
Michael [Thu, 21 Jul 2022 08:14:47 +0000 (08:14 +0000)]
Fix standards

23 months agoProcess the replies
Michael [Thu, 21 Jul 2022 07:08:17 +0000 (07:08 +0000)]
Process the replies

23 months agoWe are now setting the corresponding worker id
Michael [Thu, 21 Jul 2022 07:05:38 +0000 (07:05 +0000)]
We are now setting the corresponding worker id

23 months agoReset the recursion depth at a different place
Michael [Thu, 21 Jul 2022 06:26:31 +0000 (06:26 +0000)]
Reset the recursion depth at a different place

23 months agoUse deferred tasks
Michael [Thu, 21 Jul 2022 06:23:55 +0000 (06:23 +0000)]
Use deferred tasks

23 months agodatabase.sql updated, standards fixed
Michael [Thu, 21 Jul 2022 05:42:53 +0000 (05:42 +0000)]
database.sql updated, standards fixed

23 months agoHourly process pending queue entries
Michael [Thu, 21 Jul 2022 05:33:01 +0000 (05:33 +0000)]
Hourly process pending queue entries

23 months agoFetching of missing posts is reworked
Michael [Thu, 21 Jul 2022 05:16:14 +0000 (05:16 +0000)]
Fetching of missing posts is reworked

23 months agoMerge pull request #11758 from Quix0r/fixes/wrong-variable-name
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()

23 months agoMerge pull request #11757 from annando/diaspora
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

23 months agoChanges:
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)

23 months agoMerge branch 'develop' into diaspora
Michael Vogel [Wed, 20 Jul 2022 06:12:30 +0000 (08:12 +0200)]
Merge branch 'develop' into diaspora

23 months agoRestore the original functionality
Michael [Wed, 20 Jul 2022 05:47:30 +0000 (05:47 +0000)]
Restore the original functionality

23 months agoFix processing of incoming Diaspora messages
Michael [Wed, 20 Jul 2022 05:38:53 +0000 (05:38 +0000)]
Fix  processing of incoming Diaspora messages

23 months agoFix processing of incoming Diaspora messages
Michael [Wed, 20 Jul 2022 05:38:22 +0000 (05:38 +0000)]
Fix  processing of incoming Diaspora messages

23 months agoRemove entries from queue / relay detection
Michael [Wed, 20 Jul 2022 05:37:40 +0000 (05:37 +0000)]
Remove entries from queue / relay detection

23 months agoMerge pull request #11755 from tobiasd/fix11752
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

23 months agoMerge pull request #11756 from tobiasd/20220720-pl
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

23 months agoPL translation update THX strebski
Tobias Diekershoff [Wed, 20 Jul 2022 05:03:05 +0000 (07:03 +0200)]
PL translation update THX strebski

23 months agowrong parameter for BaseURL get in smoothly theme
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.

23 months agoMerge pull request #11754 from Quix0r/rewrites/protocol-diaspora
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

23 months agoChanges:
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

23 months agoMerge pull request #11753 from Quix0r/fixes/missing-contact-array
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

23 months agoMerge pull request #11750 from Quix0r/fixes/type-hints-doctag
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