summaryrefslogtreecommitdiff
path: root/html.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added a (CSS hidden) hr tag after each post.Gravatar default2025-04-041-0/+5
|
* Vote objects no longer have a content of "".Gravatar default2025-04-041-0/+3
|
* Only show date edition controls if it's new, drafted or scheduled.Gravatar default2025-04-011-14/+16
|
* Added more scheduling code.Gravatar default2025-04-011-2/+42
|
* Some more work for future posts.Gravatar default2025-04-011-44/+67
|
* Added some code for the future.Gravatar default2025-03-311-6/+49
|
* Merge pull request 'Added tittle text and class to custom emojis (issue ↵Gravatar grunfink2025-03-251-0/+2
|\ | | | | | | | | | | #330)' (#333) from dandelions/snac2:issue_330 into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/333
| * Added tittle text and class to custom emojisGravatar green2025-03-221-0/+2
| |
* | In replace_shortnames(), avoid repeated emojis.Gravatar default2025-03-241-0/+9
|/
* Hide the first child container if it's empty.Gravatar default2025-03-191-0/+6
|
* If a child post is from the same author, don't indent it.Gravatar default2025-03-171-2/+36
|
* mastoapi: added support for /api/v1/custom_emojis (contributed by violette).Gravatar default2025-03-171-0/+1
|
* Fixed some stray translatable strings.Gravatar default2025-03-081-9/+9
|
* msg_note() accepts a nullable post date.Gravatar default2025-03-021-3/+3
|
* SVG support can be enabled by setting enable_svg to true in server.json.Gravatar default2025-02-281-10/+16
|
* Added web UI for the blocked hashtags.Gravatar default2025-02-271-0/+61
|
* The interface language preference can now be set.Gravatar default2025-02-151-0/+29
|
* Optimized lang_str().Gravatar default2025-02-151-2/+15
|
* Some message tweaks.Gravatar default2025-02-141-2/+4
|
* html_footer() now receives an optional snac *user argument.Gravatar default2025-02-141-7/+5
|
* Redefined L() to use lang_str().Gravatar default2025-02-141-2/+13
|
* More variable renaming.Gravatar default2025-02-141-9/+9
|
* More variable renaming.Gravatar default2025-02-141-15/+15
|
* More variable renaming.Gravatar default2025-02-141-2/+2
|
* More variable renaming.Gravatar default2025-02-141-26/+26
|
* Some variable renaming.Gravatar default2025-02-141-7/+7
|
* Merge branch 'master' of comam.es:git/snac2Gravatar default2025-02-141-2/+2
|\
| * Minor string tweak.Gravatar default2025-02-141-2/+2
| |
* | Disable "shortnames" of the image/svg+xml mediaType.Gravatar default2025-02-141-10/+16
|/
* Drop SVG attachments, as they may include JavaScript.Gravatar default2025-02-131-0/+5
|
* Don't show the bookmark emoji to strangers.Gravatar default2025-02-111-1/+1
|
* Fixed crash in incomplete poll post.Gravatar default2025-02-081-9/+10
|
* Show links to followed hashtags just below the list of lists.Gravatar default2025-02-081-0/+23
|
* Added support for multiple attachments in the same post.Gravatar default2025-02-071-59/+109
|
* If 'def_timeline_entries' is not set, 'max_timeline_entries' is used ↵Gravatar default2025-02-061-1/+2
| | | | (instead of the default).
* Added an anchor to the post link in the date.Gravatar default2025-02-061-2/+4
|
* Merged 383bf2e2eeadcacfa519be7a56c9a301.Gravatar Alexandre Oliva2025-02-061-9/+28
|
* Merged 53ad5cdf0371fc068fa03bf287fc94be.Gravatar Alexandre Oliva2025-02-061-1/+1
|
* More HTML tweaks.Gravatar default2025-02-051-1/+1
|
* Minor HTML tweak.Gravatar default2025-02-051-1/+1
|
* Merge pull request 'Add short_description_raw option' (#266) from ↵Gravatar grunfink2025-02-051-10/+20
|\ | | | | | | | | | | ltning/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/266
| * Merge branch 'master' into masterGravatar ltning2025-02-041-14/+36
| |\
| * \ Merge branch 'master' into masterGravatar ltning2025-01-271-19/+374
| |\ \
| * | | Add short_description_raw optionGravatar Eirik Oeverby2025-01-061-10/+20
| | | |
* | | | Added a 'Context' link to each notification.Gravatar default2025-02-051-1/+7
| |_|/ |/| |
* | | Call timeline_add_mark() after history_add() for better timestamp checks.Gravatar default2025-01-291-2/+2
| | |
* | | Some tweaks to the already seen mark code.Gravatar default2025-01-281-2/+2
| | |
* | | Set the CSS class snac-no-more-unseen-posts.Gravatar default2025-01-281-6/+7
| | |
* | | Added a 'No more unseen posts' mark.Gravatar default2025-01-271-0/+24
| | |
* | | Minor optimization in timeline retrieving.Gravatar default2025-01-271-14/+11
| |/ |/| | | | | | | Functions now receive an optional int *more, set to 1 if there are more than the 'show' requested.