]> git.mxchange.org Git - friendica.git/log
friendica.git
11 days agoContinued:
Roland Häder [Sun, 11 Jun 2023 23:16:51 +0000 (01:16 +0200)]
Continued:
- added `border-radius: 3px` for buttons

11 days agoContinued:
Roland Häder [Wed, 7 Jun 2023 14:44:18 +0000 (16:44 +0200)]
Continued:
- re-colored more

11 days agoContinued:
Roland Häder [Wed, 7 Jun 2023 00:49:00 +0000 (02:49 +0200)]
Continued:
- fixed some colors

11 days agoContinued:
Roland Häder [Wed, 7 Jun 2023 00:32:32 +0000 (02:32 +0200)]
Continued:
- also re-colored some parts into #StolzMonat

11 days agoContinued:
Roland Häder [Tue, 6 Jun 2023 23:25:43 +0000 (01:25 +0200)]
Continued:
- hover background color is black now

11 days agoAdded #Stolzmonat sub-theme for Germany
Roland Häder [Tue, 6 Jun 2023 23:13:14 +0000 (01:13 +0200)]
Added #Stolzmonat sub-theme for Germany

11 days agoContinued:
Roland Häder [Fri, 26 May 2023 15:49:51 +0000 (17:49 +0200)]
Continued:
- someone removed these checks, if the GServer's url is blocked, flooders like
  activitypub-troll.cf will then be able to flood your gserver table again

Signed-off-by: Roland Häder <roland@mxchange.org>
11 days agoContinued:
Roland Häder [Thu, 11 May 2023 23:37:40 +0000 (01:37 +0200)]
Continued:
- it is $this->config now (ops)

Signed-off-by: Roland Häder <roland@mxchange.org>
11 days agoOps, my bad
Roland Häder [Fri, 20 Jan 2023 00:07:05 +0000 (01:07 +0100)]
Ops, my bad

11 days agoOps, double-added.
Roland Häder [Tue, 25 Oct 2022 23:25:12 +0000 (01:25 +0200)]
Ops, double-added.

11 days agoAdded sample pre-commit hook to give you an idea how to start to include:
Roland Häder [Tue, 25 Oct 2022 20:55:15 +0000 (22:55 +0200)]
Added sample pre-commit hook to give you an idea how to start to include:
- lint check by `php -l $CHANGED_FILE`
- code-style check by php-cs --dry-run
- executing unit-tests (non-fatal)

Please feel free to modify it.

11 days agoDon't cherry-pick:
Roland Häder [Tue, 25 Oct 2022 17:34:12 +0000 (19:34 +0200)]
Don't cherry-pick:
- changing the word "blacklist" to "denylist" won't stop racism from happening,
  "someone" thinks it does and it is his right to believe it. But making it
  part of a software and naming-convention, that's ideologically driven, means
  it has nothing to do with reality.
- PS: My girlfriend comes from Zambia, so how can I be a racist?

11 days agoRewrite:
Roland Häder [Mon, 12 Sep 2022 21:12:11 +0000 (23:12 +0200)]
Rewrite:
- moved constants GRAVITY_* from boot.php to Friendica\Model\Item
- also rewrote some array initialization:

From:
````
<?php
$arr = [];
$arr['foo'] = "FOO";
````

To:
````
<?php
$arr['foo'] = "FOO";
````
- added a few type-hints

11 days agoChanges:
Roland Häder [Mon, 24 Oct 2022 00:42:19 +0000 (02:42 +0200)]
Changes:
- converted many `$array['foo'] = $foo;` to a single $array = ['foo' => $foo];
  statement
- changed more double-quotes to single
- added spaces for better readability
- added missing type-hints (both parameters and returned value) if possible
- added/removed empty lines for better readability
- added missing documentation

11 days agoReverted:
Roland Häder [Sun, 23 Oct 2022 11:58:33 +0000 (13:58 +0200)]
Reverted:
- $post -> $item

11 days agoChanges:
Roland Häder [Mon, 26 Sep 2022 08:20:56 +0000 (10:20 +0200)]
Changes:
- on local networks (LANs) you may not always have valid email addresses, e.g.
  mine here are structured as user@host.local which are not valid and won't
  pass validation check.
- for these rare cases you can bypass the regex check but be warned to NEVER
  do this on a public server!!!

11 days agoChanges:
Roland Häder [Thu, 15 Sep 2022 00:29:46 +0000 (02:29 +0200)]
Changes:
- Parameter `$nodeinfo_url` was no longer present, instead an instance of
  `ICanHandleHttpResponses` is now given (documentation updated)
- sorted a bit setting array values

11 days agoChanges:
Roland Häder [Wed, 14 Sep 2022 23:23:38 +0000 (01:23 +0200)]
Changes:
- added missing type-hints
- added missing documentation
- changed double-quotes to single
- Setters do ALWAYS return void

11 days agoChanged:
Roland Häder [Wed, 14 Sep 2022 22:39:39 +0000 (00:39 +0200)]
Changed:
- I was to lazy at that time to name my variable/parameter correctly!

11 days agoChanges:
Roland Häder [Tue, 13 Sep 2022 13:00:23 +0000 (15:00 +0200)]
Changes:
- added 3rd parameter to send Pragma/Cache-Control headers
- maybe there is a better one in some composer package?

11 days agoRewrite:
Roland Häder [Mon, 12 Sep 2022 21:12:11 +0000 (23:12 +0200)]
Rewrite:
- moved constants GRAVITY_* from boot.php to Friendica\Model\Item
- also rewrote some array initialization:

From:
````
<?php
$arr = [];
$arr['foo'] = "FOO";
````

To:
````
<?php
$arr['foo'] = "FOO";
````
- added a few type-hints

11 days agoDon't merge:
Roland Häder [Mon, 18 Jul 2022 23:45:44 +0000 (01:45 +0200)]
Don't merge:
- updated database structure files from reverted commit #BlacklistIsNoRacism

11 days agoChanged type from varbinary (Adminer and Co. do HEX() calls around those
Roland Häder [Tue, 1 Dec 2020 21:55:05 +0000 (22:55 +0100)]
Changed type from varbinary (Adminer and Co. do HEX() calls around those
columns) to varchar.

Signed-off-by: Roland Häder <roland@mxchange.org>
11 days agoRevert "Rename system config value to db_log_index_denylist"
Roland Häder [Mon, 31 Aug 2020 23:20:18 +0000 (01:20 +0200)]
Revert "Rename system config value to db_log_index_denylist"

This reverts commit 530ff5189853c22348f7c79c22b92075145f4c25.

11 days agoRevert "Rename contact table column to ffi_keyword_denylist"
Roland Häder [Mon, 31 Aug 2020 23:19:58 +0000 (01:19 +0200)]
Revert "Rename contact table column to ffi_keyword_denylist"

This reverts commit 34463f37e4a3226709853bd3e35e6c22da45502c.

Signed-off-by: Roland Häder <roland@mxchange.org>
12 days agoMerge pull request #14983 from mf-fx/img_alt_tag_indicator
Philipp [Sun, 22 Jun 2025 22:25:31 +0000 (00:25 +0200)]
Merge pull request #14983 from mf-fx/img_alt_tag_indicator

Issue 14491 - Add alt tag indicators to images

13 days agoMerge pull request #14987 from mf-fx/css_bug_global_missing_end_paren
Philipp [Sun, 22 Jun 2025 12:28:38 +0000 (14:28 +0200)]
Merge pull request #14987 from mf-fx/css_bug_global_missing_end_paren

global.css: Add missing end parenthesis

13 days agoglobal.css: Add missing end paren
Marcus Funch [Sun, 22 Jun 2025 12:15:58 +0000 (14:15 +0200)]
global.css: Add missing end paren

13 days agoIssue 14491 - Add alt tag indicators to images
Marcus Funch [Sat, 21 Jun 2025 17:36:29 +0000 (19:36 +0200)]
Issue 14491 - Add alt tag indicators to images

2 weeks agoMerge pull request #14980 from mf-fx/search_no_results_no_notification
Philipp [Sat, 21 Jun 2025 12:22:35 +0000 (14:22 +0200)]
Merge pull request #14980 from mf-fx/search_no_results_no_notification

Search: Replace "No results" notification with translated text

2 weeks agoSearch: Replace "No results" notification with text, with translations
Marcus Funch [Wed, 18 Jun 2025 20:23:14 +0000 (22:23 +0200)]
Search: Replace "No results" notification with text, with translations

2 weeks agoMerge pull request #14937 from Art4/deprecate-addonloader
Philipp [Wed, 18 Jun 2025 04:54:34 +0000 (06:54 +0200)]
Merge pull request #14937 from Art4/deprecate-addonloader

Deprecate AddonLoader

2 weeks agoMerge pull request #14966 from Art4/phpstan-strict-rules
Philipp [Wed, 18 Jun 2025 04:53:47 +0000 (06:53 +0200)]
Merge pull request #14966 from Art4/phpstan-strict-rules

Add PHPStan strict rules

2 weeks agoMerge pull request #14975 from mf-fx/frio_fix_tooltips_positions_scroll_v2
Michael Vogel [Tue, 17 Jun 2025 19:14:50 +0000 (21:14 +0200)]
Merge pull request #14975 from mf-fx/frio_fix_tooltips_positions_scroll_v2

Frio: Fix bug making navigation tooltips disappear after scroll v2

2 weeks agoFrio: Fix bug making navigation tooltips disappear after scroll v2
Marcus Funch [Tue, 17 Jun 2025 17:32:19 +0000 (19:32 +0200)]
Frio: Fix bug making navigation tooltips disappear after scroll v2

2 weeks agoMerge pull request #14964 from mf-fx/contacts_link_text_instead_of_icon
Michael Vogel [Tue, 17 Jun 2025 04:54:04 +0000 (06:54 +0200)]
Merge pull request #14964 from mf-fx/contacts_link_text_instead_of_icon

Frio: Make profile contacts header link to contacts instead of the eye icon (Suggestion)

2 weeks agoMerge pull request #14974 from annando/issue-14947
Philipp [Sun, 15 Jun 2025 20:38:58 +0000 (22:38 +0200)]
Merge pull request #14974 from annando/issue-14947

Issue 14947: Database performance improvements

2 weeks agoIssue 14947: Database performance improvements
Michael [Sun, 15 Jun 2025 15:59:40 +0000 (15:59 +0000)]
Issue 14947: Database performance improvements

2 weeks agoMerge pull request #14969 from annando/jetstream-performance
Philipp [Sun, 15 Jun 2025 10:00:05 +0000 (12:00 +0200)]
Merge pull request #14969 from annando/jetstream-performance

Jetstream: Only complete threads when the drift allows it

2 weeks agoJetstream: Only complete threads when the drift allows it
Michael [Thu, 12 Jun 2025 02:42:18 +0000 (02:42 +0000)]
Jetstream: Only complete threads when the drift allows it

2 weeks agoMerge pull request #14972 from haheute/fix-vier
Philipp [Sat, 14 Jun 2025 23:58:04 +0000 (01:58 +0200)]
Merge pull request #14972 from haheute/fix-vier

Fix vier theme

2 weeks agoMerge pull request #14962 from annando/issue-14879
Philipp [Sat, 14 Jun 2025 22:53:39 +0000 (00:53 +0200)]
Merge pull request #14962 from annando/issue-14879

Issue 14879: Fix activity trust check

3 weeks agoFix vier template
Hannes Heute [Sat, 14 Jun 2025 13:07:34 +0000 (15:07 +0200)]
Fix vier template

3 weeks agoFix code style
Art4 [Fri, 13 Jun 2025 12:35:48 +0000 (12:35 +0000)]
Fix code style

3 weeks agoIgnore type mismatches of BaseModule and BaseRepository properties in child classes
Art4 [Fri, 13 Jun 2025 12:29:36 +0000 (12:29 +0000)]
Ignore type mismatches of BaseModule and BaseRepository properties in child classes

3 weeks agoMerge branch 'develop' into deprecate-addonloader
Art4 [Fri, 13 Jun 2025 09:46:30 +0000 (09:46 +0000)]
Merge branch 'develop' into deprecate-addonloader

3 weeks agoIssue 14879: Fix activity trust check
Michael [Sun, 1 Jun 2025 17:49:21 +0000 (17:49 +0000)]
Issue 14879: Fix activity trust check

4 weeks agoFix missing return statement
Art4 [Fri, 6 Jun 2025 14:31:05 +0000 (14:31 +0000)]
Fix missing return statement

4 weeks agoSimplify pagination generation
Art4 [Fri, 6 Jun 2025 10:59:45 +0000 (10:59 +0000)]
Simplify pagination generation

4 weeks agoFix many strict errors
Art4 [Fri, 6 Jun 2025 10:55:59 +0000 (10:55 +0000)]
Fix many strict errors

4 weeks agoInstall phpstan-strict-rules
Art4 [Fri, 6 Jun 2025 08:15:00 +0000 (08:15 +0000)]
Install phpstan-strict-rules

4 weeks agoMerge pull request #14913 from Art4/rework-addon-class
Philipp [Fri, 6 Jun 2025 06:20:32 +0000 (08:20 +0200)]
Merge pull request #14913 from Art4/rework-addon-class

Deprecate `Friendica\Core\Addon` class

4 weeks agoFrio: Make profile contacts header link to contacts instead of the eye
Marcus Funch [Wed, 4 Jun 2025 10:13:20 +0000 (12:13 +0200)]
Frio: Make profile contacts header link to contacts instead of the eye

4 weeks agoMerge branch 'rework-addon-class' into deprecate-addonloader
Art4 [Wed, 4 Jun 2025 10:55:51 +0000 (10:55 +0000)]
Merge branch 'rework-addon-class' into deprecate-addonloader

4 weeks agorecreate lang
Art4 [Wed, 4 Jun 2025 10:40:04 +0000 (10:40 +0000)]
recreate lang

4 weeks agoRemove debug statement
Art4 [Wed, 4 Jun 2025 09:27:29 +0000 (09:27 +0000)]
Remove debug statement

4 weeks agoLet AddonHelper::getAddonInfo() throw exception on invalid addons
Art4 [Wed, 4 Jun 2025 09:26:38 +0000 (09:26 +0000)]
Let AddonHelper::getAddonInfo() throw exception on invalid addons

4 weeks agocheck type for matches
Art4 [Wed, 4 Jun 2025 06:51:35 +0000 (06:51 +0000)]
check type for matches

4 weeks agoMerge branch 'develop' into rework-addon-class
Art4 [Wed, 4 Jun 2025 06:27:08 +0000 (06:27 +0000)]
Merge branch 'develop' into rework-addon-class

4 weeks agoMerge pull request #14955 from mf-fx/new_contact_placeholder_text
Michael Vogel [Tue, 3 Jun 2025 18:51:53 +0000 (20:51 +0200)]
Merge pull request #14955 from mf-fx/new_contact_placeholder_text

Shorten placeholder text for adding a new contact

4 weeks agoShorten placeholder text for adding a new contact
Marcus Funch [Sat, 31 May 2025 17:54:51 +0000 (19:54 +0200)]
Shorten placeholder text for adding a new contact

...so it actually fits the size of the search box

4 weeks agoMerge pull request #14953 from mf-fx/main_menu_user_vertical_alignment
Michael Vogel [Tue, 3 Jun 2025 08:07:01 +0000 (10:07 +0200)]
Merge pull request #14953 from mf-fx/main_menu_user_vertical_alignment

Frio (Bookface): Fix vertical alignment in the main menu (user menu)

4 weeks agoMerge pull request #14963 from mf-fx/replace_no_messages_notification_by_text
Michael Vogel [Tue, 3 Jun 2025 03:45:15 +0000 (05:45 +0200)]
Merge pull request #14963 from mf-fx/replace_no_messages_notification_by_text

Replace fleeting 'No messages' notification with regular text

4 weeks agoMake PHPCS happy
Marcus Funch [Mon, 2 Jun 2025 19:35:32 +0000 (21:35 +0200)]
Make PHPCS happy

4 weeks agoReplace fleeting 'No messages' notification with regular text
Marcus Funch [Mon, 2 Jun 2025 17:18:45 +0000 (19:18 +0200)]
Replace fleeting 'No messages' notification with regular text

4 weeks agoMerge pull request #14956 from mf-fx/page_specific_title_before_sitename
Michael Vogel [Sun, 1 Jun 2025 10:48:22 +0000 (12:48 +0200)]
Merge pull request #14956 from mf-fx/page_specific_title_before_sitename

Show page-specific title before site name

4 weeks agoMerge pull request #14954 from mf-fx/search_button_alignment
Michael Vogel [Sun, 1 Jun 2025 10:41:27 +0000 (12:41 +0200)]
Merge pull request #14954 from mf-fx/search_button_alignment

Frio: Fix vertical alignment of overlayed submit buttons

4 weeks agoMerge pull request #14945 from annando/jetstream
Philipp [Sun, 1 Jun 2025 09:17:51 +0000 (11:17 +0200)]
Merge pull request #14945 from annando/jetstream

Avoid warnings in the Jetstream process

4 weeks agoWarning handler removed
Michael [Sun, 1 Jun 2025 04:27:52 +0000 (04:27 +0000)]
Warning handler removed

4 weeks agoShow page-specific title before site name
Marcus Funch [Sat, 31 May 2025 19:01:15 +0000 (21:01 +0200)]
Show page-specific title before site name

4 weeks agoFix vertical alignment of search button
Marcus Funch [Sat, 31 May 2025 17:28:49 +0000 (19:28 +0200)]
Fix vertical alignment of search button

4 weeks agoFrio bookface: Fix vertical alignment in the main menu (user menu)
Marcus Funch [Sat, 31 May 2025 16:08:49 +0000 (18:08 +0200)]
Frio bookface: Fix vertical alignment in the main menu (user menu)

5 weeks agoUpdated PHP package
Michael [Fri, 30 May 2025 05:55:18 +0000 (05:55 +0000)]
Updated PHP package

5 weeks agoMerge pull request #14946 from haheute/youtube-links-mobile
Philipp [Thu, 29 May 2025 18:54:16 +0000 (20:54 +0200)]
Merge pull request #14946 from haheute/youtube-links-mobile

Support YouTube mobile links

5 weeks agofix tests.. again
Hannes Heute [Thu, 29 May 2025 18:48:22 +0000 (20:48 +0200)]
fix tests.. again

5 weeks agoMerge pull request #14908 from randompenguin1/develop
Philipp [Thu, 29 May 2025 17:27:51 +0000 (19:27 +0200)]
Merge pull request #14908 from randompenguin1/develop

Strip HTML tags from content sent as Markdown

5 weeks agoMerge pull request #14941 from cluster15/develop
Philipp [Thu, 29 May 2025 17:17:37 +0000 (19:17 +0200)]
Merge pull request #14941 from cluster15/develop

Added casts to binary for regexp comparison in mysql to solve issue #14914

5 weeks agoFix PHP-CS
Philipp [Thu, 29 May 2025 17:14:43 +0000 (19:14 +0200)]
Fix PHP-CS

5 weeks agoMerge remote-tracking branch 'origin/develop' into develop.randompenguin1
Philipp [Thu, 29 May 2025 17:11:42 +0000 (19:11 +0200)]
Merge remote-tracking branch 'origin/develop' into develop.randompenguin1

5 weeks agoAdd test
Philipp [Thu, 29 May 2025 17:11:24 +0000 (19:11 +0200)]
Add test

5 weeks agoFix PHP-CS
Philipp [Thu, 29 May 2025 17:06:13 +0000 (19:06 +0200)]
Fix PHP-CS

5 weeks agoAvoid warnings in the Jetstream process
Michael [Tue, 27 May 2025 21:26:17 +0000 (21:26 +0000)]
Avoid warnings in the Jetstream process

5 weeks agofix test
Hannes Heute [Wed, 28 May 2025 18:53:39 +0000 (20:53 +0200)]
fix test

5 weeks agoSupport YouTube mobile links
Hannes Heute [Wed, 28 May 2025 18:31:36 +0000 (20:31 +0200)]
Support YouTube mobile links

5 weeks agoMerge pull request #14940 from haheute/support-youtube-without-www
Philipp [Sun, 25 May 2025 20:28:43 +0000 (22:28 +0200)]
Merge pull request #14940 from haheute/support-youtube-without-www

Support YouTube links without www

5 weeks agoFix PHP-CS
Philipp [Sun, 25 May 2025 20:22:53 +0000 (22:22 +0200)]
Fix PHP-CS

5 weeks agoMerge pull request #14887 from mf-fx/fix_typo
Philipp [Sun, 25 May 2025 17:35:20 +0000 (19:35 +0200)]
Merge pull request #14887 from mf-fx/fix_typo

Fix typos

5 weeks agoAdd tests
Philipp [Sun, 25 May 2025 17:17:17 +0000 (19:17 +0200)]
Add tests

5 weeks agoMerge pull request #14942 from annando/clean-input
Philipp [Sun, 25 May 2025 08:10:59 +0000 (10:10 +0200)]
Merge pull request #14942 from annando/clean-input

Clean input values

5 weeks agoMerge pull request #14943 from annando/warnings
Philipp [Sun, 25 May 2025 07:56:46 +0000 (09:56 +0200)]
Merge pull request #14943 from annando/warnings

Fix some warnings

5 weeks agoFix some warnings
Michael [Sat, 24 May 2025 19:09:49 +0000 (19:09 +0000)]
Fix some warnings

5 weeks agoClean input values
Michael [Sat, 24 May 2025 19:03:22 +0000 (19:03 +0000)]
Clean input values

6 weeks agoAdded casts to binary for regexp comparison in mysql. mysql rejects comparison of...
cluster15 [Fri, 23 May 2025 07:56:28 +0000 (09:56 +0200)]
Added casts to binary for regexp comparison in mysql. mysql rejects comparison of UTF with binary strings.
see https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-22.html#mysqld-8-0-22-feature
The SQL statements also work for mariadb.

6 weeks agoescape the dots
Hannes Heute [Wed, 21 May 2025 23:53:48 +0000 (01:53 +0200)]
escape the dots

6 weeks agosame order (watch, embed, shorts)
Hannes Heute [Tue, 20 May 2025 20:54:00 +0000 (22:54 +0200)]
same order (watch, embed, shorts)

6 weeks agoSupport YouTube links without www.
Hannes Heute [Tue, 20 May 2025 20:16:18 +0000 (22:16 +0200)]
Support YouTube links without www.

6 weeks agoRemove function call of global namespace
Art4 [Tue, 20 May 2025 12:06:01 +0000 (12:06 +0000)]
Remove function call of global namespace

6 weeks agoMerge pull request #14892 from annando/reshare-profile
Philipp [Sun, 18 May 2025 14:07:22 +0000 (16:07 +0200)]
Merge pull request #14892 from annando/reshare-profile

Use alias for profile link in reshare

6 weeks agoAdded test
Michael [Sun, 18 May 2025 12:29:46 +0000 (12:29 +0000)]
Added test

6 weeks agoUse alias for profile link in reshare
Michael [Fri, 18 Apr 2025 04:22:56 +0000 (04:22 +0000)]
Use alias for profile link in reshare