Commit Graph

2758 Commits

Author SHA1 Message Date
default
e751def762 Bumped development version. 2024-09-16 09:36:07 +02:00
default
7cb291c523 Updated RELEASE_NOTES. 2024-09-16 09:35:50 +02:00
default
5402d03f17 Fixed minor memory leak. 2024-09-16 09:32:22 +02:00
grunfink
a09e5052dd Merge pull request 'URL decode data after splitting the arguments' (#196) from ndagestad/snac2:mastodon_login into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/196
2024-09-16 07:28:28 +00:00
Nicolai Dagestad
ba5cbb6d82 URL decode data after splitting the arguments
Data decoding should happen after the parsing if not, a '?', '&', '#'
or other character decoded will interfere with the parsing. e.g. the
users password contains a '&', then it is truncated on that character,
and login will fail.
2024-09-15 18:39:49 +02:00
default
b3c00cc098
Version 2.59 RELEASED. 2024-09-15 14:02:27 +02:00
default
57c9f4b8e9 Skip ugly line breaks at the beginning of a post's content. 2024-09-15 08:25:12 +02:00
default
16a1b207b1 Updated TODO. 2024-09-15 08:16:49 +02:00
default
31ce1af736 Minor code cleaning. 2024-09-14 18:59:49 +02:00
default
c6594949f9 Also purge bookmark.idx and draft.idx. 2024-09-14 16:55:01 +02:00
default
e0a2eb4fb5 Some tweaks to draft post code. 2024-09-14 16:51:30 +02:00
default
352108e61f Set the "Only for mentioned people" checkbox properly. 2024-09-14 15:23:07 +02:00
default
46708ef309 Updated RELEASE_NOTES. 2024-09-14 14:46:31 +02:00
default
7e85cd570d Fixed crash in xs_multipart_form_data(). 2024-09-14 14:43:22 +02:00
default
b6f84c3a95 Updated documentation. 2024-09-13 09:28:21 +02:00
default
05cff0a254 Updated RELEASE_NOTES. 2024-09-13 09:16:26 +02:00
default
6869c493a1 Minor fix to avoid 'Block' notifications to be invisible. 2024-09-12 23:48:16 +02:00
default
650f135775 Updated RELEASE_NOTES. 2024-09-06 23:45:31 +02:00
default
743184384c Updated TODO. 2024-09-06 23:43:40 +02:00
default
a9082bdac2 Minor default CSS fix. 2024-09-06 22:35:26 +02:00
default
d515126797 Minor tweak. 2024-09-06 10:53:01 +02:00
default
2ec86d363e Hiding a draft deletes it. 2024-09-06 10:51:30 +02:00
default
ac0c7bc2ed More work in post drafts. 2024-09-06 10:31:09 +02:00
default
7286216f14 Some new draft functions. 2024-09-06 09:54:27 +02:00
default
97c4af001b New checkbox in html_note() for marking a post as a draft. 2024-09-06 09:33:59 +02:00
default
acb3f92ef4
Version 2.58 RELEASED. 2024-09-05 16:24:11 +02:00
default
c724fab7a8 Updated TODO. 2024-09-04 10:27:35 +02:00
default
09e13eb6be More minor default CSS tweaks. 2024-09-04 10:16:55 +02:00
default
7030fd29f9 Minor default CSS tweak. 2024-09-04 10:02:47 +02:00
default
ae815746d5 Updated RELEASE_NOTES. 2024-09-04 09:49:27 +02:00
default
6778350211 If style.css does not exist, it's created with the default one. 2024-09-04 09:48:35 +02:00
default
d8e77aca76 Added some CSS styling to the list-of-lists. 2024-09-04 09:34:56 +02:00
default
39b2db7930 Updated RELEASE_NOTES. 2024-08-31 08:28:25 +02:00
default
36e98b8901 New 'hide_delete_post_button' server directive. 2024-08-31 08:22:30 +02:00
default
5e5abd76a0 Minor logging tweak. 2024-08-31 07:14:59 +02:00
default
0218e964b0 Backport from xs. 2024-08-30 19:10:26 +02:00
default
bff33fc2ed timeline_del() also deletes from the pinned and bookmark caches. 2024-08-29 12:53:49 +02:00
default
b512678f2d Updated RELEASE_NOTES. 2024-08-29 08:49:06 +02:00
default
08de491395 mastoapi: added bookmark list. 2024-08-29 08:30:09 +02:00
default
54520f0411 mastoapi: added support for [un]bookmarking. 2024-08-29 08:11:30 +02:00
default
67f0efa689 Added web UI for [un]bookmarking. 2024-08-29 07:57:29 +02:00
default
72c31c28ef Pinned posts are no longer shown in the private timeline. 2024-08-29 07:50:10 +02:00
default
8ea199a996 The list of bookmarked posts also work. 2024-08-29 07:45:22 +02:00
default
0c3c79f0b9 The list of pinned posts now works. 2024-08-29 07:41:29 +02:00
default
52e8bfebd0 Added links to pinned and bookmarked posts as if they were lists.
They still not work.
2024-08-29 07:33:42 +02:00
default
5358136132 Show bookmarked posts with an emoji. 2024-08-29 07:25:28 +02:00
default
1022f6db87 Bookmarking can be done from the command line. 2024-08-29 07:08:26 +02:00
default
9a67b19a7c Simplified pinning functions. 2024-08-29 06:59:44 +02:00
default
3ff7e6233f Adding to and object cache always create the cache directory. 2024-08-29 06:47:55 +02:00
default
a22dfefa6d Merge branch 'master' of /home/angel/git/snac2 2024-08-29 06:40:45 +02:00