Improvements and changes in Aspect().getUsers()
[diaspy.git] / diaspy / models.py
2013-07-04 Marek MareckiImprovements and changes in Aspect().getUsers()
2013-07-03 Marek MareckiFixed and improved models.Aspect().getUsers()
2013-07-03 Marek MareckiMerge branch 'master' of https://github.com/Javafant...
2013-07-03 Marek MareckiSometginh broke Aspect().getUsers()
2013-07-03 Moritz KieferMerge pull request #18 from jaywink/aspect-model-improv...
2013-07-03 Jason RobinsonAllow initializing Aspect class also using name. Add...
2013-06-30 Marek MareckiGetting users who are contained in an aspect is now...
2013-06-30 Marek MareckiMerge branch 'aspects-add-fix' of https://github.com...
2013-06-30 Marek MareckiSome work on `models.Aspect.getUsers()` done
2013-06-30 Jason RobinsonStatus code 200 is returned by Diaspora* on a successfu...
2013-06-30 Jason RobinsonReturn more precise error description when adding to...
2013-06-30 Marek MareckiMerge branch 'master' of https://github.com/Javafant...
2013-06-30 Marek MareckiStuff done
2013-06-18 Marek MareckiSmall changes in regexp used for cleaning notifications...
2013-06-12 Marek MareckiMerge branch 'master' of https://github.com/Javafant...
2013-06-10 Marek Marecki`Notification().who()` now returns list of guids af...
2013-06-10 Marek MareckiFurther work on `Notificatin()` model; `str()` and...
2013-06-10 Marek MareckiChanges in login and token obtaining procedures,
2013-06-09 Marek MareckiRemoved that annoying print() from `models.Notification()`
2013-06-09 Marek MareckiNotifications can now be marked as `read` or `unread`
2013-06-08 Marek MareckiWork done to improve notifications
2013-06-05 Marek MareckiSome stuff done
2013-05-26 Marek MareckiFixed bug aspect deletion, initial development for...
2013-05-24 Marek MareckiMerge branch 'streams'
2013-05-19 Marek MareckiOne can now remove() aspects by their name, repr(Post...
2013-05-19 Marek MareckiFixed bug in diaspy.models.Post.__str__, added logout...
2013-05-14 Marek MareckiStyle check (flake8)
2013-05-07 Marek MareckiMerge branch 'people' into streams
2013-05-07 Marek MareckiChanges in `Stream().post_picture()`
2013-05-05 Marek MareckiNew Aspect() model and Client() refactored to use it
2013-05-03 Marek MareckiMerge branch 'streams' of https://github.com/Javafant...
2013-05-03 Moritz KieferRename getToken() to get_token()
2013-05-03 Moritz KieferMerge branch 'streams' of git://github.com/marekjm...
2013-05-02 Marek MareckiFurther work being done on streams; all basic streams...
2013-05-01 Marek MareckiStream() moved to `diaspy/streams.py`, Generic() stream...
2013-04-30 Marek MareckiClient() rewritten to use Stream() object
2013-04-30 Marek MareckiCode beautifying (flake8)
2013-04-30 Marek MareckiStream() object with some basic functionality implement...
2013-04-14 Moritz KieferMerge pull request #12 from marekjm/connection
2013-04-13 Marek Marecki`diaspy` ported to use `Connection()` object
2013-04-13 Marek MareckiFurther porting on way to use `Connection()`
2013-04-07 Moritz KieferMerge pull request #11 from marekjm/devel
2013-04-06 Marek Marecki_sessiondelete() method in diaspy/client.py implemented,
2013-03-30 Moritz KieferMerge pull request #9 from marekjm/session-refactoring
2013-03-30 Marek MareckiMethods refactored to use _sessionpost(), tox.ini file...
2013-03-30 Marek MareckiMerge branch 'master' into session-refactoring
2013-03-30 Marek MareckiCode cleanup (flake8)
2013-03-29 Moritz KieferFixed posting and many style fixes
2013-03-29 Moritz KieferMerge pull request #8 from marekjm/devel
2013-03-29 Marek MareckiMerge branch 'posts' into devel
2013-03-29 Marek MareckiSeparated post() procedure into data setting and sending
2013-03-22 Moritz KieferMerge pull request #6 from marekjm/tests
2013-03-18 Marek MareckiFixed string manipulation in diaspy/models.py
2013-03-18 Marek MareckiMinor documentation fix in diaspy/models.py
2013-03-01 Moritz KieferMerge pull request #5 from dabascht/direct_messages
2013-03-01 Baŝtothe rest: create new conversations and get a list of...
2013-02-15 Moritz KieferAdd get_tag; pep8 fixes
2013-02-02 Moritz KieferAdd functions to add and remove users to/from aspects
2013-02-02 Moritz KieferAdd function to delete post
2013-02-01 Moritz Kieferrename Post.fetch_data() to Post.get_data()
2013-02-01 Moritz KieferAdd function to read stream data
2013-02-01 Moritz KieferFetch post_data when needed
2013-01-19 Moritz KieferImprove exception handling
2013-01-18 Moritz KieferImprovements to the documentation and style fixes
2013-01-17 Moritz KieferAdd post class