]> git.mxchange.org Git - friendica.git/log
friendica.git
22 months agoNormalize start_time and end_time parameter names in Friendica API event endpoints
Hypolite Petovan [Sun, 24 Jul 2022 09:49:18 +0000 (05:49 -0400)]
Normalize start_time and end_time parameter names in Friendica API event endpoints

22 months agonew event APIs
pankraz [Fri, 22 Jul 2022 17:46:18 +0000 (19:46 +0200)]
new event APIs

22 months agoMerge pull request #11844 from Quix0r/fixes/call-get-on-null
Philipp [Sat, 13 Aug 2022 21:27:37 +0000 (23:27 +0200)]
Merge pull request #11844 from Quix0r/fixes/call-get-on-null

Fixed "get() on NULL", PHP is case-sensitive here

22 months agoChanged double-quotes to single
Roland Häder [Sat, 13 Aug 2022 21:24:03 +0000 (23:24 +0200)]
Changed double-quotes to single

22 months agoFixes:
Roland Häder [Sat, 13 Aug 2022 20:42:30 +0000 (22:42 +0200)]
Fixes:
- fixed "get() on NULL invocation, PHP is case-sensitive here
- renamed $this->baseurl to $this->baseUrl (instance) in MoveToAvatarCache to
  make it same as everywhere else

22 months agoMerge pull request #11843 from Quix0r/fixes/this-in-static-context
Hypolite Petovan [Sat, 13 Aug 2022 20:37:52 +0000 (16:37 -0400)]
Merge pull request #11843 from Quix0r/fixes/this-in-static-context

fixed $this usage (kept) and got rid of static context

22 months agoFixes:
Roland Häder [Sat, 13 Aug 2022 20:31:38 +0000 (22:31 +0200)]
Fixes:
- fixed $this usage (kept) and got rid of static context
- "imported" exception class
- added some nice text to it

22 months agoMerge pull request #11841 from Quix0r/cleanups/type-hints-documentation
Hypolite Petovan [Sat, 13 Aug 2022 14:43:11 +0000 (10:43 -0400)]
Merge pull request #11841 from Quix0r/cleanups/type-hints-documentation

Cleanups/type hints + documentation

22 months agoMerge pull request #11842 from annando/update-contact
Hypolite Petovan [Sat, 13 Aug 2022 14:42:39 +0000 (10:42 -0400)]
Merge pull request #11842 from annando/update-contact

Improved performance when updating contacts

22 months agoDon't delete the post when there is some undeleted post-user
Michael [Sat, 13 Aug 2022 12:24:25 +0000 (12:24 +0000)]
Don't delete the post when there is some undeleted post-user

22 months agoChanged:
Roland Häder [Sat, 13 Aug 2022 11:34:30 +0000 (13:34 +0200)]
Changed:
- double-quotes to single
- more space around concated strings
- removed TODO as there is sadly no IOException in PHP

22 months agoReturn value added
Michael [Sat, 13 Aug 2022 10:14:16 +0000 (10:14 +0000)]
Return value added

22 months agoImproved performance when updating contacts
Michael [Sat, 13 Aug 2022 09:01:48 +0000 (09:01 +0000)]
Improved performance when updating contacts

22 months agoChanged:
Roland Häder [Sat, 13 Aug 2022 04:50:50 +0000 (06:50 +0200)]
Changed:
- used $this->baseurl instead of DI::baseurl() (@MrPetovan)

22 months agoChanges:
Roland Häder [Fri, 12 Aug 2022 12:00:02 +0000 (14:00 +0200)]
Changes:
- added missing type-hints
- added documentation
- removed parameter $baseURL while it can be locally get the same way but
  lesser parameter
- used ActivityNamespace::SALMON_ME
- changed double-quotes to single

22 months agoChanges:
Roland Häder [Fri, 12 Aug 2022 11:35:27 +0000 (13:35 +0200)]
Changes:
- added some missing type-hints
- added some documentation
- added some empty lines to `@return` statements (code-style convention)

22 months agoChanges:
Roland Häder [Fri, 12 Aug 2022 11:13:05 +0000 (13:13 +0200)]
Changes:
- methods should ALWAYS start lower-case, not upper
- documented a bit more

22 months agoChanges:
Roland Häder [Fri, 12 Aug 2022 11:08:32 +0000 (13:08 +0200)]
Changes:
- added type-hint for $type parameter
- documented method
- unsupported verbs logged

22 months agoMerge pull request #11837 from MrPetovan/task/remove-poke
Philipp [Thu, 11 Aug 2022 16:17:11 +0000 (18:17 +0200)]
Merge pull request #11837 from MrPetovan/task/remove-poke

Remove poke feature

23 months agoMerge pull request #11840 from Quix0r/fixes/new-array-way
Hypolite Petovan [Wed, 10 Aug 2022 15:40:11 +0000 (11:40 -0400)]
Merge pull request #11840 from Quix0r/fixes/new-array-way

Reformatting and using [] instead of discouraged array()

23 months agoChanges:
Roland Häder [Wed, 10 Aug 2022 13:02:36 +0000 (15:02 +0200)]
Changes:
- reformatted and documented private method
- used [] instead of deprecated/discouraged array()

23 months agoMerge pull request #11838 from annando/asynchronous-conversation
Hypolite Petovan [Wed, 10 Aug 2022 14:42:19 +0000 (10:42 -0400)]
Merge pull request #11838 from annando/asynchronous-conversation

Conversation entries will now be stored asynchronous if possible

23 months agoChanges after code review
Michael [Wed, 10 Aug 2022 13:43:00 +0000 (13:43 +0000)]
Changes after code review

23 months agoConversation entries will now be stored asynchronous if possible
Michael [Wed, 10 Aug 2022 09:28:18 +0000 (09:28 +0000)]
Conversation entries will now be stored asynchronous if possible

23 months agoUpdate main translation file after removing poke feature strings
Hypolite Petovan [Tue, 9 Aug 2022 17:58:15 +0000 (13:58 -0400)]
Update main translation file after removing poke feature strings

23 months agoRemove poke feature
Hypolite Petovan [Tue, 9 Aug 2022 17:21:42 +0000 (13:21 -0400)]
Remove poke feature

23 months agoMerge pull request #11836 from tobiasd/20220809-lng
Hypolite Petovan [Tue, 9 Aug 2022 12:23:53 +0000 (08:23 -0400)]
Merge pull request #11836 from tobiasd/20220809-lng

DE, ZH CN translation updates

23 months agofixed typo
Tobias Diekershoff [Tue, 9 Aug 2022 07:49:28 +0000 (09:49 +0200)]
fixed typo

23 months agoZH CN translation updates THX shykana and xenoeye
Tobias Diekershoff [Tue, 9 Aug 2022 06:19:33 +0000 (08:19 +0200)]
ZH CN translation updates THX shykana and xenoeye

23 months agoDE translation update THX vinzv
Tobias Diekershoff [Tue, 9 Aug 2022 06:17:51 +0000 (08:17 +0200)]
DE translation update THX vinzv

23 months agoMerge pull request #11835 from annando/sql-fetchqueue
Tobias Diekershoff [Mon, 8 Aug 2022 21:00:48 +0000 (23:00 +0200)]
Merge pull request #11835 from annando/sql-fetchqueue

Improve SQL-Queries / fixed "fetch_parents" setting

23 months agoImprove SQL-Queries / fixed "fetch_parents" setting
Michael [Mon, 8 Aug 2022 20:00:21 +0000 (20:00 +0000)]
Improve SQL-Queries / fixed "fetch_parents" setting

23 months agoMerge pull request #11820 from fabrixxm/feat/smarty3foldersconfig
Philipp [Mon, 8 Aug 2022 17:00:12 +0000 (19:00 +0200)]
Merge pull request #11820 from fabrixxm/feat/smarty3foldersconfig

Add smarty3 dirs config

23 months agoUpdated main translation file after editing a string
Hypolite Petovan [Mon, 8 Aug 2022 16:34:49 +0000 (12:34 -0400)]
Updated main translation file after editing a string

23 months agoAdd smarty3 dirs config
fabrixxm [Fri, 5 Aug 2022 13:12:22 +0000 (15:12 +0200)]
Add smarty3 dirs config

`FriendicaSmarty` get work dirs from config, with fallback if not set

23 months agoMerge pull request #11830 from MrPetovan/task/11826-pluralization
Philipp [Mon, 8 Aug 2022 13:35:54 +0000 (15:35 +0200)]
Merge pull request #11830 from MrPetovan/task/11826-pluralization

Use L10n->tt instead of t() for plural strings

23 months agoMerge pull request #11833 from tobiasd/20220808-added_gd
Philipp [Mon, 8 Aug 2022 11:30:10 +0000 (13:30 +0200)]
Merge pull request #11833 from tobiasd/20220808-added_gd

added Gàidhlig language translation

23 months agoadded Gàidhlig language translation
Tobias Diekershoff [Mon, 8 Aug 2022 09:37:39 +0000 (11:37 +0200)]
added Gàidhlig language translation

This adds the initial translation of Friendica core into Gàidhlig by @gunchleoc

redo of #11818

23 months agoUpdate main translation file after adding pluralization forms
Hypolite Petovan [Mon, 8 Aug 2022 06:15:24 +0000 (02:15 -0400)]
Update main translation file after adding pluralization forms

23 months agoUse L10n->tt instead of t() for plural string in Module\BaseApi
Hypolite Petovan [Mon, 8 Aug 2022 06:00:52 +0000 (02:00 -0400)]
Use L10n->tt instead of t() for plural string in Module\BaseApi

23 months agoUse L10n->tt instead of t() for plural strings in Module\Admin\Federation
Hypolite Petovan [Mon, 8 Aug 2022 05:59:26 +0000 (01:59 -0400)]
Use L10n->tt instead of t() for plural strings in Module\Admin\Federation

23 months agoUse L10n->tt instead of t() for plural strings for polls in Model\Item
Hypolite Petovan [Mon, 8 Aug 2022 05:52:16 +0000 (01:52 -0400)]
Use L10n->tt instead of t() for plural strings for polls in Model\Item

23 months agoAdd support for additional interpolated variables in L10n->tt()
Hypolite Petovan [Mon, 8 Aug 2022 05:51:42 +0000 (01:51 -0400)]
Add support for additional interpolated variables in L10n->tt()

23 months agoMerge pull request #11827 from annando/loop-prevention
Hypolite Petovan [Mon, 8 Aug 2022 05:10:16 +0000 (01:10 -0400)]
Merge pull request #11827 from annando/loop-prevention

Improvements for message processing

23 months agoImproved queue processing
Michael [Sun, 7 Aug 2022 19:24:50 +0000 (19:24 +0000)]
Improved queue processing

23 months agoMerge remote-tracking branch 'upstream/develop' into loop-prevention
Michael [Sat, 6 Aug 2022 17:11:04 +0000 (17:11 +0000)]
Merge remote-tracking branch 'upstream/develop' into loop-prevention

23 months agoMore prevention of double processing of the same content
Michael [Sat, 6 Aug 2022 17:06:55 +0000 (17:06 +0000)]
More prevention of double processing of the same content

23 months agoMerge pull request #11821 from tobiasd/20220805-typo
Hypolite Petovan [Fri, 5 Aug 2022 14:05:06 +0000 (10:05 -0400)]
Merge pull request #11821 from tobiasd/20220805-typo

typo in console tool

23 months agoupdated the messages.po file
Tobias Diekershoff [Fri, 5 Aug 2022 13:52:04 +0000 (15:52 +0200)]
updated the messages.po file

23 months agoMerge pull request #11819 from fabrixxm/fix/wsod
Hypolite Petovan [Fri, 5 Aug 2022 13:40:48 +0000 (09:40 -0400)]
Merge pull request #11819 from fabrixxm/fix/wsod

Fix WSOD when Renderer throws exception

23 months agotypo in console tool
Tobias Diekershoff [Fri, 5 Aug 2022 13:37:38 +0000 (15:37 +0200)]
typo in console tool

@gunchleoc spottet a typo while working on the translations of Friendica. This fixes it.

23 months agoFix WSOD when Renderer throws exception
fabrixxm [Fri, 5 Aug 2022 13:28:21 +0000 (15:28 +0200)]
Fix WSOD when Renderer throws exception

`HTTPException` builds a simple static version of error page if
`Renderer` throws any exception while rendering the error page.

23 months agoMerge pull request #11817 from annando/double-processing
Hypolite Petovan [Fri, 5 Aug 2022 13:04:33 +0000 (09:04 -0400)]
Merge pull request #11817 from annando/double-processing

Avoid processing the same activity

23 months agoAbort when public item cannot be inserted
Michael [Fri, 5 Aug 2022 05:48:20 +0000 (05:48 +0000)]
Abort when public item cannot be inserted

23 months agoRemove test code, add documentation
Michael [Fri, 5 Aug 2022 04:45:31 +0000 (04:45 +0000)]
Remove test code, add documentation

23 months agoAvoid to provess the same activity
Michael [Thu, 4 Aug 2022 21:52:10 +0000 (21:52 +0000)]
Avoid to provess the same activity

23 months agoMerge pull request #11816 from annando/fetch-parents
Hypolite Petovan [Thu, 4 Aug 2022 20:00:00 +0000 (16:00 -0400)]
Merge pull request #11816 from annando/fetch-parents

New option to disable the fetching of parents

23 months agoNew option to disable the fetching of parents
Michael [Thu, 4 Aug 2022 19:32:36 +0000 (19:32 +0000)]
New option to disable the fetching of parents

23 months agoMerge pull request #11815 from Quix0r/fixes/missing-private-array-key
Hypolite Petovan [Thu, 4 Aug 2022 09:15:46 +0000 (05:15 -0400)]
Merge pull request #11815 from Quix0r/fixes/missing-private-array-key

Missing 'private' array key

23 months agoAdded missing 'private' field, see Processor::processContent() where it is needed
Roland Häder [Thu, 4 Aug 2022 08:49:39 +0000 (10:49 +0200)]
Added missing 'private' field, see Processor::processContent() where it is needed

23 months agoMerge pull request #11812 from annando/ap-performance
Hypolite Petovan [Wed, 3 Aug 2022 07:00:50 +0000 (03:00 -0400)]
Merge pull request #11812 from annando/ap-performance

Hopefully fixes loops during message processing

23 months agoOnly process entries for existing posts
Michael [Wed, 3 Aug 2022 05:14:07 +0000 (05:14 +0000)]
Only process entries for existing posts

23 months agoDon't always fetch parent posts
Michael [Wed, 3 Aug 2022 04:51:57 +0000 (04:51 +0000)]
Don't always fetch parent posts

23 months agoChanges after code review
Michael [Wed, 3 Aug 2022 04:31:56 +0000 (04:31 +0000)]
Changes after code review

23 months agoHopefully fixes loops during message processing
Michael [Wed, 3 Aug 2022 03:38:03 +0000 (03:38 +0000)]
Hopefully fixes loops during message processing

23 months agoMerge pull request #11810 from MrPetovan/task/11794-password-length-limit
Philipp [Tue, 2 Aug 2022 15:52:26 +0000 (17:52 +0200)]
Merge pull request #11810 from MrPetovan/task/11794-password-length-limit

Add password length limit if using the Blowfish hashing algorithm

23 months agoUpdated main translation file after adding strings
Hypolite Petovan [Mon, 1 Aug 2022 16:25:36 +0000 (12:25 -0400)]
Updated main translation file after adding strings

23 months agoAdd password length limit if using the Blowfish hashing algorithm
Hypolite Petovan [Mon, 1 Aug 2022 15:42:10 +0000 (11:42 -0400)]
Add password length limit if using the Blowfish hashing algorithm

- Add new page to reset a password that would be too long
- Add support for pattern parameter in field_password

23 months agoRework return_path session key handling
Hypolite Petovan [Mon, 1 Aug 2022 15:38:54 +0000 (11:38 -0400)]
Rework return_path session key handling

- Add new IHandleSessions::pop() method
- Remove redirection from Authentication::setForUser()
- Add explicit return_path form parameter to Login::form()

23 months agoMerge pull request #11809 from annando/fetch-cache
Tobias Diekershoff [Mon, 1 Aug 2022 07:29:21 +0000 (09:29 +0200)]
Merge pull request #11809 from annando/fetch-cache

Repeated fetch requests are now prohibited

23 months agoCode standards and updated database documentation
Michael [Mon, 1 Aug 2022 07:06:30 +0000 (07:06 +0000)]
Code standards and updated database documentation

23 months agoOption to activate or deactivate the background fetching
Michael [Mon, 1 Aug 2022 06:59:20 +0000 (06:59 +0000)]
Option to activate or deactivate the background fetching

23 months agoImproved log message
Michael [Mon, 1 Aug 2022 05:59:59 +0000 (05:59 +0000)]
Improved log message

23 months agoMerge branch 'fetch' into fetch-cache
Michael [Mon, 1 Aug 2022 05:57:59 +0000 (05:57 +0000)]
Merge branch 'fetch' into fetch-cache

23 months agoCache if an activity has recently been fetched
Michael [Mon, 1 Aug 2022 05:56:55 +0000 (05:56 +0000)]
Cache if an activity has recently been fetched

23 months agoNew table to control the fetching process
Michael [Mon, 1 Aug 2022 04:48:49 +0000 (04:48 +0000)]
New table to control the fetching process

23 months agoMerge pull request #11806 from annando/post-reason
Hypolite Petovan [Mon, 1 Aug 2022 03:28:13 +0000 (23:28 -0400)]
Merge pull request #11806 from annando/post-reason

The post-reason / protocol is now filled in most cases

23 months agoNo blubb allowed
Michael [Mon, 1 Aug 2022 00:58:56 +0000 (00:58 +0000)]
No blubb allowed

23 months agoRemove test code
Michael [Sun, 31 Jul 2022 16:01:56 +0000 (16:01 +0000)]
Remove test code

23 months agoThe post-reason / protocol is now filled in most cases
Michael [Sun, 31 Jul 2022 15:54:35 +0000 (15:54 +0000)]
The post-reason / protocol is now filled in most cases

23 months agoMerge pull request #11805 from annando/no-standard-decoupling
Tobias Diekershoff [Sun, 31 Jul 2022 10:25:01 +0000 (12:25 +0200)]
Merge pull request #11805 from annando/no-standard-decoupling

Decoupling is deactivated by default now

23 months agoOnly store the inbox-queue on activated background processing
Michael [Sun, 31 Jul 2022 08:10:47 +0000 (08:10 +0000)]
Only store the inbox-queue on activated background processing

23 months agoDecoupling is deactivated by default now
Michael [Sun, 31 Jul 2022 07:48:35 +0000 (07:48 +0000)]
Decoupling is deactivated by default now

23 months agoMerge pull request #11802 from annando/issue-11800
Philipp [Sat, 30 Jul 2022 08:07:46 +0000 (10:07 +0200)]
Merge pull request #11802 from annando/issue-11800

Issue 11800: Remove entry from queue in any case.

23 months agoIssue 11798: Handling of empty author
Michael [Sat, 30 Jul 2022 05:30:08 +0000 (05:30 +0000)]
Issue 11798: Handling of empty author

23 months agoIssue 11800: Remove entry from queue in any case.
Michael [Sat, 30 Jul 2022 04:43:18 +0000 (04:43 +0000)]
Issue 11800: Remove entry from queue in any case.

23 months agoMerge pull request #11801 from annando/no-zero
Hypolite Petovan [Sat, 30 Jul 2022 01:15:20 +0000 (21:15 -0400)]
Merge pull request #11801 from annando/no-zero

Don't add zero as receiver

23 months agoDon't add zero as receiver
Michael [Fri, 29 Jul 2022 22:56:53 +0000 (22:56 +0000)]
Don't add zero as receiver

23 months agoMerge pull request #11793 from Quix0r/reformatted-arrays
Hypolite Petovan [Fri, 29 Jul 2022 21:54:53 +0000 (17:54 -0400)]
Merge pull request #11793 from Quix0r/reformatted-arrays

Reformatted some arrays for better readability

23 months agoMerge pull request #11796 from annando/post-reason
Hypolite Petovan [Fri, 29 Jul 2022 21:54:15 +0000 (17:54 -0400)]
Merge pull request #11796 from annando/post-reason

Improvements for the "post-reason"

23 months agoUpdates messages.po
Michael [Fri, 29 Jul 2022 21:32:58 +0000 (21:32 +0000)]
Updates messages.po

23 months agoMerge branch 'post-reason' of github.com:annando/friendica into post-reason
Michael [Fri, 29 Jul 2022 21:31:34 +0000 (21:31 +0000)]
Merge branch 'post-reason' of github.com:annando/friendica into post-reason

23 months agoMerge remote-tracking branch 'upstream/develop' into post-reason
Michael [Fri, 29 Jul 2022 21:29:15 +0000 (21:29 +0000)]
Merge remote-tracking branch 'upstream/develop' into post-reason

23 months agoAdd more post reasons
Michael [Fri, 29 Jul 2022 21:28:22 +0000 (21:28 +0000)]
Add more post reasons

23 months agoUpdate src/Content/Conversation.php
Michael Vogel [Fri, 29 Jul 2022 19:59:53 +0000 (21:59 +0200)]
Update src/Content/Conversation.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
23 months agoMake the tests happy
Michael [Fri, 29 Jul 2022 16:05:04 +0000 (16:05 +0000)]
Make the tests happy

23 months agoExtracted as variable to have 2 more array fields moved to array initialization.
Roland Häder [Fri, 29 Jul 2022 15:19:07 +0000 (17:19 +0200)]
Extracted as variable to have 2 more array fields moved to array initialization.

23 months agoChanges:
Roland Häder [Fri, 29 Jul 2022 04:30:29 +0000 (06:30 +0200)]
Changes:
- reformatted arrays

23 months agoFix test
Michael [Fri, 29 Jul 2022 14:56:40 +0000 (14:56 +0000)]
Fix test

23 months agoUpdated messages.po
Michael [Fri, 29 Jul 2022 14:54:25 +0000 (14:54 +0000)]
Updated messages.po