summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* No sensitive content in the public timelineGravatar Alex Schroeder2022-12-041-10/+6
| | | | | | 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).
* Add an option to always show sensitive contentGravatar Alex Schroeder2022-12-042-6/+23
| | | | | | | | | - 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
* Updated TODO.Gravatar default2022-12-041-0/+2
|
* Don't create obsolete directories in adduser().Gravatar default2022-12-041-2/+2
|
* Updated documentation.Gravatar default2022-12-043-46/+35
|
* Updated TODO.Gravatar default2022-12-041-2/+2
|
* Version 2.13 RELEASED.2.13Gravatar default2022-12-041-1/+1
|
* Set default debug level to 1 for most object db functions.Gravatar default2022-12-041-8/+8
|
* Deleted debug code in html_entry().Gravatar default2022-12-041-8/+2
|
* Don't show the messages' md5.Gravatar default2022-12-041-0/+2
|
* In _object_user_cache(), don't call index_add() if link() fails.Gravatar default2022-12-031-2/+2
| | | | It will most probably fail because the object is already there.
* From timeline_admire(), add to both caches.Gravatar default2022-12-031-2/+4
|
* Added :shrug2:Gravatar default2022-12-032-0/+3
|
* Don't try to admire empty messages.Gravatar default2022-12-031-4/+10
|
* Updated TODO.Gravatar default2022-12-031-1/+3
|
* Don't store messages in public/ that are not public.Gravatar default2022-12-031-2/+9
| | | | They weren't shown anyway, but it's better to be sure.
* Set default max_timeline_entries to 128.Gravatar default2022-12-031-1/+1
|
* Add this user admires to the public timeline.Gravatar default2022-12-031-0/+4
|
* Show the development version.Gravatar default2022-12-032-2/+5
|
* Upgrade timeline/ to private/.Gravatar default2022-12-032-1/+59
|
* Always show who boosted something, not only when it's on level 0.Gravatar default2022-12-031-43/+42
|
* Upgraded local/ to public/.Gravatar default2022-12-034-4/+79
|
* New function timeline_simple_list().Gravatar default2022-12-035-10/+17
|
* Show stray parents in the origin.Gravatar default2022-12-022-22/+14
|
* Use xs_set_result() in timeline_top_level().Gravatar default2022-12-021-6/+2
|
* New function object_here_by_md5().Gravatar default2022-12-021-4/+9
|
* New function object_parent().Gravatar default2022-12-021-3/+10
|
* More old code cleaning.Gravatar default2022-12-023-61/+4
|
* Renamed timeline_here() to object_here().Gravatar default2022-12-023-11/+11
|
* More old code deletions.Gravatar default2022-12-023-41/+1
|
* The old timeline is no longer maintained.Gravatar default2022-12-021-224/+11
|
* Fixed one post queries.Gravatar default2022-12-023-8/+8
|
* Fixed RSS and outbox to use the new data storage.Gravatar default2022-12-022-7/+14
|
* Big data storage change.Gravatar default2022-12-025-108/+131
|
* Updated RELEASE_NOTES.Gravatar default2022-12-021-2/+2
|
* Fixed conflict.Gravatar default2022-12-020-0/+0
|\
| * Merge pull request 'Close a tag in history list' (#8) from ↵Gravatar grunfink2022-12-011-1/+1
| |\ | | | | | | | | | | | | | | | kensanata/snac2:close-tag into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/8
| | * Close a tag in history listGravatar Alex Schroeder2022-12-011-1/+1
| | |
| * | Merge pull request 'this is actually a pipe not a file, it should be closed ↵Gravatar grunfink2022-12-011-3/+3
| |\ \ | | |/ | |/| | | | | | | | | | as a pipe' (#6) from themusicgod1/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/6
| | * this is actually a pipe not a file, it should be closed as a pipeGravatar Anonymous2022-11-301-3/+3
| |/
* | Updated RELEASE_NOTES.Gravatar default2022-12-011-0/+8
| |
* | Close a tag in history list.Gravatar default2022-12-011-1/+1
| |
* | Added the profile="" argument to Person content-type.Gravatar default2022-12-011-1/+1
| |
* | Updated TODO.Gravatar default2022-11-301-0/+2
| |
* | Updated TODO.Gravatar default2022-11-301-0/+4
| |
* | Updated README.Gravatar default2022-11-281-0/+1
| |
* | Deleted dump of debugging code.Gravatar default2022-11-281-8/+0
| |
* | Use xs_set in recipient_list() and inbox_list().Gravatar default2022-11-283-14/+16
| |
* | Backport from xs.Gravatar default2022-11-282-4/+14
| |
* | Updated TODO.Gravatar default2022-11-281-2/+2
| |