Michael
f81192b4c3
Fix uddate issues and improve speed when displaying contact posts
2023-12-14 04:58:43 +00:00
Michael
4a5014eab5
Function is renamed
2023-11-25 15:14:06 +00:00
Michael
b3d7dfb9a5
Issue 8542: User option to display the event list/birthday notification
2023-11-25 14:57:24 +00:00
Hypolite Petovan
46180d7d5b
Move System::jsonError to BaseModule->jsonError
...
- This will ensure headers set in BaseModule->run will be carried in jsonError scenarios
- Make BaseApi->checkThrottleLimit an object method to use BaseModule->jsonError
- Deprecate jsonError() method in Core\System
2023-09-24 07:08:15 -04:00
Hypolite Petovan
81279dad9e
Move System::jsonExit to BaseModule->jsonExit
...
- This will ensure headers set in BaseModule->run will be carried in jsonExit scenarios
- Deprecate jsonExit() method in Core\System
2023-09-24 07:08:15 -04:00
Michael
7e73283949
The query condition for active users are unified
2023-09-08 15:01:51 +00:00
Hypolite Petovan
cc7fce3d36
Escape HTML in display names for inclusion in syndication link tags
...
- Thanks to Laura Pîrcălăboiu for the report
2023-08-02 16:59:46 +02:00
Michael
579b7065bd
full instead of limited
2023-07-22 01:40:21 +00:00
Michael
26aa38341f
The access to the profile and the list of followers/followings can now be restricted
2023-07-21 07:06:55 +00:00
Michael Vogel
66353e6117
Merge pull request #13264 from MrPetovan/task/hide-blocklist
...
Hide blocklist from anonymous users on closed registration nodes
2023-07-09 21:26:59 +02:00
Hypolite Petovan
6e2ab6c3af
Centralize Vary header declaration in ActivityPub::isRequest
...
- Vary header should be set every time we vary the display based on an HTTP header value
2023-07-08 22:24:01 -04:00
Hypolite Petovan
706444bdb2
Decouple conversation creation from rendering
...
- This allows to separately obtain a list of threads for rendering without having to deal with an already-formed HTML output
2023-07-08 16:57:52 -04:00
Gidi Kroon
40783db161
Make requested changes
2023-06-25 20:54:04 +02:00
Gidi Kroon
6a5266c6b8
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.
2023-06-25 03:22:41 +02:00
Hypolite Petovan
3385147f25
Replace "forum" by "group" in the rest of the code
2023-06-02 13:52:41 -04:00
Hypolite Petovan
4f7740264e
Replace "group" with "circle" in the rest of the code
...
- Remaining mentions already mean "forum"
2023-05-27 22:01:45 -04:00
Michael
c5ca5bfdf8
Function renamed
2023-05-10 07:54:15 +00:00
Michael
7d91cc73de
Unifiy the creation of photo links
2023-05-09 20:44:58 +00:00
Michael
76ccc52406
Improved variable naming
2023-05-09 06:32:16 +00:00
Michael
b692146533
Remove unwanted stuff
2023-05-09 05:34:56 +00:00
Michael
d83073f2a2
Unifiy storing of photos with previews
2023-05-09 05:29:05 +00:00
Michael
1789266859
Improved preview size
2023-05-08 21:32:38 +00:00
Hypolite Petovan
2fdf39e8b8
Skip nonexistent contacts in Pofile/Contacts
...
- Address part of https://github.com/friendica/friendica/issues/12486#issuecomment-1428489772
2023-03-27 21:31:54 -04:00
Josh Soref
afad4f13e8
spelling: subscribed
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-26 16:14:16 -04:00
Philipp
544168244c
Apply suggestions from code review
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2023-02-19 11:12:48 +01:00
Philipp Holzer
f0c29edcde
Adapt BaseURL calls to new UriInterface
2023-02-18 21:12:21 +01:00
Hypolite Petovan
b1eae0c9aa
Remove Feed contacts from profile contact list
...
- These contact don't have a public pendant and therefore shouldn't be shown to visitors
- Address https://github.com/friendica/friendica/issues/12486#issuecomment-1406191980
2023-01-29 00:07:20 -05:00
Michael
f542211189
Mode depending control for the behaviour with blocked contacts
2023-01-12 06:25:55 +00:00
Hypolite Petovan
5c8cd8fdd6
Replace remaining mentions of "Status" by "Conversations" or "Posts"
2023-01-11 09:01:29 -05:00
Hypolite Petovan
1874a32728
Happy New Year 2023!
2023-01-01 09:36:24 -05:00
Philipp
20374ab5a2
Merge pull request #12447 from MrPetovan/bug/12441-profile-contacts
...
Retrieve contact records for the page visitor in several modules
2022-12-19 17:14:43 +01:00
Hypolite Petovan
eb9af005f0
Fix module instantiation in Profile\Index module
...
- Address https://github.com/friendica/friendica/issues/11992#issuecomment-1357441775
2022-12-19 09:50:42 -05:00
Hypolite Petovan
29330a4205
Remove DI dependency in Profile\Status module
2022-12-19 09:50:42 -05:00
Hypolite Petovan
2d9633a595
Retrieve contact records for the page visitor in Profile\Common module
2022-12-19 09:50:18 -05:00
Hypolite Petovan
fca1abbafe
Retrieve contact records for the page visitor in Profile\Contacts module
2022-12-19 09:50:17 -05:00
Hypolite Petovan
7458721f9f
Remove DI dependency in Profile\Common module
2022-12-19 09:50:16 -05:00
Hypolite Petovan
cef408c842
Remove DI dependency in Module\Profile\Contacts
2022-12-19 09:50:16 -05:00
Tobias Diekershoff
86a486f62b
Merge pull request #12472 from MrPetovan/bug/12466-profile-photos-aside
...
Remove VCard for owner in Profile\Photos module
2022-12-19 07:38:13 +01:00
Hypolite Petovan
5392bafbb4
Remove VCard for owner in Profile\Photos module
...
- Remove unused remote contact retrieval
- Remove contact list from aside for non-owner visitors
2022-12-18 23:52:33 -05:00
Hypolite Petovan
39607b20e2
Convert custom profile field URL values to rel="me" links
2022-12-18 23:24:59 -05:00
Hypolite Petovan
07f7585e40
Remove DI dependency in Profile\Profile module
2022-12-18 22:49:18 -05:00
Michael
4f98d2c74a
Issue 11915: Show reshared posts for contacts
2022-12-04 21:57:58 +00:00
Hypolite Petovan
34f21b40f4
Move missing POST part of Profile\Photos from mod/photos
2022-12-01 17:57:29 -05:00
Hypolite Petovan
ae76fa1174
Remove unused first parameter from BaseProfile::getTabsHTML
...
- Add expected Profile::load call to Profile\Photos module
2022-12-01 08:03:35 -05:00
Hypolite Petovan
b83526ad0b
Tighten profile restriction feature
...
- Prevent feed access to restricted profiles
- Rework display of restricted profiles with a redirect to the profile/restricted route
- Normalize permission checking with IHandleUserSession->isAuthenticated
- Remove unusable "nocache" parameter in feed module because session isn't initialized
- Reword setting name and description
2022-12-01 08:03:35 -05:00
Matthias Moritz
2035a7a178
Merge branch 'bug-noLocalPosts' of https://github.com/matthiasmoritz/friendica into bug-noLocalPosts
2022-11-30 13:20:50 +01:00
Matthias Moritz
71f4dd0d20
Update Status.php
...
Instead of removing AP, added Protocol::DFRN to the list of networks.
2022-11-30 13:19:31 +01:00
Matthias Moritz
7676aa7908
Merge branch 'friendica:develop' into bug-noLocalPosts
2022-11-30 12:18:48 +01:00
Matthias Moritz
da93373e8d
Fix #12262 - shared friendica posts are filtered on status page
...
Native shares from the same Instance (or maybe all Friendica instances) were filtered out from the users home. With this commit they now appear on the users Profile/Status
2022-11-30 12:15:58 +01:00
Philipp Holzer
50316bbb80
Move Browser & Upload to own namespace
2022-11-27 01:34:59 +01:00