Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-13 | Make sure call `done();` in the listener of public timeline for anonymous ↵ | nullkal | |
connection (#6009) | |||
2017-12-13 | Fix the condition in streaming listener (#6008) | nullkal | |
2017-12-13 | Add filters to admin UI for custom emojis (#6003) | Eugen Rochko | |
2017-12-13 | Bump version to 2.1.0rc4 | Eugen Rochko | |
2017-12-13 | Change streaming API URL when remote development (#5942) | Yamagishi Kazutoshi | |
* Change streaming API URL when remote development * Use STREAMING_API_BASE_URL when dev env | |||
2017-12-13 | Set direction style to reply indicator (#6006) | Yamagishi Kazutoshi | |
2017-12-13 | Fix redundant HTTP request in FetchLinkCardService (#6002) | Eugen Rochko | |
2017-12-13 | Clean up admin UI for accounts (#6004) | Eugen Rochko | |
* Add staff filter to admin UI for accounts, remove obsolete columns * Only display OStatus section in admin UI for accounts when OStatus data | |||
2017-12-13 | Fix GIF avatars not autoplaying when GIF autoplay is enabled (#6000) | Eugen Rochko | |
2017-12-13 | Shorten English title for 2FA to avoid line-break (#6001) | Eugen Rochko | |
2017-12-12 | code style fixes | cwm | |
2017-12-12 | move list items into an array, don't unnecessarily concat misc nav item | cwm | |
2017-12-13 | Fix #5952 - NameError (regression from #5762) (#5999) | Eugen Rochko | |
* Fix #5952 - NameError (regression from #5762) * Fix | |||
2017-12-13 | Adjust empty list timeline message (#5997) | Eugen Rochko | |
2017-12-13 | Use streaming API for standalone timelines on /about and /tag pages (#5998) | Eugen Rochko | |
2017-12-12 | Update: #5985 and #5817 (#5996) | Quenty31 | |
2017-12-12 | Improve error handling in streaming/index.js (#5968) | erin | |
On an unhandled worker exception, we should log the exception and exit with nonzero status, instead of letting workers silently fail and restarting them in an endless loop. Note: we previously tried to handle the `'error'` signal. That's not a signal Node fires; my patch traps `'uncaughtException'`, which is what the code was _trying_ to do. | |||
2017-12-12 | Make detect empty string before assign image description (#5994) | Neetshin | |
* Add aria-autocomplete='list' in Textaria ref: https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete * Make detect empty string brefore assign upload description | |||
2017-12-12 | Remove duplicate indexes in lists (#5990) | abcang | |
2017-12-12 | Store preview image for embedded photo in preview cards (#5986) | Akihiko Odaki | |
The preview image would be useful to embed in timeline. | |||
2017-12-12 | travis fixes | cwm | |
2017-12-12 | Merge pull request #263 from KnzkDev/optimize-paperclip | beatrix | |
Optimizing paperclip | |||
2017-12-12 | Update Chinese (Simplified) translations (#5991) | SerCom_KC | |
* i18n: (zh-CN) Update translations for #5817 * i18n: (zh-CN) Add translation for #5985 * i18n: (zh-CN) Normalization | |||
2017-12-12 | make it possible to stream public timelines without authorization (#5977) | nullkal | |
* make it possible to stream public timelines without authorization * Fix * Make eslint allow `value == null` * Remove redundant line * Improve style and revert .eslintrc.yml * Fix streamWsEnd * Show IP address instead of (anonymous user) * Add missing semicolon | |||
2017-12-12 | Return false if object does not respond to url (#5988) | Renato "Lond" Cerqueira | |
Avoid error when the service returns a mostly valid oembed, but has no url in it, causing a MethodError: undefined method `url' for #<OEmbed::Response::Photo:0x000056505def9620> | |||
2017-12-12 | Change conditional to avoid nil into string error in sidekiq (#5987) | Renato "Lond" Cerqueira | |
* Change conditional to avoid nil into string error in sidekiq When obtaining information about users with mastodon in a different subdomain, sidekiq was giving out a 'no implicit conversion of nil into String' * Use presence instead of blank? with ternary. Following suggestion on PR | |||
2017-12-12 | Move files for GitHub to .github directory (#5989) | Yamagishi Kazutoshi | |
2017-12-12 | Merge pull request #264 from KnzkDev/add-ja | beatrix | |
i18n: Add ja translate | |||
2017-12-12 | Remove themes.default from nl and pt-BR locales. | David Yip | |
This translation has been supplanted by the flavours-related translations. | |||
2017-12-12 | Merge remote-tracking branch 'tootsuite/master' into merge-upstream | David Yip | |
2017-12-12 | readded connect for onboarding modal | cwm | |
2017-12-12 | remove unneeded imports from getting_started_misc | cwm | |
2017-12-12 | add components to getting started column | cwm | |
2017-12-12 | add ja | ncls7615 | |
2017-12-12 | add ja for fav conf | ncls7615 | |
2017-12-11 | Merge pull request #262 from chriswmartin/fix-oauth-pack | Gô Shoemake | |
Add missing set pack to authorizations_controller | |||
2017-12-12 | optimize paperclip | ncls7615 | |
2017-12-12 | Change account_id non-nullable in lists (#5979) | Akihiko Odaki | |
2017-12-12 | Improve public status page title (#5985) | Eugen Rochko | |
2017-12-12 | Fix #5953 - Add GET /api/v1/accounts/:id/lists (#5983) | Eugen Rochko | |
2017-12-12 | Exclude moved accounts from search results (#5984) | Eugen Rochko | |
2017-12-11 | change pack to 'auth' | cwm | |
2017-12-11 | load pack | cwm | |
2017-12-11 | reblog_service.rb: Status#local_only -> local_only? | Erin | |
2017-12-11 | move outbox filtering to Status#permitted_for (as per @ekiru) | Erin | |
2017-12-11 | post_status_service: stylistic change (local_only -> local_only?) | Erin | |
2017-12-11 | Tiny little change (#5981) | Quenty31 | |
2017-12-11 | Fixed index in webpack config | kibigo! | |
2017-12-11 | Merge pull request #259 from KnzkDev/flavours-ja | beatrix | |
i18n: Add ja translate for flavour/skin ux | |||
2017-12-12 | add ja | ncls7615 | |