Commit Graph

606 Commits

Author SHA1 Message Date
121cf0f32b
Added Status::card() 2018-11-17 20:38:09 +01:00
a8e27d7f5d
Added Status::replies_count() 2018-11-17 20:32:36 +01:00
d79fbc212b
Bugfix: Link error with inline function
All checks were successful
the build was successful
2018-11-13 14:50:42 +01:00
18935da2d1
Added ABI instability warning
All checks were successful
the build was successful
2018-10-09 23:43:44 +02:00
688fa9f346
CI: Changed g++ packages from bionic to xenial
All checks were successful
the build was successful
2018-10-09 02:04:53 +02:00
d4b42ac316
updated dependencies 2018-10-08 22:43:13 +02:00
2d3d7e3bdd
CI: replace gcc image with debian image
All checks were successful
the build was successful
2018-10-08 22:17:36 +02:00
6385d405d9
fixed package build script
All checks were successful
the build was successful
2018-10-08 19:07:28 +02:00
497cab1122
CI: Dropped g++-6, was based on jessie, didn't work with libcurlpp-dev from sid
Some checks failed
the build failed
2018-10-08 18:53:48 +02:00
38390274ae
Removed ebuilds from CI recipe
Some checks failed
the build failed
2018-10-08 18:36:13 +02:00
be39e04b05
Changed dependencies: libcurlpp-dev is not in buster anymore, but in sid
Some checks failed
the build failed
2018-10-08 18:26:22 +02:00
dd306268c4
Deleted ebuilds.
Some checks failed
the build failed
They are still in the overlay "tastytea".
2018-10-08 18:20:05 +02:00
e3c765ea5b
deleted useless debug statements 2018-10-08 01:45:46 +02:00
e372614068
Added error 16: Timeout 2018-10-08 01:33:09 +02:00
f1755d8de3
Bugfix: Error codes from send_post and send_toot were not reported back.
Because the variable was not a reference.
2018-10-08 01:22:55 +02:00
f64984f331
Updated Easy::Account for Mastodon 2.4.0+ 2018-09-16 02:45:24 +02:00
54493cd42e
Fixed package generation issues 2018-09-16 01:28:38 +02:00
21ba221779
drone: deactivated gcc 5
All checks were successful
the build was successful
2018-08-26 20:36:16 +02:00
7882429cef
drone: replaced stretch-dependencies with jessie-backports 2018-08-26 20:28:13 +02:00
fc281a698b
drone: reversed compiler list, generate generic binary package
All checks were successful
the build was successful
2018-08-26 19:46:36 +02:00
0ede902e0b
Enabled the possibility to generate source packages 2018-08-26 13:43:16 +02:00
7c2dfa65e2
fixed drone file
All checks were successful
the build was successful
2018-08-15 07:43:19 +02:00
b96ac7c19d
Updated readme
Some checks failed
the build failed
2018-08-15 07:36:49 +02:00
fa4f6388a9
Fixed release-portion of CI-script 2018-08-14 17:42:01 +02:00
cdb538fa45
Updated dependencies, version bump
All checks were successful
the build was successful
2018-08-14 17:26:34 +02:00
e885bd5ae6
Enhanced CI
All checks were successful
the build was successful
2018-08-14 16:58:59 +02:00
fb0a7c0f7f
Added option to compile to static library
All checks were successful
the build was successful
2018-07-19 12:23:27 +02:00
63fd9f581c
bugfix: some examples didn't compile with -DWITHOUT_EASY 2018-07-19 11:17:46 +02:00
e18c9b1c35
drone: changed working dir for gitea-release
All checks were successful
the build was successful
Because the checksum-files had build/foo in it
2018-07-14 12:53:11 +02:00
70b7f1b673
fixed drone recipe
All checks were successful
the build was successful
2018-07-14 12:32:48 +02:00
14a60e1e82
fixed drone recipe
Some checks failed
the build failed
2018-07-14 12:05:07 +02:00
b74381ceed
Enhanced Entity::valid
All checks were successful
the build was successful
It now checks if all non-nullable attributes are set. fixes #10
2018-07-14 11:54:13 +02:00
2565ff8d15
Renamed send_toot to send_post, made send_toot an alias for send_post 2018-07-14 10:36:34 +02:00
81efd8bc1c
re-enabled automatic release to gitea
All checks were successful
the build was successful
It was disabled because it was not compatible with gitea < 1.5.0.
2018-07-14 08:14:54 +02:00
5df220913b
Added API::urldecode()
All checks were successful
the build was successful
2018-06-28 14:19:43 +02:00
dd379bb573
fixed ebuilds
All checks were successful
the build was successful
2018-06-21 22:28:09 +02:00
c29a8e908e
Updated DEB/RPM-package metainfo 2018-06-21 18:28:39 +02:00
259ffad483
updated ebuilds
All checks were successful
the build was successful
2018-06-21 18:11:47 +02:00
a5c1ce642d
removed .travis.yml
All checks were successful
the build was successful
2018-06-21 17:25:34 +02:00
917b98945a
drone: disabled gitea_release temporarily
All checks were successful
the build was successful
2018-06-21 16:51:55 +02:00
9eba5bd5d3
Updated dependencies
All checks were successful
the build was successful
2018-06-21 14:06:04 +02:00
d44c69aaa3
downgraded drone from buster to stretch, fixed travis
All checks were successful
the build was successful
2018-06-21 13:58:52 +02:00
f9c32f38d3
Removed redundant debug messages
All checks were successful
the build was successful
2018-06-21 12:42:38 +02:00
5c7dab4b78
Updated Gentoo install instructions
All checks were successful
the build was successful
2018-06-20 11:05:49 +02:00
dc763ef41d
drone: always pull new images 2018-06-19 09:34:07 +02:00
ae9df6706d
reduced issue template
All checks were successful
the build was successful
2018-06-14 11:52:56 +02:00
7bd17a0ef0
Added a lot more version tags to the documentation
All checks were successful
the build was successful
That was tedious! 😓
2018-06-14 11:17:26 +02:00
43504f6ef7
Added Easy::send_toot (Closes #1)
Some checks failed
the build failed
2018-06-14 04:11:28 +02:00
eaff505f15
bugfix: Made sure that arrays are send as arrays when they only have 1 entry
This applies to account_ids, exclude_types, and media_ids
2018-06-14 04:10:08 +02:00
8f30451ec1
Made Easy::Attachment writable (#1)
All checks were successful
the build was successful
2018-06-14 03:19:23 +02:00