| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Renamed timeline_get() to timeline_get_by_md5(), as that is what id does. | 2023-02-05 | 1 | -1/+1 | ||
| | | ||||||
| * | New function timeline_get(). | 2023-02-05 | 1 | -0/+1 | ||
| | | ||||||
| * | Version 2.20 RELEASED.2.20 | 2023-02-04 | 1 | -1/+1 | ||
| | | ||||||
| * | Email notifications have been moved to the global queue. | 2023-02-02 | 1 | -1/+6 | ||
| | | ||||||
| * | process_queue() has been renamed to process_user_queue(). | 2023-02-02 | 1 | -1/+1 | ||
| | | ||||||
| * | queue() renamed to user_queue(). | 2023-02-02 | 1 | -1/+1 | ||
| | | ||||||
| * | dequeue() does not need a snac argument. | 2023-02-02 | 1 | -1/+1 | ||
| | | ||||||
| * | Minor header tweaks. | 2023-02-02 | 1 | -7/+9 | ||
| | | ||||||
| * | Reworked enqueue_email(). | 2023-01-31 | 1 | -2/+2 | ||
| | | ||||||
| * | Reworked enqueue_output(). | 2023-01-31 | 1 | -2/+2 | ||
| | | ||||||
| * | More symbol renaming. | 2023-01-31 | 1 | -1/+1 | ||
| | | ||||||
| * | Some symbol renaming. | 2023-01-31 | 1 | -1/+1 | ||
| | | ||||||
| * | Image attachments in posts can now have descriptions ('alt text'). | 2023-01-28 | 1 | -1/+1 | ||
| | | ||||||
| * | Bumped version. | 2023-01-27 | 1 | -1/+1 | ||
| | | ||||||
| * | New function default_avatar_base64(). | 2023-01-27 | 1 | -2/+2 | ||
| | | ||||||
| * | Version 2.19 RELEASED.2.19 | 2023-01-25 | 1 | -1/+1 | ||
| | | ||||||
| * | Use a shorter timeout for first output connections. | 2023-01-24 | 1 | -3/+4 | ||
| | | ||||||
| * | Updated year in copyright notices. | 2023-01-17 | 1 | -1/+1 | ||
| | | ||||||
| * | Bumped version. | 2023-01-17 | 1 | -1/+1 | ||
| | | ||||||
| * | Version 2.18 RELEASED.2.18 | 2023-01-14 | 1 | -1/+1 | ||
| | | ||||||
| * | Deleted unused argument in timeline_admire(). | 2023-01-11 | 1 | -1/+1 | ||
| | | ||||||
| * | Deleted unused arguments in timeline_add(). | 2023-01-11 | 1 | -1/+1 | ||
| | | ||||||
| * | More keyId/signature tweaks. | 2023-01-11 | 1 | -1/+1 | ||
| | | ||||||
| * | Use the already loaded actor in check_signature(). | 2023-01-10 | 1 | -1/+1 | ||
| | | ||||||
| * | The purge ttl for stray global objects have been shortened. | 2023-01-04 | 1 | -1/+1 | ||
| | | ||||||
| * | Version 2.17 RELEASED.2.17 | 2022-12-27 | 1 | -1/+1 | ||
| | | ||||||
| * | Bumped version. | 2022-12-21 | 1 | -1/+1 | ||
| | | ||||||
| * | Version 2.16 RELEASED.2.16 | 2022-12-20 | 1 | -1/+1 | ||
| | | ||||||
| * | New function enqueue_message(). | 2022-12-16 | 1 | -0/+1 | ||
| | | ||||||
| * | Bumped version. | 2022-12-15 | 1 | -1/+1 | ||
| | | ||||||
| * | Version 2.15 RELEASED.2.15 | 2022-12-14 | 1 | -1/+1 | ||
| | | ||||||
| * | Bumped development version. | 2022-12-10 | 1 | -1/+1 | ||
| | | ||||||
| * | New function index_len(). | 2022-12-10 | 1 | -0/+4 | ||
| | | ||||||
| * | Version 2.14 RELEASED.2.14 | 2022-12-09 | 1 | -1/+1 | ||
| | | ||||||
| * | Pagination of the public and private page | 2022-12-06 | 1 | -3/+3 | ||
| | | | | | | | | | | | | Use the query parameters skip and show to control what you can see, e.g. /alex/admin?skip=0&show=4 Don't use or save the timeline cache if either is set. The following functions were changed from accepting a single max parameter to accepting both skip and show: timeline_simple_list, timeline_list, index_list_desc. | |||||
| * | New command line option 'resetpwd'. | 2022-12-04 | 1 | -0/+1 | ||
| | | ||||||
| * | New function new_password(). | 2022-12-04 | 1 | -5/+5 | ||
| | | ||||||
| * | Bumped version. | 2022-12-04 | 1 | -1/+1 | ||
| | | ||||||
| * | Version 2.13 RELEASED.2.13 | 2022-12-04 | 1 | -1/+1 | ||
| | | ||||||
| * | Show the development version. | 2022-12-03 | 1 | -1/+1 | ||
| | | ||||||
| * | Upgraded local/ to public/. | 2022-12-03 | 1 | -0/+6 | ||
| | | ||||||
| * | New function timeline_simple_list(). | 2022-12-03 | 1 | -0/+1 | ||
| | | ||||||
| * | Show stray parents in the origin. | 2022-12-02 | 1 | -0/+2 | ||
| | | ||||||
| * | More old code cleaning. | 2022-12-02 | 1 | -2/+0 | ||
| | | ||||||
| * | Renamed timeline_here() to object_here(). | 2022-12-02 | 1 | -1/+1 | ||
| | | ||||||
| * | More old code deletions. | 2022-12-02 | 1 | -1/+0 | ||
| | | ||||||
| * | Fixed one post queries. | 2022-12-02 | 1 | -0/+1 | ||
| | | ||||||
| * | Big data storage change. | 2022-12-02 | 1 | -3/+9 | ||
| | | ||||||
| * | Upgraded followers to the new db. | 2022-11-28 | 1 | -3/+3 | ||
| | | ||||||
| * | New function object_del_if_unref(). | 2022-11-27 | 1 | -0/+1 | ||
| | | ||||||