| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added entrypoint /push/subscription. | 2023-04-15 | 1 | -4/+40 | ||
| | | | | | | The returned object is just wild guessing, I don't understand all this things. Anyway, the offical app keeps crashing. | |||||
| * | Added some more dummy entry points. | 2023-04-15 | 1 | -0/+18 | ||
| | | ||||||
| * | Added the 'header' field to verify_credentials. | 2023-04-15 | 1 | -0/+1 | ||
| | | | | | Megalodon accepted, but now crashes on input. | |||||
| * | Some fixes to allow Megalodon to work. | 2023-04-15 | 1 | -18/+29 | ||
| | | | | | The instance object was wrong and the oauth args can appear as JSON. | |||||
| * | New mastoapi to clear all notifications. | 2023-04-14 | 3 | -0/+27 | ||
| | | ||||||
| * | Set the timeline check time after showing the notifications. | 2023-04-14 | 1 | -0/+5 | ||
| | | ||||||
| * | New function timeline_touch(). | 2023-04-14 | 3 | -1/+14 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-04-14 | 1 | -0/+2 | ||
| | | ||||||
| * | Updated TODO. | 2023-04-14 | 1 | -2/+2 | ||
| | | ||||||
| * | Delete the private HTML cache on edits. | 2023-04-14 | 1 | -0/+1 | ||
| | | ||||||
| * | More notification web page tweaks. | 2023-04-14 | 1 | -1/+1 | ||
| | | ||||||
| * | More notification web tweaks. | 2023-04-14 | 1 | -2/+12 | ||
| | | ||||||
| * | Don't show the full tree in notifications. | 2023-04-14 | 2 | -45/+60 | ||
| | | ||||||
| * | New notifications web page. | 2023-04-14 | 2 | -2/+88 | ||
| | | ||||||
| * | Show a top link to the (future) notifications area, including a count of new ↵ | 2023-04-14 | 1 | -1/+14 | ||
| | | | | | ones. | |||||
| * | notify_list() returns the notifications in reverse order. | 2023-04-14 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated TODO. | 2023-04-14 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated TODO. | 2023-04-14 | 1 | -0/+4 | ||
| | | ||||||
| * | Fixed crash in notification list. | 2023-04-14 | 2 | -10/+13 | ||
| | | ||||||
| * | Added a dummy 'created_at' field for accounts that don't have a date. | 2023-04-14 | 1 | -0/+5 | ||
| | | | | | This avoid a crash in Tusky. | |||||
| * | Fixed crash in notify_get(). | 2023-04-13 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-04-13 | 1 | -0/+4 | ||
| | | ||||||
| * | Implemented mastoapi notifications. | 2023-04-13 | 2 | -4/+55 | ||
| | | ||||||
| * | New functions notify_get() and notify_list(). | 2023-04-13 | 3 | -3/+60 | ||
| | | ||||||
| * | New function notify_check_time(). | 2023-04-13 | 2 | -0/+29 | ||
| | | ||||||
| * | New function notify_add(). | 2023-04-13 | 4 | -6/+42 | ||
| | | ||||||
| * | Started working on a notification list. | 2023-04-13 | 2 | -15/+17 | ||
| | | ||||||
| * | Version 2.27 RELEASED.2.27 | 2023-04-13 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-04-13 | 1 | -1/+1 | ||
| | | ||||||
| * | More log level tweaks. | 2023-04-13 | 1 | -1/+1 | ||
| | | ||||||
| * | Changed mastoapi log levels. | 2023-04-13 | 1 | -13/+14 | ||
| | | ||||||
| * | f_ctime() returns the oldest of ctime and mtime. | 2023-04-13 | 1 | -2/+7 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-04-13 | 2 | -1/+7 | ||
| | | ||||||
| * | The snac page has been renamed to what-is-snac. | 2023-04-12 | 1 | -1/+1 | ||
| | | ||||||
| * | Relationships can only be queried if logged in. | 2023-04-12 | 1 | -3/+6 | ||
| | | ||||||
| * | Dummy /accounts/relationships. | 2023-04-12 | 1 | -0/+8 | ||
| | | ||||||
| * | Also return (some) information for non-local users. | 2023-04-12 | 1 | -29/+47 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-04-12 | 1 | -1/+1 | ||
| | | ||||||
| * | Added the mastodon account data. | 2023-04-12 | 1 | -11/+21 | ||
| | | ||||||
| * | Added the mastodon personal timeline. | 2023-04-12 | 1 | -21/+60 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-04-12 | 2 | -2/+2 | ||
| | | ||||||
| * | Added support for like and boost lists. | 2023-04-12 | 1 | -20/+47 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-04-12 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated TODO. | 2023-04-12 | 1 | -3/+5 | ||
| | | ||||||
| * | Added forgotten user cleanup in mastoapi_post_handler(). | 2023-04-12 | 1 | -3/+7 | ||
| | | ||||||
| * | Updated documentation. | 2023-04-12 | 2 | -6/+28 | ||
| | | ||||||
| * | Updated README. | 2023-04-12 | 1 | -1/+2 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-04-12 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-04-12 | 1 | -1/+3 | ||
| | | ||||||
| * | Don't generate invalid JSON if an attachment has no description. | 2023-04-12 | 3 | -5/+22 | ||
| | | ||||||