1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2024-12-15 22:58:58 +01:00
Commit Graph

86 Commits

Author SHA1 Message Date
cage
fe2500fae5 - logging changes. 2020-06-13 13:05:26 +02:00
cage
45a56fcf11 - prevent adding duplicate entries in +table-pagination-status+
This could  happened when concurrent fetching  messages command was
  launched from the user.
2020-06-13 13:02:23 +02:00
cage
0f8c0802c9 - logging changes. 2020-06-13 12:49:37 +02:00
cage
4dc58c1a3c - preventing writing a notification window that completerd his life cycle. 2020-06-13 12:44:52 +02:00
cage
ff8813a5aa - increased version. 2020-06-12 18:51:35 +02:00
cage
a192595439 - made expanding thread command non blocking. 2020-06-12 18:44:22 +02:00
cage
de1ce6321b - logging changes. 2020-06-12 18:31:27 +02:00
cage
387cd85c0a - do not climb the thread (probably colud be changed by a command line switch in the future)
when fetching messages.
- configurable color for root of rendered trees.
2020-06-12 18:10:01 +02:00
cage
a04c42b5ef - updated 'configure'. 2020-06-12 14:53:20 +02:00
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