index
:
snac2
master
Mirror of https://codeberg.org/grunfink/snac2
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data.c
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Minor tweak to user_persist().
default
2024-11-24
1
-0
/
+3
|
*
The people page shows 'Approve' and 'Discard' buttons for pending follows.
default
2024-11-24
1
-5
/
+15
|
*
New function pending_check() and pending_del().
default
2024-11-24
1
-0
/
+20
|
*
New function pending_get() and pending_list().
default
2024-11-24
1
-0
/
+38
|
*
New function pending_add().
default
2024-11-24
1
-0
/
+22
|
*
In user_persist(), only publish the actor to the world if a relevant field ↵
default
2024-11-23
1
-0
/
+26
|
|
|
|
|
|
has changed. This way, changing user preferences does not trigger an automatic send storm.
*
More usage of get_in_reply_to().
default
2024-11-19
1
-1
/
+1
|
*
The proxy token seed is created on startup and never stored.
default
2024-11-12
1
-13
/
+4
|
*
mastoapi: added some proxy code.
default
2024-11-12
1
-2
/
+2
|
*
make_url() now accepts generating proxied urls by token.
default
2024-11-12
1
-1
/
+11
|
*
Added new proxy authorization by token.
default
2024-11-12
1
-2
/
+20
|
*
Moved make_url() to data.c.
default
2024-11-07
1
-0
/
+16
|
*
In tag_index(), don't repeat tags in indexes.
default
2024-10-19
1
-1
/
+4
|
*
Return an empty list in list_timeline() if (still) there is no list timeline.
default
2024-10-19
1
-0
/
+2
|
*
Also import lists.csv.
default
2024-10-19
1
-0
/
+3
|
*
Touch the timeline in user_persist() (to avoid over-zealous caching in /public).
default
2024-10-13
1
-0
/
+1
|
*
More migration work.
default
2024-10-08
1
-1
/
+1
|
*
Started support for CSV data export.
default
2024-09-18
1
-0
/
+23
|
*
Also purge bookmark.idx and draft.idx.
default
2024-09-14
1
-1
/
+2
|
*
More work in post drafts.
default
2024-09-06
1
-0
/
+7
|
*
Some new draft functions.
default
2024-09-06
1
-0
/
+30
|
*
If style.css does not exist, it's created with the default one.
default
2024-09-04
1
-0
/
+8
|
*
timeline_del() also deletes from the pinned and bookmark caches.
default
2024-08-29
1
-0
/
+3
|
*
mastoapi: added bookmark list.
default
2024-08-29
1
-1
/
+13
|
*
The list of bookmarked posts also work.
default
2024-08-29
1
-0
/
+7
|
*
Show bookmarked posts with an emoji.
default
2024-08-29
1
-1
/
+1
|
*
Simplified pinning functions.
default
2024-08-29
1
-27
/
+19
|
*
Adding to and object cache always create the cache directory.
default
2024-08-29
1
-13
/
+5
|
*
New function object_user_cache_fn().
default
2024-08-29
1
-14
/
+58
|
*
Fixed typo.
default
2024-08-24
1
-1
/
+1
|
*
Searches are now case-insensitive for all alphabets.
default
2024-08-23
1
-3
/
+6
|
*
Minor search improvement.
default
2024-08-11
1
-4
/
+6
|
*
content_search() also search into alt-text from attachments.
default
2024-08-11
1
-1
/
+15
|
*
mastoapi: also use mastoapi_timeline() with lists.
default
2024-08-09
1
-1
/
+7
|
*
Added some functions that return index filenames.
default
2024-08-09
1
-6
/
+26
|
*
Tweaked unveil() / pledge() to deal with UNIX sockets.
default
2024-08-05
1
-7
/
+15
|
*
Notify objects include the original message.
default
2024-07-31
1
-1
/
+2
|
*
Use MD5_HEX_SIZE in more places.
default
2024-07-23
1
-10
/
+8
|
*
New constant MD5_HEX_SIZE.
default
2024-07-23
1
-18
/
+18
|
*
Reimplemented index_list_desc() by way of index_desc_first() and ↵
default
2024-07-23
1
-16
/
+6
|
|
|
|
index_desc_next().
*
New functions index_desc_first() and index_desc_next() (unused).
default
2024-07-23
1
-0
/
+44
|
*
mastoapi: Added missing field in list creation.
default
2024-06-08
1
-6
/
+3
|
*
mastoapi: fix create list response & duplicate actor adding
Louis Brauer
2024-06-07
1
-1
/
+1
|
*
Avoid unnecessary calls to verify links.
default
2024-05-31
1
-2
/
+2
|
*
Don't propagate the user change after dismissing the announcement.
default
2024-05-31
1
-4
/
+7
|
*
Implement instance announcements
Louis Brauer
2024-05-31
1
-0
/
+66
|
*
Implement Mastodon PATCH endpoint for account profile updates
Louis Brauer
2024-05-27
1
-0
/
+27
|
*
Use enum instead of numeric status codes for HTTP statuses
Louis Brauer
2024-05-26
1
-34
/
+34
|
*
Added links to the lists in html_timeline().
default
2024-05-24
1
-1
/
+1
|
*
Also delete the list .idx.bak.
default
2024-05-24
1
-0
/
+3
|
[next]