42 Commits

Author SHA1 Message Date
Julia Grace
29cb1ce14b fixed test_topic()' 2015-04-22 10:51:39 -07:00
Julia Grace
4e69083284 Merge pull request #8 from RauchF/master
Python 3 compatibility, new GET method (/admin/users/list/)
2015-03-31 10:36:28 -07:00
Felix Rauch
cc03b5cc08 Add method to GET list of users (/admin)
This allows to grab all users, as used in the Discourse admin UI at
/admin/users/list. By default grabs all active users, but also accepts
the other views like "staff", "suspended", etc.
2014-12-19 01:22:13 +01:00
Felix Rauch
385e35b322 Add parentheses around print statement for Python 3.x
Python 3.x actually requires parentheses around the arguments to
print().
This shouldn't break compatibility with Python 2.4/2.6, but fixes a
syntax error with Python 3.x.
2014-12-19 00:52:53 +01:00
Julia Grace
9c6097a3d4 Merge pull request #6 from kportertx/patch-1
Potential bug in update_post
2014-12-05 14:10:16 -08:00
Kevin Porter
204eb1478a Potential bug in update_post 2014-12-03 18:48:57 -08:00
Marc Sibson
e64b990dc8 Merge branch 'master' of github.com:tindie/pydiscourse 2014-08-06 15:25:15 -07:00
Marc Sibson
e358300085 fix topic to avoid redirect 2014-08-06 15:25:05 -07:00
Marc Sibson
b8cb201652 Merge pull request #3 from tindie/more-good-errors
try harder to give verbose error messages
2014-07-16 14:29:01 -07:00
Marc Sibson
cba141724d try harder to give verbose error messages 2014-07-16 14:26:11 -07:00
Marc Sibson
d64651e655 add post update 2014-06-23 22:27:28 -07:00
Marc Sibson
9d5d835910 update docs for SSO 2014-06-13 15:37:42 +00:00
Marc Sibson
9eb5f3466b Merge branch 'master' of github.com:tindie/pydiscourse 2014-06-13 15:34:15 +00:00
Marc Sibson
d66e636078 improve category support 2014-06-13 15:34:02 +00:00
Marc Sibson
a381089497 Merge pull request #2 from tindie/f/sso
add SSO support, thanks James Potter
2014-06-06 13:12:32 -07:00
Marc Sibson
aaa18ee0c6 add user preferences 2014-06-02 11:16:14 -07:00
Marc Sibson
a07280975a fixes for py26, py34 tests 2014-05-28 22:50:18 -07:00
Marc Sibson
cb0244652d add SSO support, thanks James Potter 2014-05-28 10:18:48 -07:00
Marc Sibson
4a56a43bd5 start thinking about 3.4 support 2014-05-27 22:30:06 -07:00
Marc Sibson
4a366a1b97 tox and testing for py2.6, py2.7 2014-05-27 22:24:57 -07:00
Marc Sibson
0356f27993 add support to toggle gravatar setting 2014-05-26 14:08:09 -07:00
Marc Sibson
a557b48193 fix string formatting 2014-05-19 13:52:36 -07:00
Marc Sibson
5323ae5a3b add kwargs to functions 2014-05-12 13:12:09 -07:00
Marc Sibson
d81a0b9f80 fix test 2014-05-12 13:08:32 -07:00
Marc Sibson
0415f597a0 follow upstream API changes 2014-05-12 13:04:48 -07:00
Marc Sibson
cdb31f50c7 more fine-grained control over request options 2014-05-12 13:04:20 -07:00
Marc Sibson
4500e9aad5 fetch paginated posts for a topic 2014-05-01 08:18:14 -07:00
Marc Sibson
cb86f1dc9c fix tests 2014-04-29 14:27:47 -07:00
Marc Sibson
c1646fc0aa add topic_timings and improve error handling 2014-04-29 14:12:33 -07:00
Marc Sibson
ff9df8f784 rework of error handling, execeptions 2014-04-24 12:51:36 -04:00
Marc Sibson
24afc0c9dc move docs to more std docs/ 2014-04-22 12:50:33 -04:00
Marc Sibson
9b73623aa6 avatar, delete support 2014-04-22 12:24:18 -04:00
Marc Sibson
c6ab244f0b fix error handling 2014-04-21 16:57:13 -04:00
Marc Sibson
3ecd8592c2 add entry point for cli 2014-04-08 08:30:58 -07:00
Marc Sibson
caf7bbec63 add link the Discourse routes.txt 2014-04-04 23:20:46 -07:00
Marc Sibson
76bd0b7119 disable 2.6 for now
- not ready to worry about compatibility with 2.6, even if its only tests
2014-04-04 23:15:11 -07:00
Marc Sibson
6553f3413b use .rst for readthedocs links to work 2014-04-04 23:11:48 -07:00
Marc Sibson
968c4de0b8 add some basic docs 2014-04-04 23:09:23 -07:00
Marc Sibson
f557dba06e lets hire travis. 2014-04-04 22:37:47 -07:00
Marc Sibson
4fac3f93f5 add some tests and fixes found by them \o/ 2014-04-04 22:37:17 -07:00
Marc Sibson
ede561632d first pass at working client 2014-04-04 15:04:38 -07:00
Marc Sibson
fc1afe69ef Initial commit 2014-04-04 13:25:42 -07:00