]> git.mxchange.org Git - friendica.git/log
friendica.git
2 years agoAdd Vary header in case of content negotiation
Gidi Kroon [Sun, 25 Jun 2023 01:22:41 +0000 (03:22 +0200)]
Add Vary header in case of content negotiation

Sometimes we return different content depending on whether JSON, XML or
HTML was requested in the Accept request header. The Vary response
header should list that header in these cases, to allow caching
frameworks to determine what to cache.

2 years agoMerge pull request #13231 from AlfredSK/AlfredSK-fix-typo-alias
Philipp [Sat, 24 Jun 2023 13:45:17 +0000 (15:45 +0200)]
Merge pull request #13231 from AlfredSK/AlfredSK-fix-typo-alias

Fiy typo in author-alias

2 years agoFiy typo in author-alias
Steffen K9 [Sat, 24 Jun 2023 10:38:14 +0000 (12:38 +0200)]
Fiy typo in author-alias

Added a missing `a` .

2 years agoMerge pull request #13230 from annando/warnings
Hypolite Petovan [Fri, 23 Jun 2023 21:54:22 +0000 (17:54 -0400)]
Merge pull request #13230 from annando/warnings

Fix warnings because of missing field

2 years agoFix warning "Undefined array key "alias""
Michael [Fri, 23 Jun 2023 21:50:35 +0000 (21:50 +0000)]
Fix warning "Undefined array key "alias""

2 years agoFix warnings because of missing field
Michael [Fri, 23 Jun 2023 21:27:34 +0000 (21:27 +0000)]
Fix warnings because of missing field

2 years agoMerge pull request #13226 from annando/lemmy
Hypolite Petovan [Fri, 23 Jun 2023 21:12:38 +0000 (17:12 -0400)]
Merge pull request #13226 from annando/lemmy

Better support for "audience" / simplified Lemmy processing

2 years agoChanges variable names / fetch the alias / improved group handling
Michael [Fri, 23 Jun 2023 21:05:45 +0000 (21:05 +0000)]
Changes variable names / fetch the alias / improved group handling

2 years agoMerge pull request #13229 from HankG/fix-mastodon-status-context-returning-deleted...
Hypolite Petovan [Fri, 23 Jun 2023 03:40:43 +0000 (23:40 -0400)]
Merge pull request #13229 from HankG/fix-mastodon-status-context-returning-deleted-statuses

Fix Mastodon API Status->Context endpoint so doesn't return deleted statuses

2 years agoFix Mastodon API Status->Context endpoint so doesn't return deleted statuses
Hank Grabowski [Fri, 23 Jun 2023 01:56:38 +0000 (21:56 -0400)]
Fix Mastodon API Status->Context endpoint so doesn't return deleted statuses

2 years agoMerge remote-tracking branch 'upstream/develop' into lemmy
Michael [Sun, 18 Jun 2023 17:38:39 +0000 (17:38 +0000)]
Merge remote-tracking branch 'upstream/develop' into lemmy

2 years agoUpdated database.sql / messages.po
Michael [Sun, 18 Jun 2023 17:34:19 +0000 (17:34 +0000)]
Updated database.sql / messages.po

2 years agoImproved basepath detection for Magic Auth
Michael [Sun, 18 Jun 2023 17:18:40 +0000 (17:18 +0000)]
Improved basepath detection for Magic Auth

2 years agoSet the owner for group posts
Michael [Sun, 18 Jun 2023 16:52:49 +0000 (16:52 +0000)]
Set the owner for group posts

2 years agoEnsure to transmit the audience if the parent does so
Michael [Sun, 18 Jun 2023 16:50:45 +0000 (16:50 +0000)]
Ensure to transmit the audience if the parent does so

2 years agoDisplay the contact alias if the URL is no HTTP link
Michael [Sun, 18 Jun 2023 16:49:38 +0000 (16:49 +0000)]
Display the contact alias if the URL is no HTTP link

2 years agoMerge pull request #13223 from git-marijus/develop
Hypolite Petovan [Sat, 17 Jun 2023 21:34:32 +0000 (17:34 -0400)]
Merge pull request #13223 from git-marijus/develop

fix issue #13174

2 years agofix issue #13174
git-marijus [Sat, 17 Jun 2023 20:31:25 +0000 (22:31 +0200)]
fix issue #13174

2 years agoBetter support for "audience" / simplified Lemmy processing
Michael [Thu, 15 Jun 2023 22:04:28 +0000 (22:04 +0000)]
Better support for "audience" / simplified Lemmy processing

2 years agoMerge pull request #13218 from anubis2814/develop
Hypolite Petovan [Thu, 15 Jun 2023 18:15:18 +0000 (14:15 -0400)]
Merge pull request #13218 from anubis2814/develop

[frio] Added content warning button

2 years agoUpdate Post.php
anubis2814 [Thu, 15 Jun 2023 18:04:34 +0000 (14:04 -0400)]
Update Post.php

made code neater

2 years agoUpdate Conversation.php
anubis2814 [Thu, 15 Jun 2023 18:02:54 +0000 (14:02 -0400)]
Update Conversation.php

made code neater.

2 years agoAdded content warning button
Anubis2814 [Thu, 15 Jun 2023 16:55:54 +0000 (12:55 -0400)]
Added content warning button

2 years agoMerge pull request #13212 from jlamothe/cheshire
Tobias Diekershoff [Tue, 13 Jun 2023 05:46:02 +0000 (07:46 +0200)]
Merge pull request #13212 from jlamothe/cheshire

fixed spelling of Cheshire

2 years agofixed spelling of Cheshire
Jonathan Lamothe [Tue, 13 Jun 2023 03:45:46 +0000 (23:45 -0400)]
fixed spelling of Cheshire

2 years agoMerge pull request #13208 from Quix0r/fixes/type-hints-indenting
Hypolite Petovan [Fri, 9 Jun 2023 20:33:44 +0000 (16:33 -0400)]
Merge pull request #13208 from Quix0r/fixes/type-hints-indenting

Added type-hints, reformatted arrays

2 years agoFixed some stuff from PR #13208 feedback:
Roland Häder [Fri, 9 Jun 2023 20:19:48 +0000 (22:19 +0200)]
Fixed some stuff from PR #13208 feedback:
- HTTPException is already imported
- same-value-assignment not needed

2 years agoMerge pull request #13207 from anubis2814/develop
Hypolite Petovan [Fri, 9 Jun 2023 20:15:10 +0000 (16:15 -0400)]
Merge pull request #13207 from anubis2814/develop

Fix to "on this day"

2 years agoUpdate src/Content/Widget.php
anubis2814 [Fri, 9 Jun 2023 20:07:11 +0000 (16:07 -0400)]
Update src/Content/Widget.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2 years agoContinued:
Roland Häder [Sun, 20 Nov 2022 12:57:53 +0000 (13:57 +0100)]
Continued:
- replace double-quotes with single

2 years agoChanged:
Roland Häder [Wed, 21 Sep 2022 22:21:42 +0000 (00:21 +0200)]
Changed:
- added missing type-hint

2 years agoChanged:
Roland Häder [Fri, 16 Sep 2022 15:37:24 +0000 (17:37 +0200)]
Changed:
- added missing type-hints
- changed array initialization

2 years agoChanged:
Roland Häder [Thu, 15 Sep 2022 00:33:36 +0000 (02:33 +0200)]
Changed:
- array initialization

2 years agoChanges:
Roland Häder [Thu, 15 Sep 2022 00:13:36 +0000 (02:13 +0200)]
Changes:
- rewrote:
````
$arr[];
$arr['foo'] = $foo;
$arr['bar'] = $bar;
````

To:
````
$arr = [
'foo' => $foo,
'bar' => $bar,
];
````
- "imported" class name instead of referencing it everywhere
- changed some double-quotes to single

2 years agoChanges:
Roland Häder [Wed, 14 Sep 2022 23:43:51 +0000 (01:43 +0200)]
Changes:
- reformatted array a bit
- double-quote to single

2 years agoChanged:
Roland Häder [Mon, 12 Sep 2022 01:54:36 +0000 (03:54 +0200)]
Changed:
- added missing type-hints
- added some missing `@return void`

2 years agoChanged:
Roland Häder [Mon, 12 Sep 2022 01:45:19 +0000 (03:45 +0200)]
Changed:
- added missing type-hints

2 years agoFix to on this day
anubis2814 [Fri, 9 Jun 2023 05:39:07 +0000 (01:39 -0400)]
Fix to on this day

2 years agoFix to on this day
anubis2814 [Fri, 9 Jun 2023 05:37:20 +0000 (01:37 -0400)]
Fix to on this day

Thanks to my system messing up I thought it was working right.

2 years agoMerge pull request #13204 from AlfredSK/AlfredSK-fix-nonexistent-css-file
Hypolite Petovan [Wed, 7 Jun 2023 16:06:39 +0000 (12:06 -0400)]
Merge pull request #13204 from AlfredSK/AlfredSK-fix-nonexistent-css-file

Remove reference to nonexistent CSS file

2 years agoRemove reference to nonexistent CSS file
Steffen K9 [Wed, 7 Jun 2023 15:52:15 +0000 (17:52 +0200)]
Remove reference to nonexistent CSS file

This removes the only occasion I found for the nonexistent file `/view/js/button/frio.css`.

Fixes #13201

2 years agoMerge pull request #13203 from annando/styled-url
Hypolite Petovan [Tue, 6 Jun 2023 21:04:06 +0000 (17:04 -0400)]
Merge pull request #13203 from annando/styled-url

Remove the "www." from the styled URL

2 years agoRemove the "www." from the styled URL
Michael [Tue, 6 Jun 2023 20:41:54 +0000 (20:41 +0000)]
Remove the "www." from the styled URL

2 years agoMerge pull request #13198 from anubis2814/develop
Hypolite Petovan [Tue, 6 Jun 2023 12:54:26 +0000 (08:54 -0400)]
Merge pull request #13198 from anubis2814/develop

On this date option in the archives

2 years ago[frio] On this date option in the archives
Hypolite Petovan [Tue, 6 Jun 2023 12:41:16 +0000 (08:41 -0400)]
[frio] On this date option in the archives

2 years agoMerge pull request #13196 from anubis2814/develop
Hypolite Petovan [Mon, 5 Jun 2023 13:02:27 +0000 (09:02 -0400)]
Merge pull request #13196 from anubis2814/develop

[frio] New Group button on group widget

2 years agoUpdated main translation file after adding a string
Hypolite Petovan [Mon, 5 Jun 2023 12:59:54 +0000 (08:59 -0400)]
Updated main translation file after adding a string

2 years agoUpdate view/templates/widget/group_list.tpl
anubis2814 [Mon, 5 Jun 2023 06:33:31 +0000 (02:33 -0400)]
Update view/templates/widget/group_list.tpl

Co-authored-by: Philipp <admin+Github@philipp.info>
2 years agoUpdate src/Content/GroupManager.php
anubis2814 [Mon, 5 Jun 2023 06:33:26 +0000 (02:33 -0400)]
Update src/Content/GroupManager.php

Co-authored-by: Philipp <admin+Github@philipp.info>
2 years agofix group sidebar ID missmatch
anubis2814 [Mon, 5 Jun 2023 03:32:16 +0000 (23:32 -0400)]
fix group sidebar ID missmatch

2 years agoNew group button
anubis2814 [Mon, 5 Jun 2023 02:04:32 +0000 (22:04 -0400)]
New group button

2 years agoMerge pull request #13197 from tobiasd/20230605-lng
Philipp [Mon, 5 Jun 2023 06:27:28 +0000 (08:27 +0200)]
Merge pull request #13197 from tobiasd/20230605-lng

translation updates

2 years agotranslation updates
Tobias Diekershoff [Mon, 5 Jun 2023 05:13:13 +0000 (07:13 +0200)]
translation updates

2 years agoMerge pull request #13194 from annando/relay-language
Tobias Diekershoff [Mon, 5 Jun 2023 05:07:15 +0000 (07:07 +0200)]
Merge pull request #13194 from annando/relay-language

Language check moved to a separate function

2 years agoSupport for contact uri that aren't HTTP URLs
Michael [Mon, 5 Jun 2023 04:34:06 +0000 (04:34 +0000)]
Support for contact uri that aren't HTTP URLs

2 years agoNew BBCode constant for Bluesky
Michael [Mon, 5 Jun 2023 04:31:19 +0000 (04:31 +0000)]
New BBCode constant for Bluesky

2 years agoLanguage check moved to a separate function
Michael [Sun, 4 Jun 2023 17:18:43 +0000 (17:18 +0000)]
Language check moved to a separate function

2 years agoMerge pull request #13193 from annando/fix-notification-link
Hypolite Petovan [Sun, 4 Jun 2023 16:38:51 +0000 (12:38 -0400)]
Merge pull request #13193 from annando/fix-notification-link

Notification link for direct comment fixed

2 years agoNotification link for direct comment fixed
Michael [Sun, 4 Jun 2023 16:26:58 +0000 (16:26 +0000)]
Notification link for direct comment fixed

2 years agoMerge pull request #13190 from MrPetovan/task/13114-rename-forum-to-group
Michael Vogel [Sun, 4 Jun 2023 06:13:08 +0000 (08:13 +0200)]
Merge pull request #13190 from MrPetovan/task/13114-rename-forum-to-group

Fix wrong CSS class name after renaming "forum" to "group"

2 years agoFix wrong CSS class name after renaming "forum" to "group"
Hypolite Petovan [Sun, 4 Jun 2023 05:49:32 +0000 (01:49 -0400)]
Fix wrong CSS class name after renaming "forum" to "group"

2 years agoMerge pull request #13183 from MrPetovan/task/13114-rename-forum-to-group
Michael Vogel [Sat, 3 Jun 2023 22:19:59 +0000 (00:19 +0200)]
Merge pull request #13183 from MrPetovan/task/13114-rename-forum-to-group

Replace "forum" by "group"

2 years agoMerge pull request #13188 from annando/notification
Hypolite Petovan [Sat, 3 Jun 2023 19:09:39 +0000 (15:09 -0400)]
Merge pull request #13188 from annando/notification

Improved profile summary for notifications

2 years agoImproved profile summary for notifications
Michael [Sat, 3 Jun 2023 15:27:14 +0000 (15:27 +0000)]
Improved profile summary for notifications

2 years agoUpdate main translation file after updating several strings
Hypolite Petovan [Tue, 30 May 2023 13:22:52 +0000 (09:22 -0400)]
Update main translation file after updating several strings

2 years agoReplace "forum" by "group" in the rest of the code
Hypolite Petovan [Tue, 30 May 2023 13:15:17 +0000 (09:15 -0400)]
Replace "forum" by "group" in the rest of the code

2 years agoReplace "forum" by "group" in database comments
Hypolite Petovan [Tue, 30 May 2023 13:13:48 +0000 (09:13 -0400)]
Replace "forum" by "group" in database comments

2 years agoReplace "forum" by "group" in documentation
Hypolite Petovan [Mon, 29 May 2023 22:31:08 +0000 (18:31 -0400)]
Replace "forum" by "group" in documentation

- Replace "Forum" by "Gruppe" in German documentation

2 years agoMerge pull request #13187 from Raroun/develop
Hypolite Petovan [Fri, 2 Jun 2023 17:43:27 +0000 (13:43 -0400)]
Merge pull request #13187 from Raroun/develop

resolves #13180, changed "Foren" to "Gruppen" in german translation

2 years agoUpdate doc/de/Home.md
Raroun [Fri, 2 Jun 2023 17:40:12 +0000 (19:40 +0200)]
Update doc/de/Home.md

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2 years agoReadded Forums.md
Raroun [Fri, 2 Jun 2023 17:23:42 +0000 (19:23 +0200)]
Readded Forums.md

2 years agoMerge branch 'develop' of https://github.com/Raroun/friendica into develop
Raroun [Fri, 2 Jun 2023 16:50:23 +0000 (18:50 +0200)]
Merge branch 'develop' of https://github.com/Raroun/friendica into develop

2 years agoremoved missing space in Making-Friends.md
Raroun [Fri, 2 Jun 2023 16:47:33 +0000 (18:47 +0200)]
removed missing space in Making-Friends.md

2 years agoremoved missing space in Making-Friends.md
groen [Fri, 2 Jun 2023 16:41:38 +0000 (18:41 +0200)]
removed missing space in Making-Friends.md

2 years agochanged forums to groups in german translation
groen [Fri, 2 Jun 2023 16:39:25 +0000 (18:39 +0200)]
changed forums to groups in german translation

2 years agoresolves #13180 Normalize @-tag/@-mention in hosted documentation
groen [Fri, 2 Jun 2023 16:00:10 +0000 (18:00 +0200)]
resolves #13180 Normalize @-tag/@-mention in hosted documentation

2 years agoMerge pull request #13178 from annando/no-relationship
Tobias Diekershoff [Tue, 30 May 2023 18:18:15 +0000 (20:18 +0200)]
Merge pull request #13178 from annando/no-relationship

Separate section for contacts without any relationship

2 years agoSeparate section for contacts without any relationship
Michael [Tue, 30 May 2023 09:00:29 +0000 (09:00 +0000)]
Separate section for contacts without any relationship

2 years agoMerge pull request #13177 from annando/follow-uid
Philipp [Tue, 30 May 2023 06:36:58 +0000 (08:36 +0200)]
Merge pull request #13177 from annando/follow-uid

Pass the "uid" when calling the "follow" hook

2 years agoPass the "uid" when calling the "follow" hook
Michael [Tue, 30 May 2023 06:06:49 +0000 (06:06 +0000)]
Pass the "uid" when calling the "follow" hook

2 years agoMerge pull request #13176 from MrPetovan/bug/warnings
Michael Vogel [Tue, 30 May 2023 02:24:49 +0000 (04:24 +0200)]
Merge pull request #13176 from MrPetovan/bug/warnings

Restore is_string() as a Smarty modifier

2 years agoMerge pull request #13169 from MrPetovan/task/parent-uid-null
Michael Vogel [Tue, 30 May 2023 02:20:49 +0000 (04:20 +0200)]
Merge pull request #13169 from MrPetovan/task/parent-uid-null

Remove support for user.parent-uid = 0

2 years agoRestore is_string() as a Smarty modifier
Hypolite Petovan [Mon, 29 May 2023 23:19:41 +0000 (19:19 -0400)]
Restore is_string() as a Smarty modifier

- Address https://github.com/friendica/friendica/issues/13157#issuecomment-1567336694

2 years ago[Database version 1520] Reset user.parent-uid to null if it is set to zero
Hypolite Petovan [Sat, 27 May 2023 22:19:41 +0000 (18:19 -0400)]
[Database version 1520] Reset user.parent-uid to null if it is set to zero

2 years agoRemove support for user.parent-uid = 0
Hypolite Petovan [Sat, 27 May 2023 22:19:02 +0000 (18:19 -0400)]
Remove support for user.parent-uid = 0

- uid = 0 is the system user which isn't supposed to be the parent-uid of all the non-delegate users

2 years agoMerge pull request #13172 from annando/parent-view
Hypolite Petovan [Mon, 29 May 2023 11:46:44 +0000 (07:46 -0400)]
Merge pull request #13172 from annando/parent-view

Increased performance when fetching the parent / fix for displaying contact relations

2 years agoMerge remote-tracking branch 'upstream/develop' into parent-view
Michael [Mon, 29 May 2023 06:53:02 +0000 (06:53 +0000)]
Merge remote-tracking branch 'upstream/develop' into parent-view

2 years agoUpdated database.sql
Michael [Mon, 29 May 2023 06:48:15 +0000 (06:48 +0000)]
Updated database.sql

2 years agoEnsure to store user-contact / display contact relations
Michael [Mon, 29 May 2023 06:41:07 +0000 (06:41 +0000)]
Ensure to store user-contact / display contact relations

2 years agoIncreased performance when fetching the parent
Michael [Sun, 28 May 2023 22:04:02 +0000 (22:04 +0000)]
Increased performance when fetching the parent

2 years agoMerge pull request #13121 from MrPetovan/task/13114-rename-group-to-circle
Michael Vogel [Sun, 28 May 2023 20:05:24 +0000 (22:05 +0200)]
Merge pull request #13121 from MrPetovan/task/13114-rename-group-to-circle

Rename "group" to "circle"

2 years agoUpdate main translation file after changing several strings
Hypolite Petovan [Thu, 25 May 2023 12:50:05 +0000 (08:50 -0400)]
Update main translation file after changing several strings

2 years agoReplace "group" with "circle" in the rest of the code
Hypolite Petovan [Sat, 13 May 2023 23:54:35 +0000 (19:54 -0400)]
Replace "group" with "circle" in the rest of the code

- Remaining mentions already mean "forum"

2 years agoReplace "group" with "circle" in database comments
Hypolite Petovan [Sat, 13 May 2023 23:46:35 +0000 (19:46 -0400)]
Replace "group" with "circle" in database comments

- Table names "group" and "group_member" are unchanged

2 years agoReplace "Group" with "Circle" in hosted documentation
Hypolite Petovan [Sat, 13 May 2023 23:43:07 +0000 (19:43 -0400)]
Replace "Group" with "Circle" in hosted documentation

- Replace "Gruppe" with "Circle" in German version

2 years agoMerge pull request #13166 from annando/getstylesurl
Hypolite Petovan [Fri, 26 May 2023 14:30:06 +0000 (10:30 -0400)]
Merge pull request #13166 from annando/getstylesurl

"getStyledURL" is now public

2 years agoFunction moved to the "Strings" class
Michael [Fri, 26 May 2023 14:26:55 +0000 (14:26 +0000)]
Function moved to the "Strings" class

2 years agoUpdated messages.po
Michael [Fri, 26 May 2023 07:35:26 +0000 (07:35 +0000)]
Updated messages.po

2 years ago"getStyledURL" is now public
Michael [Fri, 26 May 2023 07:17:09 +0000 (07:17 +0000)]
"getStyledURL" is now public

2 years agoMerge pull request #13163 from MrPetovan/bug/13129-force-ssl-reverse-proxy
Tobias Diekershoff [Wed, 24 May 2023 16:36:17 +0000 (18:36 +0200)]
Merge pull request #13163 from MrPetovan/bug/13129-force-ssl-reverse-proxy

Add support for reverse proxy to system.force_ssl feature