2013-08-20 |
Marek Marecki | Small changes in connection |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-08-10 |
Marek Marecki | Updated README |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-08-10 |
Marek Marecki | Fixed some bugs in streams |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-08-10 |
Marek Marecki | Some more functions added in settings |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-08-08 |
Marek Marecki | You can now get list of languages in settings |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-08-08 |
Marek Marecki | Merge branch 'devel' into settings |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-08-08 |
Marek Marecki | Initiali work on retrieving languages list |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-08-08 |
Marek Marecki | You can now change language and email using diaspy |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-08-08 |
Marek Marecki | Imporved error message in diaspy.streams.Stream()._phot... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-08-08 |
Marek Marecki | Err, it was kinda stupid to return anything about ... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-08-08 |
Marek Marecki | pydoc will now correctly read doctsing for diaspy/strea... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-08-04 |
Marek Marecki | Some refactoring in Notification model and streams |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-12 |
Marek Marecki | New `models.Comment()` object, `Post()` can now fetch... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-12 |
Marek Marecki | Some bug fixes and small changes |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-12 |
Marek Marecki | `people.sephandle()` raises `InvalidHandleError`, |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-11 |
Marek Marecki | Merge branch 'master' into settings |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-07 |
Marek Marecki | Changelog updated for 0.3.0 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-07 |
Marek Marecki | Update to version 0.3.0 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-07 |
Marek Marecki | Fixed `User()` to make use of `Search().user()` |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-07 |
Marek Marecki | Merge branch 'master' into search |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-07 |
Marek Marecki | Small changes in `people.User()` |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-07 |
Marek Marecki | Merge branch 'master' into search |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-07 |
Marek Marecki | Software tested and bugs shaken out after refactoring |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-07 |
Marek Marecki | Moved `User().fetchprofile()` functionality to `Search... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-07 |
Marek Marecki | Huge refactoring done in many places, bit of redesign... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-07 |
Marek Marecki | Refactored `Post()` to use `repr()` on `Connection()`, |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-07 |
Marek Marecki | Refactored `Aspect()` to use `repr()` on `Connection... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-07 |
Marek Marecki | Refactored `Conversation()` to use `repr()` function... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-07 |
Marek Marecki | notifications.py refactored to use `repr()` on `Connect... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-07 |
Marek Marecki | Added __repr__() method to Connection() |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-07 |
Marek Marecki | Fixed possible bug related to having multiple instances of |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-07 |
Marek Marecki | Fixed bug in `Search().lookup_user()` now it's `self... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-07 |
Marek Marecki | `diaspy/search.py` added to docs index |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-06 |
Marek Marecki | `Search().lookup_user()` now returns response code... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-06 |
Marek Marecki | Moved `lookup_user()` method from `Connection()` to... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-06 |
Marek Marecki | Merge branch 'connection-lookup-user' of https://github... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-06 |
Marek Marecki | Created diaspy/search.py module |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-06 |
Jason Robinson | Add lookup_user to Connection, it triggers a webfinger... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-06 |
Marek Marecki | Merge branch 'master' into settings |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-06 |
Marek Marecki | Added `__version__` to `diaspy/__init__.py`; updated... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-05 |
Marek Marecki | Merge branch 'users' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-05 |
Marek Marecki | Added __str__() and __repr__() to people.User() |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-05 |
Marek Marecki | Small changes in models.Aspect regexp |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-05 |
Marek Marecki | Refactored diaspy.models.Aspect.getUsers(): each step... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-05 |
Marek Marecki | Style fixes (make style-check) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-04 |
Marek Marecki | Improvements and changes in Aspect().getUsers() |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-03 |
Marek Marecki | Fixed and improved models.Aspect().getUsers() |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-03 |
Marek Marecki | Merge branch 'master' of https://github.com/Javafant... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-03 |
Marek Marecki | Sometginh broke Aspect().getUsers() |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-03 |
Moritz Kiefer | Merge pull request #18 from jaywink/aspect-model-improv... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-03 |
Jason Robinson | Allow initializing Aspect class also using name. Add... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-02 |
Moritz Kiefer | Merge pull request #17 from jaywink/refactor-people |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-01 |
Jason Robinson | Refactor unnecessary parameter passing from methods... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-07-01 |
Jason Robinson | Refactor long User.__init__ method |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-30 |
Marek Marecki | Getting users who are contained in an aspect is now... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-30 |
Marek Marecki | Merge branch 'aspects-add-fix' of https://github.com... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-30 |
Marek Marecki | Some work on `models.Aspect.getUsers()` done |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-30 |
Jason Robinson | Status code 200 is returned by Diaspora* on a successfu... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-30 |
Jason Robinson | Return more precise error description when adding to... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-30 |
Jason Robinson | Allow fetching of data only without posts when creating... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-30 |
Marek Marecki | Merge branch 'master' of https://github.com/Javafant... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-30 |
Marek Marecki | Stuff done |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-30 |
Moritz Kiefer | Merge pull request #15 from jaywink/contacts-fetch-fix |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-29 |
Jason Robinson | Fix Contacts.get actually returning real User classes... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-27 |
Marek Marecki | Started development of diaspy/settings.py |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-18 |
Marek Marecki | Small changes in regexp used for cleaning notifications... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-12 |
Marek Marecki | Merge branch 'streams' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-12 |
Marek Marecki | Update to version 0.2.0 (according with semantic versio... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-12 |
Marek Marecki | Merge branch 'master' of https://github.com/Javafant... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-12 |
Marek Marecki | Small change in .gitignore |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-12 |
Marek Marecki | `more()` method implemented in generic stream -- now... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-10 |
Marek Marecki | `Notification().who()` now returns list of guids af... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-10 |
Marek Marecki | Further work on `Notificatin()` model; `str()` and... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-10 |
Marek Marecki | Small style and code fixes |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-10 |
Marek Marecki | More changes in token getting procedure, now you can... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-10 |
Marek Marecki | Changes in login and token obtaining procedures, |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-09 |
Marek Marecki | Removed that annoying print() from `models.Notification()` |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-09 |
Marek Marecki | Notifications can now be marked as `read` or `unread` |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-08 |
Marek Marecki | Work done to improve notifications |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-06-05 |
Marek Marecki | Some stuff done |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-05-26 |
Moritz Kiefer | Update to 0.1.0 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-05-26 |
Marek Marecki | New methods in `diaspy.people.Contacts()` (with tests... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-05-26 |
Marek Marecki | Fixed bug aspect deletion, initial development for... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-05-24 |
Marek Marecki | Merge branch 'users' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-05-24 |
Marek Marecki | Merge branch 'streams' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-05-24 |
Marek Marecki | Merge branch 'master' of https://github.com/Javafant... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-05-23 |
Marek Marecki | Add more documentation for diaspy.people.User() |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-05-23 |
Marek Marecki | A bit of refactoring in diaspy.people.User(), it can... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-05-20 |
Marek Marecki | Last commit before merging into master: |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-05-20 |
Marek Marecki | Unnecessarily complex code removed from Aspects().getID() |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-05-19 |
Marek Marecki | One can now remove() aspects by their name, repr(Post... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-05-19 |
Marek Marecki | Fixed bug in diaspy.models.Post.__str__, added logout... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-05-16 |
Marek Marecki | Refactoring in Connection() and streams.*, |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-05-14 |
Marek Marecki | Style check (flake8) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-05-11 |
Marek Marecki | CHanges in `Connection()` (medium-sized) and `Stream... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-05-09 |
Marek Marecki | Manual updated for posting and stream |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-05-07 |
Marek Marecki | `Client()` is now ruling-em-all with one post method |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-05-07 |
Marek Marecki | One-to-rule-them-all version of `post()` method (with... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-05-07 |
Marek Marecki | Merge branch 'people' into streams |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-05-07 |
Marek Marecki | Changes in `Stream().post_picture()` |
commit | commitdiff | tree | snapshot (zip tar.gz) |
next |