summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* arc4random() does not exist in not-so-old systems, so revert this.Gravatar default2023-04-163-8/+9
| | | | | | Revert "Replaced random() with arc4random()." This reverts commit f658f345cac7b24d6fa61f08b4ec09823d28b11a.
* Replaced random() with arc4random().Gravatar default2023-04-163-9/+8
|
* Replaced strcpy() with strncpy().Gravatar default2023-04-162-3/+3
| | | | To shut up some compiler whining.
* Updated documentation.Gravatar default2023-04-161-1/+5
|
* Also accept /api/v2 urls.Gravatar default2023-04-161-3/+9
|
* New function user_open_by_md5().Gravatar default2023-04-163-5/+22
|
* Temporary fix to this account show error.Gravatar default2023-04-161-0/+4
|
* Return context ancestors in the right order.Gravatar default2023-04-161-1/+1
|
* Fixed use-after-free in reply messages.Gravatar default2023-04-161-30/+30
|
* Don't strip the api version in mastoapi post handler.Gravatar default2023-04-161-6/+6
|
* Updated RELEASE_NOTES.Gravatar default2023-04-161-2/+2
|
* New button to clear all notifications.Gravatar default2023-04-161-0/+13
|
* Updated RELEASE_NOTES.Gravatar default2023-04-161-2/+4
|
* Posts can now be sent (still no images).Gravatar default2023-04-153-3/+48
|
* Force failure in Mastodon API before it gets to a crash-on-startup situation.Gravatar default2023-04-151-2/+6
|
* Added entrypoint /push/subscription.Gravatar default2023-04-151-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.Gravatar default2023-04-151-0/+18
|
* Added the 'header' field to verify_credentials.Gravatar default2023-04-151-0/+1
| | | | Megalodon accepted, but now crashes on input.
* Some fixes to allow Megalodon to work.Gravatar default2023-04-151-18/+29
| | | | The instance object was wrong and the oauth args can appear as JSON.
* New mastoapi to clear all notifications.Gravatar default2023-04-143-0/+27
|
* Set the timeline check time after showing the notifications.Gravatar default2023-04-141-0/+5
|
* New function timeline_touch().Gravatar default2023-04-143-1/+14
|
* Updated RELEASE_NOTES.Gravatar default2023-04-141-0/+2
|
* Updated TODO.Gravatar default2023-04-141-2/+2
|
* Delete the private HTML cache on edits.Gravatar default2023-04-141-0/+1
|
* More notification web page tweaks.Gravatar default2023-04-141-1/+1
|
* More notification web tweaks.Gravatar default2023-04-141-2/+12
|
* Don't show the full tree in notifications.Gravatar default2023-04-142-45/+60
|
* New notifications web page.Gravatar default2023-04-142-2/+88
|
* Show a top link to the (future) notifications area, including a count of new ↵Gravatar default2023-04-141-1/+14
| | | | ones.
* notify_list() returns the notifications in reverse order.Gravatar default2023-04-141-1/+1
|
* Updated TODO.Gravatar default2023-04-141-1/+1
|
* Updated TODO.Gravatar default2023-04-141-0/+4
|
* Fixed crash in notification list.Gravatar default2023-04-142-10/+13
|
* Added a dummy 'created_at' field for accounts that don't have a date.Gravatar default2023-04-141-0/+5
| | | | This avoid a crash in Tusky.
* Fixed crash in notify_get().Gravatar default2023-04-131-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2023-04-131-0/+4
|
* Implemented mastoapi notifications.Gravatar default2023-04-132-4/+55
|
* New functions notify_get() and notify_list().Gravatar default2023-04-133-3/+60
|
* New function notify_check_time().Gravatar default2023-04-132-0/+29
|
* New function notify_add().Gravatar default2023-04-134-6/+42
|
* Started working on a notification list.Gravatar default2023-04-132-15/+17
|
* Version 2.27 RELEASED.2.27Gravatar default2023-04-131-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2023-04-131-1/+1
|
* More log level tweaks.Gravatar default2023-04-131-1/+1
|
* Changed mastoapi log levels.Gravatar default2023-04-131-13/+14
|
* f_ctime() returns the oldest of ctime and mtime.Gravatar default2023-04-131-2/+7
|
* Updated RELEASE_NOTES.Gravatar default2023-04-132-1/+7
|
* The snac page has been renamed to what-is-snac.Gravatar default2023-04-121-1/+1
|
* Relationships can only be queried if logged in.Gravatar default2023-04-121-3/+6
|