]>
git.mxchange.org Git - friendica.git/log
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
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
Hypolite Petovan [Fri, 31 Mar 2023 18:15:02 +0000 (14:15 -0400)]
Merge pull request #12963 from annando/warnings
Fix some warnings
Michael [Fri, 31 Mar 2023 18:01:10 +0000 (18:01 +0000)]
Fix some warnings
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
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
Michael [Fri, 31 Mar 2023 03:37:48 +0000 (03:37 +0000)]
Issue 12876 again: Delete the public contact as well
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
Michael [Thu, 30 Mar 2023 21:48:41 +0000 (21:48 +0000)]
Ensure to only delete data of a valid contact
Michael [Thu, 30 Mar 2023 21:23:46 +0000 (21:23 +0000)]
Issue 12876: Delete all public contact related data
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
Philipp [Thu, 30 Mar 2023 17:56:51 +0000 (19:56 +0200)]
Add posix_kill() SIGTERM for Friendica
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
Michael [Wed, 29 Mar 2023 20:24:16 +0000 (20:24 +0000)]
Issue 12876: Enhanced logging for the user removal
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
Michael [Wed, 29 Mar 2023 18:39:21 +0000 (18:39 +0000)]
Allow the search for contacts on blocked servers via web
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
Jakobus Schürz [Wed, 29 Mar 2023 11:44:03 +0000 (13:44 +0200)]
move overflow: auto to css
Jakobus Schürz [Wed, 29 Mar 2023 08:47:27 +0000 (10:47 +0200)]
insert margin btw. dropzone and buttons
Jakobus Schürz [Wed, 29 Mar 2023 08:29:02 +0000 (10:29 +0200)]
remove unused scrollbar in vivaldi
fixes #12944
fixes #12944 partly
Jakobus Schürz [Fri, 24 Mar 2023 15:20:07 +0000 (16:20 +0100)]
make font-color of dropzone less focus stealing
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
Philipp [Tue, 28 Mar 2023 17:43:16 +0000 (19:43 +0200)]
Update messages.po
Philipp [Mon, 27 Mar 2023 17:40:36 +0000 (19:40 +0200)]
Fix php-lint issue
Michael [Tue, 28 Mar 2023 10:06:41 +0000 (10:06 +0000)]
Use the correct ids for the search results
Michael [Tue, 28 Mar 2023 06:34:09 +0000 (06:34 +0000)]
Simply use "unsearchable" (and ensure it is updated for local users)
Michael [Tue, 28 Mar 2023 05:33:14 +0000 (05:33 +0000)]
Don't search for contacts on blocked or failed systems
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
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
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
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
Philipp [Mon, 27 Mar 2023 17:35:02 +0000 (19:35 +0200)]
adapt minor changers / fix tests
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>
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>
Philipp [Sun, 26 Mar 2023 20:44:55 +0000 (22:44 +0200)]
fix codecov
Philipp [Sun, 26 Mar 2023 20:27:24 +0000 (22:27 +0200)]
Fixup and adding tests
Philipp [Sun, 26 Mar 2023 11:39:11 +0000 (13:39 +0200)]
Add conditional help text for disabled fields
Philipp [Sat, 25 Mar 2023 18:02:47 +0000 (19:02 +0100)]
Disable setting fields in case we use environment variables
Hypolite Petovan [Mon, 27 Mar 2023 00:58:22 +0000 (20:58 -0400)]
Merge pull request #12951 from jsoref/spelling
Spelling
Josh Soref [Mon, 27 Mar 2023 00:02:02 +0000 (20:02 -0400)]
Remove unused css rule
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Josh Soref [Sun, 26 Mar 2023 22:26:35 +0000 (18:26 -0400)]
spelling: interacts
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 22:26:19 +0000 (18:26 -0400)]
spelling: instead
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Mon, 27 Mar 2023 00:00:30 +0000 (20:00 -0400)]
spelling: group
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 22:20:43 +0000 (18:20 -0400)]
spelling: flags
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 22:23:25 +0000 (18:23 -0400)]
spelling: fieldset
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 22:20:00 +0000 (18:20 -0400)]
spelling: fediverse
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 22:17:55 +0000 (18:17 -0400)]
spelling: except
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 22:15:44 +0000 (18:15 -0400)]
spelling: entry
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 21:53:40 +0000 (17:53 -0400)]
spelling: enabled
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 22:13:22 +0000 (18:13 -0400)]
spelling: each other
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 22:11:35 +0000 (18:11 -0400)]
spelling: disallowed
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 23:00:19 +0000 (19:00 -0400)]
spelling: dfrn
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 22:09:15 +0000 (18:09 -0400)]
spelling: denies
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 22:09:03 +0000 (18:09 -0400)]
spelling: deletes
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 22:08:34 +0000 (18:08 -0400)]
spelling: deactivate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 22:12:32 +0000 (18:12 -0400)]
spelling: ddos
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 22:07:08 +0000 (18:07 -0400)]
spelling: database
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 22:04:43 +0000 (18:04 -0400)]
spelling: children
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 22:03:50 +0000 (18:03 -0400)]
spelling: catavatar
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 22:03:04 +0000 (18:03 -0400)]
spelling: canvas
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 22:00:52 +0000 (18:00 -0400)]
spelling: bridged
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 21:56:14 +0000 (17:56 -0400)]
spelling: authentication
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 21:55:00 +0000 (17:55 -0400)]
spelling: associative
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 21:54:16 +0000 (17:54 -0400)]
spelling: announce
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 21:52:57 +0000 (17:52 -0400)]
spelling: and
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref [Sun, 26 Mar 2023 21:49:39 +0000 (17:49 -0400)]
spelling: active
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>