summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Updated documentation.Gravatar default2022-12-041-2/+4
| |
* | New command line option 'resetpwd'.Gravatar default2022-12-043-12/+35
| |
* | New function new_password().Gravatar default2022-12-044-18/+26
|/
* Merge branch 'master' of triptico.com:git/snac2Gravatar default2022-12-041-1/+1
|\
| * Fixed example.Gravatar default2022-12-041-1/+1
| |
* | Updated TODO.Gravatar default2022-12-041-0/+2
|/
* Fixed crash in new code (moron me...)Gravatar default2022-12-041-1/+5
|
* Updated RELEASE_NOTES.Gravatar default2022-12-041-0/+2
|
* Match the CW checkbox status to what is currently configured.Gravatar default2022-12-041-1/+1
|
* Merge pull request 'Add an option to always show sensitive content' (#9) ↵Gravatar grunfink2022-12-042-4/+17
|\ | | | | | | | | | | from kensanata/snac2:optional-cw into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/9
| * 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
* | Bumped version.Gravatar default2022-12-041-1/+1
| |
* | Updated RELEASE_NOTES.Gravatar default2022-12-041-0/+6
| |
* | Merge pull request 'Use "new" instead of "New" for log messages' (#11) from ↵Gravatar grunfink2022-12-041-2/+2
|\ \ | | | | | | | | | | | | | | | kensanata/snac2:lower-case-log-messages into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/11
| * | Use "new" instead of "New" for log messagesGravatar Alex Schroeder2022-12-041-2/+2
| |/ | | | | | | | | The messages for new "Like" and new "Delete" started with an uppercase n instead of a lowercase n like all the other log messages.
* | Merge pull request 'Fix arguments in callto xs_fmt' (#10) from ↵Gravatar grunfink2022-12-041-1/+1
|\ \ | |/ |/| | | | | | | kensanata/snac2:segfault-in-upgrade into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/10
| * Fix arguments in callto xs_fmtGravatar Alex Schroeder2022-12-041-1/+1
|/ | | | Without this, db_upgrade segfaults.
* 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
|