Commit graph

30662 commits

Author SHA1 Message Date
Michael 0f0a301280 Move basic auth functionality to the new class 2021-06-08 17:32:41 +00:00
Michael 2a440c0bae Use "checkAllowedScope" instead of "login" 2021-06-08 12:00:22 +00:00
Michael 5853fe562d Login hasn't got a return value 2021-06-08 09:51:17 +00:00
Michael 9720ee2c20 Rearranged scope check 2021-06-08 09:11:56 +00:00
Michael 95cac04540 Rearranged function order 2021-06-08 08:56:01 +00:00
Michael 11c8dfe73a Unified request for uid 2021-06-08 08:28:14 +00:00
Michael 85217941e3 Simplified code 2021-06-08 08:04:12 +00:00
Michael 8cde7fe51f Standards 2021-06-08 07:37:28 +00:00
Michael 4b280a7279 Standards 2021-06-08 07:35:36 +00:00
Michael ca5e0eaaea Fix coding standards 2021-06-08 07:33:53 +00:00
Michael 126e281165 Improved documentation 2021-06-08 06:39:23 +00:00
Michael acbe9ebf9e API: New classes for OAuth and basic auth 2021-06-08 06:32:24 +00:00
Hypolite Petovan 246aa293d1
Merge pull request #10377 from annando/warning
Avoid PHP Warning:  Illegal string offset 'type' in /src/Protocol/ActivityPub/Receiver.php on line 668
2021-06-07 06:51:28 -04:00
Michael 265137ef44 Avoid PHP Warning: Illegal string offset 'type' in /src/Protocol/ActivityPub/Receiver.php on line 668 2021-06-07 10:21:48 +00:00
Tobias Diekershoff a95825dd6f
Merge pull request #10376 from annando/api-swap-followers
API: The endpoints "followers" and "following" are swapped
2021-06-07 10:27:55 +02:00
Michael 8e12c1d39b Added note about missing parameters 2021-06-07 07:45:20 +00:00
Michael dc9b5df072 API: The endpoints "followers" and "following" are swapped 2021-06-07 04:44:12 +00:00
Hypolite Petovan 5fc988b488
Merge pull request #10374 from annando/forum-unlisted
Respect the "unlisted" setting for forum posts
2021-06-06 18:54:33 -04:00
Michael 038e505ca3 Improve forum delivery, avoid false distribution 2021-06-06 19:28:47 +00:00
Michael 3fd5c79025 Add the forum followers to forum posts 2021-06-06 13:25:42 +00:00
Michael 56f07d412b Addec comments on forum delivery 2021-06-06 10:07:21 +00:00
Michael 73b0af52fb Use "self" 2021-06-06 09:24:12 +00:00
Michael b269a2da87 Respect the "unlisted" setting for forum posts 2021-06-06 09:19:29 +00:00
Hypolite Petovan 49b9505972
Merge pull request #10372 from annando/forum-handling
Improved forum handling
2021-06-05 16:48:55 -04:00
Michael ace89197ff Display the forum posts in the new format. 2021-06-05 20:29:19 +00:00
Michael e2b8d5379b Public forums are now posting unlisted 2021-06-05 18:38:21 +00:00
Michael 8a9f633ce2 Merge remote-tracking branch 'upstream/2021.06-rc' into forum-handling 2021-06-05 06:14:06 +00:00
Michael 98c314599c Don't lose ownership on forum posting 2021-06-05 06:13:10 +00:00
Hypolite Petovan 11bc968294
Merge pull request #10368 from annando/more-api
API: some more endpoints added
2021-06-04 15:30:52 -04:00
Michael 5ddd2f3ab5 Coding standards 2021-06-03 05:18:22 +00:00
Michael 4206c5d363 API: some more endpoints added 2021-06-03 04:47:02 +00:00
Tobias Diekershoff ed3d32f0e2
Merge pull request #10367 from annando/old-api-oauth
Support OAuth for the legacy API
2021-06-03 06:36:03 +02:00
Michael 9c59bcb6a5 Support OAuth for the legacy API 2021-06-02 22:11:21 +00:00
Hypolite Petovan 1542289103
Merge pull request #10366 from nupplaphil/bug/phpunit_warnings
Replace assertInternalType() with proper assertions
2021-06-02 17:38:20 -04:00
Philipp Holzer 0fead7e3ea
Replace assertInternalType() with proper assertions 2021-06-02 23:03:08 +02:00
Tobias Diekershoff ab7f26aca0
Merge pull request #10363 from annando/notice
Fix "Undefined index: post-type in .../src/Model/Item.php on line 2888"
2021-06-02 20:45:21 +02:00
Michael 5df1b59bb3 Fix "Undefined index: post-type in .../src/Model/Item.php on line 2888" 2021-06-02 17:43:30 +00:00
Hypolite Petovan 86d56c7f57
Merge pull request #10361 from annando/limit-context
Simplify the code
2021-06-02 09:11:11 -04:00
Hypolite Petovan b47ae829f7
Merge pull request #10360 from annando/limit-context
API: Limit the elements for the context
2021-06-02 07:13:39 -04:00
Hypolite Petovan ea473d93b7
Merge pull request #10359 from annando/milliseconds
Use the proper way to display milliseconds
2021-06-02 07:12:32 -04:00
Michael 4d19a6f0e3 Simplify the code 2021-06-02 07:15:42 +00:00
Michael a2be7e386f API: Lim it the elements for the context 2021-06-02 07:11:18 +00:00
Michael e7bc908655 Renaming the date format to "JSON" 2021-06-02 03:32:42 +00:00
Michael 4e164690d5 Use the proper way to display milliseconds 2021-06-02 03:19:55 +00:00
Hypolite Petovan 1088376172
Merge pull request #10357 from annando/api-date
API: Fix date format
2021-06-01 20:07:44 -04:00
Michael 5bd51b156a API: Fix date format 2021-06-01 22:32:05 +00:00
Hypolite Petovan 6b374c01ce
Merge pull request #10356 from annando/fix-account-id
Fix account id of notifications
2021-06-01 18:24:34 -04:00
Michael d3833f63e0 Fix account id of notifications 2021-06-01 22:00:12 +00:00
Hypolite Petovan fc0d81d59a
Merge pull request #10355 from annando/follow-notifications
Added notifications for follow requests
2021-06-01 17:28:28 -04:00
Michael 842cbbaf09 Added notifications for follow requests 2021-06-01 21:13:16 +00:00