Michael
fe07dc828b
Fix noscrape publishing and pulling, added header
2021-06-17 11:23:32 +00:00
Michael
1ced04e54c
Merge remote-tracking branch 'upstream/2021.06-rc' into profile-publish
2021-06-16 05:01:16 +00:00
Michael
0ab24510ef
Centzralized functionality to update and publish profile changes
2021-06-15 11:12:44 +00:00
Michael
1ba6c51364
Issue 10386: Reworked match
2021-06-13 17:38:34 +00:00
Michael
e2b8d5379b
Public forums are now posting unlisted
2021-06-05 18:38:21 +00:00
Michael
98c314599c
Don't lose ownership on forum posting
2021-06-05 06:13:10 +00:00
Michael
3f0937dd42
API: Show activity notifications
2021-06-01 05:51:03 +00:00
Hypolite Petovan
d99286640d
Merge pull request #10348 from annando/fix-diaspora-comment
...
Fix commenting on mobile to Diaspora
2021-05-31 19:27:53 -04:00
Michael
be7a01f086
Fix commenting on mobile to Diaspora
2021-05-31 19:39:50 +00:00
Hypolite Petovan
303c9d4a54
Check Content\Item::replaceTag return for false return value before using it
...
- Address https://github.com/friendica/friendica/issues/10169#issuecomment-835547443
- Remove unused code in Content\Item::replaceTag
2021-05-31 08:29:50 -04:00
Hypolite Petovan
e42a9254c0
Ensure photo_return string is set in tagrm_content
...
- Address https://github.com/friendica/friendica/issues/10169#issuecomment-835546485
2021-05-31 08:29:50 -04:00
Michael
a9302c30c3
simplify the calendar download
2021-05-29 17:09:45 +00:00
Michael
f00e4c2a4c
Issue 10219: Don't display follow activities
2021-05-24 18:04:47 +00:00
Hypolite Petovan
48a783c91a
Merge pull request #10300 from annando/issue-10264
...
Issue 10264: Remote comments for visitors
2021-05-23 12:00:53 -04:00
Michael
050bc673aa
Issue 10264: Remote comments for visitors
2021-05-23 10:39:11 +00:00
Philipp
965cd8b096
Fix PHP 7.0 Coding Standards
2021-05-22 23:47:35 +02:00
Michael
b18073d5a8
Repurposed OAuth frontend handling, store the scope
2021-05-13 14:58:55 +00:00
Michael
74f3c885bf
use "random_bytes" instead of "openssl_random_pseudo_bytes"
2021-05-11 13:12:12 +00:00
Hypolite Petovan
115da7a708
Fix PHP 8 Fatal Error with already closed statement in mod/ping
...
- Address https://github.com/friendica/friendica/issues/10167#issuecomment-828941639
2021-05-10 21:42:59 -04:00
Michael
4b12c54345
API: photos are now directly stored as attached data and not in the body anymore
2021-05-01 15:48:19 +00:00
Michael
9afa3610cf
Adding media attachments to Diaspora posts if they are only attached and not embedded in the body
2021-04-26 10:49:57 +00:00
Michael
5b2c4d70be
Avoid notices whwn creating events
2021-04-11 06:53:01 +00:00
Michael
5d61599964
Fix notices
...
See https://github.com/friendica/friendica/issues/9749#issuecomment-774666356
and https://github.com/friendica/friendica/issues/9747#issuecomment-785262156
2021-04-10 16:19:22 +00:00
Michael
9072107b83
Use post-type for the item container
2021-04-01 04:58:53 +00:00
Balázs Úr
054c301ef0
Update copyright
2021-03-29 08:40:20 +02:00
Michael
8424c78a59
Improved checks when adding contacts
2021-03-25 05:45:16 +00:00
Michael
7c17357a88
Don't automatically post hashtags when sharing links
2021-03-24 19:49:20 +00:00
Hypolite Petovan
fbbab822a0
Merge pull request #10056 from fabrixxm/fix/panic-at-the-private-messages
...
PM: skip messages from missing contacts
2021-03-18 11:00:15 -04:00
fabrixxm
42b9b6a2f1
PM: skip messages from missing contacts
...
avoid the White Page of Death if a private message (mail) is pointing
to a non existing contact.
2021-03-18 14:11:32 +01:00
Michael
0a3d50a270
Adjusted field names
2021-03-16 06:37:43 +00:00
Michael
9e87dcb25b
We now set the protocol in "gserver" on receiving as well
2021-03-10 22:31:33 +00:00
Michael
e89e0e1694
API: Resize upßloaded images if they exceed the maximum size
2021-03-07 14:13:46 +00:00
Michael
1792046a4f
post/thread views are renamed, search bugs fixed
2021-02-22 19:47:08 +00:00
Michael Vogel
e8a4d9af14
Merge pull request #9935 from MrPetovan/bug/9929-harden-parse-url
...
Harden /parseurl
2021-02-19 07:22:33 +01:00
Hypolite Petovan
2a909516e2
Use correct Contact\User::setBlocked instead of Contact::block for /item/block endpoint
2021-02-18 18:05:23 -05:00
Hypolite Petovan
3859b7ba10
Move /parse_url module to /parseurl
...
- Update oexchange module to use BBCode::embedURL instead of a self-request
- Remove mod/parse_url.php file
- Restrict ParseUrl module to authenticated users
2021-02-18 09:06:27 -05:00
Hypolite Petovan
69802554fd
Add native media types and expiration to getSiteInfo
2021-02-18 09:06:11 -05:00
Michael
312c01a517
Several speed improvements (magiclink, caching, indexes)
2021-02-17 18:59:19 +00:00
Michael
60a6dfa23c
Fix several database issues
2021-02-16 22:04:03 +00:00
Michael
6e1483545e
Support for message delivering via uri-id
2021-02-14 14:24:48 +00:00
Michael
07c07ec499
More "item" traces removed
2021-02-14 09:43:27 +00:00
Michael
ce6ad1aa73
Get rid of the "item" table, enhanced "post" tables
2021-02-13 19:56:03 +00:00
Hypolite Petovan
bf127c97ff
Remove mod/subthread file
2021-01-31 17:36:18 -05:00
Michael
ef0400fc19
"uri-id" instead of "uri" or "id"
2021-01-27 10:01:42 +00:00
Hypolite Petovan
82e094179c
Rename notify classes according the feature name, not the table name
2021-01-24 09:33:23 -05:00
Hypolite Petovan
a7fac5a76f
Merge pull request #9858 from annando/notify-ignored
...
New setting that controls notifications for ignored contacts
2021-01-24 08:59:18 -05:00
Michael
0cd02631ce
New setting that controls notifications for ignored contacts
2021-01-24 11:40:09 +00:00
Hypolite Petovan
6b0df74ed7
Add blocking author from an item context feature
2021-01-23 05:30:03 -05:00
Michael
d2ea3eabfb
Replace legacy file/category handling
2021-01-21 07:16:41 +00:00
Michael
b892db0cf3
All item selects are now done by the post class
2021-01-19 07:23:01 +00:00
Michael
4157db5473
"item" is replaced by "post-view" / postupdate check added
2021-01-17 20:32:13 +00:00
Michael
2b1d0b9db8
"selectForUser" and "" selectFirstForUser" is now moved to Post
2021-01-16 22:37:27 +00:00
Michael
65c8f33754
Post class introduced in "mod" and "include"
2021-01-16 04:11:28 +00:00
Michael
6401bd7503
Mark if post was received via relay
2021-01-09 16:56:42 +00:00
Michael
2987070d93
Improved direction and protocol detection
2021-01-09 12:59:30 +00:00
Hypolite Petovan
f0267fc441
Simplify user public contact id retrieval in mod/events
2020-12-30 21:10:39 -05:00
Michael
c5c9fda93c
Improved logging, avoid fatal error
2020-12-30 07:13:47 +00:00
Michael
a294c19d6e
Fix several notices
2020-12-29 21:38:23 +00:00
Hypolite Petovan
241cd32b14
Replace obsolete calls to $APP->is_mobile in templates
2020-12-23 03:25:55 -05:00
Michael Vogel
ae386a78a4
Merge pull request #9696 from MrPetovan/bug/9306-poke-privacy
...
Use correct request parameter type for poke privacy
2020-12-22 17:11:37 +01:00
Hypolite Petovan
2ef4972782
Fix capitalization of Contact::magicLinkById calls
2020-12-22 01:01:43 -05:00
Hypolite Petovan
49c1f5c55c
Improve handling of the visibility parameter of the new ACL
...
- Add backward compatibility with old ACL parameters
2020-12-21 22:23:13 -05:00
Hypolite Petovan
42d05bcc1b
Append author's contact id to allowed contacts to prevent empty ACL for private posts
2020-12-21 00:27:16 -05:00
Hypolite Petovan
a7b8c4f8d5
Append author's contact id to allowed contacts to prevent empty ACL for private events
2020-12-21 00:27:12 -05:00
Hypolite Petovan
3f32d04c44
Append author's contact id to allowed contacts to prevent empty ACL for private posts
2020-12-21 00:26:48 -05:00
Hypolite Petovan
61aa4efa89
Account for missing contact in dfrn_request_post
...
- Address https://github.com/friendica/friendica/issues/9250#issuecomment-743407998
2020-12-13 12:18:10 -05:00
Michael
7ab63d2106
Store the protocol of the received message
2020-11-29 09:01:51 +00:00
Michael
bd9f36622e
Cast field data when ATTR_EMULATE_PREPARES is enabled
2020-11-27 11:24:31 +00:00
Michael
21af40b2f9
Merge remote-tracking branch 'upstream/develop' into rework-notifications
2020-11-26 05:57:59 +00:00
Michael
ce6969c346
Unneded "use" removed
2020-11-25 20:26:00 +00:00
Michael
e6ede539d5
Fix missing introduction notifications
2020-11-25 20:25:16 +00:00
Michael
818c064c0a
The notifications parameters are now simplified
2020-11-25 19:56:39 +00:00
Hypolite Petovan
055192bd19
Fix wrong variable name in ping_init
2020-11-21 23:09:27 -05:00
Hypolite Petovan
4370d0b967
Add missing activity toggle capability to photos
2020-11-21 11:10:04 -05:00
Hypolite Petovan
8b3ab4e6bb
Refactor builtin_activity_puller() and format_like()
...
- Simplify output array
- Rename format_like() to format_activity()
- Remove duplicate parameters in format_activity()
2020-11-21 11:08:44 -05:00
Michael
bd0e2dc0a8
Avoid problems with uid=0
2020-11-19 17:19:14 +00:00
Hypolite Petovan
bbd3e44bb2
Escape user names in notifications
...
- The HTML notification message interpolation is unfiltered by the template
# Conflicts:
# mod/ping.php
2020-11-16 18:20:23 -05:00
Hypolite Petovan
c36ca3cffe
Fix null value for item.parent column
2020-11-14 10:08:51 -05:00
Hypolite Petovan
eebcf1ae86
Separate $parent_item and $toplevel_item in mod/item
2020-11-14 10:08:51 -05:00
Hypolite Petovan
0f2a5daf09
Replace confusing uses of item.parent-uri with expected item.thr-parent
2020-11-14 10:08:50 -05:00
Hypolite Petovan
0c3a5c815e
Remove obsolete references to item.parent-uri
2020-11-14 10:08:50 -05:00
Michael
52c88ae414
Fix contact import with Frio
2020-11-10 06:37:27 +00:00
Hypolite Petovan
2055ee872c
Group registration requests in a single line for users without detailed_notif
2020-11-09 10:08:14 -05:00
Hypolite Petovan
8357d94800
Set thread notifications as seen in mod/display
...
- Only for users without detailed notifications
2020-11-09 10:08:14 -05:00
Hypolite Petovan
01b2694aa0
Update the target URL for pending registration notifications
2020-11-08 12:53:12 -05:00
Michael
8485c8c357
The post-media table now works with the "attach" field as well
2020-10-31 13:26:08 +00:00
Michael
592ac53ffc
Worker priority / no shadow worker
2020-10-24 08:05:03 +00:00
Hypolite Petovan
4c21d6ec2c
Add new format parameter to parse_link hook data
...
- Add new handling of hook result with JSON format
2020-10-23 02:04:07 -04:00
Hypolite Petovan
9e143287d6
Use CurlResult->getHeaderArray instead of custom conversion
2020-10-23 02:03:28 -04:00
Hypolite Petovan
4719af6724
Merge pull request #9440 from annando/one-click-follow
...
Follow/Unfollow contact with a single click
2020-10-20 11:09:56 -04:00
Michael
bffef1e36e
The single click does not work with legacy DFRN
2020-10-20 05:47:14 +00:00
Michael
c6a23f1272
Move auto-follow/unfollow after the checks
2020-10-20 04:05:04 +00:00
Michael
33575a94fa
Follow/Unfollow contact with a single click
2020-10-20 03:49:58 +00:00
Philipp
c19f1a83ce
Remove option 'novalidate' flag from HTTPRequest options
2020-10-18 22:23:07 +02:00
Philipp
61da51c2d5
Add HTTPRequest::head() function
2020-10-18 22:15:53 +02:00
Philipp
a6fc9cd32e
Remove $binary flag for HTTPRequest::get(), HTTPRequest::fetch(), HTTPRequest::fetchAll() (deprecated since PHP 5.1.3)
2020-10-18 20:56:31 +02:00
Hypolite Petovan
44ae9add4f
Remove obsolete mod/network and mod/update_network files
2020-10-13 07:52:13 -04:00
Philipp
069753416d
Revert "Fix IHTTPResult::getHeader/s() - Split functionality "getHeader()" and "getHeaders()" analog to IMessageInterface::getHeader/s() - Fix functionality at various places - Adapt CurlResultTest"
...
This reverts commit 933ea7c9
2020-10-11 23:26:03 +02:00
Philipp
933ea7c9ce
Fix IHTTPResult::getHeader/s()
...
- Split functionality "getHeader()" and "getHeaders()" analog to IMessageInterface::getHeader/s()
- Fix functionality at various places
- Adapt CurlResultTest
2020-10-10 23:11:30 +02:00
Michael
2d4a3f482b
Use new function for validity check
2020-10-10 07:14:43 +00:00