2a2f58680b
Adapt to Slack file atachement API changes
...
Couple of months ago, file attachments was treated differently, than
now - API provides attached files as a list, instead of single object,
and is directly coupled with a message object. This change provides
support for such cases.
2019-01-05 16:48:36 +01:00
c33d2fad50
Moved fromtimestamp function to utils module
2018-05-03 18:44:25 +02:00
c0c1e7c881
Fixed issue with fromtimestamp under Windows
2018-05-01 11:58:42 +02:00
2c6979f2b5
Fix for one-to-one relationship between message and file objects
2016-11-26 15:11:12 +01:00
15c48ccb87
Added Attachement object, fixed some sqlite-specific issues
2016-11-24 08:44:18 +01:00
bea61d3b45
Added File objects, some fixes, and download module
2016-11-22 09:27:59 +01:00
f7fb9d32a8
Added message model, moving updates of users and channels as public methods
2016-11-21 14:03:19 +01:00
79cf5f1620
added email field to Profile
2016-11-21 09:36:12 +01:00
cf93a85268
Removed primary key for other fields than id in Topic and Purpose objects
2016-11-20 16:07:11 +01:00
07f1b12fa0
Removed IdMap, added slackid column
2016-11-20 15:12:47 +01:00
b1969e6f6b
Added Channel and corresponding relations
2016-11-20 09:48:20 +01:00
162010ac1e
Implemented storage and update of User data
2016-11-19 10:38:45 +01:00
810b7bf002
Removed not needed fields
2016-11-19 09:28:04 +01:00
e1adfd7a57
Tweaked mapping for topic and purpose
2016-11-19 09:12:55 +01:00
ab65f84f5f
Started to convert objects to SA db objects
2016-11-19 07:51:10 +01:00
1d90ee6d9f
Added Messages object and started Reactions object
2016-11-18 19:08:29 +01:00
15568ef593
Added undocumented fields for User object
2016-11-18 19:07:17 +01:00
ad043bbed1
Added User object
2016-11-18 19:06:34 +01:00
011c098034
Adde base class for primitive objects
2016-11-18 19:05:05 +01:00
baa6a0fc58
New module objects with slack objects mapping
2016-11-18 19:04:09 +01:00