Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-07 | Allow setting of default language through config | Eugen Rochko | |
Setting of locale in controller extracted to Localized concern, the doorkeeper authorized applications controller moved under custom namespace with inclusion of Localized, which resolves the "it sometimes appears in a different random language" bug | |||
2017-04-07 | Rewrite Atom generation from stream entries to use Ox instead of Nokogiri ↵ | Eugen | |
(#1124) * Rewrite Atom generation from stream entries to use Ox instead of Nokogiri::Builder StreamEntry is now limited to only statuses, which allows some optimization. Removed extra queries on AccountsController#show. AtomSerializer instead of AtomBuilderHelper used in AccountsController#show, StreamEntriesController#show, StreamEntryRenderer and PubSubHubbub::DistributionWorker PubSubHubbub::DistributionWorker moves n+1 DomainBlock query to PubSubHubbub::DeliveryWorker instead. All Salmon slaps that aren't based on StreamEntry still use AtomBuilderHelper and Nokogiri * All Salmon slaps now use Ox instead of Nokogiri. No touch from status on account | |||
2017-04-04 | Remote follow improvements | Drew DeVault | |
This stores the @username@instance you provide in your session and reuses it the next time you remote follow someone from this instance. | |||
2017-04-04 | New admin setting: open/close registrations, with custom message, from the ↵ | Eugen Rochko | |
admin UI | |||
2017-04-04 | Only call regeneration worker after first login after a 14 day break | Eugen Rochko | |
2017-04-04 | Fix ActionController::Parameters in API issue | Eugen Rochko | |
2017-04-03 | Add basic logging of who resolved report | Eugen Rochko | |
2017-04-03 | When taking action on a report (silence/suspend), it dismisses all other | Eugen Rochko | |
reports for that user automatically | |||
2017-04-03 | Make default admin UI page reports. Add admin UI for creating a domain block | Eugen Rochko | |
2017-04-02 | Catching rack timeout from rails doesn't work | Eugen Rochko | |
2017-04-02 | Add proper error page for request timeouts | Eugen Rochko | |
2017-04-02 | Fix wording "show reblogs" -> "show boosts", order reports chronologically in | Eugen Rochko | |
admin UI | |||
2017-04-02 | Fix landing page sign up form ignoring username field | Eugen Rochko | |
2017-03-30 | Import feature for following/blocking lists (addresses #62, #177, #201, #454) | Eugen Rochko | |
2017-03-30 | Add counter caches for a large performance increase on API requests | Eugen Rochko | |
2017-03-28 | Fix #690 - Webfinger should handle new shortform profile URLs now (nice) | Eugen Rochko | |
2017-03-22 | Prettier account and stream entry URLs | Eugen Rochko | |
2017-03-22 | New API method: /api/v1/search | Eugen Rochko | |
Returns accounts, statuses, hashtags arrays | |||
2017-03-19 | Export follow/block lists as CSV | Eugen Rochko | |
2017-03-19 | Fix wrong HTTP status codes on error pages | Eugen Rochko | |
2017-03-17 | Forgot to hook up API with the latest method | Eugen Rochko | |
2017-03-15 | Fix #525 - Add instance information API | Eugen Rochko | |
2017-03-15 | Merge branch 'master' into mastodon-site-api | Eugen | |
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-06 | Performance improvement for profiles | Eugen Rochko | |
2017-03-05 | Increase max bitrate of converted webms, slightly optimized counter queries | Eugen Rochko | |
(Because postgres can tell that count(*) needs no extra checks, but counting a specific column requires them) | |||
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 | 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 | Adds site metadata access to the API | Kibigo | |
2017-02-27 | Fix #104 - Style OAuth authorized applications page | Eugen Rochko | |
Add ability to search accounts by display name | |||
2017-02-26 | Add validation of media attachments, clean up mastodon-own exception classes | Eugen Rochko | |
2017-02-26 | Merge branch 'fix_462' of https://github.com/rmhasan/mastodon into ↵ | Eugen Rochko | |
rmhasan-fix_462 | |||
2017-02-25 | Add tuning documentation, add <content> tags back to most salmons, | Eugen Rochko | |
make status pagination headers generation more lax about next page existing | |||
2017-02-19 | Removed try clause from create action in status controller | Rakib Hasan | |
Using catch statement in api_controller.rb to catch NotPermitted Exception, and render error message | |||
2017-02-19 | revisted fix for #462 | Rakib Hasan | |
Moved validation to services/post_status_service.rb | |||
2017-02-19 | Fix for issue #462 | Rakib Hasan | |
Modified uploadCompose action to send media ids of attached media when sending a request. Modified create method in MediaController to check if when posting a video, there are no other media attached to the status by looking at the media ids sent from the uploadCompose action. | |||
2017-02-17 | Do not display non-Status stream entries anymore | 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 | 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-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-11 | Make follow requests federate | Eugen Rochko | |
2017-02-08 | Fix #611 - Layout setting in registrations controller | Eugen | |
2017-02-07 | Merge pull request #603 from evanminto/activitypub-account | Eugen | |
Expose ActivityStreams 2.0 representation of accounts | |||
2017-02-07 | Fix preferences save | Eugen Rochko | |