Commit graph

25842 commits

Author SHA1 Message Date
Michael 911a854255 APContact: Added follower count, following count and count of posts 2019-12-11 00:05:50 +00:00
Michael 4e2804d783 Added some more data 2019-12-10 23:05:25 +00:00
Philipp Holzer 02c40ad1cb
Overwrite constructor of Memory session handling so no session ini-setting in backend/testing environments are possible 2019-12-10 23:35:16 +01:00
Hypolite Petovan e39e3389ca
Merge pull request #7927 from nupplaphil/task/2fact_tel
Make 2Factor "tel" field instead "number"
2019-12-10 17:02:34 -05:00
Philipp Holzer af1299c697
Add memory session for API tests 2019-12-10 22:56:56 +01:00
Philipp Holzer b085098b49
Make 2Factor "tel" field instead "number"
- because of missing copy&paste buttons at number
2019-12-10 22:44:45 +01:00
Philipp Holzer b9f8762eb3
Use Native Session functions (global "$_SESSION" variable) for Memory class because of the direct usage of the $_SESSION class all around the codebase 2019-12-10 22:29:49 +01:00
Michael 1958bde4c0 API: Added endpoints /instance and /instance/peers 2019-12-10 21:27:09 +00:00
Philipp Holzer eca3396851
rename usage 2019-12-10 21:52:23 +01:00
Philipp Holzer 07d2909927
double use 2019-12-10 21:51:06 +01:00
Tobias Diekershoff 9c1f652008 Version 2019.12-rc 2019-12-10 18:13:43 +01:00
Philipp d0b20fb499
Merge pull request #7904 from MrPetovan/task/7887-api-followers-request
Add GET /api/v1/follow_requests Mastodon API endpoint
2019-12-10 15:53:06 +01:00
Hypolite Petovan f4c94236c5
Merge pull request #7924 from annando/issue-7691
Issue 7691: We can now switch to BCC for ActivityPub
2019-12-10 08:36:07 -05:00
Hypolite Petovan 9e41488c40 Fix JSON syntax in Friendica API doc 2019-12-10 07:54:11 -05:00
Philipp Holzer ce2610000b
Renaming class 2019-12-10 08:49:33 +01:00
Tobias Diekershoff 7cec9a9dd1
Merge pull request #7925 from annando/issue-7613
Issue 7613: When an item is deleted, delete all notifications for it
2019-12-10 07:51:50 +01:00
Michael a6c72a209e Issue 7613: When an item is deleted, delete all notifications for it 2019-12-10 06:21:18 +00:00
Hypolite Petovan e1ba53fec3 Rework API documentation
- Split API pages by target software
- Added API entities list
2019-12-09 22:50:38 -05:00
Hypolite Petovan c6d422a188 Update Module\Help to use anchor words for titles
- Previous anchors are kept for links backward compatibility
2019-12-09 22:50:37 -05:00
Hypolite Petovan 8016cb3cee Add GET /api/v1/follow_requests Mastodon API endpoint 2019-12-09 22:50:36 -05:00
Hypolite Petovan b365ffc3b5 Add API base module 2019-12-09 22:50:36 -05:00
Hypolite Petovan 2e9be55e51 Add Mastodon API entity classes 2019-12-09 22:50:35 -05:00
Hypolite Petovan 17838366a0 Reformat library/OAuth1
- Add type hints to Network\FKOAuthDataStore
2019-12-09 22:50:35 -05:00
Philipp Holzer 26bd956912
Optimize L10n usage for Session (reduce "App" complexity even more) 2019-12-10 00:56:49 +01:00
Philipp Holzer cad7e534a4
Add phpdoc 2019-12-10 00:50:05 +01:00
Philipp Holzer 555513e4b4
Add Session Management instances (including Depenency Injection)
- Prerequesite for mocking Sessions
- Reduce "App" class complexity
2019-12-10 00:44:56 +01:00
Philipp Holzer 009a8bb939
Initializing SessionHandlers with Dependency Injection 2019-12-09 23:09:18 +01:00
Michael ed2bb21360 Improved description 2019-12-09 22:00:54 +00:00
Hypolite Petovan 010a7b7576
Merge pull request #7923 from annando/issue-7418
Issue 7418: connections to forums should now work again
2019-12-09 16:53:48 -05:00
Philipp Holzer 94a8a60841
Add more Cookie tests (create new StaticCookie class for mocking setcookie()) 2019-12-09 22:47:08 +01:00
Michael 2a31b2383f Issue 7691: We can now switch to BCC for ActivityPub 2019-12-09 21:37:31 +00:00
Michael 49767e0555 Issue 7418: connections to forums should now work again 2019-12-09 21:19:20 +00:00
Philipp Holzer a8b89dc486
Remove copy&paste failure 2019-12-09 21:55:51 +01:00
Philipp Holzer f7e1cfd416
revert wrong import 2019-12-09 21:55:25 +01:00
Hypolite Petovan a4cc22e8fb
Merge pull request #7922 from annando/reshare-delivery
Do reshares as native as possible
2019-12-08 17:17:34 -05:00
Michael b8f81d5e7d Relocate check for announce 2019-12-08 22:04:32 +00:00
Michael 1b0d2f2a4a Merge remote-tracking branch 'upstream/develop' into reshare-delivery 2019-12-08 21:56:51 +00:00
Philipp 3746dd6fa8
Merge pull request #7921 from annando/notica
Fix a notice
2019-12-08 22:50:19 +01:00
Philipp Holzer 54392fab81
Move Cookie to own class (with tests)
Move Authentication to App namespace
2019-12-08 22:45:34 +01:00
Michael 38db4d2132 Fix a notice 2019-12-08 21:41:26 +00:00
Michael fb64010d7a Missing "use" 2019-12-08 21:40:06 +00:00
Michael aa047278cc Reversed annouce check to have priority for AP 2019-12-08 09:01:06 +00:00
Michael 7ccbe3ee29 Transmit reshares and announce natively via Diaspora and AP whenever possible 2019-12-08 08:59:21 +00:00
Michael ca0a961ad2 Merge remote-tracking branch 'upstream/develop' into reshare-delivery 2019-12-08 08:49:47 +00:00
Hypolite Petovan da7c06764f
Merge pull request #7919 from annando/mail-update
Mail contacts: Update public via user contact / display owner's posts
2019-12-08 00:39:16 -05:00
Michael 6728c58535 Mail contacts: Update public via user contact / display owner's posts 2019-12-08 05:19:15 +00:00
Hypolite Petovan 2b12cd473d
Merge pull request #7915 from annando/issue-7914
Fixes issue 7914: Reshares got crumbled
2019-12-07 16:53:50 -05:00
Hypolite Petovan 916af997c6
Merge pull request #7917 from annando/no-mention-on-private
Fix: Don't automatically mention a post creator on private posts
2019-12-07 16:52:37 -05:00
Michael 484b99f7cf Fix: Don't automatically mention a post creator on private posts 2019-12-07 21:42:55 +00:00
Michael 23cdc9cec8 Fixes issue 7914: Reshares got crumbled 2019-12-07 21:05:14 +00:00