Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-04 | Merge branch 'master' of triptico.com:git/snac2 | default | |
2022-12-04 | Updated TODO. | default | |
2022-12-04 | Fixed example. | default | |
2022-12-04 | Fixed crash in new code (moron me...) | default | |
2022-12-04 | Updated RELEASE_NOTES. | default | |
2022-12-04 | Match the CW checkbox status to what is currently configured. | default | |
2022-12-04 | Merge pull request 'Add an option to always show sensitive content' (#9) ↵ | grunfink | |
from kensanata/snac2:optional-cw into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/9 | |||
2022-12-04 | Bumped version. | default | |
2022-12-04 | Updated RELEASE_NOTES. | default | |
2022-12-04 | Merge pull request 'Use "new" instead of "New" for log messages' (#11) from ↵ | grunfink | |
kensanata/snac2:lower-case-log-messages into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/11 | |||
2022-12-04 | Merge pull request 'Fix arguments in callto xs_fmt' (#10) from ↵ | grunfink | |
kensanata/snac2:segfault-in-upgrade into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/10 | |||
2022-12-04 | Use "new" instead of "New" for log messages | Alex Schroeder | |
The messages for new "Like" and new "Delete" started with an uppercase n instead of a lowercase n like all the other log messages. | |||
2022-12-04 | Fix arguments in callto xs_fmt | Alex Schroeder | |
Without this, db_upgrade segfaults. | |||
2022-12-04 | No sensitive content in the public timeline | Alex Schroeder | |
Don't use h3 in the public timeline. Use the details tag, as before, but default to "open" if the config setting is set. Only do this in the private timeline (where local == 0, as set by html_get_handler). | |||
2022-12-04 | Add an option to always show sensitive content | Alex Schroeder | |
- add a cw key to user.json - add a cw checkbox to user setup form - handle the cw parameter when updating user setup - when rendering an entry, look at the cw config: if set, use a h3 heading for the summary; otherwise use details + summar + SENSITIVE CONTENT like before | |||
2022-12-04 | Updated TODO. | default | |
2022-12-04 | Don't create obsolete directories in adduser(). | default | |
2022-12-04 | Updated documentation. | default | |
2022-12-04 | Updated TODO. | default | |
2022-12-04 | Version 2.13 RELEASED. | default | |
2022-12-04 | Set default debug level to 1 for most object db functions. | default | |
2022-12-04 | Deleted debug code in html_entry(). | default | |
2022-12-04 | Don't show the messages' md5. | default | |
2022-12-03 | In _object_user_cache(), don't call index_add() if link() fails. | default | |
It will most probably fail because the object is already there. | |||
2022-12-03 | From timeline_admire(), add to both caches. | default | |
2022-12-03 | Added :shrug2: | default | |
2022-12-03 | Don't try to admire empty messages. | default | |
2022-12-03 | Updated TODO. | default | |
2022-12-03 | Don't store messages in public/ that are not public. | default | |
They weren't shown anyway, but it's better to be sure. | |||
2022-12-03 | Set default max_timeline_entries to 128. | default | |
2022-12-03 | Add this user admires to the public timeline. | default | |
2022-12-03 | Show the development version. | default | |
2022-12-03 | Upgrade timeline/ to private/. | default | |
2022-12-03 | Always show who boosted something, not only when it's on level 0. | default | |
2022-12-03 | Upgraded local/ to public/. | default | |
2022-12-03 | New function timeline_simple_list(). | default | |
2022-12-02 | Show stray parents in the origin. | default | |
2022-12-02 | Use xs_set_result() in timeline_top_level(). | default | |
2022-12-02 | New function object_here_by_md5(). | default | |
2022-12-02 | New function object_parent(). | default | |
2022-12-02 | More old code cleaning. | default | |
2022-12-02 | Renamed timeline_here() to object_here(). | default | |
2022-12-02 | More old code deletions. | default | |
2022-12-02 | The old timeline is no longer maintained. | default | |
2022-12-02 | Fixed one post queries. | default | |
2022-12-02 | Fixed RSS and outbox to use the new data storage. | default | |
2022-12-02 | Big data storage change. | default | |
2022-12-02 | Updated RELEASE_NOTES. | default | |
2022-12-02 | Fixed conflict. | default | |
2022-12-01 | Updated RELEASE_NOTES. | default | |