|
fa3eefdb74
|
Print what() in tests if an exception is thrown.
|
2019-04-15 02:00:05 +02:00 |
|
|
5b387a1c7b
|
Added tests for API::v1::accounts_id_statuses.
|
2019-04-15 01:59:41 +02:00 |
|
|
9c5779fd04
|
Added tests for API::v1::accounts_id_following.
|
2019-04-15 01:39:28 +02:00 |
|
|
ae7ac65931
|
Allowed the user ID for tests to be changed.
With the environment variable MASTODON_CPP_USER_ID.
|
2019-04-15 01:19:26 +02:00 |
|
|
09a234e82f
|
Added tests for API::v1::accounts_id_followers.
|
2019-04-15 01:02:03 +02:00 |
|
|
0ffd41c851
|
Allowed the setting of the instance for testing.
Via the environment variable MASTODON_CPP_INSTANCE.
|
2019-04-14 23:08:44 +02:00 |
|
|
e00b99fb17
|
Added tests for API::v1::accounts_update_credentials.
|
2019-04-14 22:45:44 +02:00 |
|
|
09793c5511
|
Added tests for API::v1::accounts_verify_credentials.
|
2019-04-14 22:30:37 +02:00 |
|
|
0166cc7b53
|
Added test for API::v1::accounts_id.
|
2019-04-14 19:58:55 +02:00 |
|
|
7d245e0df1
|
Fixed deletion of parameters.
|
2019-04-14 19:57:39 +02:00 |
|
|
64d4c65668
|
Added "emojis" to required fields in Easy::Account.
|
2019-04-14 19:57:07 +02:00 |
|
|
5bcbf55274
|
Added Easy-test with /api/v1/instance.
|
2019-04-14 18:11:48 +02:00 |
|
|
7de4c8c0ba
|
Do not require contact_account in Easy::Instance.
It is not required to have one, according to
<https://docs.joinmastodon.org/api/entities/#instance>.
|
2019-04-14 18:09:25 +02:00 |
|
|
d4736308fd
|
Put http_error_code in return_base.
|
2019-04-14 17:58:33 +02:00 |
|
|
a65cb89d20
|
Removed obsolete parameters from documentation.
|
2019-04-14 06:44:11 +02:00 |
|
|
a96b2e0ab5
|
Updated readme.
|
2019-04-14 06:34:26 +02:00 |
|
|
d5e6dfc776
|
Version bump 0.101.1
|
2019-04-14 04:46:03 +02:00 |
|
|
a1083b5c18
|
Changed CMAKE_PROJECT_NAME to PROJECT_NAME.
|
2019-04-14 04:38:59 +02:00 |
|
|
2f962d04eb
|
Added first tests.
|
2019-04-14 04:18:33 +02:00 |
|
|
ca60900a0c
|
Reformatted and splitted cmake recipe.
|
2019-04-14 04:11:17 +02:00 |
|
|
1432839f48
|
Install rpm-build on CentOS.
|
2019-04-14 00:11:30 +02:00 |
|
|
7b42101384
|
Use g++-6 on CentOS.
|
2019-04-14 00:04:01 +02:00 |
|
|
4c7074cff9
|
CI: Install curlpp from CentOS 6.
|
2019-04-13 23:48:37 +02:00 |
|
|
f797b54880
|
Install cmake3 on centos.
|
2019-04-13 23:00:34 +02:00 |
|
|
179692da93
|
Replaced wget with curl in CI recipe.
|
2019-04-13 22:49:48 +02:00 |
|
|
5e6b3d2e73
|
Install "file" for .deb-package generation.
|
2019-04-13 22:32:17 +02:00 |
|
|
e5c02f04d3
|
Version bump 0.101.0.
|
2019-04-13 22:24:40 +02:00 |
|
|
ee97700495
|
Added links to Pleroma and glitch-soc documentation.
|
2019-04-13 21:59:27 +02:00 |
|
|
9a7b107b32
|
typos.
|
2019-04-13 21:55:03 +02:00 |
|
|
4e8c44a4ba
|
Added list of types to readme.
|
2019-04-13 21:50:20 +02:00 |
|
|
4614cfba0c
|
Documentation fixes.
|
2019-04-13 21:04:59 +02:00 |
|
|
3fe21ccfc7
|
Small documetation fixes.
|
2019-04-13 02:54:46 +02:00 |
|
|
4302814e17
|
Replaced Easy::alertmap with Easy::alerts.
|
2019-04-13 02:45:27 +02:00 |
|
|
bc82dac69b
|
Marked Easy::time operators const.
|
2019-04-13 02:27:45 +02:00 |
|
|
a3f2e94034
|
Bettered documentation.
|
2019-04-13 02:27:21 +02:00 |
|
|
a0d47d48fa
|
Replaced parametermap with own types.
|
2019-04-12 01:10:33 +02:00 |
|
|
c2eff2b09e
|
Print remaining content of the stream in debug mode.
|
2019-04-10 21:12:13 +02:00 |
|
|
031c0c3e22
|
Catch path by value in request_stream().
|
2019-04-10 21:04:04 +02:00 |
|
|
2c97d43ce2
|
Added comment to example02.
|
2019-04-10 20:55:23 +02:00 |
|
|
09ecd8e5e4
|
Report errors with get_stream() in-stream.
|
2019-04-10 20:52:36 +02:00 |
|
|
a551516be2
|
Added short descriptions to the examples.
Also added example02 to doxygen-documentation.
|
2019-04-10 02:35:38 +02:00 |
|
|
bde8d11706
|
Revamped streams.
|
2019-04-10 02:25:55 +02:00 |
|
|
ccedfba4af
|
Added GET_STREAM to switch in http::request().
|
2019-04-09 21:58:02 +02:00 |
|
|
438a3932e1
|
Build RPM packages on CentOS.
|
2019-04-08 21:24:08 +02:00 |
|
|
c9a826ebcb
|
Improved documentation a bit.
|
2019-04-05 14:41:18 +02:00 |
|
|
6a01efc6aa
|
Moved API::http::method to http_method.
|
2019-04-05 14:40:54 +02:00 |
|
|
88d69be298
|
Let Account::Source fall back to Easy::Entity.
|
2019-04-05 14:39:35 +02:00 |
|
|
8d4dcb9984
|
Added doxygen to drone recipe.
|
2019-04-04 20:44:57 +02:00 |
|
|
55529136c2
|
Changed default for WITH_EXAMPLES to NO.
|
2019-04-04 12:58:49 +02:00 |
|
|
d7bec891dd
|
Set default values for all custom cmake-variables.
And changed WITHOUT_EASY to WITH_EASY.
|
2019-04-04 12:47:40 +02:00 |
|