1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-03-05 10:17:44 +01:00

1300 Commits

Author SHA1 Message Date
cage
fcf711b95d - [GUI] updated comment about the race condition;
- [GUI] try to open a non gemini file even if the mininum buffer size has not be reached, but the file has been downloaded entirely.
2024-09-27 14:37:24 +02:00
cage
0e21344259 - [GUI] added comment about race condition;
- [GUI] adde name to each thread spawned.
2024-09-27 14:37:24 +02:00
cage
0a64d51a5d - [GUI] moved refreshing stream table before starting streaming, to prevent a race condition. 2024-09-27 14:37:24 +02:00
cage
754cc80bb4 - [fediverse] used quoted lines in reply's text. 2024-09-27 14:37:24 +02:00
cage
053dc9aafc - [GUI] used 'open-iri' to open the redirection iri. 2024-09-27 14:37:24 +02:00
cage
f504a8be08 - [fediverse] removed spurious text added when editing a post;
- [fediverse] fixed mention expanding.
2024-09-27 14:37:24 +02:00
cage
c182ed743e - [fediverse] fixed regression: missing quoted text when replying to a messages without any mention. 2024-09-27 14:37:24 +02:00
cage
45102d8dc4 - [GUI] fixed redirection. 2024-09-27 14:37:24 +02:00
cage
e7e795def8 - [fediverse] reworked mention in messages. 2024-09-27 14:37:24 +02:00
cage
70cbc96191 - fixed parsing of gempub metadata. 2024-09-27 14:37:24 +02:00
cage
6b81d0eefd - [GUI] fixed regression, opening non gemini absolute IRI was not possible. 2024-09-27 14:37:24 +02:00
cage
dcda3f91ad - [gui] prevented creating a new file with editor
when a string not representing an absolute IRI, or an existing path in a local file system was  typed on the address bar, the program tried to open it with an external program (example, starting an editor) instead of trigger a search on the gemspace.
2024-09-27 14:37:24 +02:00
cage
7e6398bcee - fixed typos using codespell. 2024-09-21 12:50:15 +02:00
cage
2c41a4f729 - [GUI] updated address bar when opening a directory and then a file. 2024-09-21 11:45:01 +02:00
cage
d507278f67 - [gui] disabled gempub menu if there is no support for zip files (zip/unzip executables not found);
- [gui] added to history also local paths.
2024-09-21 11:26:45 +02:00
cage
f7cb9a1a20 - [GUI] bound 'delete' key to a routine that delete a gempub. 2024-09-20 16:01:56 +02:00
cage
42bbdfc6fb - [GUI] added command to import a gempub file. 2024-09-20 15:37:28 +02:00
cage
f6f3428dbb - used 'gpub' as file extension for generated gempub files. 2024-09-18 20:36:05 +02:00
cage
2dfdf804a4 - [GUI] added UI to generate a gempub;
- fixed parser for gempub metadata;
- fixed typo: "clrs" instead of "clsr";
- added dependency to "zip" binary.
2024-09-18 17:03:00 +02:00
cage
24bfe596b6 - [GUI] [gempub] forced inlining of cover image. 2024-09-15 18:51:54 +02:00
cage
65a368eddb - [GUI] changed test for checking a local file;
- [GUI] checked, when a image is inlined, if it comes from a local path, then try to figure out the format from the file's extension;
- [GUI] [gempub] fixed inlining of cover file.
2024-09-15 18:49:08 +02:00
cage
3ebe35da57 - added basic gempub rendering routines. 2024-09-15 15:21:14 +02:00
cage
21dfefe0a0 - fixed 'fs:temporary-directory'. 2024-09-15 14:43:11 +02:00
cage
6db8efc934 - added 'db:gempub-metadata-id->path';
- used local nickname instead of importing alexandria for package 'db'.
2024-09-15 11:10:07 +02:00
cage
c3ed76a3ff - added missing files for gempub managements. 2024-09-15 11:01:12 +02:00
cage
b76f6bda1b - [GUI] added initial support for gempub;
- [DOC] fixed syntax of query language for searching in gempub library.
2024-09-14 17:41:29 +02:00
cage
faa123be35 - [fediverse] flipped predicate for notifications that does not need to be deleted from the server. 2024-09-08 13:57:29 +02:00
cage
d551505165 - [fediverse] ensured :follow-request and :mentions are kept on the server when deleting noticfications. 2024-09-07 19:29:54 +02:00
cage
43eeb4c613 - added 'hooks:*after-getting-all-fediverse-notifications*';
- trigger the script to fetch expired polls only after all the notifications has been fetched from the server.
2024-09-06 19:08:02 +02:00
cage
50b0b071ea - fixed indentation. 2024-09-06 12:43:59 +02:00
cage
457b1bef9c - fixed rule's name, this bug leads to a crash when extracting metadata from a gempub file. 2024-09-06 12:23:02 +02:00
cage
a300c35c8c - [gemini] using asynchronous timeout instead when opening a socket as the function to open a socket does not respect deadline established with 'sb-sys:with-deadline'. 2024-09-04 18:44:27 +02:00
cage
165bb30688 - [GUI] ensured deadline conditions is respected by gemlog subscribing procedures. 2024-09-04 17:47:16 +02:00
cage
6dd628bca8 - [fediverse] added a commented line on top when composing a new post;
- updated italian translation.
2024-09-03 22:01:01 +02:00
cage
ee81d45142 - deprecated "crypted" as valid configuration directive. 2024-09-01 13:08:09 +02:00
cage
92a0dc9db4 - fixed code formatting. 2024-09-01 13:03:56 +02:00
cage
f7cd82b684 - fixed typo: 'octect' to 'octet';
- removed fuzzy mark from italian transtation file.
2024-09-01 12:59:48 +02:00
cage
8d1bc99472 - added comments when composing posts. 2024-09-01 12:06:23 +02:00
Omar Polo
e8b529f437 fix typos; joint work with codespell(1) 2024-09-01 10:48:44 +02:00
cage
ab4ae0fc11 - deleted unreachable code (links are rendered without the help of 'key->colors', see 'render-link' on the same file). 2024-08-31 21:43:50 +02:00
cage
a9c3aff565 - deprecated configuration directive 'post-allowed-language';
- added configuration directive for comments in composed posts.
2024-08-31 21:24:47 +02:00
cage
a3266370c2 - removed debugging code. 2024-08-31 20:26:08 +02:00
cage
b14dd9e87e - [TUI] added conversion of shortcodes to emoji when composing a fediverse post. 2024-08-31 15:49:53 +02:00
cage
08c0316e52 - [GUI] refresh gemlog window when marking posts as already read. 2024-08-30 15:35:02 +02:00
cage
a08ec1e592 - [GUI] added a button to popup menu to subscribe to a gemlog link. 2024-08-30 15:21:49 +02:00
cage
6012150f33 - added code to allow scripts to gets their command line switches
those switches (if any) after the "--" are returned by function "script-arguments"
  and can be used by scripts.
2024-08-26 20:56:29 +02:00
cage
51cc86cf42 - cleaned up bash completion procedures. 2024-08-25 20:19:28 +02:00
cage
38988b76a0 - [GUI] notify to user any conditions (to include deadlines) when refreshing gemlogs. 2024-08-25 11:24:50 +02:00
cage
29afea2b36 - [GUI] added button to subscribe to a gemlog from gemlog window. 2024-08-25 10:53:50 +02:00
cage
4ca4f2312e - [gemini] added a notice when connecting with an host that provided an expired certificate;
- added more information on license file.
2024-08-24 21:14:03 +02:00