2019-08-23 |
Alex Schroeder | Add __len__ to Notifications |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2019-05-15 |
https://gitlab... | Merge pull request #49 from kensanata/typo |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2019-05-14 |
Alex Schroeder | README: typos |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2019-03-07 |
CYBERDEViLNL | Revert "Merge branch 'devel' into master" |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2019-03-07 |
https://gitlab... | Merge branch 'devel' into master |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2019-03-07 |
CYBERDEViLNL | Fix `diaspy.streams.Generic.full` method in continuatio... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2019-03-06 |
CYBERDEViLNL | Fix issue https://github.com/marekjm/diaspy/issues... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2019-01-24 |
CYBERDEViLNL | set `Post.guid` and `Post.id` on `Post._setdata`. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2019-01-01 |
https://gitlab... | Merge pull request #44 from wilddeej/master |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2019-01-01 |
https://gitlab... | Merge pull request #43 from wilddeej/master |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-12-31 |
deej Howard | Fix requirements |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-12-31 |
deej Howard | Resolve syntax error |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-12-18 |
CYBERDEViLNL | * __upd__: Add `Comment()` to `diaspy.models.Post... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-12-06 |
CYBERDEViLNL | * __upd__: `diaspy.models.Post.like()`, `diaspy.models... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-11-08 |
CYBERDEViLNL | * versions from `0.6.0.dev` to `0.6.0`. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-11-08 |
CYBERDEViLNL | * do `_fetchcookies()` after the scheme check in `diasp... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-11-08 |
CYBERDEViLNL | * manual update |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-11-05 |
CYBERDEViLNL | * `diaspy.people.User().handle()` now returns `diaspora... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-11-03 |
CYBERDEViLNL | Updated `Post()` to get data through `data()` since... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-11-03 |
CYBERDEViLNL | change version to 0.6.0.dev |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-11-03 |
CYBERDEViLNL | removed `__getitem__` and `__dict__` deprecations from... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-11-03 |
CYBERDEViLNL | Updated `Changelog.markdown`, it's not the final yet. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-11-03 |
CYBERDEViLNL | * Removed `backtime` parameter from `diaspy.streams... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-11-03 |
CYBERDEViLNL | * Cleaned up some commentary in models.py |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-11-02 |
CYBERDEViLNL | BS4 implementation for `settings.py` |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-11-02 |
CYBERDEViLNL | * Dropped pytz support, `dateutil` version 2.2 or highe... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-11-02 |
CYBERDEViLNL | Changed `tests.py`'s indentation from spaces to tabs. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-11-01 |
CYBERDEViLNL | * Manual update. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-10-29 |
CYBERDEViLNL | * Fetch conversation messages with BS4 and regex as... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-10-26 |
CYBERDEViLNL | Change indentation from spaces to tabs as discussed... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-08 |
CYBERDEViLNL | IMPORTANT: these changes will require dateutil or pytz |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-16 |
CYBERDEViLNL | well that was stupid.. unread notification count didn... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-15 |
CYBERDEViLNL | addUser in diaspy.models.Aspect needed content-type... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-10 |
CYBERDEViLNL | return whole guids instead of a part of it in Notificat... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-10 |
CYBERDEViLNL | extended _who_regexp to accept ' and ", else it doesn... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-06 |
CYBERDEViLNL | make _fetchstream() optional in people.User().fetchguid... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-03-27 |
CYBERDEViLNL | update() and more() functionality for notifications. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-03-26 |
Marek Marecki | Remove spaces |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-03-26 |
Marek Marecki | Feed the post with data after is has been created |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-03-26 |
Marek Marecki | Deprecations |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-03-19 |
Marek Marecki | Merge pull request #37 from CYBERDEViLNL/patch-1 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-03-08 |
CYBERDEViLNL | streams.py |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-07-17 |
Marek Marecki | Merge pull request #34 from lamby/correct-seconds-in-day |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-07-15 |
Chris Lamb | Correct number of seconds in a day. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-06-26 |
Marek Marecki | Merge pull request #33 from kianby/master |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-06-25 |
Yax | Fix #22 (https://github.com/marekjm/diaspy/issues/22) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-04-23 |
Marek Marecki | Fixes #19 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-04-23 |
Marek Marecki | Fetching users from aspect works |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-04-23 |
Marek Marecki | Fetching notifications works again, fixes #31 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-04-23 |
Marek Marecki | For some reason Diaspy cannot add users to aspects |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-04-23 |
Marek Marecki | Add CSRF tokens when missing in POST or PUT |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-04-23 |
Marek Marecki | Access method for getting id of a user |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-04-23 |
Marek Marecki | Fetch token from different locations |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-04-23 |
Marek Marecki | Do not guess |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-04-23 |
Marek Marecki | Fix removing users from aspects, fixes #13 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-04-23 |
Marek Marecki | Fix add X-CSRF-Token when it is missing |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-04-23 |
Marek Marecki | Fix DELETE can be sent without data |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-04-23 |
Marek Marecki | Better (safer) stringification of users |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-04-23 |
Marek Marecki | Access methods for getting aspect memeberships of a... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-04-23 |
Marek Marecki | Access methods for getting handle and guid of a user |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-04-23 |
Marek Marecki | Fix fetching users |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-04-23 |
Marek Marecki | Fix fetching streams of other users |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-04-23 |
Marek Marecki | Fixes #10 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-04-23 |
Marek Marecki | Merge branch 'devel' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-04-23 |
Marek Marecki | Merge branch 'cnngimenez-master' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-01-26 |
Marek Marecki | Update README.md |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-01-08 |
Marek Marecki | Release 0.5.1 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-01-08 |
Marek Marecki | Update version in setup.py |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-01-08 |
Marek Marecki | Release 0.5.0.2 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2016-01-08 |
Marek Marecki | New setup.py |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-12-19 |
Marek Marecki | It is possibe to suppress PostErrors when fetching... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-05-25 |
Christian Giménez | diaspy.models.Notification.when() use the create_at... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-05-13 |
Marek Marecki | Release v0.5.0.1 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-05-13 |
Marek Marecki | Hotfix: CSRF token extraction works for older versions... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-05-05 |
Marek Marecki | Release 0.5.0 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-05-05 |
Marek Marecki | Merge branch 'devel' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-04-03 |
Marek Marecki | This should solve #17 (new regex to extract CSRF tokens) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-04-03 |
Marek Marecki | Fix a typo |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-07 |
Marek Marecki | Merge pull request #16 from Debakel/patch-1 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-06 |
Moritz | Update streams.markdown |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-01-12 |
Faldrian | fixed version number in install script |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-01-12 |
Faldrian | merged and fixed some problems |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-01-12 |
Faldrian | Fixed bugs with getting, showing and deleting users... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-01-11 |
Marek Marecki | Updated setup.py file |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-01-11 |
Marek Marecki | Merge branch 'master' of https://github.com/Faldrian... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-01-11 |
Faldrian | Set version in setup.py to current version. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-01-05 |
Marek Marecki | Fix for issue #10, updated language-list fetching regex... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-12-20 |
Marek Marecki | Updated Makefile and one docstring in diaspy/people.py |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-12-19 |
Marek Marecki | Update to version 0.4.2 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-12-18 |
Marek Marecki | Some fixes to make diaspy more Python 2.x-friendly |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-12-18 |
Marek Marecki | Updated docs |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-12-18 |
Marek Marecki | Git now ignores private.* files |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-11-13 |
Marek Marecki | Code fixes, new features and refactoring in the field... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-09-23 |
Marek Marecki | Changes in diaspy.streams.Generic() and diaspy.models... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-09-23 |
Marek Marecki | Small changes in diaspy/streams (documentation and... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-09-23 |
Marek Marecki | Small changes in documentation of streams |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-09-15 |
Marek Marecki | Moved getUserInfo() to diaspy.people.Me.getInfo(),... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-09-14 |
Marek Marecki | diaspy.connection.Connection.login() returns Connection... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-09-13 |
Marek Marecki | _fetchstream() method in User() object |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2013-09-12 |
Marek Marecki | Removed diaspy/client.py |
commit | commitdiff | tree | snapshot (zip tar.gz) |
next |