diaspy.git
8 years agoIt is possibe to suppress PostErrors when fetching stream
Marek Marecki [Sat, 19 Dec 2015 08:20:05 +0000 (09:20 +0100)]
It is possibe to suppress PostErrors when fetching stream

Closes #27.
Possibly closes #23.

9 years agoRelease v0.5.0.1
Marek Marecki [Wed, 13 May 2015 20:39:03 +0000 (22:39 +0200)]
Release v0.5.0.1

9 years agoHotfix: CSRF token extraction works for older versions of Diaspora, fix #18
Marek Marecki [Wed, 13 May 2015 20:37:41 +0000 (22:37 +0200)]
Hotfix: CSRF token extraction works for older versions of Diaspora, fix #18

9 years agoRelease 0.5.0
Marek Marecki [Tue, 5 May 2015 21:04:18 +0000 (23:04 +0200)]
Release 0.5.0

9 years agoMerge branch 'devel'
Marek Marecki [Tue, 5 May 2015 21:02:53 +0000 (23:02 +0200)]
Merge branch 'devel'

9 years agoThis should solve #17 (new regex to extract CSRF tokens)
Marek Marecki [Fri, 3 Apr 2015 15:42:24 +0000 (17:42 +0200)]
This should solve #17 (new regex to extract CSRF tokens)

9 years agoFix a typo
Marek Marecki [Fri, 3 Apr 2015 15:34:47 +0000 (17:34 +0200)]
Fix a typo

9 years agoMerge pull request #16 from Debakel/patch-1
Marek Marecki [Sat, 7 Mar 2015 22:14:44 +0000 (23:14 +0100)]
Merge pull request #16 from Debakel/patch-1

Update streams.markdown

9 years agoUpdate streams.markdown
Moritz [Fri, 6 Mar 2015 18:53:12 +0000 (19:53 +0100)]
Update streams.markdown

10 years agofixed version number in install script
Faldrian [Sun, 12 Jan 2014 17:45:13 +0000 (18:45 +0100)]
fixed version number in install script

10 years agomerged and fixed some problems
Faldrian [Sun, 12 Jan 2014 17:32:27 +0000 (18:32 +0100)]
merged and fixed some problems

10 years agoFixed bugs with getting, showing and deleting users. Deleting users still does not...
Faldrian [Sun, 12 Jan 2014 17:14:50 +0000 (18:14 +0100)]
Fixed bugs with getting, showing and deleting users. Deleting users still does not work.

10 years agoUpdated setup.py file
Marek Marecki [Sat, 11 Jan 2014 22:57:33 +0000 (23:57 +0100)]
Updated setup.py file

10 years agoMerge branch 'master' of https://github.com/Faldrian/diaspy into Faldrian/master
Marek Marecki [Sat, 11 Jan 2014 22:55:20 +0000 (23:55 +0100)]
Merge branch 'master' of https://github.com/Faldrian/diaspy into Faldrian/master

10 years agoSet version in setup.py to current version.
Faldrian [Sat, 11 Jan 2014 16:45:43 +0000 (17:45 +0100)]
Set version in setup.py to current version.

10 years agoFix for issue #10, updated language-list fetching regexp (fixes a bug where some...
Marek Marecki [Sun, 5 Jan 2014 11:57:35 +0000 (12:57 +0100)]
Fix for issue #10, updated language-list fetching regexp (fixes a bug where some languages were not fetched)

10 years agoUpdated Makefile and one docstring in diaspy/people.py
Marek Marecki [Fri, 20 Dec 2013 14:22:05 +0000 (15:22 +0100)]
Updated Makefile and one docstring in diaspy/people.py

10 years agoUpdate to version 0.4.2
Marek Marecki [Thu, 19 Dec 2013 06:11:15 +0000 (07:11 +0100)]
Update to version 0.4.2

10 years agoSome fixes to make diaspy more Python 2.x-friendly
Marek Marecki [Wed, 18 Dec 2013 20:33:00 +0000 (21:33 +0100)]
Some fixes to make diaspy more Python 2.x-friendly

10 years agoUpdated docs
Marek Marecki [Wed, 18 Dec 2013 19:56:36 +0000 (20:56 +0100)]
Updated docs

10 years agoGit now ignores private.* files
Marek Marecki [Wed, 18 Dec 2013 19:14:33 +0000 (20:14 +0100)]
Git now ignores private.* files

10 years agoCode fixes, new features and refactoring in the field of user data and
Marek Marecki [Wed, 13 Nov 2013 21:00:08 +0000 (22:00 +0100)]
Code fixes, new features and refactoring in the field of user data and
info

10 years agoChanges in diaspy.streams.Generic() and diaspy.models.Post()
Marek Marecki [Mon, 23 Sep 2013 18:03:52 +0000 (20:03 +0200)]
Changes in diaspy.streams.Generic() and diaspy.models.Post()

10 years agoSmall changes in diaspy/streams (documentation and initialization
Marek Marecki [Mon, 23 Sep 2013 11:29:33 +0000 (13:29 +0200)]
Small changes in diaspy/streams (documentation and initialization
methods)

10 years agoSmall changes in documentation of streams
Marek Marecki [Mon, 23 Sep 2013 04:37:20 +0000 (06:37 +0200)]
Small changes in documentation of streams

10 years agoMoved getUserInfo() to diaspy.people.Me.getInfo(), regexps for
Marek Marecki [Sun, 15 Sep 2013 13:47:03 +0000 (15:47 +0200)]
Moved getUserInfo() to diaspy.people.Me.getInfo(), regexps for
extracting it were also moved

10 years agodiaspy.connection.Connection.login() returns Connection() object as well
Marek Marecki [Sat, 14 Sep 2013 22:27:00 +0000 (00:27 +0200)]
diaspy.connection.Connection.login() returns Connection() object as well
as modifying it in-place

10 years ago_fetchstream() method in User() object
Marek Marecki [Fri, 13 Sep 2013 22:11:03 +0000 (00:11 +0200)]
_fetchstream() method in User() object

10 years agoRemoved diaspy/client.py
Marek Marecki [Thu, 12 Sep 2013 15:02:56 +0000 (17:02 +0200)]
Removed diaspy/client.py

10 years agoTests updated for new lang-fetching
Marek Marecki [Thu, 12 Sep 2013 14:46:37 +0000 (16:46 +0200)]
Tests updated for new lang-fetching

10 years agoChanged fetching languages in diaspy/settings.py, setLanguage() now
Marek Marecki [Thu, 12 Sep 2013 14:02:20 +0000 (16:02 +0200)]
Changed fetching languages in diaspy/settings.py, setLanguage() now
raises exception instead of returning status code

10 years agoStyle fixes and small adjustments in regular expressions used in
Marek Marecki [Wed, 11 Sep 2013 18:39:05 +0000 (20:39 +0200)]
Style fixes and small adjustments in regular expressions used in
diaspy/settings.py

10 years agoSetters for profile information implemented
Marek Marecki [Sun, 8 Sep 2013 10:32:43 +0000 (12:32 +0200)]
Setters for profile information implemented

10 years agoUpdated tests and Changelog
Marek Marecki [Sat, 7 Sep 2013 19:49:03 +0000 (21:49 +0200)]
Updated tests and Changelog

10 years agoMerge branch 'feature/provider_display_name' of https://github.com/svbergerem/diaspy...
Marek Marecki [Sat, 7 Sep 2013 19:33:23 +0000 (21:33 +0200)]
Merge branch 'feature/provider_display_name' of https://github.com/svbergerem/diaspy into svebergem-feature/provider_display_name

10 years agoTags can be fetched from profile
Marek Marecki [Sat, 7 Sep 2013 19:17:17 +0000 (21:17 +0200)]
Tags can be fetched from profile

10 years agoAdd provider_display_name to posts
Steffen van Bergerem [Sat, 7 Sep 2013 16:40:22 +0000 (18:40 +0200)]
Add provider_display_name to posts

10 years agoFetching profile information is possible
Marek Marecki [Sat, 7 Sep 2013 09:57:10 +0000 (11:57 +0200)]
Fetching profile information is possible

10 years agoUpdates to Changelog
Marek Marecki [Fri, 6 Sep 2013 19:51:26 +0000 (21:51 +0200)]
Updates to Changelog

10 years agoChanges in login code and additions in diaspy/settings.py (don't use yet -
Marek Marecki [Fri, 6 Sep 2013 19:44:20 +0000 (21:44 +0200)]
Changes in login code and additions in diaspy/settings.py (don't use yet -
will reset your profile)

10 years agoYou can fetch tag suggestions using diaspy
Marek Marecki [Fri, 6 Sep 2013 16:06:35 +0000 (18:06 +0200)]
You can fetch tag suggestions using diaspy

10 years agoRemoved .travis.yml
Marek Marecki [Fri, 6 Sep 2013 15:09:25 +0000 (17:09 +0200)]
Removed .travis.yml

10 years agoFix typo in Changelog
Marek Marecki [Mon, 2 Sep 2013 15:58:58 +0000 (17:58 +0200)]
Fix typo in Changelog

10 years agoMerge branch 'fladrian-patch-for-d-0.2.0.0' into devel
Marek Marecki [Mon, 2 Sep 2013 15:36:56 +0000 (17:36 +0200)]
Merge branch 'fladrian-patch-for-d-0.2.0.0' into devel

Conflicts:
diaspy/connection.py

10 years agoFirst steps in making diaspy work with D* 0.2.0.0
Marek Marecki [Mon, 2 Sep 2013 14:30:53 +0000 (16:30 +0200)]
First steps in making diaspy work with D* 0.2.0.0

10 years agoMade diaspy work with diaspora 0.2.0.0
Faldrian [Fri, 30 Aug 2013 21:53:24 +0000 (23:53 +0200)]
Made diaspy work with diaspora 0.2.0.0
- Login seems to accept no more "only json" login
- CSRF-Token must be pulled EVERY time

10 years agoNicer error handling in Connection.getUserData()
Marek Marecki [Sat, 24 Aug 2013 23:16:04 +0000 (01:16 +0200)]
Nicer error handling in Connection.getUserData()

10 years agoChanges in login and authentication procedure (improved security)
Marek Marecki [Sat, 24 Aug 2013 22:12:58 +0000 (00:12 +0200)]
Changes in login and authentication procedure (improved security)

10 years agoUpdate in Changelog
Marek Marecki [Sat, 24 Aug 2013 13:26:55 +0000 (15:26 +0200)]
Update in Changelog

10 years agoMerge branch 'devel' into messages
Marek Marecki [Sat, 24 Aug 2013 13:25:43 +0000 (15:25 +0200)]
Merge branch 'devel' into messages

10 years agoMessages are conversations once again
Marek Marecki [Sat, 24 Aug 2013 13:25:25 +0000 (15:25 +0200)]
Messages are conversations once again

10 years agoMerge branch 'master' into settings
Marek Marecki [Sat, 24 Aug 2013 13:23:01 +0000 (15:23 +0200)]
Merge branch 'master' into settings

10 years agoUser lookup changed names (check Changelog)
Marek Marecki [Sat, 24 Aug 2013 13:21:55 +0000 (15:21 +0200)]
User lookup changed names (check Changelog)

10 years agoMerge pull request #3 from Faldrian/master
Marek Marecki [Sat, 24 Aug 2013 13:21:00 +0000 (06:21 -0700)]
Merge pull request #3 from Faldrian/master

Made the example in the README.md work.

10 years agoMade the example in the README.md work.
Faldrian [Sat, 24 Aug 2013 09:51:38 +0000 (11:51 +0200)]
Made the example in the README.md work.

10 years agoMany changes in post model and in generic stream
Marek Marecki [Fri, 23 Aug 2013 08:48:33 +0000 (10:48 +0200)]
Many changes in post model and in generic stream

10 years agoDownloading photos is done via diaspy.settings.Settings
Marek Marecki [Thu, 22 Aug 2013 20:52:23 +0000 (22:52 +0200)]
Downloading photos is done via diaspy.settings.Settings

10 years agoNew stuff for version 0.4.1 detailed decription in Changelog
Marek Marecki [Thu, 22 Aug 2013 20:50:21 +0000 (22:50 +0200)]
New stuff for version 0.4.1 detailed decription in Changelog

10 years agoMerge branch 'settings' into asacat
Marek Marecki [Thu, 22 Aug 2013 14:19:07 +0000 (16:19 +0200)]
Merge branch 'settings' into asacat

10 years agodiaspy can set interface language
Marek Marecki [Thu, 22 Aug 2013 14:12:59 +0000 (16:12 +0200)]
diaspy can set interface language

10 years agodiaspy can fetch current email set
Marek Marecki [Thu, 22 Aug 2013 14:08:14 +0000 (16:08 +0200)]
diaspy can fetch current email set

10 years agoAdded .tarvis.yml file
Marek Marecki [Thu, 22 Aug 2013 09:43:25 +0000 (11:43 +0200)]
Added .tarvis.yml file

10 years agoQuick post-release fix (forgot to increase version)
Marek Marecki [Wed, 21 Aug 2013 22:18:37 +0000 (00:18 +0200)]
Quick post-release fix (forgot to increase version)

10 years agoRegular expressions fixed
Marek Marecki [Wed, 21 Aug 2013 22:16:37 +0000 (00:16 +0200)]
Regular expressions fixed

10 years agoSee changes in Changelog
Marek Marecki [Tue, 20 Aug 2013 12:33:52 +0000 (14:33 +0200)]
See changes in Changelog

10 years agopeople.User._fetchguid() will now raise an exception when GUID is empty
Marek Marecki [Tue, 20 Aug 2013 12:03:29 +0000 (14:03 +0200)]
people.User._fetchguid() will now raise an exception when GUID is empty

10 years agoFixed missing connection import in __init__
Marek Marecki [Tue, 20 Aug 2013 11:19:52 +0000 (13:19 +0200)]
Fixed missing connection import in __init__

10 years agoClient is no longer implicitly imported on `import diaspy`
Marek Marecki [Tue, 20 Aug 2013 11:01:05 +0000 (13:01 +0200)]
Client is no longer implicitly imported on `import diaspy`

10 years agoSmall changes in connection
Marek Marecki [Tue, 20 Aug 2013 10:59:51 +0000 (12:59 +0200)]
Small changes in connection

10 years agoAnother bug in sensual_asa_cat.py
Marek Marecki [Sat, 10 Aug 2013 14:07:14 +0000 (16:07 +0200)]
Another bug in sensual_asa_cat.py

10 years agoFixed bug in finelnames
Marek Marecki [Sat, 10 Aug 2013 14:04:22 +0000 (16:04 +0200)]
Fixed bug in finelnames

10 years agoUpdated README
Marek Marecki [Sat, 10 Aug 2013 13:16:57 +0000 (15:16 +0200)]
Updated README

10 years agoFixed docstring
Marek Marecki [Sat, 10 Aug 2013 12:37:46 +0000 (14:37 +0200)]
Fixed docstring

10 years agoFixed a bug in sensual_asa_cat.py
Marek Marecki [Sat, 10 Aug 2013 12:28:13 +0000 (14:28 +0200)]
Fixed a bug in sensual_asa_cat.py

10 years agoAdded script for downloading pictures
Marek Marecki [Sat, 10 Aug 2013 12:26:45 +0000 (14:26 +0200)]
Added script for downloading pictures

10 years agoFixed some bugs in streams
Marek Marecki [Sat, 10 Aug 2013 09:27:47 +0000 (11:27 +0200)]
Fixed some bugs in streams

10 years agoSome more functions added in settings
Marek Marecki [Sat, 10 Aug 2013 08:38:25 +0000 (10:38 +0200)]
Some more functions added in settings

10 years agoYou can now get list of languages in settings
Marek Marecki [Thu, 8 Aug 2013 17:53:18 +0000 (19:53 +0200)]
You can now get list of languages in settings

10 years agoMerge branch 'devel' into settings
Marek Marecki [Thu, 8 Aug 2013 17:37:09 +0000 (19:37 +0200)]
Merge branch 'devel' into settings

10 years agoInitiali work on retrieving languages list
Marek Marecki [Thu, 8 Aug 2013 17:36:33 +0000 (19:36 +0200)]
Initiali work on retrieving languages list

10 years agoYou can now change language and email using diaspy
Marek Marecki [Thu, 8 Aug 2013 17:24:01 +0000 (19:24 +0200)]
You can now change language and email using diaspy

10 years agoImporved error message in diaspy.streams.Stream()._photoupload()
Marek Marecki [Thu, 8 Aug 2013 16:51:06 +0000 (18:51 +0200)]
Imporved error message in diaspy.streams.Stream()._photoupload()

10 years agoErr, it was kinda stupid to return anything about *deleted* stuff,
Marek Marecki [Thu, 8 Aug 2013 16:23:42 +0000 (18:23 +0200)]
Err, it was kinda stupid to return anything about *deleted* stuff,
removed it

10 years agopydoc will now correctly read doctsing for diaspy/streams.py,
Marek Marecki [Thu, 8 Aug 2013 16:20:16 +0000 (18:20 +0200)]
pydoc will now correctly read doctsing for diaspy/streams.py,
Post().delete_like() now returns error code on success

10 years agoSome refactoring in Notification model and streams
Marek Marecki [Sun, 4 Aug 2013 13:30:43 +0000 (15:30 +0200)]
Some refactoring in Notification model and streams

10 years agoNew `models.Comment()` object, `Post()` can now fetch comments
Marek Marecki [Fri, 12 Jul 2013 12:47:56 +0000 (14:47 +0200)]
New `models.Comment()` object, `Post()` can now fetch comments

10 years agoSome bug fixes and small changes
Marek Marecki [Fri, 12 Jul 2013 11:31:36 +0000 (13:31 +0200)]
Some bug fixes and small changes

10 years ago`people.sephandle()` raises `InvalidHandleError`,
Marek Marecki [Fri, 12 Jul 2013 10:47:46 +0000 (12:47 +0200)]
`people.sephandle()` raises `InvalidHandleError`,
`Connection()` has new `schema` parameter,
`Changelog` updated

10 years agoMerge branch 'master' into settings
Marek Marecki [Thu, 11 Jul 2013 23:33:57 +0000 (01:33 +0200)]
Merge branch 'master' into settings

10 years agoChangelog updated for 0.3.0
Marek Marecki [Sun, 7 Jul 2013 23:49:57 +0000 (01:49 +0200)]
Changelog updated for 0.3.0

10 years agoUpdate to version 0.3.0
Marek Marecki [Sun, 7 Jul 2013 23:44:46 +0000 (01:44 +0200)]
Update to version 0.3.0

10 years agoFixed `User()` to make use of `Search().user()`
Marek Marecki [Sun, 7 Jul 2013 16:24:30 +0000 (18:24 +0200)]
Fixed `User()` to make use of `Search().user()`

10 years agoMerge branch 'master' into search
Marek Marecki [Sun, 7 Jul 2013 16:16:42 +0000 (18:16 +0200)]
Merge branch 'master' into search

10 years agoSmall changes in `people.User()`
Marek Marecki [Sun, 7 Jul 2013 16:13:03 +0000 (18:13 +0200)]
Small changes in `people.User()`

10 years agoMerge branch 'master' into search
Marek Marecki [Sun, 7 Jul 2013 16:09:56 +0000 (18:09 +0200)]
Merge branch 'master' into search

Conflicts:
diaspy/errors.py
diaspy/people.py

10 years agoSoftware tested and bugs shaken out after refactoring
Marek Marecki [Sun, 7 Jul 2013 16:04:31 +0000 (18:04 +0200)]
Software tested and bugs shaken out after refactoring

10 years agoMoved `User().fetchprofile()` functionality to `Search().users()`
Marek Marecki [Sun, 7 Jul 2013 14:37:36 +0000 (16:37 +0200)]
Moved `User().fetchprofile()` functionality to `Search().users()`

10 years agoHuge refactoring done in many places, bit of redesign of API (can break
Marek Marecki [Sun, 7 Jul 2013 14:11:30 +0000 (16:11 +0200)]
Huge refactoring done in many places, bit of redesign of API (can break
stuff)

10 years agoRefactored `Post()` to use `repr()` on `Connection()`,
Marek Marecki [Sun, 7 Jul 2013 13:35:30 +0000 (15:35 +0200)]
Refactored `Post()` to use `repr()` on `Connection()`,
refactored internals and outer API

10 years agoRefactored `Aspect()` to use `repr()` on `Connection()`, refactored it
Marek Marecki [Sun, 7 Jul 2013 13:25:07 +0000 (15:25 +0200)]
Refactored `Aspect()` to use `repr()` on `Connection()`, refactored it
to use it's own type of exception