Michael
|
260ee13d07
|
Standards
|
2021-11-24 23:24:35 +00:00 |
|
Michael
|
bd1306d020
|
Removed whitespace
|
2021-11-24 23:20:42 +00:00 |
|
Michael
|
242fd646d2
|
Formatting
|
2021-11-24 23:06:28 +00:00 |
|
Michael
|
c4d52feea5
|
Many API calls moved
|
2021-11-24 23:03:34 +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 |
|
Philipp
|
645e4edc63
|
Revert "Revert "Replace Module::init() with Constructors""
This reverts commit 89d6c89b67 .
|
2021-11-19 20:18:48 +01:00 |
|
Hypolite Petovan
|
89d6c89b67
|
Revert "Replace Module::init() with Constructors"
|
2021-11-19 07:23:23 -05:00 |
|
Hypolite Petovan
|
0b6e0566d7
|
Merge pull request #10987 from annando/api4
API: moved classes / unified user array creation
|
2021-11-19 06:13:52 -05:00 |
|
Michael
|
1f79d25ffc
|
Replaced "api_date"
|
2021-11-18 21:43:13 +00:00 |
|
Michael
|
b67c10812a
|
Merge remote-tracking branch 'upstream/develop' into api4
|
2021-11-18 20:15:57 +00:00 |
|
Philipp
|
ce578a7745
|
Replace Module::init() with Constructors
|
2021-11-17 22:14:33 +01:00 |
|
Michael
|
a9e1847afd
|
Some more comments added
|
2021-11-17 06:36:12 +00:00 |
|
Michael
|
eaf4bc6d4f
|
Added contact
|
2021-11-17 06:28:39 +00:00 |
|
Michael
|
6ea426178a
|
API: moved classes / unified user array creation
|
2021-11-16 23:21:40 +00:00 |
|
Philipp
|
5879535822
|
Switch static::$parameters to $this->parameters
|
2021-11-14 23:49:07 +01:00 |
|
Philipp
|
489cd0884a
|
Make BaseModule methods dynamic
|
2021-11-14 23:49:06 +01:00 |
|
Philipp
|
714f0febc4
|
Replace $parameters argument per method with static::$parameters
|
2021-11-14 23:49:05 +01:00 |
|
Philipp
|
ea0f41ecf0
|
Transform ApiResponse::exit() into dynamic method
|
2021-11-12 20:03:27 +01:00 |
|
Philipp
|
319f91301d
|
Move API Response methods into an own class to make them mockable
|
2021-11-12 19:52:01 +01:00 |
|
Michael
|
17fafd37dd
|
Removed spaces
|
2021-11-10 07:38:48 +00:00 |
|
Michael
|
1518ad33ad
|
API: Classes moved to the correct places according to their origin
|
2021-11-10 07:31:39 +00:00 |
|
Michael
|
d267ba999c
|
We now use the new account-user-view (and fixed the function name)
|
2021-07-11 09:39:34 +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
|
acbe9ebf9e
|
API: New classes for OAuth and basic auth
|
2021-06-08 06:32:24 +00:00 |
|
Michael
|
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 |
|
Hypolite Petovan
|
4427876c05
|
Implement correct behavior for min_id in boundary pagination
- The previous behavior of since_id systematically showed the most recent results
|
2020-10-13 00:11:39 -04:00 |
|
Philipp
|
61014feec3
|
Fix ContactEndpoint & tests
|
2020-09-12 10:01:13 +02:00 |
|
Hypolite Petovan
|
24a82110fd
|
Add common relationship methods to Model\ContactRelation
- Introduce DBA::mergeConditions method
- Replace GContact relationship method contents with Model\ContactRelation method calls
|
2020-08-03 13:34:10 -04:00 |
|
Hypolite Petovan
|
8111ede2e5
|
Add support for max_id parameter in new Twitter contact API endpoints
- Use filter_input instead of manual type casting
|
2020-06-09 08:36:53 -04:00 |
|
Hypolite Petovan
|
7a5afc10bb
|
Implement Twitter contact endpoints
- Implement /followers/ids
- Implement /followers/list
- Reimplement /friends/ids
- Reimplement /friends/list
- Update API reference
- Remove obsolete tests
|
2020-06-09 08:36:46 -04:00 |
|