Commit Graph

7 Commits

Author SHA1 Message Date
Nick Thomas
3c99bfbf6e Updated cookie handling, tweak some bits 2013-09-27 15:50:20 +01:00
Nick Thomas
b958b59494 Stub (almost) a bunch of endpoints the free-but-official tapatalk client hits 2013-09-27 00:49:45 +01:00
Nick Thomas
c79b3ab26a Add login and logout support.
Booyah!
2013-09-27 00:24:09 +01:00
Nick Thomas
f8603e60aa Get thread view working properly in the official tapatalk client
You can now browse by category and read any thread. Pagination is
a bit strange so I've not dealt with it yet - discourse goes by
page number, whereas tapatalk asks for ranges of posts - so that
needs fixing In The Future.

We're probably in a state to begin looking at push notifications now
2013-09-25 22:26:51 +01:00
Nick Thomas
30c38cafff Add a couple of endpoints, one a stub, to be able to read topics
using the official client.

Many things work. Huzzah. Convo may also work now.
2013-09-25 21:18:47 +01:00
Nick Thomas
2623f90c9c Fix some API problems with get_config
We now advertise API level 3 correctly, allowing the official
Tapatalk client to connect to our forum. It can't display anything,
as we've not implemented get_latest_topic yet, but that's OK.
2013-09-25 19:59:00 +01:00
Nick Thomas
bb825e679d Initial commit 2013-09-25 11:58:39 +01:00