]> git.mxchange.org Git - friendica.git/log
friendica.git
14 months agoMerge pull request #12975 from tobiasd/20230406-transifexconfig
Hypolite Petovan [Thu, 6 Apr 2023 12:11:55 +0000 (08:11 -0400)]
Merge pull request #12975 from tobiasd/20230406-transifexconfig

Transifex config for the new client

14 months agoTransifex config for the new client
Tobias Diekershoff [Thu, 6 Apr 2023 08:56:59 +0000 (10:56 +0200)]
Transifex config for the new client

15 months agoMerge pull request #12973 from nupplaphil/bug/datetimeformat
Hypolite Petovan [Mon, 3 Apr 2023 17:49:07 +0000 (13:49 -0400)]
Merge pull request #12973 from nupplaphil/bug/datetimeformat

Fix  DateTimeFormat issue

15 months agoMerge pull request #12971 from MrPetovan/bug/12970-FriendicaExtension
Philipp [Mon, 3 Apr 2023 17:47:55 +0000 (19:47 +0200)]
Merge pull request #12971 from MrPetovan/bug/12970-FriendicaExtension

Account for null title when instantiating FriendicaExtension in Factory\Api\Mastodon\Status

15 months agoMerge pull request #12972 from MrPetovan/bug/fatal-errors
Philipp [Mon, 3 Apr 2023 17:47:10 +0000 (19:47 +0200)]
Merge pull request #12972 from MrPetovan/bug/fatal-errors

Address a couple of fatal errors

15 months agoFix DateTimeFormat issue
Philipp [Mon, 3 Apr 2023 16:42:41 +0000 (18:42 +0200)]
Fix  DateTimeFormat issue

15 months agoWard against nonexistant item in Item::prepareBody
Hypolite Petovan [Mon, 3 Apr 2023 04:05:40 +0000 (00:05 -0400)]
Ward against nonexistant item in Item::prepareBody

- Address https://github.com/friendica/friendica/issues/12486#issuecomment-1492984392

15 months agoWard against missing plink in createSharedBlockByArray
Hypolite Petovan [Mon, 3 Apr 2023 04:03:32 +0000 (00:03 -0400)]
Ward against missing plink in createSharedBlockByArray

- Address https://github.com/friendica/friendica/issues/12486#issuecomment-1492984224
- Add logging to troubleshoot the issue

15 months agoAccount for null title when instantiating FriendicaExtension in Factory\Api\Mastodon...
Hypolite Petovan [Mon, 3 Apr 2023 03:22:19 +0000 (23:22 -0400)]
Account for null title when instantiating FriendicaExtension in Factory\Api\Mastodon\Status

15 months agoReformat Factory\Api\Mastodon\Status
Hypolite Petovan [Mon, 3 Apr 2023 03:19:40 +0000 (23:19 -0400)]
Reformat Factory\Api\Mastodon\Status

- Simplify boolean operations
- Add ACLFormatter dependency to constructor
- Fix white space alignment

15 months agoMerge pull request #12968 from nupplaphil/bug/plural
Hypolite Petovan [Sun, 2 Apr 2023 19:41:47 +0000 (15:41 -0400)]
Merge pull request #12968 from nupplaphil/bug/plural

Make conversation activity singular/plural translatable

15 months agoUpdates messages.po
Philipp [Sun, 2 Apr 2023 09:34:29 +0000 (11:34 +0200)]
Updates messages.po

15 months agoMake more strings plural :)
Philipp [Sun, 2 Apr 2023 09:34:08 +0000 (11:34 +0200)]
Make more strings plural :)

15 months agoExtract liker phrase in own method
Philipp [Sat, 1 Apr 2023 18:49:38 +0000 (20:49 +0200)]
Extract liker phrase in own method

15 months agoMake likes singular/plural translatable
Philipp [Sat, 1 Apr 2023 18:40:54 +0000 (20:40 +0200)]
Make likes singular/plural translatable

15 months agoMerge pull request #12967 from nupplaphil/bug/path_logger
Hypolite Petovan [Sat, 1 Apr 2023 22:12:02 +0000 (18:12 -0400)]
Merge pull request #12967 from nupplaphil/bug/path_logger

Adapt logging & temppath creation

15 months agoUpdate System.php
Philipp [Sat, 1 Apr 2023 21:00:43 +0000 (23:00 +0200)]
Update System.php

15 months agoMerge pull request #12969 from nupplaphil/feat/codecov_plugin_upgrade
Hypolite Petovan [Sat, 1 Apr 2023 20:39:20 +0000 (16:39 -0400)]
Merge pull request #12969 from nupplaphil/feat/codecov_plugin_upgrade

Use new codecov uploader

15 months agoadapt parameters
Philipp [Sat, 1 Apr 2023 20:00:57 +0000 (22:00 +0200)]
adapt parameters

15 months agoRemove unnecessary code ..
Philipp [Sat, 1 Apr 2023 19:54:51 +0000 (21:54 +0200)]
Remove unnecessary code ..

15 months agoUse new codecov uploader
Philipp [Sat, 1 Apr 2023 19:52:02 +0000 (21:52 +0200)]
Use new codecov uploader

15 months agoAdapt logging & temppath creation
Philipp [Sat, 1 Apr 2023 18:12:02 +0000 (20:12 +0200)]
Adapt logging & temppath creation

15 months agoMerge pull request #12966 from MrPetovan/bug/fatal-errors
Philipp [Sat, 1 Apr 2023 14:34:57 +0000 (16:34 +0200)]
Merge pull request #12966 from MrPetovan/bug/fatal-errors

Fix a couple of namespace issues

15 months agoUpdate composer.lock
Philipp [Sat, 1 Apr 2023 14:29:46 +0000 (16:29 +0200)]
Update composer.lock

15 months agoFix namespace issue with posix function in Worker\Repository\Process
Hypolite Petovan [Sat, 1 Apr 2023 12:11:05 +0000 (08:11 -0400)]
Fix namespace issue with posix function in Worker\Repository\Process

- [Composer] Add ext-posix dependency
- [Composer] Sort latest added dependencies alphabetically
- Address https://github.com/friendica/friendica/issues/12486#issuecomment-1492842672

15 months agoFix Register namespace confusion in Model\User
Hypolite Petovan [Sat, 1 Apr 2023 12:07:48 +0000 (08:07 -0400)]
Fix Register namespace confusion in Model\User

- Address https://github.com/friendica/friendica/issues/12486#issuecomment-1491861831

15 months agoMerge pull request #12964 from MrPetovan/bug/warnings
Michael Vogel [Fri, 31 Mar 2023 19:26:45 +0000 (21:26 +0200)]
Merge pull request #12964 from MrPetovan/bug/warnings

Add receiver name extraction case

15 months agoAdd receiver name extraction case
Hypolite Petovan [Mon, 27 Mar 2023 00:44:25 +0000 (20:44 -0400)]
Add receiver name extraction case

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

15 months agoMerge pull request #12963 from annando/warnings
Hypolite Petovan [Fri, 31 Mar 2023 18:15:02 +0000 (14:15 -0400)]
Merge pull request #12963 from annando/warnings

Fix some warnings

15 months agoFix some warnings
Michael [Fri, 31 Mar 2023 18:01:10 +0000 (18:01 +0000)]
Fix some warnings

15 months agoMerge pull request #12962 from annando/issue-12876c
Hypolite Petovan [Fri, 31 Mar 2023 12:56:30 +0000 (08:56 -0400)]
Merge pull request #12962 from annando/issue-12876c

Issue 12876 again: Delete the public contact as well

15 months agoMerge pull request #12952 from MrPetovan/bug/fatal-errors
Philipp [Fri, 31 Mar 2023 12:35:37 +0000 (14:35 +0200)]
Merge pull request #12952 from MrPetovan/bug/fatal-errors

Address a few fatal errors

15 months agoIssue 12876 again: Delete the public contact as well
Michael [Fri, 31 Mar 2023 03:37:48 +0000 (03:37 +0000)]
Issue 12876 again: Delete the public contact as well

15 months agoMerge pull request #12961 from annando/issue-12876
Hypolite Petovan [Thu, 30 Mar 2023 23:07:58 +0000 (19:07 -0400)]
Merge pull request #12961 from annando/issue-12876

Issue 12876: Delete all public contact related data

15 months agoEnsure to only delete data of a valid contact
Michael [Thu, 30 Mar 2023 21:48:41 +0000 (21:48 +0000)]
Ensure to only delete data of a valid contact

15 months agoIssue 12876: Delete all public contact related data
Michael [Thu, 30 Mar 2023 21:23:46 +0000 (21:23 +0000)]
Issue 12876: Delete all public contact related data

15 months agoMerge pull request #12960 from nupplaphil/feat/sigterm_cron
Hypolite Petovan [Thu, 30 Mar 2023 18:55:29 +0000 (14:55 -0400)]
Merge pull request #12960 from nupplaphil/feat/sigterm_cron

Add posix_kill() SIGTERM for Friendica

15 months agoAdd posix_kill() SIGTERM for Friendica
Philipp [Thu, 30 Mar 2023 17:56:51 +0000 (19:56 +0200)]
Add posix_kill() SIGTERM for Friendica

15 months agoMerge pull request #12958 from annando/issue-12876
Hypolite Petovan [Wed, 29 Mar 2023 20:42:06 +0000 (16:42 -0400)]
Merge pull request #12958 from annando/issue-12876

Issue 12876: Enhanced logging for the user removal

15 months agoIssue 12876: Enhanced logging for the user removal
Michael [Wed, 29 Mar 2023 20:24:16 +0000 (20:24 +0000)]
Issue 12876: Enhanced logging for the user removal

15 months agoMerge pull request #12956 from annando/server-blocked
Hypolite Petovan [Wed, 29 Mar 2023 18:58:12 +0000 (14:58 -0400)]
Merge pull request #12956 from annando/server-blocked

Don't search for contacts on blocked or failed systems

15 months agoAllow the search for contacts on blocked servers via web
Michael [Wed, 29 Mar 2023 18:39:21 +0000 (18:39 +0000)]
Allow the search for contacts on blocked servers via web

15 months agoMerge pull request #12957 from xundeenergie/optical-improvements-dropzone
Hypolite Petovan [Wed, 29 Mar 2023 12:35:26 +0000 (08:35 -0400)]
Merge pull request #12957 from xundeenergie/optical-improvements-dropzone

Optical improvements dropzone fixes #12944

15 months agomove overflow: auto to css
Jakobus Schürz [Wed, 29 Mar 2023 11:44:03 +0000 (13:44 +0200)]
move overflow: auto to css

15 months agoinsert margin btw. dropzone and buttons
Jakobus Schürz [Wed, 29 Mar 2023 08:47:27 +0000 (10:47 +0200)]
insert margin btw. dropzone and buttons

15 months agoremove unused scrollbar in vivaldi
Jakobus Schürz [Wed, 29 Mar 2023 08:29:02 +0000 (10:29 +0200)]
remove unused scrollbar in vivaldi

fixes #12944
fixes #12944 partly

15 months agomake font-color of dropzone less focus stealing
Jakobus Schürz [Fri, 24 Mar 2023 15:20:07 +0000 (16:20 +0100)]
make font-color of dropzone less focus stealing

15 months agoMerge pull request #12949 from nupplaphil/bug/site_env_view
Hypolite Petovan [Tue, 28 Mar 2023 19:06:27 +0000 (15:06 -0400)]
Merge pull request #12949 from nupplaphil/bug/site_env_view

Disable setting fields in case we use environment variables

15 months agoUpdate messages.po
Philipp [Tue, 28 Mar 2023 17:43:16 +0000 (19:43 +0200)]
Update messages.po

15 months agoFix php-lint issue
Philipp [Mon, 27 Mar 2023 17:40:36 +0000 (19:40 +0200)]
Fix php-lint issue

15 months agoUse the correct ids for the search results
Michael [Tue, 28 Mar 2023 10:06:41 +0000 (10:06 +0000)]
Use the correct ids for the search results

15 months agoSimply use "unsearchable" (and ensure it is updated for local users)
Michael [Tue, 28 Mar 2023 06:34:09 +0000 (06:34 +0000)]
Simply use "unsearchable" (and ensure it is updated for local users)

15 months agoDon't search for contacts on blocked or failed systems
Michael [Tue, 28 Mar 2023 05:33:14 +0000 (05:33 +0000)]
Don't search for contacts on blocked or failed systems

15 months agoAdd explicit parameter to IHandleUserSession->setvisitorContacts
Hypolite Petovan [Sun, 26 Mar 2023 23:00:48 +0000 (19:00 -0400)]
Add explicit parameter to IHandleUserSession->setvisitorContacts

- Convert some remaining $_SESSION references to object calls
- Address part of https://github.com/friendica/friendica/issues/12486#issuecomment-1428489772

15 months agoSkip nonexistent contacts in Pofile/Contacts
Hypolite Petovan [Sun, 26 Mar 2023 22:49:42 +0000 (18:49 -0400)]
Skip nonexistent contacts in Pofile/Contacts

- Address part of https://github.com/friendica/friendica/issues/12486#issuecomment-1428489772

15 months agoDon't try to follow remote item from non-URI or scheme-less URI
Hypolite Petovan [Sun, 26 Mar 2023 22:46:16 +0000 (18:46 -0400)]
Don't try to follow remote item from non-URI or scheme-less URI

- Address https://github.com/friendica/friendica/issues/12486#issuecomment-1407679388
- Address https://github.com/friendica/friendica/issues/12486#issuecomment-1433112562

15 months agoAdd exception throw when contact data isn't available in Factory/Api/Mastodon/Relatio...
Hypolite Petovan [Sun, 26 Mar 2023 22:30:31 +0000 (18:30 -0400)]
Add exception throw when contact data isn't available in Factory/Api/Mastodon/Relationship

- Address https://github.com/friendica/friendica/issues/12486#issuecomment-1445323023
- Remove default value to parameter which array keys are used in method body

15 months agoadapt minor changers / fix tests
Philipp [Mon, 27 Mar 2023 17:35:02 +0000 (19:35 +0200)]
adapt minor changers / fix tests

15 months agoApply suggestions from code review
Philipp [Mon, 27 Mar 2023 17:30:28 +0000 (19:30 +0200)]
Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
15 months agoApply suggestions from code review
Philipp [Sun, 26 Mar 2023 22:17:40 +0000 (00:17 +0200)]
Apply suggestions from code review

Switch to `isWritable`

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
15 months agofix codecov
Philipp [Sun, 26 Mar 2023 20:44:55 +0000 (22:44 +0200)]
fix codecov

15 months agoFixup and adding tests
Philipp [Sun, 26 Mar 2023 20:27:24 +0000 (22:27 +0200)]
Fixup and adding tests

15 months agoAdd conditional help text for disabled fields
Philipp [Sun, 26 Mar 2023 11:39:11 +0000 (13:39 +0200)]
Add conditional help text for disabled fields

15 months agoDisable setting fields in case we use environment variables
Philipp [Sat, 25 Mar 2023 18:02:47 +0000 (19:02 +0100)]
Disable setting fields in case we use environment variables

15 months agoMerge pull request #12951 from jsoref/spelling
Hypolite Petovan [Mon, 27 Mar 2023 00:58:22 +0000 (20:58 -0400)]
Merge pull request #12951 from jsoref/spelling

Spelling

15 months agoRemove unused css rule
Josh Soref [Mon, 27 Mar 2023 00:02:02 +0000 (20:02 -0400)]
Remove unused css rule

15 months agospelling: wizard
Josh Soref [Sun, 26 Mar 2023 22:54:13 +0000 (18:54 -0400)]
spelling: wizard

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: widget
Josh Soref [Sun, 26 Mar 2023 22:53:39 +0000 (18:53 -0400)]
spelling: widget

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: used
Josh Soref [Sun, 26 Mar 2023 22:52:08 +0000 (18:52 -0400)]
spelling: used

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: under
Josh Soref [Sun, 26 Mar 2023 22:51:20 +0000 (18:51 -0400)]
spelling: under

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: trimmed
Josh Soref [Sun, 26 Mar 2023 22:49:56 +0000 (18:49 -0400)]
spelling: trimmed

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: title
Josh Soref [Sun, 26 Mar 2023 22:49:16 +0000 (18:49 -0400)]
spelling: title

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: these
Josh Soref [Sun, 26 Mar 2023 22:00:33 +0000 (18:00 -0400)]
spelling: these

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: template
Josh Soref [Sun, 26 Mar 2023 22:48:55 +0000 (18:48 -0400)]
spelling: template

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: successful
Josh Soref [Wed, 22 Mar 2023 04:08:30 +0000 (00:08 -0400)]
spelling: successful

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: string
Josh Soref [Sun, 26 Mar 2023 22:47:20 +0000 (18:47 -0400)]
spelling: string

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: signature
Josh Soref [Sun, 26 Mar 2023 22:46:37 +0000 (18:46 -0400)]
spelling: signature

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: sidebar
Josh Soref [Sun, 26 Mar 2023 22:46:26 +0000 (18:46 -0400)]
spelling: sidebar

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: should
Josh Soref [Sun, 26 Mar 2023 22:44:36 +0000 (18:44 -0400)]
spelling: should

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: select
Josh Soref [Sun, 26 Mar 2023 22:45:26 +0000 (18:45 -0400)]
spelling: select

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: search
Josh Soref [Sun, 26 Mar 2023 22:44:52 +0000 (18:44 -0400)]
spelling: search

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: resource
Josh Soref [Sun, 26 Mar 2023 22:42:40 +0000 (18:42 -0400)]
spelling: resource

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: remote
Josh Soref [Sun, 26 Mar 2023 22:42:06 +0000 (18:42 -0400)]
spelling: remote

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: relay
Josh Soref [Sun, 26 Mar 2023 22:41:31 +0000 (18:41 -0400)]
spelling: relay

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: read
Josh Soref [Sun, 26 Mar 2023 22:41:15 +0000 (18:41 -0400)]
spelling: read

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: public
Josh Soref [Sun, 26 Mar 2023 22:40:35 +0000 (18:40 -0400)]
spelling: public

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: proxified
Josh Soref [Sun, 26 Mar 2023 22:40:13 +0000 (18:40 -0400)]
spelling: proxified

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: private
Josh Soref [Sun, 26 Mar 2023 22:39:31 +0000 (18:39 -0400)]
spelling: private

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: posts
Josh Soref [Mon, 27 Mar 2023 00:03:13 +0000 (20:03 -0400)]
spelling: posts

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: phppath
Josh Soref [Sun, 26 Mar 2023 22:38:03 +0000 (18:38 -0400)]
spelling: phppath

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: password
Josh Soref [Sun, 26 Mar 2023 22:36:31 +0000 (18:36 -0400)]
spelling: password

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: orphan children
Josh Soref [Sun, 26 Mar 2023 22:05:07 +0000 (18:05 -0400)]
spelling: orphan children

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: occurred
Josh Soref [Wed, 22 Mar 2023 04:07:50 +0000 (00:07 -0400)]
spelling: occurred

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: obsolete
Josh Soref [Sun, 26 Mar 2023 22:34:07 +0000 (18:34 -0400)]
spelling: obsolete

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: object
Josh Soref [Sun, 26 Mar 2023 22:33:52 +0000 (18:33 -0400)]
spelling: object

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: numeric
Josh Soref [Sun, 26 Mar 2023 22:33:33 +0000 (18:33 -0400)]
spelling: numeric

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: little
Josh Soref [Sun, 26 Mar 2023 22:30:29 +0000 (18:30 -0400)]
spelling: little

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: link
Josh Soref [Sun, 26 Mar 2023 22:29:58 +0000 (18:29 -0400)]
spelling: link

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: items
Josh Soref [Sun, 26 Mar 2023 22:28:05 +0000 (18:28 -0400)]
spelling: items

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
15 months agospelling: interval
Josh Soref [Sun, 26 Mar 2023 22:26:50 +0000 (18:26 -0400)]
spelling: interval

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>