index
:
snac2
master
Mirror of https://codeberg.org/grunfink/snac2
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
html.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed missing else in html people list.
default
2024-11-24
1
-0
/
+1
*
Changed help for the search box.
default
2024-11-24
1
-1
/
+1
*
The search box also searches accounts (via webfinger).
default
2024-11-24
1
-0
/
+42
*
Fixed bio processing in the public page.
default
2024-11-24
1
-4
/
+4
*
Added web UI for the 'approve_followers' checkbox.
default
2024-11-24
1
-0
/
+14
*
New web actions "Approve" and "Discard".
default
2024-11-24
1
-0
/
+28
*
Pending follow notifications are shown as "Follow Request".
default
2024-11-24
1
-0
/
+3
*
The people page shows 'Approve' and 'Discard' buttons for pending follows.
default
2024-11-24
1
-6
/
+23
*
Minor tweak to new metadata.
default
2024-11-23
1
-1
/
+1
*
The 'metadata' field in user.json is now a string instead of a dict.
default
2024-11-23
1
-29
/
+45
*
New function get_in_reply_to().
default
2024-11-19
1
-2
/
+2
*
Minor tweak to proxy code (some URLs were not correctly formed).
default
2024-11-14
1
-1
/
+1
*
The proxy token seed is created on startup and never stored.
default
2024-11-12
1
-1
/
+1
*
Added new proxy authorization by token.
default
2024-11-12
1
-11
/
+28
*
Fixed possible crash in proxy code.
default
2024-11-10
1
-1
/
+1
*
In the RSS description, don't convert the bio from Markdown.
default
2024-11-10
1
-1
/
+1
*
RSS feeds are now 2.0 instead of 0.91.
default
2024-11-10
1
-4
/
+33
*
Merge branch 'master' of comam.es:git/snac2
default
2024-11-07
1
-16
/
+0
|
\
|
*
Moved make_url() to data.c.
default
2024-11-07
1
-16
/
+0
*
|
Fixed some URLs that should not be proxied.
default
2024-11-07
1
-3
/
+3
|
/
*
Fixed 'strict_public_timelines' being applied to the private timeline.
default
2024-11-07
1
-1
/
+1
*
Use the raw_path for proxying (as some media may include ? arguments).
default
2024-11-07
1
-1
/
+7
*
Don't proxy our own URLs.
default
2024-11-07
1
-1
/
+1
*
Propagate the caching headers.
default
2024-11-07
1
-0
/
+6
*
Omit the 'image' field if there are any attachment.
default
2024-11-07
1
-2
/
+2
*
Propagate 'last-modified' and 'etag' fields while proxying.
default
2024-11-07
1
-1
/
+7
*
Also use the proxy in replace_shortnames().
default
2024-11-07
1
-9
/
+16
*
Changed make_url().
default
2024-11-07
1
-23
/
+35
*
More proxy_media work.
default
2024-11-07
1
-9
/
+16
*
New function make_url(), that takes 'proxy_media' into account.
default
2024-11-07
1
-2
/
+53
*
New server variable 'strict_public_timelines'.
default
2024-11-05
1
-3
/
+13
*
Set some HTML url fields to be type 'url'.
default
2024-10-29
1
-2
/
+2
*
Save the 'collapse_threads' from the web UI.
default
2024-10-28
1
-0
/
+4
*
Show the collapse_threads field in the user settings.
default
2024-10-28
1
-0
/
+10
*
Use the 'collapse_threads' field from user.json.
default
2024-10-28
1
-0
/
+3
*
Some work towards collapsing threads by default.
default
2024-10-28
1
-1
/
+2
*
Fixed crash.
default
2024-10-28
1
-1
/
+1
*
Skip all repeated attachments, not only images.
default
2024-10-27
1
-5
/
+4
*
If an attached image URL is already in the post content, don't show it.
default
2024-10-27
1
-0
/
+7
*
In notifications, show the emoji of the EmojiReact.
default
2024-10-26
1
-0
/
+10
*
Fixed HTML typo.
default
2024-10-25
1
-1
/
+1
*
More HTML tweaks.
default
2024-10-23
1
-8
/
+8
*
Tweaked HTML for the timeline pages.
default
2024-10-19
1
-7
/
+7
*
Tweaked HTML for the notifications page.
default
2024-10-19
1
-2
/
+6
*
Fixed Draft: label title.
default
2024-10-19
1
-6
/
+7
*
Fixed emojis in the public profile.
default
2024-10-08
1
-1
/
+3
*
Don't cache a page if an error is set.
default
2024-10-06
1
-0
/
+2
*
New HTML variable error (still unused).
default
2024-10-06
1
-14
/
+32
*
When editing a draft, the checkbox is kept set.
default
2024-09-27
1
-6
/
+9
*
Skip ugly line breaks at the beginning of a post's content.
default
2024-09-15
1
-0
/
+4
[next]