about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2017-12-12Improve 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-12Make 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-12Remove duplicate indexes in lists (#5990)abcang
2017-12-12Store preview image for embedded photo in preview cards (#5986)Akihiko Odaki
The preview image would be useful to embed in timeline.
2017-12-12Merge pull request #263 from KnzkDev/optimize-paperclipbeatrix
Optimizing paperclip
2017-12-12Update 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-12make 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-12Return 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-12Change 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-12Move files for GitHub to .github directory (#5989)Yamagishi Kazutoshi
2017-12-12Merge pull request #264 from KnzkDev/add-jabeatrix
i18n: Add ja translate
2017-12-12Remove themes.default from nl and pt-BR locales.David Yip
This translation has been supplanted by the flavours-related translations.
2017-12-12Merge remote-tracking branch 'tootsuite/master' into merge-upstreamDavid Yip
2017-12-12add jancls7615
2017-12-12add ja for fav confncls7615
2017-12-11Merge pull request #262 from chriswmartin/fix-oauth-packGô Shoemake
Add missing set pack to authorizations_controller
2017-12-12optimize paperclipncls7615
2017-12-12Change account_id non-nullable in lists (#5979)Akihiko Odaki
2017-12-12Improve public status page title (#5985)Eugen Rochko
2017-12-12Fix #5953 - Add GET /api/v1/accounts/:id/lists (#5983)Eugen Rochko
2017-12-12Exclude moved accounts from search results (#5984)Eugen Rochko
2017-12-11change pack to 'auth'cwm
2017-12-11load packcwm
2017-12-11reblog_service.rb: Status#local_only -> local_only?Erin
2017-12-11move outbox filtering to Status#permitted_for (as per @ekiru)Erin
2017-12-11post_status_service: stylistic change (local_only -> local_only?)Erin
2017-12-11Tiny little change (#5981)Quenty31
2017-12-11Fixed index in webpack configkibigo!
2017-12-11Merge pull request #259 from KnzkDev/flavours-jabeatrix
i18n: Add ja translate for flavour/skin ux
2017-12-12add jancls7615
2017-12-11Merge pull request #254 from glitch-soc/new-theme-uxbeatrix
New flavour/skin UX
2017-12-11Apply a 25x rate limit by IP even to authenticated requests (#5948)Eugen Rochko
2017-12-11Merge pull request #255 from KnzkDev/remove-picturebeatrix
Remove getting-started picture
2017-12-11Remove preview_card fabricator (#5975)Akihiko Odaki
preview_card fabricator has a removed attribute, status, and is no longer functional.
2017-12-11Add missing set_pack def/filter in OAuth::AuthorizedApplicationsController.David Yip
2017-12-11remove picturencls7615
2017-12-10Add Rake task to backfill local-only flag (#253)David Yip
2017-12-10Added stylingkibigo!
2017-12-10Screenshot support for themeskibigo!
2017-12-10Moved flavour UI into own prefs tabkibigo!
2017-12-10Merge pull request #250 from chriswmartin/fav-confirm-modalbeatrix
add favourite confirmation modal
2017-12-10Merge pull request #252 from ncls7615/glitch-langfilesbeatrix
i18n: Add translate and fix problems
2017-12-10set local_only in a before_create callback instead of status serviceErin
2017-12-10remove vestigial Status#local_only? definitionErin
2017-12-10post_status_service.rb: save the status after setting local_onlyErin
2017-12-10Status#not_local_only scope should match nils tooErin
2017-12-11Change the disclaimer under the sign up form (#5817)Sylvhem
* Change the disclaimer below the sign up form Change the disclaimer below the sign up form on the home page. The current text is linking to the /about/more page under "our terms of service" and to the /terms page under "privacy policy". This change intend to make the message more coherent. Change l’avertissement en-dessous du formulaire d’inscription sur la page d’accueil. Le texte actuel redirige vers /about/more sous un lien intitulé "nos conditions d’utilisation" et vers /terms via "notre politique de confidentialité". Ce changement vise à rendre le message plus cohérent. * Second take on the disclaimer A new version of the disclaimer, based on feedback. Une nouvelle version de l’avertissement, basé sur les premiers retours.
2017-12-10filter local-only toots from AP outboxesErin
2017-12-11add commancls7615
2017-12-11" => 'ncls7615