Michael
|
533f07e874
|
Issue 6867: Only display direct mentions in the corresponding API endpoint
|
2019-12-15 13:14:55 +00:00 |
|
Michael Vogel
|
b2ae39db1a
|
Merge pull request #7943 from MrPetovan/bug/7920-api-fix-followers-friends-ids
Add relationship filter to api_friends_ids and api_followers_ids
|
2019-12-13 21:34:09 +01:00 |
|
Hypolite Petovan
|
c2233e3416
|
Merge pull request #7947 from annando/api-attachments
API: Improved handling of quoted posts and attachments
|
2019-12-13 15:15:34 -05:00 |
|
Hypolite Petovan
|
c9c30e4a23
|
Add relationship filter to api_friends_ids and api_followers_ids
|
2019-12-13 11:43:45 -05:00 |
|
Hypolite Petovan
|
81b9d25906
|
Add relationship filter to api_ff_ids()
|
2019-12-13 11:43:20 -05:00 |
|
Michael
|
b42262f206
|
API: Improved handling of quoted posts and attachments
|
2019-12-13 10:12:40 +00:00 |
|
Hypolite Petovan
|
5a15e6bc59
|
Support post URL search term in api_search()
|
2019-12-12 20:59:19 -05:00 |
|
Hypolite Petovan
|
0069bb022d
|
Support user profile URL search term in api_users_search()
|
2019-12-12 17:04:47 -05:00 |
|
Michael
|
043df55bc5
|
Make tests happy
|
2019-12-05 06:46:00 +00:00 |
|
Michael
|
eeb8bee1b7
|
Use the new function to fetch shared information
|
2019-12-05 06:16:27 +00:00 |
|
Michael
|
abf841ff79
|
Handle resharing of items with title via the API
|
2019-12-05 05:24:29 +00:00 |
|
Hypolite Petovan
|
4403aeeda5
|
Merge pull request #7901 from annando/disable-smart-threading
Changed the option to enable the smart threading with the option to disable this
|
2019-12-04 15:25:53 -05:00 |
|
Michael Vogel
|
9cf1aea8c9
|
Changed the option to enable the smart threading with the option to disable this
|
2019-12-04 21:21:20 +01:00 |
|
Michael
|
164e6b350d
|
API: Improve attachment removal functionality for the status text
|
2019-12-02 21:19:47 +00:00 |
|
Michael
|
d3e12c58e2
|
Fix some notices/warnings again
|
2019-11-21 22:40:54 +00:00 |
|
Michael Vogel
|
bd6774bd9b
|
Fix fatal errors, caused by an empty "verb"
|
2019-11-18 07:39:56 +01:00 |
|
Hypolite Petovan
|
35ece9924d
|
Merge pull request #7829 from annando/picture-links
Fix image links with descriptions in API and AP transmission
|
2019-11-12 07:14:27 -05:00 |
|
Michael
|
1b5fa55bdc
|
Fix image links with descriptions in API and AP transmission
|
2019-11-11 22:37:50 +00:00 |
|
Hypolite Petovan
|
f2c31ef1c0
|
Merge pull request #7828 from nupplaphil/task/move_enotify
Remove unnecessary code in "include/enotify"
|
2019-11-09 16:48:26 -05:00 |
|
Philipp Holzer
|
dbbe3ec031
|
Remove deprecated method to find duplicates (issue from 2013)
|
2019-11-09 22:00:04 +01:00 |
|
Philipp Holzer
|
f9e3ff4b55
|
Remove unnecessary hash function.
- Was introduced for getting the last inserted ID before "lastInstertID()" was possible
- See b821399f00 (diff-a8e86a3c07531e66a3b0b4c8b4b07879R148)
|
2019-11-09 21:50:52 +01:00 |
|
Michael
|
fc94cad5f2
|
Pinned posts now work for visitors in the intended way
|
2019-11-08 06:52:44 +00:00 |
|
Michael
|
806e6a230e
|
Added description, removed sorting
|
2019-11-07 07:41:54 +00:00 |
|
Michael
|
91ad7936f3
|
Only sort the profile after pinned
|
2019-11-07 07:39:50 +00:00 |
|
Michael
|
463c9131b6
|
Pinned items are always at the top
|
2019-11-07 07:09:46 +00:00 |
|
Hypolite Petovan
|
26b5de9a76
|
Rename Photo::newResource() result variable from $hash to $resource_id
|
2019-11-02 07:48:45 -04:00 |
|
Hypolite Petovan
|
03bf1dcbd3
|
Move Object\Image static methods to Util\Images
- Optimize imports in modified files
|
2019-11-02 07:48:45 -04:00 |
|
Philipp Holzer
|
a72e65a760
|
Adapt class structure
- Introduce constants
- Add constructor parameters
- Add typehints
- Renamed fields more meaningful
- Renamed method names to match identifier
- Adjust PHP doc
- Add GetClass call at used places
|
2019-10-26 04:03:27 +02:00 |
|
Philipp Holzer
|
1f368d469f
|
Move Friendica\Core\NotificationsManager to Friendica\Model\Notify
|
2019-10-26 02:01:46 +02:00 |
|
Philipp Holzer
|
3897c74deb
|
Add docs
|
2019-10-25 00:10:20 +02:00 |
|
Philipp Holzer
|
07cea24430
|
Move Activity/Namespaces defines to constants
|
2019-10-24 21:40:12 +02:00 |
|
Philipp Holzer
|
edf006905b
|
Move (last) get_cats_and_terms to Content\Item::determineCategoriesTerms()
- Added incomplete test
|
2019-10-23 02:48:46 +02:00 |
|
Philipp Holzer
|
ad67fd3aa8
|
Move is_a_date_arg to DateTimeFormat::isYearMonth
- Improved functionality
- Added tests
|
2019-10-23 02:39:28 +02:00 |
|
Philipp Holzer
|
52c42491c4
|
Move activity_match() to Protocol\Activity::match()
- With tests
|
2019-10-23 02:05:11 +02:00 |
|
Philipp Holzer
|
9e94e8b48c
|
Remove function prepare_text and use BBCode::convert() instead
|
2019-10-23 00:58:13 +02:00 |
|
Philipp Holzer
|
2c31916757
|
Remove unused function qp()
|
2019-10-23 00:55:14 +02:00 |
|
Philipp Holzer
|
5843a80b6c
|
Move perms2str to ACLFormatter::aclToString()
- including new tests
|
2019-10-23 00:54:34 +02:00 |
|
Philipp Holzer
|
f65f7f11c3
|
Move expand_acl to ACLFormatter::expand()
- including tests
|
2019-10-23 00:40:14 +02:00 |
|
Philipp Holzer
|
7a9c5d10ee
|
Remove unused function attribute_contains
|
2019-10-23 00:22:39 +02:00 |
|
Philipp Holzer
|
a3e350313d
|
Move redir_private_images to Item::addRedirLinkToImageLinks()
|
2019-10-23 00:20:44 +02:00 |
|
Philipp Holzer
|
4704bf6394
|
Remove unused function return_bytes
|
2019-10-23 00:15:17 +02:00 |
|
Philipp Holzer
|
2870f42ca2
|
Move bb_translate_video
- To new Class BBCode\Video
- Adding tests
- Make BaseObject::getClass() public
|
2019-10-23 00:14:47 +02:00 |
|
Philipp Holzer
|
7f49c73730
|
Move undo_post_tagging to mod/editpost because of the only occurrence
|
2019-10-22 23:57:44 +02:00 |
|
Hypolite Petovan
|
8b836189d4
|
Replace deprecated defaults() calls with ?? and ?: in include/ and view/
|
2019-10-16 08:51:03 -04:00 |
|
Hypolite Petovan
|
f498068b0f
|
Replace deprecated defaults() calls in include/api and boot
|
2019-10-12 22:01:34 -04:00 |
|
Hypolite Petovan
|
cb4950a3be
|
Replace duplicated authentication code in FKOAuth1 with Session::setAuthenticatedForUser
|
2019-10-06 11:17:30 -04:00 |
|
Hypolite Petovan
|
2333526b8a
|
Merge pull request #7678 from annando/remote-rework
Reworked the remote authentication
|
2019-09-30 09:18:43 -04:00 |
|
Philipp Holzer
|
d5dd12b8f8
|
Add Drone CI
- Add drone test environment
- Add drone config
- apt phpunit
- Fix api.php
- Fix item.php
- Fix DBStructure
- Check if caching is possible during tests
|
2019-09-30 14:03:12 +02:00 |
|
Michael
|
83b00ef308
|
New function "isAuthenticated"
|
2019-09-28 18:09:11 +00:00 |
|
Michael
|
6e9026e033
|
Renamed function, beginning to replace the "remote_user" function
|
2019-09-28 09:36:41 +00:00 |
|