diaspy.git
11 years agoMerge pull request #9 from marekjm/session-refactoring
Moritz Kiefer [Sat, 30 Mar 2013 14:45:16 +0000 (07:45 -0700)]
Merge pull request #9 from marekjm/session-refactoring

`diaspy/` modules refactored to use `_sessionpost()` method

11 years agoMethods refactored to use _sessionpost(), tox.ini file added
Marek Marecki [Sat, 30 Mar 2013 13:30:48 +0000 (14:30 +0100)]
Methods refactored to use _sessionpost(), tox.ini file added

11 years agoMerge branch 'master' into session-refactoring
Marek Marecki [Sat, 30 Mar 2013 13:06:13 +0000 (14:06 +0100)]
Merge branch 'master' into session-refactoring

Conflicts:
diaspy/client.py
diaspy/conversations.py
diaspy/models.py
tests.py

11 years agoCode cleanup (flake8)
Marek Marecki [Sat, 30 Mar 2013 09:21:42 +0000 (10:21 +0100)]
Code cleanup (flake8)

11 years agoFixed posting and many style fixes
Moritz Kiefer [Fri, 29 Mar 2013 23:33:18 +0000 (00:33 +0100)]
Fixed posting and many style fixes

11 years agoSmall fix in manual
Marek Marecki [Fri, 29 Mar 2013 16:59:18 +0000 (17:59 +0100)]
Small fix in manual

11 years agoMerge pull request #8 from marekjm/devel
Moritz Kiefer [Fri, 29 Mar 2013 13:58:02 +0000 (06:58 -0700)]
Merge pull request #8 from marekjm/devel

Changes in `post()` method

11 years agoSmall changes in test suite, preparation to refactor to _sessionpost()
Marek Marecki [Fri, 29 Mar 2013 11:50:28 +0000 (12:50 +0100)]
Small changes in test suite, preparation to refactor to _sessionpost()

11 years agoget_*() methods refactored to use _sessionget()
Marek Marecki [Fri, 29 Mar 2013 11:30:09 +0000 (12:30 +0100)]
get_*() methods refactored to use _sessionget()

11 years agoRemoved unnecessary data obtaining from `get_*` methods
Marek Marecki [Fri, 29 Mar 2013 11:28:26 +0000 (12:28 +0100)]
Removed unnecessary data obtaining from `get_*` methods

11 years agoget_mailbox() refactored to use _sessionget()
Marek Marecki [Fri, 29 Mar 2013 11:16:45 +0000 (12:16 +0100)]
get_mailbox() refactored to use _sessionget()

11 years agotestconf.py added to .gitingore
Marek Marecki [Fri, 29 Mar 2013 11:13:04 +0000 (12:13 +0100)]
testconf.py added to .gitingore

11 years agoTwo tests added
Marek Marecki [Fri, 29 Mar 2013 11:12:29 +0000 (12:12 +0100)]
Two tests added

11 years agoget_tag() refactored to use _sessionget()
Marek Marecki [Fri, 29 Mar 2013 10:49:44 +0000 (11:49 +0100)]
get_tag() refactored to use _sessionget()

11 years agoget_mentions() refactored to use _sessionget()
Marek Marecki [Fri, 29 Mar 2013 10:44:53 +0000 (11:44 +0100)]
get_mentions() refactored to use _sessionget()

11 years agoget_user_info() refactored to use _sessionget()
Marek Marecki [Fri, 29 Mar 2013 10:40:01 +0000 (11:40 +0100)]
get_user_info() refactored to use _sessionget()

11 years agoget_stream() and get_notifications() refactored to use _sessionget()
Marek Marecki [Fri, 29 Mar 2013 10:37:09 +0000 (11:37 +0100)]
get_stream() and get_notifications() refactored to use _sessionget()

11 years agoNew _sessionget() method. get_token() refactored to use it.
Marek Marecki [Fri, 29 Mar 2013 10:10:14 +0000 (11:10 +0100)]
New _sessionget() method. get_token() refactored to use it.

11 years agoMerge branch 'posts' into devel
Marek Marecki [Fri, 29 Mar 2013 09:49:16 +0000 (10:49 +0100)]
Merge branch 'posts' into devel

Conflicts:
diaspy/client.py

11 years agoSeparated post() procedure into data setting and sending
Marek Marecki [Fri, 29 Mar 2013 09:40:29 +0000 (10:40 +0100)]
Separated post() procedure into data setting and sending

11 years agoFixed list generation in diaspy/client.py
Marek Marecki [Mon, 25 Mar 2013 16:16:38 +0000 (17:16 +0100)]
Fixed list generation in diaspy/client.py

11 years agoThis is not a good commit. Broken many things.
Marek Marecki [Mon, 25 Mar 2013 15:58:17 +0000 (16:58 +0100)]
This is not a good commit. Broken many things.

11 years agoMerge pull request #6 from marekjm/tests
Moritz Kiefer [Fri, 22 Mar 2013 07:41:23 +0000 (00:41 -0700)]
Merge pull request #6 from marekjm/tests

Refactored string manipulation, connecting procedure changed

11 years agoRemoved `Client()` class from `diaspy/__init__.py`
Marek Marecki [Thu, 21 Mar 2013 21:07:31 +0000 (22:07 +0100)]
Removed `Client()` class from `diaspy/__init__.py`

11 years agoSmall changes in manual
Marek Marecki [Wed, 20 Mar 2013 21:48:28 +0000 (22:48 +0100)]
Small changes in manual

11 years agoClient() in diaspy/__init__.py documented
Marek Marecki [Wed, 20 Mar 2013 21:44:18 +0000 (22:44 +0100)]
Client() in diaspy/__init__.py documented

11 years agoRemoved Makefile (was not useful)
Marek Marecki [Wed, 20 Mar 2013 21:15:03 +0000 (22:15 +0100)]
Removed Makefile (was not useful)

11 years agoFixed string manipulation in diaspy/models.py
Marek Marecki [Mon, 18 Mar 2013 21:26:32 +0000 (22:26 +0100)]
Fixed string manipulation in diaspy/models.py

11 years agoFixed string manipulation in diaspy/conversations.py
Marek Marecki [Mon, 18 Mar 2013 21:15:37 +0000 (22:15 +0100)]
Fixed string manipulation in diaspy/conversations.py

11 years agoFixed string manipulation in diaspy/client.py
Marek Marecki [Mon, 18 Mar 2013 21:09:50 +0000 (22:09 +0100)]
Fixed string manipulation in diaspy/client.py

11 years agoInitial refactoring, test for initialization of client
Marek Marecki [Mon, 18 Mar 2013 20:34:07 +0000 (21:34 +0100)]
Initial refactoring, test for initialization of client

11 years agoSeparated process of setting login data from actual login action.
Marek Marecki [Mon, 18 Mar 2013 15:35:16 +0000 (16:35 +0100)]
Separated process of setting login data from actual login action.
End user interface remains untouched - changes under the hood.

11 years agoMinor documentation fix in diaspy/models.py
Marek Marecki [Mon, 18 Mar 2013 15:20:19 +0000 (16:20 +0100)]
Minor documentation fix in diaspy/models.py

11 years agoMerge pull request #5 from dabascht/direct_messages
Moritz Kiefer [Fri, 1 Mar 2013 21:33:06 +0000 (13:33 -0800)]
Merge pull request #5 from dabascht/direct_messages

Direct messages

11 years agothe rest: create new conversations and get a list of existing conversations
Baŝto [Fri, 1 Mar 2013 21:22:41 +0000 (22:22 +0100)]
the rest: create new conversations and get a list of existing conversations

11 years agoCreate new Conversations, answer to old ones or delete them
Baŝto [Fri, 1 Mar 2013 21:11:50 +0000 (22:11 +0100)]
Create new Conversations, answer to old ones or delete them

11 years agoAdd get_tag; pep8 fixes
Moritz Kiefer [Fri, 15 Feb 2013 12:54:41 +0000 (13:54 +0100)]
Add get_tag; pep8 fixes

11 years agoFix setup.py, closes #3
Moritz Kiefer [Tue, 5 Feb 2013 17:39:33 +0000 (18:39 +0100)]
Fix setup.py, closes #3

11 years agoFix setup.py, closes #3
Moritz Kiefer [Tue, 5 Feb 2013 17:35:56 +0000 (18:35 +0100)]
Fix setup.py, closes #3

11 years agoFix setup.py
Moritz Kiefer [Tue, 5 Feb 2013 17:35:56 +0000 (18:35 +0100)]
Fix setup.py

11 years agoClean up login function
Moritz Kiefer [Sun, 3 Feb 2013 14:13:20 +0000 (15:13 +0100)]
Clean up login function

11 years agoFix typo in remove_aspect
Moritz Kiefer [Sun, 3 Feb 2013 11:29:41 +0000 (12:29 +0100)]
Fix typo in remove_aspect

11 years agoAdd functions to add and remove aspects
Moritz Kiefer [Sat, 2 Feb 2013 23:01:10 +0000 (00:01 +0100)]
Add functions to add and remove aspects

11 years agoAdd functions to add and remove users to/from aspects
Moritz Kiefer [Sat, 2 Feb 2013 22:32:12 +0000 (23:32 +0100)]
Add functions to add and remove users to/from aspects

11 years agoAdd function to delete post
Moritz Kiefer [Sat, 2 Feb 2013 21:40:13 +0000 (22:40 +0100)]
Add function to delete post

11 years agoRemove debugging adapter
Moritz Kiefer [Sat, 2 Feb 2013 19:49:58 +0000 (20:49 +0100)]
Remove debugging adapter

11 years agoAllow attaching of images to a post
Moritz Kiefer [Sat, 2 Feb 2013 19:43:08 +0000 (20:43 +0100)]
Allow attaching of images to a post

11 years agoFix documentation
Moritz Kiefer [Sat, 2 Feb 2013 11:24:41 +0000 (12:24 +0100)]
Fix documentation

11 years agoReturn Post object instead of json
Moritz Kiefer [Sat, 2 Feb 2013 11:22:48 +0000 (12:22 +0100)]
Return Post object instead of json

11 years agoFix module references
Moritz Kiefer [Sat, 2 Feb 2013 09:27:26 +0000 (10:27 +0100)]
Fix module references

11 years agorename Post.fetch_data() to Post.get_data()
Moritz Kiefer [Fri, 1 Feb 2013 22:51:25 +0000 (23:51 +0100)]
rename Post.fetch_data() to Post.get_data()

11 years agoget_mentions() function
Moritz Kiefer [Fri, 1 Feb 2013 22:45:21 +0000 (23:45 +0100)]
get_mentions() function

11 years agoget_notifications() function
Moritz Kiefer [Fri, 1 Feb 2013 22:38:16 +0000 (23:38 +0100)]
get_notifications() function

11 years agoAdd function to read stream data
Moritz Kiefer [Fri, 1 Feb 2013 20:07:22 +0000 (21:07 +0100)]
Add function to read stream data

11 years agoFetch post_data when needed
Moritz Kiefer [Fri, 1 Feb 2013 19:30:17 +0000 (20:30 +0100)]
Fetch post_data when needed

11 years agoAdd LICENSE file
Moritz Kiefer [Fri, 1 Feb 2013 19:14:53 +0000 (20:14 +0100)]
Add LICENSE file

11 years agoImprove exception handling
Moritz Kiefer [Sat, 19 Jan 2013 21:43:24 +0000 (22:43 +0100)]
Improve exception handling

11 years agodocumentation fixes
Moritz Kiefer [Fri, 18 Jan 2013 14:03:51 +0000 (15:03 +0100)]
documentation fixes

11 years agoImprovements to the documentation and style fixes
Moritz Kiefer [Fri, 18 Jan 2013 11:53:57 +0000 (12:53 +0100)]
Improvements to the documentation and style fixes

11 years agoAdd post class
Moritz Kiefer [Thu, 17 Jan 2013 21:39:36 +0000 (22:39 +0100)]
Add post class

11 years agoAdd function to add and remove comments
Moritz Kiefer [Thu, 17 Jan 2013 16:02:29 +0000 (17:02 +0100)]
Add function to add and remove comments

11 years agoAdd function to reshare a post
Moritz Kiefer [Wed, 16 Jan 2013 19:17:42 +0000 (20:17 +0100)]
Add function to reshare a post

11 years agoAdd functions to like and remove likes on a post.
Moritz Kiefer [Wed, 16 Jan 2013 18:56:08 +0000 (19:56 +0100)]
Add functions to like and remove likes on a post.

11 years agoAdd function to retrieve userinfo
Moritz Kiefer [Wed, 16 Jan 2013 14:17:35 +0000 (15:17 +0100)]
Add function to retrieve userinfo

11 years agoFurther improvements to the documentation
Moritz Kiefer [Tue, 15 Jan 2013 20:57:35 +0000 (21:57 +0100)]
Further improvements to the documentation

11 years agoFurther improvements to the documentation
Moritz Kiefer [Tue, 15 Jan 2013 20:12:59 +0000 (21:12 +0100)]
Further improvements to the documentation

11 years agoImprove documentation
Moritz Kiefer [Tue, 15 Jan 2013 20:03:53 +0000 (21:03 +0100)]
Improve documentation

11 years agoAdd requirements file
Moritz Kiefer [Tue, 15 Jan 2013 19:25:38 +0000 (20:25 +0100)]
Add requirements file

11 years agoanother try
Moritz Kiefer [Tue, 15 Jan 2013 19:13:54 +0000 (20:13 +0100)]
another try

11 years agoPlease work!
Moritz Kiefer [Tue, 15 Jan 2013 17:32:04 +0000 (18:32 +0100)]
Please work!

11 years agoDammit, just work now, please!
Moritz Kiefer [Tue, 15 Jan 2013 17:20:44 +0000 (18:20 +0100)]
Dammit, just work now, please!

11 years agoDammit, just work now, please!
Moritz Kiefer [Tue, 15 Jan 2013 17:14:06 +0000 (18:14 +0100)]
Dammit, just work now, please!

11 years agoanother fix for rtd
Moritz Kiefer [Tue, 15 Jan 2013 17:11:39 +0000 (18:11 +0100)]
another fix for rtd

11 years agofixes for readthedocs
Moritz Kiefer [Tue, 15 Jan 2013 17:07:25 +0000 (18:07 +0100)]
fixes for readthedocs

11 years agoinitial commit
Moritz Kiefer [Tue, 15 Jan 2013 16:41:54 +0000 (17:41 +0100)]
initial commit