Age | Commit message (Collapse) | Author |
|
Port 3e0ed36e8ede7f1994ab9c46c4cb86e613569440 to glitch-soc
|
|
Fixes #875
|
|
Port 4c03e05a4e1a237f8a414a0861c03abe3269dbc8 to glitch-soc
This introduces new requirements in the API:
`/api/v1/timelines/tag/:tag` now accepts new params: `any`, `all` and `none`
It now returns status matching tag :tag or any of the :any, provided that
they also include all tags in `all` and none of `none`.
|
|
The `hasMore` property of timelines in redux store was set whenever an API
request returned only one page of results, *even* if the query only requested
newer statuses (using `since_id`), causing `hasMore` to be incorrectly set to
false whenever fetching new toots in a timeline, which happens each time
an account's timeline or media gallery is visited.
|
|
Port 2b51b4094c18c56fe8252d90db2b62ef69913fac to glitch-soc
|
|
Port 66359ec522e687020ea853652ad36d4476f2720d to glitch-soc
|
|
Port 306267dbd275363422f9288c91e634a92511620c to glitch-soc
|
|
Port 0ba49eca8b49c6ce0ec04fd546951c95938da4e6 to glitch-soc
|
|
Port 9a1a55ce526c956ac6b35897d483c316b7ad4394 to glitch-soc
|
|
This backports 0b888acfd4ffddd29f25c878373e9b9f5ec6c0ab
|
|
|
|
|