summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix fts for notesHEADmasterdakkar2023-09-17
| | | | | in case of renotes without comments, the top-level text is null, so nothing got indexed
* twitter friends stopped working ages agodakkar2023-05-23
|
* selectively disable piecesdakkar2023-05-23
|
* only store friend/followers/following if changeddakkar2023-02-24
|
* whitespacedakkar2023-02-24
|
* fix storing misskey_followingdakkar2023-02-24
|
* fix following/followers return valuesdakkar2023-02-24
|
* fix pagination more (for non-timeline)dakkar2023-02-24
|
* Fix pagination of Misskey responsesdakkar2023-02-24
| | | | | | | | Misskey API, with `sinceId`, pages by `id ASC`, not descending as I thought. Also, allow using callbacks for paginated queries instead of accumulating all results (much nicer for the initial db filling)
* config exampleGianni Ceccarelli2023-02-22
|
* add missed depsGianni Ceccarelli2023-02-22
|
* Merge branch 'misskey'Gianni Ceccarelli2023-02-22
|\
| * store misskey notes & peopleGianni Ceccarelli2023-02-22
| |
| * misskey clientmisskeyGianni Ceccarelli2023-02-22
| |
| * update to 5.36Gianni Ceccarelli2023-02-22
|/
* only print failed responses on errordakkar2021-05-13
|
* get the full text of tweets!dakkar2018-07-03
| | | | | | | | https://developer.twitter.com/en/docs/tweets/tweet-updates shows that you can get the full text by passing `tweet_mode=extended` in the request; instead of getting the `extended_tweet`, you'll get the same shape as with normal tweets, but the text will be in `full_text` (not in `text`)
* oopsdakkar2018-06-29
|
* print HTTP conversation on errorsdakkar2018-06-29
|
* index the tweetsdakkar2018-06-29
|
* giving up, just migrate the current set of peopledakkar2017-05-08
|
* maybe faster people migrationdakkar2017-05-08
|
* normalise peopledakkar2017-05-07
|
* add DBD::Pgdakkar2017-04-22
|
* fix typodakkar2017-04-22
|
* explicit depsdakkar2017-04-22
|
* silence no-create notice from postgresdakkar2017-04-22
|
* optional tracing role for twitter clientdakkar2017-04-22
|
* store friends / followersdakkar2017-04-22
|
* store tweets in postgresdakkar2017-04-22
|
* bump API versiondakkar2017-04-22
|
* does somethingdakkar2017-04-22