Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-01 | Focus the submit button on the boost modal (#3494) | unarist | |
Focus the submit button when boost modal is opened. | |||
2017-05-31 | Spec coverage and refactor for the api/v1/accounts controllers (#3451) | Matt Jankowski | |
2017-05-31 | Move admin/pubsubhubbub controller to admin/subscriptions (#3442) | Matt Jankowski | |
2017-05-31 | Add Instance class to list admin records (#3443) | Matt Jankowski | |
2017-05-31 | Misc tidying and clean ups (#3445) | Matt Jankowski | |
* Remove trailing whitespace in i18n mailers * Use query methods instead of #present? on AR attributes * Delegate Status#account_domain method * Delegate Mention #account_username and #account_acct methods | |||
2017-05-31 | Improve spec coverage and clean up api/v1/blocks controller (#3464) | Matt Jankowski | |
2017-05-31 | Improve spec coverage and clean up api/v1/follow_requests controller (#3465) | Matt Jankowski | |
2017-05-31 | Improve spec coverage and clean up api/v1/domain_blocks controller (#3466) | Matt Jankowski | |
2017-05-31 | Refactor api/v1/notifications controller (#3470) | Matt Jankowski | |
2017-05-31 | Improve spec coverage and clean up api/v1/favourites controller (#3472) | Matt Jankowski | |
2017-05-31 | Expand spec coverage and refactor the `Account.find_` methods (#3485) | Matt Jankowski | |
* Move specs for account finder methods to concern spec * Move account finder methods to concern * Improve spec wording * Use more explicit comparison to ensure correct return value * Add coverage for .find_local! and .find_remote! * Add some methods to the finder * Use arel on matching_username method * Avoid ternary in matching domain method * Simplify finder methods * Use an AccountFinder class to simplify lookup | |||
2017-05-31 | Improve spec coverage and clean up api/v1/mutes controller (#3481) | Matt Jankowski | |
2017-05-31 | Refactor and spec coverage for api/v1/timelines actions (#3482) | Matt Jankowski | |
2017-05-31 | Update zh-TW.json (#3480) | caasi Huang | |
* Update zh-TW.json * Update `search_results.total` | |||
2017-05-31 | Remove react-imageloader (#3423) | Nolan Lawson | |
* Remove react-imageloader * add eslint-disable-line * improve image loading experience * remove unneeded import * use PureComponent * Use componentWillMount instead of constructor | |||
2017-05-31 | Fix load more on account timelines (regression from #3311) (#3475) | unarist | |
This prevents `next` state from being overridden on the loading *new* statuses. | |||
2017-05-31 | Improve scheduling of requestIdleCallback tasks (#3477) | Nolan Lawson | |
2017-05-31 | Account.find_remote should be raise ActiveRecord::RecordNotFound (#3476) | alpaca-tc | |
2017-05-30 | Refactor api/v1/apps controller (#3471) | Matt Jankowski | |
2017-05-30 | Refactor api/v1/reports controller (#3469) | Matt Jankowski | |
2017-05-30 | Refactor api/v1/search controller (#3468) | Matt Jankowski | |
2017-05-30 | Improve spec coverage and clean up api/v1/media controller (#3467) | Matt Jankowski | |
2017-05-31 | Clean up api/subscriptions controller (#3448) | Matt Jankowski | |
2017-05-31 | Catalan language updates (#3454) | spla | |
* Add Catalan language * Add Catalan language * Update ca.json * Update ca.json * Update ca.json * Update ca.json * Update ca.json * Update ca.json * Update settings_helper.rb * Update mastodon.js * Update index.js * Update application.rb * Update ca.yml * removed extra spaces at line 225 * Catalan translation update added activerecord.ca.yml * Update activerecord.ca.yml Done * Updated activerecord.ca.yml * Catalan language updated * Catalan language updated * Catalan language updated * Catalan language updated * Catalan language updated | |||
2017-05-31 | Change PureComponent to ImmutablePureComponent (#3460) | Yamagishi Kazutoshi | |
* Change PureComponent to ImmutablePureComponent Change PureComponent to ImmutablePureComponent in AttachmentList. * rm React. | |||
2017-05-30 | Add zh-TW.json (#3459) | Yamagishi Kazutoshi | |
2017-05-30 | Add status destroy authorization to policy (#3453) | Jack Jennings | |
* Add status destroy authorization to policy * Create explicit unreblog status authorization | |||
2017-05-30 | Improve api oembed controller (#3450) | Matt Jankowski | |
* Add StreamEntryFinder class to parse URLs * Use StreamEntryFinder and clean up api/oembed controller | |||
2017-05-30 | Clean up api/salmon controller (#3449) | Matt Jankowski | |
2017-05-30 | Remove exports/base controller in favor of shared concern (#3444) | Matt Jankowski | |
2017-05-30 | Refactor User and spec (#3431) | Akihiko Odaki | |
* Protect send_devise_notification of User * Improve spec for User | |||
2017-05-30 | Move status reblog authorization into policy (#3425) | Jack Jennings | |
2017-05-30 | Change libraries path to relative (#3433) | Yamagishi Kazutoshi | |
2017-05-30 | Extract polyfill loading into single module (#3421) | Nolan Lawson | |
2017-05-29 | Extract authorization policy for viewing statuses (#3150) | Jack Jennings | |
2017-05-29 | Add IntersectionObserverWrapper to cut down on re-renders (#3406) | Nolan Lawson | |
2017-05-29 | Remove methods from ObfuscateFilename and spec (#3347) | Akihiko Odaki | |
* Remove methods from ObfuscateFilename * Spec ObfuscateFilename | |||
2017-05-29 | Add preference setting for delete toot modal (#3368) | Atsushi Yamamoto | |
* Set delete_modal preference to true by default * Does not show confirmation modal if delete_modal is false * Add ja translation for preference setting page | |||
2017-05-29 | Prevent wasted render in load_more.js (#3402) | Nolan Lawson | |
2017-05-29 | l10n: Fix Japanese translation (#3410) | lindwurm | |
* "メデイア" -> "メディア" Signed-off-by: lindwurm <lindwurm.q@gmail.com> | |||
2017-05-28 | Use immutable list in UploadButton to avoid wasteful re-render (#3394) | Nolan Lawson | |
2017-05-28 | Fix video having black border on top due to regression from #2608 (#3392) | Eugen Rochko | |
The combination of object-fit, relative position 50% from top and translating it back upwards 50% is what allows us to crop the video properly, so it needs to be +50%-50% | |||
2017-05-28 | Ukrainian translation: fix typo (#3393) | ster | |
2017-05-28 | Fix IntersectionObserver isIntersecting in Edge (#3365) | Nolan Lawson | |
2017-05-28 | Simplify isIntersecting in status_list.js (#3371) | Nolan Lawson | |
2017-05-28 | Persian translation fixes and updates (#3380) | Masoud Abkenar | |
* Persian translation fix * Persian translation of new strings | |||
2017-05-27 | Fix #2922 - Load stylesheet from "custom.css" entrypoint when present (#3332) | Eugen Rochko | |
* Fix #2922 - Load stylesheet from "custom.css" entrypoint when present This is pretty much the same way it worked as before, albeit with having to create app/javascript/packs/custom.js with require('../styles/custom.scss') (or whatever you want really), which will be a blank slate for you to import whatever you want * Remove old assets directory * Extract font-awesome into common.css and always load it | |||
2017-05-27 | Update Dutch strings for 1.4 (#3363) | jeroenpraat | |
* Update nl strings for 1.4 * Update nl strings for 1.4 * Update nl strings for 1.4 * nl strings (+1) More new OTP strings will be translated another time | |||
2017-05-27 | i18n update for Occitan language (#3362) | Quent-in | |
* Update simple_form.oc.yml * Added check spam folder * Update oc.json abonats => seguidors * Update oc.yml * Update oc.json Added translations + corrections * Update confirmation_instructions.oc.html.erb * Update confirmation_instructions.oc.text.erb * i18n mailer * Update reset_password_instructions.oc.html.erb | |||
2017-05-27 | Fix empty flash message on the settings page (#3345) | unarist | |