Commit Graph

17 Commits (main)

Author SHA1 Message Date
Nick Thomas 9b80bcdcfa Get forum fiend working again 2013-09-29 02:10:41 +01:00
Nick Thomas 6eff1c4810 Move to a non-standard format for dateTime objects returned to Tapatalk clients
This fixes interactions with the iPhone client. Win.
2013-09-28 21:57:47 +01:00
Nick Thomas c2a9403a4c Trying to get push notifications working - and failing so far 2013-09-28 21:11:34 +01:00
Nick Thomas 9007ad43ae Forget about this attribute 2013-09-28 12:49:23 +01:00
Nick Thomas d3cc418e8f Implement new_topic for the XMLRPC interface. 2013-09-28 01:59:41 +01:00
Nick Thomas 0352671fda A bunch of little format changes 2013-09-28 01:18:43 +01:00
Nick Thomas 4a0aa9d681 Fix logins to be more persistent, A few other cleanups
Prior to this change ( setting the Mobiquo_is_login: true header ),
the official android client would do many login calls - one every
other API call, more or less. This makes us persistent instead.
2013-09-28 00:05:12 +01:00
Nick Thomas c7f4cc2694 don't 404 on XMLRPC unknown methods, and do get_unread_topic correctly 2013-09-27 21:07:46 +01:00
Nick Thomas 0bde9141ec Remove some incorrect comments 2013-09-27 19:00:03 +01:00
Nick Thomas 6718017505 Fix getting unread topics, and add support for posting replies 2013-09-27 18:29:52 +01:00
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