Age | Commit message (Collapse) | Author |
|
Now perfectly similar to the English one.
|
|
follow up #1309 & #2279
|
|
* Set a dev specific favicon
* Consistent spacing
* Add trailing slash for consistency
* Update to remove interpolation
|
|
* Don't toot request with only blank characters
* Enable toot button if no text
|
|
|
|
Adding more missing strings.
|
|
* Update Japanese translation for activitypub and authorized followers
* Fixed Japanese translation by review
|
|
|
|
|
|
|
|
* Fixes #1985
- add migration AddMediaAttachmentMeta, which add meta field to media_attachments
- before saving attachment, set file meta if needed
- add meta in api
* add spec
* align the “size” format for image and video
* fix code climate
* fixes media_attachment_spec.rb
|
|
|
|
ref #2162 and fix #2460
|
|
|
|
Closes tootsuite/mastodon#1349
This is my first PR and I’m only checking in the source JSX file.
Please let me know if it should be checked in after being built also.
|
|
* Stricter whitelist rules
* Linting
* Added spec for blacklisting
* Test subdomain blacklist on domain whitelist
* No need to split
* Change spec name
|
|
|
|
Based on the device.en file
|
|
|
|
* proofread & update zh-CN setting form locale
* Pull in new devise zh-CN translations from their wiki
https://github.com/plataformatec/devise/wiki/I18n,
more precisely https://gist.github.com/Artoria2e5/6d2a06ca9e92a417afc627b5000f4690
* pull in zh-CN translation for doorkeeper
... from https://github.com/doorkeeper-gem/doorkeeper-i18n/pull/31/
|
|
|
|
* Convert to "container-based" travis build
Since all ppa sources used are currently whitelisted by Travis, why don't we convert to a "sudo-less" structure that promises a shorter build start time?
* Explicitly disable sudo in Travis
|
|
|
|
* Adds logging for daily tasks.
* Fixes Code Climate issues in #2438.
|
|
Set status action bar to have display flex and center align items so dropdown icon appears center aligned with other icons. Make styles alpha organized.
Add hover state to boost icon - lighten color on hover.
|
|
|
|
This PR fixes I18n.locale for rake middlewares. Mastodon uses Devise that depends on Warden.
Warden::Manager can be found in rake middleware. It is outside of the controller.
In the case of authentication failed, warden calls throw(:warden). At the time Warden::Manager
delegates request to failure_app to generate response and flash[:alert] after catching it.
Unfortunately, I18n.locale is already reset then because I18n.with_locale is enabled only
inside the controller. If we used I18n.locale=, Devise::FailureApp could get the current locale.
|
|
* Login link for single user instances
* Flip the if statement around
Fixes AuthorizationController tests
|
|
changes. (#2410)
* Change ActivityPub paging to match spec. Clean up ActivityPub outbox changes.
* Fix code style and test failures for OutboxController.
* Attempt to fix CI errors.
|
|
(#2419)
duplicates. Web UI regenerates UUID for that header every time the compose
form is changed or successfully submitted
Also, fix Farsi i18n overwriting the English one
|
|
|
|
Settings page contained labels in Persian, when I was using English.
|
|
* Makes username above toot box into a link.
* Prepends username above toot box with an @.
|
|
|
|
* Fix #2119 - Whenever about to send a HTTP request, normalize the URI
* Add test for IDN request in FetchLinkCardService
* Perform IDN normalization on domains before they are stored in the DB
|
|
* Persian translation
* adding :fa to make the site use the rtl stylesheet
based on [this comment](https://github.com/tootsuite/mastodon/pull/2405#issuecomment-296721105)
* fix missing quotes
* add 'fa' locale
|
|
|
|
|
|
#2338
|
|
|
|
* fix(upload): Only show upload modal when drag even contains files
* fix(firefox): Close drag window ondragend also
Do not only end drag styles on drag leave, but also on drag end. Fixes firefox bug. #687
* fix(drag-modal): Remove drag modal trigger cruft
* fix(upload-modal): Allow close with escape button
|
|
|
|
|
|
application controller (#2400)
* Add failing spec for oauth/authorized_applications controller
* Use explicit reference to flashes partial from admin layout
Because some of the controllers which use the admin layout do not inherit from
application controller, this partial is not in their view path.
|
|
|
|
Hide some components rather than unmounting them to allow to show again
quickly and keep the view state such as the scrolled offset.
|
|
|
|
|
|
|
|
|