Michael
|
ba4860b787
|
Avoid local network communication / invalid url requests
|
2023-01-27 05:55:45 +00:00 |
|
Michael
|
b46f18bdf9
|
Fix reply via API / fix missing variable
|
2023-01-25 10:16:24 +00:00 |
|
Hypolite Petovan
|
b4cbe4250e
|
Remove Text\BBCode::scaleExternalImage
- Image size is a CSS concern, not a PHP one
|
2023-01-23 20:40:20 -05:00 |
|
Hypolite Petovan
|
7e618856ab
|
Replace deprecated use of "self" in callables
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1383147421
|
2023-01-21 14:25:21 -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
|
d0648b10ef
|
Convert Content\Nav to dynamic object
- Remove DI dependency in Module\Apps
|
2023-01-11 09:01:24 -05:00 |
|
Hypolite Petovan
|
5e2b655b43
|
Add implementation of HTTP Media Type
- Add charset extraction from DOMDocument
- TESTS!
|
2023-01-10 10:36:58 -05:00 |
|
Michael
|
cd3dbad2a8
|
Fix some warnings on item creation
|
2023-01-09 15:55:35 +00:00 |
|
Michael
|
50e43c530e
|
Posts from contacts can now be collapsed
|
2023-01-08 17:40:05 +00:00 |
|
Michael Vogel
|
d5bc6d0006
|
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2023-01-07 19:54:13 +01:00 |
|
Michael
|
f5fd99f7ea
|
Unbneeded strlen removed
|
2023-01-07 18:51:28 +00:00 |
|
Michael
|
9a1a406c03
|
Preview of attached links work again
|
2023-01-04 21:52:02 +00:00 |
|
Michael
|
d1a951f0ac
|
Post processing centralized
|
2023-01-04 06:52:40 +00:00 |
|
Michael
|
0d56f156f7
|
Code cleanup for mod/item.php
|
2023-01-04 05:44:52 +00:00 |
|
Hypolite Petovan
|
1874a32728
|
Happy New Year 2023!
|
2023-01-01 09:36:24 -05:00 |
|
Hypolite Petovan
|
a1070f4818
|
Turn fake link spans into full-fledged buttons
|
2022-12-27 21:47:35 -05:00 |
|
Michael
|
e05cbf46e1
|
Activity "Read" is now stored
|
2022-12-26 08:41:40 +00:00 |
|
Hypolite Petovan
|
91c4ab2359
|
Add new xpathQuote and checkRelMeLink methods to Content\Text\HTML class
- Add tests for both methods
|
2022-12-23 02:41:22 -05:00 |
|
Michael
|
de1c0f4c13
|
Don't display Diaspora reshares
|
2022-12-20 19:25:57 +00:00 |
|
Michael
|
4db4d1843d
|
Merge remote-tracking branch 'upstream/develop' into diaspora-reshare
|
2022-12-20 06:58:36 +00:00 |
|
Hypolite Petovan
|
39607b20e2
|
Convert custom profile field URL values to rel="me" links
|
2022-12-18 23:24:59 -05:00 |
|
Michael
|
8397ccf37c
|
Merge remote-tracking branch 'upstream/2022.12-rc' into diaspora-reshare
|
2022-12-17 12:27:35 +00:00 |
|
Hypolite Petovan
|
d609d70bd2
|
Exclude [attachment] from tag search
|
2022-12-16 20:06:37 -05:00 |
|
Hypolite Petovan
|
2497817c2a
|
Ward against empty siteinfo in Text\BBCode::embedURL
- Address https://github.com/friendica/friendica/issues/11994#issuecomment-1349593196
|
2022-12-15 23:33:02 -05:00 |
|
Michael
|
f013c92487
|
Only search for empty quoted reshares (Diaspora type)
|
2022-12-13 23:26:58 +00:00 |
|
Michael
|
ca8a89ed1c
|
Use reshare with Diaspora like with ActivityPub
|
2022-12-13 23:19:19 +00:00 |
|
Michael
|
539ac4f2b8
|
Fix "part" calculation for splitted posts
|
2022-12-10 21:23:21 +00:00 |
|
Michael
|
870fd1a52b
|
ID added for list of images in a post
|
2022-12-10 19:08:56 +00:00 |
|
Michael
|
498a957009
|
The appearanxe of the link preview is now configurable
|
2022-12-07 07:02:04 +00:00 |
|
Hypolite Petovan
|
3b3192933d
|
Ensure null values aren't processed in Content\Text\Markdown::toBBCode
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1335124938
|
2022-12-03 04:20:27 -05:00 |
|
Hypolite Petovan
|
84b2a35e05
|
Add new public_calendar additional feature
- This gives anonymous access to public events
|
2022-12-01 08:06:07 -05:00 |
|
Michael
|
85f57e69fa
|
Issue 12191: We can now follow and unfollow tags via API
|
2022-11-28 03:29:43 +00:00 |
|
Hypolite Petovan
|
0ec7238da4
|
Fix null value passed to string functions deprecation notices
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1321796513
|
2022-11-25 08:13:05 -05:00 |
|
Hypolite Petovan
|
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 |
|
Tobias Diekershoff
|
eec48057dc
|
Merge pull request #12221 from MrPetovan/bug/warnings
Fix various PHP 8 deprecations
|
2022-11-20 08:21:06 +01:00 |
|
Hypolite Petovan
|
6f93ee7e49
|
Fix various PHP 8 deprecations
|
2022-11-19 19:15:47 -05:00 |
|
Hypolite Petovan
|
24804eb042
|
Hide non-functional mass deletion feature in search view
|
2022-11-19 17:16:01 -05:00 |
|
Michael
|
ec92f7a81c
|
Fix memory issue on displaying conversations
|
2022-11-16 04:57:46 +00:00 |
|
Philipp Holzer
|
584e7a7e6d
|
Remove trailing slash in update_ calls
|
2022-11-15 20:11:38 +01:00 |
|
Michael
|
5b70df63de
|
Avoid link parsing problems in front of "share" elements
|
2022-11-12 11:20:26 +00:00 |
|
Hypolite Petovan
|
4a626ef101
|
Create new Contact\Redir module class
- Move /redir route to /contact/redir
|
2022-11-08 20:12:23 -05:00 |
|
Hypolite Petovan
|
18f54f4425
|
New area "moderation"
- Moved several admin pages to the moderation area
- ACL still is checking for administrator credentials
|
2022-11-08 02:28:42 -05:00 |
|
Michael
|
664071a0b1
|
Quoted reshares containing quoted reshares should now look fine
|
2022-11-07 20:44:20 -05:00 |
|
Philipp Holzer
|
f13c91b320
|
Move mod/cal.php and mod/events.php to Module
|
2022-11-07 19:52:24 +01:00 |
|
Roland Häder
|
3bdc20df15
|
Changed:
- added type-hints as follow-up commit to #12130
|
2022-11-07 19:18:34 +01:00 |
|
Michael
|
210200d330
|
Use different parser modes for Mastodon and Twitter-API
|
2022-11-06 20:02:43 +00:00 |
|
Michael
|
56ac879c92
|
Issue 2657: Mentions will now be recognized by clients
|
2022-11-06 05:43:34 +00:00 |
|
Michael
|
9fa3df3cbf
|
"arrat" to "array"
|
2022-11-05 22:39:15 +00:00 |
|
Michael
|
aa2b4e15a3
|
Issue 11846: Fix client behaviour when following hash tags
|
2022-11-05 22:35:35 +00:00 |
|