Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-14 | Obfuscate filenames better, double rate limits | Eugen Rochko | |
2017-03-06 | Revert earlier fix due to new bug reports | Eugen Rochko | |
2017-03-05 | Make the paperclip filename interpolator smarter about the :original style | Eugen Rochko | |
If an :original gets converted into another format, it would get saved as original_filename *anyway*, so generating the extension is pointless and yields bad results for when you change the style definition later. This way, old gifs will still have correct URLs | |||
2017-03-05 | Detect videos with no sound, handle them like gifv | Eugen Rochko | |
2017-03-05 | Improved /api/v1/accounts/:id/statuses with new params: only_media, ↵ | Eugen Rochko | |
exclude_replies Redirect /:username to /users/:username Redirect /:username/:id to /users/:username/updates/:id Updated API documentation and sponsors | |||
2017-03-04 | Fix #431 - convert gif to webm during upload. Web UI treats them like it did | Eugen Rochko | |
before. In the API, attachments now can be either image, video or gifv. Gifv is to be treated like images in terms of behaviour, but are videos by file type. | |||
2017-03-04 | Add digest e-mails | Eugen Rochko | |
2017-03-01 | Mute button progress so far. WIP, doesn't entirely work correctly. | Kit Redgrave | |
2017-02-27 | Fix #104 - Style OAuth authorized applications page | Eugen Rochko | |
Add ability to search accounts by display name | |||
2017-02-23 | Improve glow | Eugen Rochko | |
2017-02-17 | Add GET /api/v1/accounts/:id/statuses/media that returns only statuses with ↵ | Eugen Rochko | |
media attachments Make replies default to privacy settings of the status being replied to | |||
2017-02-17 | Add UI to view report details, remove reported statuses, quick links to ↵ | Eugen Rochko | |
resolve/silence/suspend from report | |||
2017-02-16 | Adding index overview for reports in admin UI | Eugen Rochko | |
2017-02-15 | Expose Link headers via CORS | Eugen Rochko | |
2017-02-15 | Fix admin UI for accounts somewhat | Eugen Rochko | |
2017-02-14 | Adding POST /api/v1/reports API, and a UI for submitting reports | Eugen Rochko | |
2017-02-13 | Fix #587 - Display TOTP secret next to QR code | Eugen Rochko | |
2017-02-13 | Update service timeout setting from 15s to 90s | Eugen Rochko | |
2017-02-12 | Stop trying to shoehorn all Salmon updates into the poor database-connected | Eugen Rochko | |
StreamEntry model. Simply render Salmon slaps as they are needed | |||
2017-02-10 | Site title is now a setting | Eugen Rochko | |
2017-02-10 | Add link to other instances text | shel | |
Text for link to other instances | |||
2017-02-07 | Merge pull request #603 from evanminto/activitypub-account | Eugen | |
Expose ActivityStreams 2.0 representation of accounts | |||
2017-02-06 | Add API modifiers to limit returned toots from public/hashtag timelines | Eugen Rochko | |
to only those from local users; Add link to "extended information" to getting started in the UI; Add defaults for posting privacy; Change how publish button looks depending on posting privacy chosen | |||
2017-02-06 | Reuse existing controller and route | Evan Minto | |
2017-02-05 | Removing failed push notification API, make context loads use cache | Eugen Rochko | |
2017-02-05 | Preheat status cache | Eugen Rochko | |
2017-02-04 | Remove unnecessary leftover code | Evan Minto | |
2017-02-04 | Add an account endpoint for ActivityPub and link to it on HTML profile pages | Evan Minto | |
2017-02-04 | Make the streaming API also handle websockets (because trying to get the ↵ | Eugen Rochko | |
browser EventSource interface to work flawlessly was a nightmare). WARNING: This commit makes the web UI connect to the streaming API instead of ActionCable like before. This means that if you are upgrading, you should set that up beforehand. | |||
2017-02-02 | Cleaning up format of broadcast real-time messages, removing | Eugen Rochko | |
redis-backed "mentions" timeline as redundant (given notifications) | |||
2017-02-01 | Looks like log level :debug is required for activerecord times to be tracked | Eugen Rochko | |
2017-02-01 | Fix activerecord logging in production | Eugen Rochko | |
2017-01-30 | Add "open in web" link to detailed public status pages | Eugen Rochko | |
2017-01-30 | Add capistrano to development environment | Eugen Rochko | |
2017-01-29 | API for apps to register for push notifications | Eugen Rochko | |
2017-01-28 | Split 2FA login into two prompts | Eugen Rochko | |
2017-01-28 | Update settings to re-use admin layout, one big navigation tree, improve ↵ | Eugen Rochko | |
settings forms | |||
2017-01-27 | Do not automatically login after password reset, as it would circumvent ↵ | Eugen Rochko | |
two-factor auth (if enabled) Do not require e-mail address changes to be re-confirmed, it's only trouble for no real benefit | |||
2017-01-27 | Added optional two-factor authentication | Eugen Rochko | |
2017-01-26 | Fix key names in statsd | Eugen Rochko | |
2017-01-26 | Improve StatsD instrumentation | Eugen Rochko | |
2017-01-26 | Fix up timeout, improve contrast on "show more", add responsive style | Eugen Rochko | |
for extremely wide monitors | |||
2017-01-26 | Removed accidental n+1 query from notifications, updated some deps, | Eugen Rochko | |
improved how "show more" link looks | |||
2017-01-26 | Add redirect for /admin => /admin/settings | Effy Elden | |
2017-01-25 | Instead of using spoiler boolean and spoiler_text, simply check for ↵ | Eugen Rochko | |
non-blank spoiler_text Federate spoiler_text using warning attribute on <content /> instead of a <category term="spoiler" /> Clean up schema file from accidental development migrations | |||
2017-01-23 | Add /api/v1/notifications/clear, non-existing link cards for statuses will | Eugen Rochko | |
now return empty hash instead of throwing a 404 error. When following, merge into timeline will filter statuses | |||
2017-01-22 | Fix error | Eugen | |
2017-01-22 | Override Rack::Request to use the same trusted proxy settings as Rails | Eugen Rochko | |
2017-01-22 | Allow to specify trusted proxies through env | Eugen Rochko | |
2017-01-21 | Fix code style | Eugen Rochko | |