Michael
4373a66f74
Coding standards
2021-11-23 14:55:52 +00:00
Michael
b56ccbcf2b
More objects added
2021-11-23 10:12:11 +00:00
Michael
8211cef49d
Coding standards, changed database version
2021-11-22 07:39:40 +00:00
Michael
214a0524dd
Merge remote-tracking branch 'upstream/develop' into api-status
2021-11-22 07:33:25 +00:00
Michael
670bbe58a1
API: The status is now an object
2021-11-22 07:28:02 +00:00
Philipp
f3bfae1113
Merge pull request #11016 from tobiasd/20211122-docs
...
one sentence per line
2021-11-22 07:52:37 +01:00
Tobias Diekershoff
a165f552e0
one sentence per line
2021-11-22 07:08:45 +01:00
Philipp
2e05dac7da
Merge pull request #10969 from MrPetovan/task/remove-private-contacts
...
Move individual contact modules to their own class
2021-11-22 06:54:46 +01:00
Hypolite Petovan
b67c863e88
Update main translation file after moving strings around
2021-11-21 19:22:41 -05:00
Hypolite Petovan
204b077353
Move contact profile GET actions to separate module class
2021-11-21 19:22:41 -05:00
Hypolite Petovan
974b750d6d
Move contact profile module to its own class
2021-11-21 19:22:39 -05:00
Hypolite Petovan
197c77f43d
Move contact conversation to its own module class
2021-11-21 19:21:58 -05:00
Hypolite Petovan
eacfcc69c1
Move contact posts to their own module class
...
- Remove duplicated check for local_user() in Module\Contact
- [frio] Fix display issue for search items where the More button and icon would show but be inactive
2021-11-21 19:21:39 -05:00
Hypolite Petovan
25455eab63
Add new Local relationship classes
2021-11-21 18:59:37 -05:00
Hypolite Petovan
f7714c09e6
Fix user-contact rows not being updated in Contact\User::updateByContactUpdate
...
- Add new update function to regenerate potentially outdated user-contact rows
2021-11-21 18:59:37 -05:00
Hypolite Petovan
fd0d17df31
[Database version 1444] Add "hidden" field to user-contact table
...
- This is a user-specific field
2021-11-21 18:59:37 -05:00
Hypolite Petovan
84e7f65d52
Move sending follow message to remote server to Protocol class
2021-11-21 18:59:36 -05:00
Hypolite Petovan
8c8c6fe720
Normalize quote style in mode/repair_ostatus
2021-11-21 18:59:36 -05:00
Hypolite Petovan
d011f747ff
Remove unused parameter $network in Model\User::getDefaultGroup
2021-11-21 18:59:36 -05:00
Hypolite Petovan
53ca59d9b6
Merge pull request #11013 from annando/api-rework
...
Fix followers/following for the Friendica API
2021-11-21 15:47:13 -05:00
Michael
1de83b7ad2
Fix tests
2021-11-21 20:34:00 +00:00
Michael
e1d4f96b06
Remove unused user fields
2021-11-21 20:14:48 +00:00
Michael
d2db08daaf
Updated messages.po
2021-11-21 17:12:31 +00:00
Michael
f00792d370
Merge remote-tracking branch 'upstream/develop' into api-rework
2021-11-21 17:02:51 +00:00
Michael
a4ef4589e6
Reworked friendship API endpoints
2021-11-21 16:59:09 +00:00
Hypolite Petovan
e9b3a9426a
Merge pull request #11012 from annando/api-relations
...
Fix followers/following for the Mastodon API
2021-11-21 10:14:07 -05:00
Michael
87084a3e85
Fix followers/following for the Mastodon API
2021-11-21 14:47:18 +00:00
Hypolite Petovan
5975ef92e4
Merge pull request #11010 from foss-/doc_faq_client-clean-up
...
re-add gnusocial to FAQ Client API info
2021-11-21 08:12:43 -05:00
foss-
b6bf8aa608
removed typo
2021-11-21 13:56:01 +01:00
Hypolite Petovan
23c56b108b
Merge pull request #11003 from annando/fix-api
...
Fix legacy API
2021-11-21 07:55:25 -05:00
foss-
4809a334ba
re-add gnusocial
...
They are not dead and their repo can be reached again (yey)
2021-11-21 12:45:56 +01:00
Philipp
8135c49613
Fix ApiResponseTest
2021-11-21 11:45:50 +01:00
Michael
b4cb5631ad
Fixing tests again
2021-11-21 10:23:54 +00:00
Michael
8abf6c9dd0
Possibly fixing tests
2021-11-21 10:20:03 +00:00
Michael
0e5f876680
function moved
2021-11-21 09:55:42 +00:00
Michael
bfddf14b6b
Persuading the tests
2021-11-21 07:18:40 +00:00
Michael
1e4e0914ff
Added parameter for test
2021-11-21 07:10:10 +00:00
Michael
8bc748758d
Fetch data for test
2021-11-21 06:37:09 +00:00
Michael
cf2ada64da
Adding test data
2021-11-21 06:31:04 +00:00
Michael
f385be04dc
More test data
2021-11-21 06:19:35 +00:00
Michael
16e69cbffa
Adding more test data
2021-11-21 06:14:38 +00:00
Michael
52a3563de4
Added test data
2021-11-21 06:10:19 +00:00
Michael
c54d3ddf18
Test return value
2021-11-21 05:55:16 +00:00
Michael
1acaa61446
Use user contact
2021-11-21 05:40:48 +00:00
Michael
ff9786f3c3
Fixing tests
2021-11-21 05:16:21 +00:00
Hypolite Petovan
acfd3e2acf
Merge pull request #11009 from foss-/doc_faq_client-clean-up
...
Updated FAQ Client section
2021-11-20 22:11:09 -05:00
foss-
c310930658
FAQ Client list unified format
...
- iOS and macOS listings now follow the adnroid listing format
- missing information added
2021-11-21 02:58:05 +01:00
Michael
7e49ee8fb5
Hopefully fix some tests
2021-11-21 00:44:26 +00:00
Michael
8954c19896
Fix some tests
2021-11-21 00:36:02 +00:00
Michael
2c6afe65a7
Use correct function to fetch the self user
2021-11-21 00:26:35 +00:00