1
0
Fork 0
Commit graph

42 commits

Author SHA1 Message Date
d576e920d5 Fix legacy API 2021-11-19 20:15:12 +00:00
b67c10812a Merge remote-tracking branch 'upstream/develop' into api4 2021-11-18 20:15:57 +00:00
7c03eba98e Removed unused code 2021-11-18 14:49:12 +00:00
cca1be21a3
Fixed static leftovers from #10975 2021-11-14 23:49:07 +01:00
5879535822
Switch static::$parameters to $this->parameters 2021-11-14 23:49:07 +01:00
489cd0884a
Make BaseModule methods dynamic 2021-11-14 23:49:06 +01:00
714f0febc4
Replace $parameters argument per method with static::$parameters 2021-11-14 23:49:05 +01:00
66db55f0cd
Some more API functions moved 2021-11-14 23:21:54 +01:00
2c407a7323
Small improvement 2021-11-12 21:38:38 +01:00
e477cf215d
Make API testable & move PhotoAlbum tests to new destination 2021-11-12 21:08:36 +01:00
ebf56674f1
Transform ApiResponse::error() into dynamic method 2021-11-12 20:04:47 +01:00
ea0f41ecf0
Transform ApiResponse::exit() into dynamic method 2021-11-12 20:03:27 +01:00
319f91301d
Move API Response methods into an own class to make them mockable 2021-11-12 19:52:01 +01:00
Michael Vogel
4587cef677
Update src/Module/Api/Friendica/DirectMessages/Setseen.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2021-11-11 18:46:04 +01:00
293775ab4a Photo delete is moved as well 2021-11-10 23:31:42 +00:00
02210f285b API: some more converted functions 2021-11-10 23:07:46 +00:00
1518ad33ad API: Classes moved to the correct places according to their origin 2021-11-10 07:31:39 +00:00
28a28517e5 Fix code standards 2021-11-09 21:50:56 +00:00
b6943aff36 API call rate_limit_status moved 2021-11-09 21:41:37 +00:00
a6db8df92d Using the "extension" parameter 2021-11-09 19:40:39 +00:00
fb6c3e2912 Simplify the output of api results 2021-11-09 06:42:59 +00:00
ac1b8b7b3a Remove space 2021-11-08 21:54:55 +00:00
3e676f9cf0 Fixed tabs 2021-11-08 21:53:34 +00:00
f5b47fccce API: spme Functionality is transferred to new places 2021-11-08 21:35:41 +00:00
789361de5f The API is now using the router 2021-11-08 07:23:18 +00:00
5d92713a8e Rename Depository to Repository 2021-10-23 21:45:36 -04:00
838cdac5d1
Move ProfileFieldRepository::migrateFromLegacyProfile() & delete old repository 2021-10-18 23:32:41 +02:00
a9981c792e
Use ProfileField::selectPublicFieldsByUserId 2021-10-18 23:32:39 +02:00
62eb16e9ad
Migrate PermissionSet to Depository paradigm 2021-10-07 19:53:38 +02:00
9935e8e711 Remove event.adjust field
- It was confusing and introduced complexity that wasn't worth the unclear gain
2021-10-03 13:42:32 -04:00
07d2dfcd60 Some more "convertForUriId" replacements 2021-07-10 12:58:48 +00:00
2a440c0bae Use "checkAllowedScope" instead of "login" 2021-06-08 12:00:22 +00:00
acbe9ebf9e API: New classes for OAuth and basic auth 2021-06-08 06:32:24 +00:00
e3d227f3c9 API: Parameter cleanup 2021-05-19 06:18:42 +00:00
49207a8624 Added scope check 2021-05-16 07:37:11 +00:00
Balázs Úr
054c301ef0 Update copyright 2021-03-29 08:40:20 +02:00
0cf517ad76 Use constants for the BBCode modes 2020-05-16 16:28:15 +00:00
d3b3f716f8 [API] Add new endpoint api/friendica/events 2020-02-16 12:07:39 -05:00
Michael Vogel
e80d68ba53
Merge pull request #8261 from MrPetovan/task/8251-use-about-for-pdesc
Use profile.about for profile description
2020-02-10 23:36:59 +01:00
nupplaPhil
23c64b9a11
Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
a42104ce43 Use profile.about instead of profile.pdesc for profile description 2020-02-09 02:36:19 -05:00
dd24b3bac0 Move api/profile/show to src/Module
- Update API documentation
- Update BaseApi::format to include headers by format
2020-01-29 23:31:37 -05:00