2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 21 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #53 from marekjm/dependabot/pip/requests-2.20.0 More... about 1 year ago
Merge pull request #54 from Flashwalker/dev More... about 1 year ago
fix: image upload More... over 1 year ago
Keep Debian Stretch compatible. More... over 4 years ago
Bump requests from 1.1.0 to 2.20.0 More... over 4 years ago
Merge pull request #51 from kensanata/handle-missing-data-ref More... over 4 years ago
Merge pull request #52 from kensanata/notifications-len More... over 4 years ago
Merge pull request #50 from kensanata/typo More... over 4 years ago
Add __len__ to Notifications More... over 4 years ago
Fix missing data-ref in notifications More... over 4 years ago
people.py: fix typos in doc string More... over 4 years ago
Merge pull request #49 from kensanata/typo More... almost 5 years ago
README: typos More... almost 5 years ago
Revert "Merge branch 'devel' into master" More... about 5 years ago
Merge branch 'devel' into master More... about 5 years ago
Fix `diaspy.streams.Generic.full` method in continuation of https://github.com/marekjm/diaspy/issues/47 . The `backtime` and `retry` parameters are not needed any more and are now deprecated. More... about 5 years ago
Fix issue https://github.com/marekjm/diaspy/issues/47 - `Retrieving more posts, or the full post list, fails with AttributeError` More... about 5 years ago
set `Post.guid` and `Post.id` on `Post._setdata`. More... about 5 years ago
Merge pull request #44 from wilddeej/master More... over 5 years ago
Merge pull request #43 from wilddeej/master More... over 5 years ago
Fix requirements More... over 5 years ago
Resolve syntax error More... over 5 years ago
* __upd__: Add `Comment()` to `diaspy.models.Post.comments` on `diaspy.models.Post.comment()` * __upd__: Delete `Comment()` from `diaspy.models.Post.comments` on `diaspy.models.Post.delete_comment()` * __upd__: Update `diaspy.models.Post._data["poll"]["participation_count"]` and `diaspy.models.Post._data["poll_participation_answer_id"]` after `diaspy.models.Post.vote_poll()` * __upd__: Update `diaspy.models.Post._data["participation"]` on `diaspy.models.Post.subscribe()` and `diaspy.models.Post.unsubscribe()` * __upd__: Removed `verify` keyword from `diaspy.connection.Connection` it's methods, it's now done through `**requestKwargs`. Default is still `True`. * __upd__: `diaspy.streams.Stream._photoupload()` to more public method `diaspy.streams.Stream.photoupload()` * __upd__: Update `diaspy.models.Notification.unread` and `diaspy.models.Notification._data['unread']` on `diasply.models.Notification.mark()` More... over 5 years ago
* __upd__: `diaspy.models.Post.like()`, `diaspy.models.Post.delete_like()`, `diaspy.models.Post.reshare()` will now update data (count and likes/reshares) without doing another request. * __fix__: `diaspy.models.Post.__init__()` checking on different fetch states was a mess. * __fix__: `diaspy.streams.Asepcts.filter()` location fix. * __new__: `diaspy.tagFollowings.TagFollowings()` which represents the tags followed by the user. * __new__: `diaspy.models.FollowedTag()` which represents a tag followed by the user. It is used by `diaspy.tagFollowings.TagFollowings()`. * __new__: It is now possible to give `**requestKwargs` to `diaspy.connection.Connection()` which will be used for every `request` unless directly overwritten by given the function you call different key-worded arguments. * __new__: `diaspy.connection.Connection()` now does check if the `pod` you are connecting to has `Camo` enabled or not. Call `diaspy.connection.Connection.camo()` to receive `True` or `False`. * __new__: `diaspy.models.Comment.authordata()` which will return all author data instead of `diaspy.models.Comment.author()` which will only return data for a certain key. * __new__: `diaspy.streams.Public()` * __new__: `diaspy.models.Post.fetchlikes()`. * __new__: `diaspy.models.Post.fetchreshares()` * __rem__: `diaspy.streams.FollowedTags.get()` since it wasn’t doing anything usefull. * __dep__: `diaspy.streams.FollowedTags.remove()` Use `diaspy.tagFollowings.TagFollowings[“tagName”].delete()` instead. * __dep__: `diaspy.streams.FollowedTags.add()` Use diaspy.tagFollowings.TagFollowings.follow() instead. More... over 5 years ago
* versions from `0.6.0.dev` to `0.6.0`. * changelog update. More... over 5 years ago
* do `_fetchcookies()` after the scheme check in `diaspy.connection.Connection()`. * cleanded the scheme check a bit in `diaspy.connection.Connection()`. * `diaspy.connection.Connection().podswitch()` has now a optional param `login` with as default set to `True`, if `False` it will only set the data and does not call `login()`. More... over 5 years ago
* manual update More... over 5 years ago
* `diaspy.people.User().handle()` now returns `diaspora_id` instead of `handle` wich doesn't exist anymore. * Apparently `/u/username.json` retuns 404 so `diaspy.people.User().fetchhandle()` now fetches data using `diaspy.people.User().fetchprofile()`. * Some formatting fixes in `settings.py` * `tests.py` should succeed now. More... over 5 years ago
Updated `Post()` to get data through `data()` since getitem is removed. More... over 5 years ago
change version to 0.6.0.dev More... over 5 years ago