This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
tootlab-mastodon
Watch
1
Star
0
Fork
0
You've already forked tootlab-mastodon
mirror of
https://github.com/glitch-soc/mastodon.git
synced
2025-02-14 22:53:53 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
tootlab-mastodon
/
app
/
controllers
/
api
History
James Tucker
78a6b871fe
Improve performance by avoiding regex construction (
#20215
)
...
```ruby 10.times { p /#{FOO}/.object_id } 10.times { p FOO_RE.object_id } ```
2022-11-10 05:49:30 +01:00
..
v1
Improve performance by avoiding regex construction (
#20215
)
2022-11-10 05:49:30 +01:00
v2
Change post-processing to be deferred only for large media types (
#19617
)
2022-11-01 15:27:58 +01:00
web
Refactor formatter (
#17828
)
2022-03-26 02:53:34 +01:00
base_controller.rb
Change
AUTHORIZED_FETCH
to not block unauthenticated REST API access (
#19803
)
2022-11-05 22:56:03 +01:00
oembed_controller.rb
Fix OEmbed leaking information about existence of non-public statuses (
#12930
)
2020-01-24 00:20:51 +01:00