Commit Graph

  • c0741be417 Apply suggestions from code review Hank G 2023-02-24 08:47:37 -05:00
  • 5e8acbf534 Apply suggestions from code review Hank G 2023-02-24 08:46:52 -05:00
  • 671fc61ef4 Make indentation consistent Hank Grabowski 2023-02-23 20:52:16 -05:00
  • 65dedb7a7e Apply suggestions from code review Hank G 2023-02-23 20:40:43 -05:00
  • b243df5125 Update doc/API-Entities.md Hank G 2023-02-23 10:32:09 -05:00
  • 9a6ebc94c4 Add support for since_id field into the timeline API Hank Grabowski 2023-02-23 07:04:12 -05:00
  • cbf55241a3 Null out min/max/since ID fields by default in Mastodon Timeline API Hank Grabowski 2023-02-23 07:03:58 -05:00
  • 7b6cb7bcf2 Add Mastodon Instance::V2 Friendica extension documentation Hank Grabowski 2023-02-23 06:46:43 -05:00
  • 811d57cb6d Add Mastodon Status Editing endpoint documentation Hank Grabowski 2023-02-22 22:55:04 -05:00
  • 3389a17553 Add additional and not supported fields/QPs on the Mastodon Timeline Endpoints Hank Grabowski 2023-02-22 22:43:32 -05:00
  • d64ae9bef2 Add new Friendica Photo Album GET endpoints to documentation Hank Grabowski 2023-02-22 22:35:24 -05:00
  • a8661f1eff Add Mastodon Notification Entity Extensions documentation Hank Grabowski 2023-02-22 22:20:33 -05:00
  • e0143618db Add Mastodon API endpoint extension information Hank Grabowski 2023-02-22 22:07:27 -05:00
  • 467193c661 Add Mastodon Status Entity Friendica extensions (minus quote) - I can't figure out how to get the quote one to populate, check if still relevant Hank Grabowski 2023-02-22 21:49:56 -05:00
  • dacda1b364 Add changes to the Photo entries in Friendica API endpoint Hank Grabowski 2023-02-22 21:31:07 -05:00
  • e28a0ed59c Add Dislike Friendica API documentation Hank Grabowski 2023-02-22 20:55:52 -05:00
  • 95d615ec1c Add new Mastodon InstanceV2 to implemented list and fix doc links Hank Grabowski 2023-02-22 20:47:55 -05:00
  • 1cff849a94 Merge pull request #12838 from HankG/blocks-status-fix Hypolite Petovan 2023-02-22 16:49:55 -05:00
  • defbf87d9c Merge pull request #12837 from HankG/fix-blocks-ignores-in-full-context-status-request Hypolite Petovan 2023-02-22 16:48:25 -05:00
  • 614ad32f71 Merge branch 'develop' into mastodon-timeline-temporal-paging Hank Grabowski 2023-02-22 13:26:51 -05:00
  • a301f8a82d Merge branch 'develop' into fix-blocks-ignores-in-full-context-status-request Hank Grabowski 2023-02-22 13:26:28 -05:00
  • bc65ea9693 Use available space for post interaction buttons Damian Wajer 2023-02-22 16:27:27 +01:00
  • 7224c0fc38 Merge branch 'develop' into blocks-status-fix Hank Grabowski 2023-02-22 12:08:06 -05:00
  • 4a00731aa4 Breakup public/user ID query results so can always query blocked status by CID Hank Grabowski 2023-02-22 12:07:57 -05:00
  • b06a3e877e Add show_all option to Mastodon status context to show ignored and blocked statuses Hank Grabowski 2023-02-22 11:45:42 -05:00
  • a67fe069e8 Add order/limit building func and fix reverse order requirement on min_id Hank Grabowski 2023-02-22 11:27:54 -05:00
  • 9c5f3ae58f Simply Timeline Home temporal endpoint to reuse min_id and max_id Hank Grabowski 2023-02-22 11:02:52 -05:00
  • 6870ccc00e Merge pull request #12833 from annando/ostatus-like Hypolite Petovan 2023-02-21 16:35:25 -05:00
  • 08ba9e4183 Fix emoji activities Michael 2023-02-21 21:07:41 +00:00
  • a27baa24b9 Merge pull request #12832 from nupplaphil/feat/json-ld-1.1.2 Hypolite Petovan 2023-02-21 16:03:07 -05:00
  • 818075d039 Implement time based paging for Mastodon Home Timeline Endpoint Hank Grabowski 2023-02-21 15:37:32 -05:00
  • 433dd3e6ef Update json-ld to 1.1.2 - Add support for local files for unsecured document loading Philipp 2023-02-21 21:37:00 +01:00
  • f4af683af2 Merge pull request #12830 from MrPetovan/bug/12828-addon-table Philipp 2023-02-21 21:06:18 +01:00
  • fae2c6632c Fix database Philipp 2023-02-21 21:01:57 +01:00
  • 7e92adef6c Fix API tests without addon table Philipp 2023-02-21 21:01:40 +01:00
  • 3958739d60 Add to Mastodon Status/Context filter for ignored and blocked user's comments Hank Grabowski 2023-02-21 13:53:16 -05:00
  • 5acbcba5c2 Merge pull request #12829 from Quix0r/fixes/export-to-file-null Hypolite Petovan 2023-02-21 09:13:19 -05:00
  • dffd28cf20 Remove addon table from DB structure Hypolite Petovan 2023-02-21 09:07:19 -05:00
  • ed86e9ca96 Fixed: - added check for empty file name as the export doesn't work without one: [Error] Argument 1 passed to Friendica\Moderation\DomainPatternBlocklist::exportToFile() must be of the type string, null given, called in /var/www/.../src/Console/ServerBlock.php on line 110 Roland Häder 2023-02-21 12:56:24 +01:00
  • b1b3b0ffe7 Merge pull request #12826 from HankG/dislike-for-mastodon-endpoints Hypolite Petovan 2023-02-21 00:15:05 -05:00
  • 9c9abd4400 Merge branch 'develop' into dislike-for-mastodon-endpoints Hank Grabowski 2023-02-20 15:52:09 -05:00
  • 155e3a701e Add DislikedBy Mastodon compatible endpoint in the Friendica API space Hank Grabowski 2023-02-20 15:51:17 -05:00
  • c419aabee4 Add deleted check to FavouritedBy Mastodon endpoint Hank Grabowski 2023-02-20 15:50:21 -05:00
  • c235bf299e Add Mastodon format compatible (un)dislike endpoint in Friendica API space Hank Grabowski 2023-02-20 15:33:36 -05:00
  • dba74c7940 Fix phpcbf style errors in part of code I didn't change Hank Grabowski 2023-02-20 15:32:03 -05:00
  • 3a8929be1f Add dislike counts to Mastodon API Statuses in FriendicaExtension Hank Grabowski 2023-02-20 15:31:15 -05:00
  • dec5a40aac Merge pull request #12818 from HankG/mastodon-instance-v2-implementation Hypolite Petovan 2023-02-20 14:16:17 -05:00
  • 6cd271b10f Modify to use the new baseURL methods. Hank Grabowski 2023-02-20 13:33:13 -05:00
  • 06f53d2d1a Add missing spaces after colons for function parameters for style check reasons Hank Grabowski 2023-02-20 13:31:04 -05:00
  • 5f56918d3e Merge pull request #12825 from HankG/fix-blocks-listing Hypolite Petovan 2023-02-20 13:28:28 -05:00
  • 5c3bd4acd1 Merge branch 'develop' into mastodon-instance-v2-implementation Hank Grabowski 2023-02-20 13:25:59 -05:00
  • dd664f632f Merge branch 'develop' into fix-blocks-listing Hank Grabowski 2023-02-20 13:25:05 -05:00
  • 41b5ec0262 Merge branch 'develop' into mastodon-instance-v2-implementation Hank Grabowski 2023-02-20 13:22:37 -05:00
  • 71a7c0a4de Refactor Mastodon API InstanceV2 so objects are simple and BI in API layer Hank Grabowski 2023-02-20 13:22:29 -05:00
  • 3de3d867a5 Merge pull request #12821 from HankG/notifications-summary Philipp 2023-02-20 18:36:38 +01:00
  • b3226e11ac Merge branch 'develop' into blocks-and-mutes-fixes Hank Grabowski 2023-02-20 12:27:25 -05:00
  • 97cad5d2e0 Merge branch 'develop' into fix-blocks-listing Hank Grabowski 2023-02-20 12:19:56 -05:00
  • 33a8d2bc3d Merge pull request #12814 from nupplaphil/bug/config_multi_serialize Hypolite Petovan 2023-02-20 11:54:18 -05:00
  • 14a3f73f4f Merge pull request #12823 from annando/optimize Hypolite Petovan 2023-02-20 11:53:30 -05:00
  • c233c666fb Update db-version Philipp 2023-02-20 17:23:22 +01:00
  • 41251458a0 language and static Philipp 2023-02-19 18:59:09 +01:00
  • d772331b91 Fix multiple serialized values Philipp 2023-02-19 12:57:39 +01:00
  • 7560939d75 Merge pull request #12820 from MrPetovan/bug/fatal-errors Michael Vogel 2023-02-20 16:37:45 +01:00
  • f5ffc9da95 Remove extraneous ID parameter from Mastodon Blocks Listing API Hank Grabowski 2023-02-20 10:18:15 -05:00
  • 843502badc Merge branch 'develop' into notifications-summary Hank Grabowski 2023-02-20 10:06:59 -05:00
  • bd0348b53c Config to enable the optimizing of all tables Michael 2023-02-20 14:46:58 +00:00
  • 4abb7ed746 Fix whitespace issue on assignment alignment Hank Grabowski 2023-02-20 09:07:50 -05:00
  • e594bb72dd Add notifications summary (count only for now) to Mastodon API Hank Grabowski 2023-02-20 08:53:28 -05:00
  • cef063e4fd Merge pull request #12819 from HankG/add-tables-to-optimize Hypolite Petovan 2023-02-20 08:47:38 -05:00
  • ee5acc29c3 Merge pull request #12802 from nupplaphil/feat/system_url_handling Hypolite Petovan 2023-02-20 08:43:00 -05:00
  • 6106b8b75e Merge pull request #12813 from HankG/mastodon-status-post-with-title Hypolite Petovan 2023-02-20 08:27:54 -05:00
  • 65cd493431 Merge pull request #12807 from HankG/mastodon-trending-api-updates Hypolite Petovan 2023-02-20 08:27:42 -05:00
  • 5bba6dd4b7 Merge pull request #12804 from HankG/fix-blocked-users-in-mastodon-api-timelines Hypolite Petovan 2023-02-20 08:27:33 -05:00
  • 0dbee1c4d2 Remove reference to remove field in event table Hypolite Petovan 2023-02-20 08:26:23 -05:00
  • 0bb2d00e70 Add License header to FriendicaExtensions file Hank Grabowski 2023-02-20 08:05:46 -05:00
  • fcf59dc245 Fix binary_operator_spaces errors Hank Grabowski 2023-02-20 08:05:01 -05:00
  • c076a07404 Add back in accidentally removed Session table Hank Grabowski 2023-02-20 07:55:41 -05:00
  • 711135a85b Merge pull request #12816 from annando/view Hypolite Petovan 2023-02-20 07:54:29 -05:00
  • 0451f2dfa1 Add Mastodon Instance V2 API endpoint /api/v2/instance Hank Grabowski 2023-02-20 07:51:20 -05:00
  • 3b469fe4e9 Fix the spelling of some verbs Michael 2023-02-20 08:54:27 +00:00
  • 11513519ce Config option to process the "view" activity Michael 2023-02-20 06:41:28 +00:00
  • 8101739edd Change Mastodon API documentation URL for V1 Instance type Hank Grabowski 2023-02-19 17:32:13 -05:00
  • 7ea09e666b Add additional tables to the optimize worker function Hank Grabowski 2023-02-19 08:55:08 -05:00
  • cd957a7f66 Remove extraneous __get since needed capability found in parent class Hank Grabowski 2023-02-19 07:59:53 -05:00
  • 3bb0bda880 Remove documentation stating friendica extensions can be null since always set Hank Grabowski 2023-02-19 07:58:10 -05:00
  • f1dbf82e5b Update src/Module/Api/Mastodon/Statuses.php Hank G 2023-02-19 07:50:39 -05:00
  • cb106f40ca Remove $ssl_state variable Philipp 2023-02-19 12:25:24 +01:00
  • 366d798e38 Remove dbstructure update Philipp 2023-02-19 11:31:22 +01:00
  • b593165949 adapt theme comment Philipp 2023-02-19 11:30:33 +01:00
  • a1fedaf514 adapt install path Philipp 2023-02-19 11:29:29 +01:00
  • f9f86e04ff adapt BaseURL constructor Philipp 2023-02-19 11:24:13 +01:00
  • 3e0efc9c7c Update src/Module/Moderation/Users/Blocked.php Philipp 2023-02-19 11:27:02 +01:00
  • 94d1e0b232 Apply suggestions from code review Philipp 2023-02-19 11:26:26 +01:00
  • 544168244c Apply suggestions from code review Philipp 2023-02-19 11:12:48 +01:00
  • 92850d4482 Update messages.po Philipp 2023-02-18 21:49:59 +01:00
  • 75ecaa89ee Add site admin warning if BaseURL is missing Philipp 2023-02-18 21:49:14 +01:00
  • 5552aac327 check themplates Philipp 2023-02-18 21:19:57 +01:00
  • c0359330b6 Add typehint for DI::baseUrl() Philipp 2023-02-18 20:57:49 +01:00
  • f0c29edcde Adapt BaseURL calls to new UriInterface Philipp 2023-02-18 20:57:30 +01:00
  • 9e6d95284b Adapt tests to use new BaseURL UriInterface Philipp 2023-02-18 20:49:51 +01:00