1
0
mirror of https://github.com/gryf/slack-backup.git synced 2025-12-17 11:30:25 +01:00

Commit Graph

  • 2c51568e67 Added archive note. master gryf 2021-01-09 08:27:12 +01:00
  • 3d0961c090 Adjusted reporters to handle files attached to messages. v0.8 gryf 2019-01-05 17:31:15 +01:00
  • fe1e2dd230 Adjusting test data/tests for new file attachment way. gryf 2019-01-05 17:30:22 +01:00
  • 4a3bb067f4 Fix for missing backslash escape gryf 2019-01-05 16:55:42 +01:00
  • 9ab0dd0da0 File extension rework for downloaded files gryf 2019-01-05 16:52:36 +01:00
  • 2a2f58680b Adapt to Slack file atachement API changes gryf 2019-01-05 16:48:36 +01:00
  • 5499ee0937 Unifying switches and config options. gryf 2018-09-27 20:23:10 +02:00
  • 431621edb0 Fix issue with url_file_to_attachment and generating raport. gryf 2018-09-27 20:15:44 +02:00
  • 40c896a01e Fix for raw format function gryf 2018-07-17 09:06:55 +02:00
  • 9aa79bfa89 Fix: Ignore deleted channels gryf 2018-07-16 16:16:03 +02:00
  • 93b0bc2dd7 Added raw-dir option gryf 2018-07-16 16:11:23 +02:00
  • db8527e9af Added implementation for url_file_attachment option. gryf 2018-07-16 08:33:43 +02:00
  • 71355b1c4a Added new option - url_file_to_attachement gryf 2018-05-22 22:10:34 +02:00
  • 007fe04c08 Use as_uri only for absolute file paths, not random strings. gryf 2018-05-05 16:13:13 +02:00
  • 5e7f4740ed Use utils fromtimestamp function for creating datetime objects. gryf 2018-05-03 18:47:12 +02:00
  • c33d2fad50 Moved fromtimestamp function to utils module gryf 2018-05-03 18:44:25 +02:00
  • 43b830c3d1 Log data on failures. gryf 2018-05-03 11:17:56 +02:00
  • 03972e609f Fix for skipping messages for attachements. gryf 2018-05-03 10:41:07 +02:00
  • 641d67065c Treat bot user equally to regular users. gryf 2018-05-03 10:24:57 +02:00
  • a57d5085b1 Explicitly open log files with utf8 encoding gryf 2018-05-01 12:41:02 +02:00
  • 05799e9dfe Use pathlib for providing uri gryf 2018-05-01 12:38:07 +02:00
  • c0c1e7c881 Fixed issue with fromtimestamp under Windows gryf 2018-05-01 11:58:42 +02:00
  • 6a261c2d21 Fixes for links handling gryf 2018-03-11 13:30:11 +01:00
  • 39b16e68a5 Added simple html reporter gryf 2018-03-11 12:47:11 +01:00
  • ce8cd4a786 Small fixes for generating procedure, re-added emoji substitution gryf 2018-03-11 12:46:08 +01:00
  • 7b3a4d1f68 Moved message data generators to base class gryf 2018-03-11 11:56:20 +01:00
  • dcf957fc75 Fix for selecting channels log to generate gryf 2018-03-10 19:16:58 +01:00
  • 3e5dfb13cf Helper Reporter methods _msg* now returns dict instead of string gryf 2018-03-10 19:10:35 +01:00
  • 59ae9c7046 Introducing templates for message lines gryf 2018-03-10 18:57:19 +01:00
  • 710142d3d7 Moved write_message to Reporter base class gryf 2018-03-10 18:48:55 +01:00
  • 8b133ab16a Fix tox and tests gryf 2018-03-10 18:39:50 +01:00
  • 37aca84605 Added NoneReporter gryf 2018-03-10 18:39:29 +01:00
  • 57db9b69f6 Fix a way how users and URLs are treated in report gryf 2018-03-10 17:45:26 +01:00
  • 0ffb9f9406 Version bump to 0.7 v0.7 gryf 2018-01-25 19:02:15 +01:00
  • 2475bb029d Merge pull request #2 from lhl/master Roman Dobosz 2018-01-24 22:06:19 +01:00
  • 01dfc0e8bc Uploaded cookie check for logins lhl 2018-01-24 06:35:39 -08:00
  • 9a3c80333d Version bump v0.6 gryf 2017-11-01 18:46:33 +01:00
  • b2048b03e0 Changed behavoiur for duplicates gryf 2017-11-01 18:40:47 +01:00
  • a077317cb4 Added retry mechanism for getting assets gryf 2017-11-01 18:38:31 +01:00
  • ce2888d441 Added colors for loglevels gryf 2017-11-01 12:45:35 +01:00
  • f2a78f4a52 Add message body to log gryf 2017-11-01 11:27:01 +01:00
  • 64d4b09468 Fix for handling messages of different types than 'message' v0.5 gryf 2017-08-06 09:19:17 +02:00
  • 5f9f290ba4 Fix for message comment. v0.4.5 gryf 2017-02-13 19:50:20 +01:00
  • 08a0a82435 Changed absolute to relative for filepaths stored in File objects Roman Dobosz 2016-12-03 18:43:49 +01:00
  • a42506dff9 Fix for new fnames in case of already existing ones Roman Dobosz 2016-12-03 18:14:28 +01:00
  • 0d7607cf3c Added log for updating specific channel messages Roman Dobosz 2016-12-02 17:46:27 +01:00
  • 9ddd470b54 Move commands functions to its own module v0.4.4 gryf 2016-11-28 19:05:26 +01:00
  • feb773956c Fix for extension of config file v0.4.3 gryf 2016-11-28 18:25:41 +01:00
  • 3f95986981 Fix the tests. v0.4.2 gryf 2016-11-28 17:57:49 +01:00
  • 6d5f3746a2 Superfast fix for non-existed config parameter in cmdline options v0.4.1 gryf 2016-11-28 17:20:14 +01:00
  • 7ccc2bddaa Added section about config in readme v0.4 gryf 2016-11-28 16:54:48 +01:00
  • db658f917f Added manifest gryf 2016-11-27 20:52:34 +01:00
  • 8568b552ca Readme update gryf 2016-11-27 20:39:47 +01:00
  • c1c4581248 Added config file gryf 2016-11-27 20:39:20 +01:00
  • b5e9c150ed Merge to head v0.3 gryf 2016-11-26 19:23:03 +01:00
  • af7f24e9a9 Dropping Python 2 support gryf 2016-11-26 19:12:44 +01:00
  • 11241e9d8b Readme update gryf 2016-11-26 18:40:54 +01:00
  • c8c1dd4bfe Small fixes, version bump, alpha stage, added emoji map. gryf 2016-11-26 17:55:33 +01:00
  • c79d8ae0e1 Small fixes, version bump, alpha stage, added emoji map. v0.2 gryf 2016-11-26 17:55:33 +01:00
  • 832b76fc84 Added forgotten utils module v0.1 gryf 2016-11-26 16:10:45 +01:00
  • 2610853459 Readme update gryf 2016-11-26 15:14:13 +01:00
  • 137f9bbac6 Fix for files object db store gryf 2016-11-26 15:13:43 +01:00
  • 2c6979f2b5 Fix for one-to-one relationship between message and file objects gryf 2016-11-26 15:11:12 +01:00
  • 352a88dcce Implementation of TextReporter gryf 2016-11-26 15:10:19 +01:00
  • ea923c7351 Version bump gryf 2016-11-26 15:08:53 +01:00
  • 7b76480c85 Added subcommands for slack-backup gryf 2016-11-26 15:08:36 +01:00
  • ac9dee9e5d Fix returned channel list gryf 2016-11-25 09:37:29 +01:00
  • 267341d6a8 added warning for in-memory db gryf 2016-11-25 07:48:09 +01:00
  • 97069e0a83 Added reporters module gryf 2016-11-25 07:45:37 +01:00
  • f3bafadbfe Added install requirements to setup.py gryf 2016-11-24 12:42:04 +01:00
  • 9c616b8da6 Update messages to call for download assets gryf 2016-11-24 08:50:15 +01:00
  • ea423a523f Added download logic gryf 2016-11-24 08:49:08 +01:00
  • 4d71fcb864 Added output and verbose/quite options gryf 2016-11-24 08:48:04 +01:00
  • 15c48ccb87 Added Attachement object, fixed some sqlite-specific issues gryf 2016-11-24 08:44:18 +01:00
  • 966380a2f7 Fix for python2.7 environment gryf 2016-11-24 08:30:10 +01:00
  • 87f6eb4d3a Changing the way how arguments are passed gryf 2016-11-23 22:00:39 +01:00
  • bea61d3b45 Added File objects, some fixes, and download module gryf 2016-11-22 09:27:59 +01:00
  • 85a42ef143 Renamed test_users to more suitable name gryf 2016-11-21 14:05:53 +01:00
  • f3173b9cc9 Added more test data to the tests gryf 2016-11-21 14:04:15 +01:00
  • f7fb9d32a8 Added message model, moving updates of users and channels as public methods gryf 2016-11-21 14:03:19 +01:00
  • 79cf5f1620 added email field to Profile gryf 2016-11-21 09:36:12 +01:00
  • c3ae7607eb Renamed get_hostory to update_history gryf 2016-11-21 09:35:30 +01:00
  • 29b214ce74 Added channels and format options gryf 2016-11-21 09:32:34 +01:00
  • 25a4d374f7 Readme update gryf 2016-11-20 16:41:02 +01:00
  • 970795bbf4 Fix env name for travis gryf 2016-11-20 16:37:41 +01:00
  • 93771e9cbf Added travis conf file gryf 2016-11-20 16:35:29 +01:00
  • 25d4de0ca3 Refactoring _update_channels method gryf 2016-11-20 16:09:10 +01:00
  • cf93a85268 Removed primary key for other fields than id in Topic and Purpose objects gryf 2016-11-20 16:06:09 +01:00
  • 9d0582a82f Updates to channel creation gryf 2016-11-20 15:15:01 +01:00
  • 2476af0555 Adjusted get_history method gryf 2016-11-20 15:13:47 +01:00
  • 07f1b12fa0 Removed IdMap, added slackid column gryf 2016-11-20 15:12:47 +01:00
  • 71c0866699 Removed shebang gryf 2016-11-20 15:11:56 +01:00
  • b1969e6f6b Added Channel and corresponding relations gryf 2016-11-20 09:48:20 +01:00
  • c6f86315c6 Removed cleanup from tox gryf 2016-11-20 09:46:58 +01:00
  • 5c6dc72d7c added some tests gryf 2016-11-20 09:46:38 +01:00
  • 162010ac1e Implemented storage and update of User data gryf 2016-11-19 10:38:45 +01:00
  • 810b7bf002 Removed not needed fields gryf 2016-11-19 09:28:04 +01:00
  • 25d10c1775 Added tox configuration gryf 2016-11-19 09:13:38 +01:00
  • e1adfd7a57 Tweaked mapping for topic and purpose gryf 2016-11-19 09:12:55 +01:00
  • 3055edd0de Added db connection gryf 2016-11-19 09:12:01 +01:00