index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
controllers
/
api
/
v1
/
timelines
Age
Commit message (
Expand
)
Author
2020-11-12
Fix “Show boosts/replies in public timelines” only affecting streaming
Thibaut Girka
2020-09-08
Merge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka
2020-09-07
Refactor how public and tag timelines are queried (#14728)
Eugen Rochko
2020-08-30
Merge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka
2020-08-28
Introduce ApplicationController#cache_collection_paginated_by_id (#14677)
Akihiko Odaki
2020-08-28
Replace incorrect use of distinct with group (#14675)
Akihiko Odaki
2020-08-25
Use Status.group instead of Status.distinct in HashQueryService (#14662)
Akihiko Odaki
2020-07-25
Fix local-only toots not being returned by the local TL API
Thibaut Girka
2020-07-06
Add UI option to show local-only toots in public timeline
Thibaut Girka
2020-05-10
Merge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka
2020-05-10
Add remote only to public timeline (#13504)
Takeshi Umeda
2020-03-08
Merge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka
2020-03-06
Remove useless `respond_to` calls (#13208)
Eugen Rochko
2019-10-10
Merge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka
2019-10-06
Fix performance of home feed regeneration (#12084)
Eugen Rochko
2019-09-13
Merge branch 'master' into glitch-soc/merge-upstream
Thibaut Girka
2019-09-13
Change /api/v1/timelines/public to require auth when public preview is off (#...
ThibG
2019-07-05
Remove deprecated REST API `GET /api/v1/timelines/direct` (#11212)
Eugen Rochko
2019-06-27
Use a redis-cached feed for the DM timeline
Thibaut Girka
2019-03-13
Fix `tagged` param not being normalized before querying tags (#10249)
Eugen Rochko
2018-11-05
Allow joining several hashtags in a single column (#8904)
James Kiesel
2018-09-28
Support min_id-based pagination in REST API (#8736)
Eugen Rochko
2018-07-05
Add more granular OAuth scopes (#7929)
Eugen Rochko
2018-05-28
optimize direct timeline (#7614)
tateisu
2018-04-18
Direct messages column (#4514)
Kaito Sinclaire
2018-04-02
Fix unpermitted parameters warning when generating pagination URLs (#6995)
Eugen Rochko
2018-03-01
Add only_media param to public and hashtag timelines API (#6576)
Eugen Rochko
2018-03-01
Ensure that boolean params in the API are parsed for truthiness (#6575)
Eugen Rochko
2018-01-17
Fix home regeneration (#6251)
Eugen Rochko
2017-11-18
Lists (#5703)
Eugen Rochko
2017-07-07
Refactor JSON templates to be generated with ActiveModelSerializers instead o...
Eugen Rochko
2017-06-07
Clean up for api/base controller (#3629)
Matt Jankowski
2017-05-31
Refactor and spec coverage for api/v1/timelines actions (#3482)
Matt Jankowski
2017-05-23
Refactor of API timeline actions (#3263)
Matt Jankowski