aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Collapse)AuthorAgeFilesLines
* fix issue where event items were parsed multiple timesMario2024-06-211-1/+2
|
* Missing include in QueueWorker.Harald Eilertsen2024-06-151-0/+2
|
* QueueWorker: Use DbaTransaction class for db transactions.Harald Eilertsen2024-06-141-24/+12
| | | | | | | | | | | | | This makes sure that the system knows whether a transaction is active or not, and ensures automatic cleanup if the transaction is not closed before the methods return. It also allows us to run this code in tests. When run within a test, the transaction will be ignored, as the entire test is run within an already existing transaction. Also as each test has their own db connection, this should not have any ill effects, as there should not be any way in which different simultaneous connections can interfere with the db updates.
* pass the force argument to the xchan_photo daemonMario2024-06-111-1/+1
|
* fix updated not supported in wrapper functionMario2024-06-101-1/+1
|
* remove superfluous param, fix wrong var and declare types for unparse_url()Mario2024-06-101-2/+2
|
* remove unused variable and superfluous backslashMario2024-06-101-3/+1
|
* Merge branch 'correct-type-annotation-for-config-get' into 'dev'Mario2024-06-051-1/+1
|\ | | | | | | | | Correct type annotation in comment for Config::Get. See merge request hubzilla/core!2127
| * Correct type annotation in comment for Config::Get.Harald Eilertsen2024-06-051-1/+1
| |
* | hotfix to mitigate queueworker crashMario2024-06-041-2/+11
|/
* deal with inReplyTo arrayMario2024-05-151-1/+1
|
* php warnings/errorsMario2024-05-141-1/+4
|
* Rename HelpHelper to HelpHelperTrait.Harald Eilertsen2024-05-031-1/+1
| | | | PHPCS prefers traits to be suffixed with "Trait", and I think I agree.
* Libzot: get_rpost_path was broken for URL's with no port.Harald Eilertsen2024-05-011-2/+7
|
* Rework Help module + begin tests for Setup moduleHarald Eilertsen2024-04-301-0/+68
|
* Merge branch 'deprecate-include-config-in-core' into 'dev'Mario2024-03-2413-87/+99
|\ | | | | | | | | Deprecate *_config() functions in core. See merge request hubzilla/core!2114
| * Deprecate *_config() functions in core.Harald Eilertsen2024-03-2413-87/+99
| |
* | it appears the smallest size for pt videos is now 720Mario2024-03-201-1/+1
|/
* add Emoji to the AP schemaMario2024-03-171-0/+2
|
* wrong logicMario2024-03-141-1/+1
|
* return false if we have nothing to look atMario2024-03-141-0/+4
|
* fix another regression from last Lib/Config refactor which returned the ↵Mario2024-03-131-0/+3
| | | | default falue in case the value was an array. also add a testcase for this situation
* remove superfluous ()Mario2024-03-101-1/+1
|
* add the fileMario2024-03-101-0/+24
|
* more work on emojisMario2024-03-092-4/+25
|
* passing null to mb_strlen() is deprecatedMario2024-03-081-2/+2
|
* check if term is set before processing itMario2024-03-081-1/+1
|
* inbound support for custom emojisMario2024-03-081-12/+9
|
* add at the top to maintain original orderMario2024-03-071-2/+2
|
* fix deprecation warning and add testMario2024-03-071-4/+5
|
* cleanup context and introduce schema:identifier for future useMario2024-03-061-8/+4
|
* improve things display a littleMario2024-03-051-9/+5
|
* basic AS2 support for thingsMario2024-03-041-4/+17
|
* some cleanupMario2024-02-291-2/+0
|
* AS2 Update and implement a first draft of AS2 Profile activitiesMario2024-02-292-7/+21
|
* more cleanupMario2024-02-281-8/+0
|
* do away with deprecated activity typesMario2024-02-282-15/+1
|
* For now we will use standard Create verb for emoji reactionsMario2024-02-271-5/+1
|
* AS2Mario2024-02-256-131/+31
|
* simplify pleroma custom emoji stuff and some cleanupMario2024-02-221-54/+17
|
* make sure to decode html special chars before sending over the wire andMario2024-02-211-5/+5
|
* introduce get_actor() force flag to omit cache, rework contact refresh, ↵Mario2024-02-151-9/+23
| | | | special handling for announce by group, and revert change regarding friendica addressing anomality
* deal with inReplyTo array + some docu and styleMario2024-02-141-7/+14
|
* we are now using the item uuid for the notification hash if available. since ↵Mario2024-02-131-2/+3
| | | | we can have more than one notification per item (e.g. tag and comment) also look for the notification type to make sure we get the right one
* move the empty recips check to store(). otherwise it might interfere with ↵Mario2024-02-131-5/+5
| | | | zot6 native addressing which is always empty
* consider a message arriving to our inbox with no recipients (as seen from ↵Mario2024-02-131-1/+1
| | | | friendica) a direct message
* fix logic so that direct messages will be allowed in case the send_mail ↵Mario2024-02-131-13/+13
| | | | permission is granted even if the send_stream permission is not granted
* mb_strlen() will return 2 for some emojis - possibly grapheme_strlen() will ↵Mario2024-02-131-1/+1
| | | | be better for this job
* mark items verified in zot delivery also if either LDSignature or ↵Mario2024-02-081-2/+2
| | | | EddsaSignature verified
* whitespaceMario2024-02-081-2/+0
|