]> git.mxchange.org Git - friendica.git/log
friendica.git
17 months agoJust commit config transactions if something changed
Philipp [Wed, 4 Jan 2023 18:55:22 +0000 (19:55 +0100)]
Just commit config transactions if something changed

17 months agoMake flock writing easier
Philipp [Wed, 4 Jan 2023 07:16:40 +0000 (08:16 +0100)]
Make flock writing easier

17 months agoMake BaseURL check/save transactional and make the whole process easier
Philipp [Wed, 4 Jan 2023 07:14:00 +0000 (08:14 +0100)]
Make BaseURL check/save transactional and make the whole process easier

18 months agoFix config read/write locking
Philipp [Tue, 3 Jan 2023 22:06:17 +0000 (23:06 +0100)]
Fix config read/write locking

18 months agoAdd more special chars at tests
Philipp [Tue, 3 Jan 2023 22:58:55 +0000 (23:58 +0100)]
Add more special chars at tests

18 months agoFix keyValue() call at daemon.php
Philipp [Tue, 3 Jan 2023 22:58:33 +0000 (23:58 +0100)]
Fix keyValue() call at daemon.php

18 months agoReduce config->set() load for worker executions
Philipp [Tue, 3 Jan 2023 22:55:51 +0000 (23:55 +0100)]
Reduce config->set() load for worker executions

18 months agoMerge pull request #12604 from nupplaphil/bug/marco_r
Hypolite Petovan [Tue, 3 Jan 2023 20:14:15 +0000 (15:14 -0500)]
Merge pull request #12604 from nupplaphil/bug/marco_r

Some Bugfixings (thx to Marco R.)

18 months agoFix empty fetchResult curResult at Link::fetchMimeType (thx to Marco R.)
Philipp [Tue, 3 Jan 2023 20:06:16 +0000 (21:06 +0100)]
Fix empty fetchResult curResult at Link::fetchMimeType (thx to Marco R.)

18 months agoFix empty fetchResult at ExternalStorage (thx to Marco R.)
Philipp [Tue, 3 Jan 2023 20:05:58 +0000 (21:05 +0100)]
Fix empty fetchResult at ExternalStorage (thx to Marco R.)

18 months agoMerge pull request #12593 from nupplaphil/feat/node.config.php
Hypolite Petovan [Tue, 3 Jan 2023 16:43:55 +0000 (11:43 -0500)]
Merge pull request #12593 from nupplaphil/feat/node.config.php

Replace `config` with `node.config.php`

18 months agoUpdate src/Core/Config/Model/ConfigTransaction.php
Philipp [Tue, 3 Jan 2023 16:39:32 +0000 (17:39 +0100)]
Update src/Core/Config/Model/ConfigTransaction.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
18 months agoRemove get() from config transaction interface
Philipp [Tue, 3 Jan 2023 16:26:48 +0000 (17:26 +0100)]
Remove get() from config transaction interface

18 months agoApply suggestions
Philipp [Tue, 3 Jan 2023 16:24:05 +0000 (17:24 +0100)]
Apply suggestions

18 months agoMake PHP-CS happy
Philipp [Tue, 3 Jan 2023 14:40:57 +0000 (15:40 +0100)]
Make PHP-CS happy

18 months agoEscape single quotes and backslashes
Philipp [Tue, 3 Jan 2023 14:36:36 +0000 (15:36 +0100)]
Escape single quotes and backslashes

18 months agoIntroduce ISetConfigValuesTransactional for transactional config behaviour
Philipp [Tue, 3 Jan 2023 13:18:53 +0000 (14:18 +0100)]
Introduce ISetConfigValuesTransactional for transactional config behaviour

18 months agoRevert BaseURL
Philipp [Tue, 3 Jan 2023 12:16:19 +0000 (13:16 +0100)]
Revert BaseURL

18 months agoFix Admin\Site
Philipp [Mon, 2 Jan 2023 01:27:05 +0000 (02:27 +0100)]
Fix Admin\Site

18 months agoApply suggestions from code review
Philipp [Mon, 2 Jan 2023 01:25:41 +0000 (02:25 +0100)]
Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
18 months agoadd another test
Philipp [Sun, 1 Jan 2023 21:18:57 +0000 (22:18 +0100)]
add another test

18 months agoCheck if table exists
Philipp [Sun, 1 Jan 2023 21:09:40 +0000 (22:09 +0100)]
Check if table exists

18 months agoUse toConfigValue in case of serialized, legacy data
Philipp [Wed, 28 Dec 2022 02:32:52 +0000 (03:32 +0100)]
Use toConfigValue in case of serialized, legacy data

18 months agoRemove deprecated Mode::DBCONFIGAVAILABLE
Philipp [Wed, 28 Dec 2022 01:57:57 +0000 (02:57 +0100)]
Remove deprecated Mode::DBCONFIGAVAILABLE

18 months agoRefactor IManageConfigValues interface
Philipp [Wed, 28 Dec 2022 01:07:38 +0000 (02:07 +0100)]
Refactor IManageConfigValues interface

18 months agoadapt tests
Philipp [Sun, 1 Jan 2023 20:10:41 +0000 (21:10 +0100)]
adapt tests

18 months agoRemove unnecessary classes
Philipp [Tue, 27 Dec 2022 23:20:20 +0000 (00:20 +0100)]
Remove unnecessary classes

18 months agoIntroduce lightweight Config model
Philipp [Tue, 27 Dec 2022 23:18:29 +0000 (00:18 +0100)]
Introduce lightweight Config model

18 months agoIntroduce ConfigFileManager for config files
Philipp [Sun, 1 Jan 2023 20:10:37 +0000 (21:10 +0100)]
Introduce ConfigFileManager for config files

18 months agoIntroduce ConfigFileTransformer for Config files
Philipp [Sun, 1 Jan 2023 17:50:02 +0000 (18:50 +0100)]
Introduce ConfigFileTransformer for Config files

18 months agoMerge pull request #12585 from MrPetovan/task/4090-mod-oexchange
Michael Vogel [Mon, 2 Jan 2023 12:15:32 +0000 (13:15 +0100)]
Merge pull request #12585 from MrPetovan/task/4090-mod-oexchange

Remove obsolete OExchange module and reference

18 months agoRemove obsolete OExchange module and reference
Hypolite Petovan [Sat, 31 Dec 2022 17:55:13 +0000 (12:55 -0500)]
Remove obsolete OExchange module and reference

- Protocol looks unsupported for a decade now

18 months agoRemove dependency to the second parameter of XML::fromArray
Hypolite Petovan [Sat, 31 Dec 2022 16:59:19 +0000 (11:59 -0500)]
Remove dependency to the second parameter of XML::fromArray

18 months agoMerge pull request #12597 from annando/activity-distribution
Hypolite Petovan [Mon, 2 Jan 2023 00:19:25 +0000 (19:19 -0500)]
Merge pull request #12597 from annando/activity-distribution

Don't distribute unsigned remote activities

18 months agoMerge pull request #12586 from MrPetovan/task/entitize-delivery-queue
Michael Vogel [Sun, 1 Jan 2023 23:56:13 +0000 (00:56 +0100)]
Merge pull request #12586 from MrPetovan/task/entitize-delivery-queue

Add Entity-Factory-Repository for deliver-queue

18 months agoMerge pull request #12589 from MrPetovan/bug/warnings
Michael Vogel [Sun, 1 Jan 2023 23:53:26 +0000 (00:53 +0100)]
Merge pull request #12589 from MrPetovan/bug/warnings

Address a few warnings in Search\Acl

18 months agoRemove unused static methods related to delivery-queue
Hypolite Petovan [Sat, 31 Dec 2022 19:37:04 +0000 (14:37 -0500)]
Remove unused static methods related to delivery-queue

18 months agoReplace direct database calls and anonymous arrays by repository calls and entity...
Hypolite Petovan [Sat, 31 Dec 2022 19:36:47 +0000 (14:36 -0500)]
Replace direct database calls and anonymous arrays by repository calls and entity objects

18 months agoCreate entity-related classes for delivery-queue table
Hypolite Petovan [Sat, 31 Dec 2022 19:27:42 +0000 (14:27 -0500)]
Create entity-related classes for delivery-queue table

18 months agoConvert Directory Search results into contact-looking records
Hypolite Petovan [Sun, 1 Jan 2023 04:13:50 +0000 (23:13 -0500)]
Convert Directory Search results into contact-looking records

- Address https://github.com/friendica/friendica/issues/12488#issuecomment-1368216631

18 months agoRemove dependency to DI in Search\Acl module
Hypolite Petovan [Sun, 1 Jan 2023 03:42:37 +0000 (22:42 -0500)]
Remove dependency to DI in Search\Acl module

18 months agoDon't distribute unsigned remote activities
Michael [Sun, 1 Jan 2023 23:37:17 +0000 (23:37 +0000)]
Don't distribute unsigned remote activities

18 months agoMerge pull request #12562 from MrPetovan/bug/notices
Philipp [Sun, 1 Jan 2023 23:34:21 +0000 (00:34 +0100)]
Merge pull request #12562 from MrPetovan/bug/notices

Ward againt contact_id = 0 in UpdateContact worker

18 months agoMerge pull request #12596 from nupplaphil/bug/errors
Michael Vogel [Sun, 1 Jan 2023 21:54:55 +0000 (22:54 +0100)]
Merge pull request #12596 from nupplaphil/bug/errors

Checks if the Photo order argument is a valid column

18 months agoFix https://github.com/friendica/friendica/issues/12486#issuecomment-1368540088
Philipp [Sun, 1 Jan 2023 21:34:01 +0000 (22:34 +0100)]
Fix https://github.com/friendica/friendica/issues/12486#issuecomment-1368540088

18 months agoMerge pull request #12594 from annando/diaspora-communication
Hypolite Petovan [Sun, 1 Jan 2023 20:13:45 +0000 (15:13 -0500)]
Merge pull request #12594 from annando/diaspora-communication

Fix communication to Diaspora when not in bulk mode

18 months agoFix communication to Diaspora when not in bulk mode
Michael [Sun, 1 Jan 2023 19:52:08 +0000 (19:52 +0000)]
Fix communication to Diaspora when not in bulk mode

18 months agoMerge pull request #12592 from annando/server-status
Hypolite Petovan [Sun, 1 Jan 2023 17:42:18 +0000 (12:42 -0500)]
Merge pull request #12592 from annando/server-status

Set the server status directly after transmission

18 months agoSet the server status directly after transmission
Michael [Sun, 1 Jan 2023 17:34:05 +0000 (17:34 +0000)]
Set the server status directly after transmission

18 months agoMerge pull request #12587 from annando/inbox-gsid
Hypolite Petovan [Sun, 1 Jan 2023 15:49:32 +0000 (10:49 -0500)]
Merge pull request #12587 from annando/inbox-gsid

The inbox-status can now be archived for a whole server

18 months agoClose the database
Michael [Sun, 1 Jan 2023 15:37:47 +0000 (15:37 +0000)]
Close the database

18 months agoMerge remote-tracking branch 'upstream/develop' into inbox-gsid
Michael [Sun, 1 Jan 2023 15:25:28 +0000 (15:25 +0000)]
Merge remote-tracking branch 'upstream/develop' into inbox-gsid

18 months agoMerge pull request #12591 from MrPetovan/task/2023-licence
Michael Vogel [Sun, 1 Jan 2023 15:19:04 +0000 (16:19 +0100)]
Merge pull request #12591 from MrPetovan/task/2023-licence

Happy New Year 2023!

18 months agoIncrease another forgotten year
Michael [Sun, 1 Jan 2023 15:15:16 +0000 (15:15 +0000)]
Increase another forgotten year

18 months agoIncrease the year
Michael [Sun, 1 Jan 2023 15:14:45 +0000 (15:14 +0000)]
Increase the year

18 months agoUse server id on direct delivery
Michael [Sun, 1 Jan 2023 15:13:44 +0000 (15:13 +0000)]
Use server id on direct delivery

18 months agoHappy New Year 2023!
Hypolite Petovan [Sun, 1 Jan 2023 14:36:24 +0000 (09:36 -0500)]
Happy New Year 2023!

18 months agoAdd the server id for all Diaspora contacts
Michael [Sun, 1 Jan 2023 10:52:22 +0000 (10:52 +0000)]
Add the server id for all Diaspora contacts

18 months agoLicense updated
Michael [Sun, 1 Jan 2023 07:52:28 +0000 (07:52 +0000)]
License updated

18 months agoSet "archive" status
Michael [Sun, 1 Jan 2023 00:18:01 +0000 (00:18 +0000)]
Set "archive" status

18 months agoThe inbox-status can now be archived for a whole server
Michael [Sat, 31 Dec 2022 23:42:00 +0000 (23:42 +0000)]
The inbox-status can now be archived for a whole server

18 months agoMerge pull request #12584 from annando/avoid-undefined
Hypolite Petovan [Sat, 31 Dec 2022 16:55:45 +0000 (11:55 -0500)]
Merge pull request #12584 from annando/avoid-undefined

Avoid undefined variable "$rendered"

18 months agoAvoid undefined variable "$rendered"
Michael [Sat, 31 Dec 2022 16:47:33 +0000 (16:47 +0000)]
Avoid undefined variable "$rendered"

18 months agoMerge pull request #12583 from annando/delivery-queue
Hypolite Petovan [Sat, 31 Dec 2022 16:36:54 +0000 (11:36 -0500)]
Merge pull request #12583 from annando/delivery-queue

Bulk delivery added for all protocols

18 months agoChanges after review
Michael [Sat, 31 Dec 2022 16:20:18 +0000 (16:20 +0000)]
Changes after review

18 months agoNew "Defunct" check
Michael [Sat, 31 Dec 2022 16:01:40 +0000 (16:01 +0000)]
New "Defunct" check

18 months agoRemove blank
Michael [Sat, 31 Dec 2022 12:47:48 +0000 (12:47 +0000)]
Remove blank

18 months agoBulk delivery added for all protocols
Michael [Sat, 31 Dec 2022 12:19:34 +0000 (12:19 +0000)]
Bulk delivery added for all protocols

18 months agoMerge pull request #12579 from MrPetovan/bug/fatal-errors
Philipp [Sat, 31 Dec 2022 09:08:30 +0000 (10:08 +0100)]
Merge pull request #12579 from MrPetovan/bug/fatal-errors

Add previous exception to unexpected worker exception logging

18 months agoMerge pull request #12578 from MrPetovan/bug/warnings
Philipp [Sat, 31 Dec 2022 09:08:13 +0000 (10:08 +0100)]
Merge pull request #12578 from MrPetovan/bug/warnings

Add new case to DateTimeFormat::fix

18 months agoAdd previous exception to unexpected worker exception logging
Hypolite Petovan [Sat, 31 Dec 2022 03:25:19 +0000 (22:25 -0500)]
Add previous exception to unexpected worker exception logging

18 months agoAdd new case to DateTimeFormat::fix
Hypolite Petovan [Sat, 31 Dec 2022 02:40:37 +0000 (21:40 -0500)]
Add new case to DateTimeFormat::fix

- Address https://github.com/friendica/friendica/issues/12488#issuecomment-1368011436

18 months agoMerge pull request #12576 from MrPetovan/bug/warnings
Philipp [Fri, 30 Dec 2022 23:07:09 +0000 (00:07 +0100)]
Merge pull request #12576 from MrPetovan/bug/warnings

Address a few warnings in HTTPSignature

18 months agoReturn early when inbox-status row couldn't be inserted in HTTPSignature->setInboxStatus
Hypolite Petovan [Fri, 30 Dec 2022 06:46:11 +0000 (01:46 -0500)]
Return early when inbox-status row couldn't be inserted in HTTPSignature->setInboxStatus

- Address https://github.com/friendica/friendica/issues/12488?notification_referrer_id=NT_kwDOAA4e57E1MTM1MzE3MjU2OjkyNTQxNQ#issuecomment-1366991471

18 months agoAvoid return type exeption in HTTPSignature->post
Hypolite Petovan [Fri, 30 Dec 2022 06:45:04 +0000 (01:45 -0500)]
Avoid return type exeption in HTTPSignature->post

- Prefer passing the owner record array instead of just the uid
- +4/-7 calls to User::getOwnerDataById

18 months agoMerge pull request #12577 from annando/move-delivery
Hypolite Petovan [Fri, 30 Dec 2022 22:09:54 +0000 (17:09 -0500)]
Merge pull request #12577 from annando/move-delivery

Move delivery functionality into a new place

18 months agoCode standards
Michael [Fri, 30 Dec 2022 21:44:12 +0000 (21:44 +0000)]
Code standards

18 months agoMerge remote-tracking branch 'upstream/develop' into move-delivery
Michael [Fri, 30 Dec 2022 21:40:09 +0000 (21:40 +0000)]
Merge remote-tracking branch 'upstream/develop' into move-delivery

18 months agoFix code standards
Michael [Fri, 30 Dec 2022 21:37:09 +0000 (21:37 +0000)]
Fix code standards

18 months agoMerge pull request #12574 from nupplaphil/feat/keyvalue_storage
Hypolite Petovan [Fri, 30 Dec 2022 21:36:03 +0000 (16:36 -0500)]
Merge pull request #12574 from nupplaphil/feat/keyvalue_storage

Introduce key-value storage

18 months agoUpdated messages.po
Michael [Fri, 30 Dec 2022 21:31:00 +0000 (21:31 +0000)]
Updated messages.po

18 months agoAdjust class references to the new location
Michael [Fri, 30 Dec 2022 21:20:28 +0000 (21:20 +0000)]
Adjust class references to the new location

18 months agoMove delivery functionality to a new class
Michael [Fri, 30 Dec 2022 21:19:55 +0000 (21:19 +0000)]
Move delivery functionality to a new class

18 months agoMake updated_at not nullable, it should get set at the creation as well
Philipp [Fri, 30 Dec 2022 16:15:15 +0000 (17:15 +0100)]
Make updated_at not nullable, it should get set at the creation as well

18 months agoMerge pull request #12569 from MrPetovan/bug/12559-attachment-images
Michael Vogel [Fri, 30 Dec 2022 08:42:20 +0000 (09:42 +0100)]
Merge pull request #12569 from MrPetovan/bug/12559-attachment-images

Remove attachment tags before checking for end of body images

18 months agoWard againt contact_id = 0 in UpdateContact worker
Hypolite Petovan [Thu, 29 Dec 2022 00:09:34 +0000 (19:09 -0500)]
Ward againt contact_id = 0 in UpdateContact worker

- Add parameter validation in Worker\UpdateContact::add
- Address https://github.com/friendica/friendica/issues/12487#issuecomment-1366833644

18 months agoRemove attachment tags before checking for end of body images
Hypolite Petovan [Thu, 29 Dec 2022 16:37:36 +0000 (11:37 -0500)]
Remove attachment tags before checking for end of body images

18 months agoMerge pull request #12570 from haheute/issue-11986-dm-link
Hypolite Petovan [Fri, 30 Dec 2022 06:52:13 +0000 (01:52 -0500)]
Merge pull request #12570 from haheute/issue-11986-dm-link

Add link to heading in direct messages list

18 months agoFixup maintenance mode
Philipp [Thu, 29 Dec 2022 22:38:14 +0000 (23:38 +0100)]
Fixup maintenance mode

18 months agofix SQL
Philipp [Thu, 29 Dec 2022 22:27:36 +0000 (23:27 +0100)]
fix SQL

18 months agoFix DBA lock test
Philipp [Thu, 29 Dec 2022 21:56:27 +0000 (22:56 +0100)]
Fix DBA lock test

18 months agoRemove accidentally created table
Philipp [Thu, 29 Dec 2022 21:47:20 +0000 (22:47 +0100)]
Remove accidentally created table

18 months agoMake PHP-CS happy again
Philipp [Thu, 29 Dec 2022 21:38:01 +0000 (22:38 +0100)]
Make PHP-CS happy again

18 months agoRename Interface
Philipp [Thu, 29 Dec 2022 21:37:12 +0000 (22:37 +0100)]
Rename Interface

18 months agoFind last "update_" config entry occurrence
Philipp [Thu, 29 Dec 2022 21:36:45 +0000 (22:36 +0100)]
Find last "update_" config entry occurrence

18 months agoChange key-value table
Philipp [Thu, 29 Dec 2022 21:36:08 +0000 (22:36 +0100)]
Change key-value table
- Make "k" as primary key
- Added "updated_at"

18 months agorollback unwanted change
Philipp [Thu, 29 Dec 2022 21:13:39 +0000 (22:13 +0100)]
rollback unwanted change

18 months agoApply suggestions from code review
Philipp [Thu, 29 Dec 2022 21:12:02 +0000 (22:12 +0100)]
Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
18 months agoReplace database "update_" config entries with key-value entries
Philipp [Thu, 29 Dec 2022 20:43:52 +0000 (21:43 +0100)]
Replace database "update_" config entries with key-value entries

18 months agoReplace addon "last" config entries with key-value entries
Philipp [Thu, 29 Dec 2022 19:51:04 +0000 (20:51 +0100)]
Replace addon "last" config entries with key-value entries