Quenty31
84de19e1fd
Update: #5985 and #5817 ( #5996 )
7 years ago
erin
d0f4496805
Improve error handling in streaming/index.js ( #5968 )
...
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.
7 years ago
Neetshin
9a7fb53a7f
Make detect empty string before assign image description ( #5994 )
...
* 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
7 years ago
abcang
a40aff8dbc
Remove duplicate indexes in lists ( #5990 )
7 years ago
Akihiko Odaki
d67575edea
Store preview image for embedded photo in preview cards ( #5986 )
...
The preview image would be useful to embed in timeline.
7 years ago
cwm
2fa762ef0a
travis fixes
7 years ago
beatrix
bc9421631b
Merge pull request #263 from KnzkDev/optimize-paperclip
...
Optimizing paperclip
7 years ago
SerCom_KC
e6bed2dd1e
Update Chinese (Simplified) translations ( #5991 )
...
* i18n: (zh-CN) Update translations for #5817
* i18n: (zh-CN) Add translation for #5985
* i18n: (zh-CN) Normalization
7 years ago
nullkal
203d834c2e
make it possible to stream public timelines without authorization ( #5977 )
...
* 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
7 years ago
Renato "Lond" Cerqueira
15bc3398f7
Return false if object does not respond to url ( #5988 )
...
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>
7 years ago
Renato "Lond" Cerqueira
ab3d248f48
Change conditional to avoid nil into string error in sidekiq ( #5987 )
...
* 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
7 years ago
Yamagishi Kazutoshi
b1d02c96db
Move files for GitHub to .github directory ( #5989 )
7 years ago
beatrix
82ec368680
Merge pull request #264 from KnzkDev/add-ja
...
i18n: Add ja translate
7 years ago
David Yip
ec9670a306
Remove themes.default from nl and pt-BR locales.
...
This translation has been supplanted by the flavours-related
translations.
7 years ago
David Yip
a56c9ac5dc
Merge remote-tracking branch 'tootsuite/master' into merge-upstream
7 years ago
cwm
6cbf55ce7b
readded connect for onboarding modal
7 years ago
cwm
c746388452
remove unneeded imports from getting_started_misc
7 years ago
cwm
975d888f5c
add components to getting started column
7 years ago
ncls7615
6bfbeb1fe1
add ja
7 years ago
ncls7615
a559a2cc9d
add ja for fav conf
7 years ago
Gô Shoemake
8932a56d58
Merge pull request #262 from chriswmartin/fix-oauth-pack
...
Add missing set pack to authorizations_controller
7 years ago
ncls7615
6fb6b1eb5d
optimize paperclip
7 years ago
Akihiko Odaki
a90fa13235
Change account_id non-nullable in lists ( #5979 )
7 years ago
Eugen Rochko
d5f4baf720
Improve public status page title ( #5985 )
7 years ago
Eugen Rochko
7f286d1af0
Fix #5953 - Add GET /api/v1/accounts/:id/lists ( #5983 )
7 years ago
Eugen Rochko
3b69e9b99c
Exclude moved accounts from search results ( #5984 )
7 years ago
cwm
690cd248b1
change pack to 'auth'
7 years ago
cwm
7e8c87e443
load pack
7 years ago
Erin
bdf25f5a60
reblog_service.rb: Status#local_only -> local_only?
7 years ago
Erin
eb0660f6ef
move outbox filtering to Status#permitted_for (as per @ekiru)
7 years ago
Erin
080149acaf
post_status_service: stylistic change (local_only -> local_only?)
7 years ago
Quenty31
f75a91716b
Tiny little change ( #5981 )
7 years ago
kibigo!
1d7b78817a
Fixed index in webpack config
7 years ago
beatrix
7e1a419585
Merge pull request #259 from KnzkDev/flavours-ja
...
i18n: Add ja translate for flavour/skin ux
7 years ago
ncls7615
96a7247e9c
add ja
7 years ago
beatrix
af0031fe1b
Merge pull request #254 from glitch-soc/new-theme-ux
...
New flavour/skin UX
7 years ago
Eugen Rochko
31fe0d067b
Apply a 25x rate limit by IP even to authenticated requests ( #5948 )
7 years ago
beatrix
cb05ff359f
Merge pull request #255 from KnzkDev/remove-picture
...
Remove getting-started picture
7 years ago
Akihiko Odaki
109886507e
Remove preview_card fabricator ( #5975 )
...
preview_card fabricator has a removed attribute, status, and is no longer
functional.
7 years ago
David Yip
b1f803d360
Add missing set_pack def/filter in OAuth::AuthorizedApplicationsController.
7 years ago
ncls7615
58a133978b
remove picture
7 years ago
David Yip
234dc012d0
Add Rake task to backfill local-only flag ( #253 )
7 years ago
kibigo!
d9e1496990
Added styling
7 years ago
kibigo!
a1c79ef544
Screenshot support for themes
7 years ago
kibigo!
901c08a999
Moved flavour UI into own prefs tab
7 years ago
beatrix
252de634bb
Merge pull request #250 from chriswmartin/fav-confirm-modal
...
add favourite confirmation modal
7 years ago
beatrix
bc727ab41c
Merge pull request #252 from ncls7615/glitch-langfiles
...
i18n: Add translate and fix problems
7 years ago
Erin
6f3321fe4f
set local_only in a before_create callback instead of status service
7 years ago
Erin
7fc6f40a88
remove vestigial Status#local_only? definition
7 years ago
Erin
c3e84d208c
post_status_service.rb: save the status after setting local_only
7 years ago