1
0
Fork 0
Commit Graph

1527 Commits

Author SHA1 Message Date
cage f9bd21ddb5 - logging changes. 2020-06-11 17:44:27 +02:00
cage 964307a20d - increased version. 2020-06-11 17:37:37 +02:00
cage 93950ca530 - fixed skipping of ignored users
When a set  of downloaded statuses contains one or  more status from
  an ignored user restarts the download process again starting from the
  last (or first, if going backward) downloaded status (ordered by ID).

  This way we could skip over a bunch of ignored status.

  The number of download restarting iteration is limited to 3

- added a  configuration directive  to ignore  usernames that  match a
  regular exception.
2020-06-11 17:28:39 +02:00
cage 0895409af5 - logging changes. 2020-06-07 13:04:08 +02:00
cage 5f7c6a1f45 - remove duplicated urls in messages that are a reblog;
- fixed swapped docstrings;
- updated configure.
2020-06-07 13:00:19 +02:00
cage ff4c271497 - updated documentation. 2020-06-07 12:38:25 +02:00
cage 7ad3f70ff6 - increased version. 2020-06-07 12:23:12 +02:00
cage 667639e248 - updated italian translation. 2020-06-07 12:16:41 +02:00
cage b7203e6ef0 - logging changes. 2020-06-07 12:14:24 +02:00
cage f20376adbf - printed an error to the user when trying to vote for a message that
does not contains a poll.
2020-06-07 12:13:02 +02:00
cage e6553c067e - logging changes. 2020-06-07 11:55:37 +02:00
cage 70b9918704 - moved pleroma specific API to i package :api-pleroma;
- renamed function: 'text-utils:left-padding-suffix' to 'text-utils:left-padding-prefix';
- rendered the choice index for poll's choicehs;
- shown if a poll allows multiple choiches.
2020-06-07 11:50:36 +02:00
cage 9802d6f034 - logging changes. 2020-05-31 16:51:10 +02:00
cage 4f522225a4 - added voting to polls;
- fixed poll's rendering.
2020-05-31 16:49:26 +02:00
cage cc6bbd691b - prevented skipping code when a poll has not expired. 2020-05-31 14:18:44 +02:00
cage 976f154bc2 - logging changes. 2020-05-31 12:51:35 +02:00
cage ab50276605 - added rendering of polls. 2020-05-31 12:47:48 +02:00
cage d33af4ecbe - updated italian translation. 2020-05-30 12:05:08 +02:00
cage dae9cad39b - logging changes. 2020-05-30 11:56:24 +02:00
cage 32727cf0ae - [breaking changes] changed table for attachments;
- fixed  bug  that prevented  statuses  missing  attachments when  the
  status was reblogged.
2020-05-30 11:53:17 +02:00
cage fd3f1b617b - rearranged compilation order to prevent warning about command line
switch;
- rearranged order of packages.
2020-05-30 10:11:10 +02:00
cage de8a0fe8d4 - logging changes 2020-05-30 10:01:39 +02:00
cage 9895843b21 - added optional notification of statuses mentioning the user;
- protected reblogged timeline from accidental deletiion;
- added the posiibility to force expanding of a message tree.
2020-05-30 09:53:12 +02:00
cage 8ab80a1f40 - fixed error in manpage. 2020-05-24 19:17:28 +02:00
cage e8fdbbf88f - clarifing that this client is pleroma-only at the moment. 2020-05-24 19:15:14 +02:00
cage f3d1436455 - removed useless switch. 2020-05-20 16:32:05 +02:00
cage fa00c7a6ac - logging changes. 2020-05-19 20:41:45 +02:00
cage 5df777a804 - fixed renumbering of 'message-index' of status.
The  old  procedure did  not  took  into  account the  'folder'  and
  'timeline' columns making  possible to overwrite index of  a copy of
  the  same message  placed in  different folder.  This bug  made the
  program crash.
2020-05-19 20:27:04 +02:00
cage c39fe07a34 - fixed command line long option. 2020-05-19 18:37:54 +02:00
cage bccd4bfde4 - fixed typo. 2020-05-18 20:47:33 +02:00
cage 9309f2f5f1 - increased version. 2020-05-18 19:34:35 +02:00
cage 3e7108219e - updated docs. 2020-05-18 19:32:55 +02:00
cage 1548229b28 - added the reset of timeline pagination from command line. 2020-05-18 19:16:52 +02:00
cage 38411e1a19 - prevented disappearing of text in a reblogged toot when the parent
status has empty 'content' field or has no attachments.
2020-05-17 22:29:43 +02:00
cage d86c1a6455 - changed README contents. 2020-05-17 22:28:50 +02:00
cage 4b32f77883 - updated NEWS and ChangeLog. 2020-05-17 18:03:16 +02:00
cage 10371380e0 - increased version number. 2020-05-17 17:53:35 +02:00
cage 57b92e2b83 - updated translation. 2020-05-17 17:50:48 +02:00
cage a0daf6f01a - added missing file. 2020-05-17 17:49:43 +02:00
cage 07b13b40d2 - added a window to browse the links that a message contains. 2020-05-17 17:47:33 +02:00
cage 9f6adf02c4 - used correct function when ignoring an account;
- changed button label when asking for opening authorization url: from
  'OK' to 'Cancel'.
2020-05-16 20:01:41 +02:00
cage a746aef322 - updated documentations. 2020-05-16 19:13:33 +02:00
cage de216342e0 - Fixed duplicated section and link in README. 2020-05-16 15:26:42 +02:00
cage 36d098e8be - added disclaimer. 2020-05-16 15:24:32 +02:00
cage 7429764445 - updated documentations. 2020-05-16 14:57:48 +02:00
cage 1f01b55211 - added missing filename in Makefile.am. 2020-05-16 14:31:07 +02:00
cage 149b39e93b - always load a shared configuration file;
- updated documentation.
2020-05-16 13:45:07 +02:00
cage b1a2023738 - fixed default system dir where looking for configuration files. 2020-05-16 13:04:13 +02:00
cage 2faf32800b - made the program exits without invoke the debugger if the main
configuration file is not found;
- update documentation.
2020-05-16 11:24:11 +02:00
cage 9f155920ab - fixed file name. 2020-05-15 19:30:37 +02:00