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
579b7065bd
full instead of limited
2023-07-22 01:40:21 +00:00
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
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
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
3385147f25
Replace "forum" by "group" in the rest of the code
2023-06-02 13:52:41 -04:00
4f7740264e
Replace "group" with "circle" in the rest of the code
...
- Remaining mentions already mean "forum"
2023-05-27 22:01:45 -04:00
c5ca5bfdf8
Function renamed
2023-05-10 07:54:15 +00:00
7d91cc73de
Unifiy the creation of photo links
2023-05-09 20:44:58 +00:00
76ccc52406
Improved variable naming
2023-05-09 06:32:16 +00:00
b692146533
Remove unwanted stuff
2023-05-09 05:34:56 +00:00
d83073f2a2
Unifiy storing of photos with previews
2023-05-09 05:29:05 +00:00
1789266859
Improved preview size
2023-05-08 21:32:38 +00:00
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
f0c29edcde
Adapt BaseURL calls to new UriInterface
2023-02-18 21:12:21 +01:00
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
f542211189
Mode depending control for the behaviour with blocked contacts
2023-01-12 06:25:55 +00:00
5c8cd8fdd6
Replace remaining mentions of "Status" by "Conversations" or "Posts"
2023-01-11 09:01:29 -05:00
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
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
29330a4205
Remove DI dependency in Profile\Status module
2022-12-19 09:50:42 -05:00
2d9633a595
Retrieve contact records for the page visitor in Profile\Common module
2022-12-19 09:50:18 -05:00
fca1abbafe
Retrieve contact records for the page visitor in Profile\Contacts module
2022-12-19 09:50:17 -05:00
7458721f9f
Remove DI dependency in Profile\Common module
2022-12-19 09:50:16 -05:00
cef408c842
Remove DI dependency in Module\Profile\Contacts
2022-12-19 09:50:16 -05:00
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
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
39607b20e2
Convert custom profile field URL values to rel="me" links
2022-12-18 23:24:59 -05:00
07f7585e40
Remove DI dependency in Profile\Profile module
2022-12-18 22:49:18 -05:00
4f98d2c74a
Issue 11915: Show reshared posts for contacts
2022-12-04 21:57:58 +00:00
34f21b40f4
Move missing POST part of Profile\Photos from mod/photos
2022-12-01 17:57:29 -05:00
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
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
50316bbb80
Move Browser & Upload to own namespace
2022-11-27 01:34:59 +01:00
051253a745
Move FileBrowser to own namespace & Bugfix album usage
2022-11-27 01:34:58 +01:00
7c058153b5
Make PHP-CS happy
2022-11-27 01:34:58 +01:00
3ef7ae2f74
License :)
2022-11-26 22:33:45 +01:00
d0b16b2fc1
Move mod/fbrowser to src\Modules\Attachment|Photos\Browser
2022-11-26 22:26:30 +01:00
77e87da441
Create /profile/{nickname}/photos route
...
- Create new Profile\Photos\Index module class
- Update most references of the legacy /photos/{nickname} route
2022-11-20 17:15:07 -05:00
eb6b03b555
Add new OStatus\PortableContacts module class
...
- Retain existing route /poco for backward compatibility
- Remove unsupported links to /poco/{nickname} route
2022-11-14 13:48:46 -05:00