SerCom_KC
9bef4eb4c0
Update Chinese (Simplified) translations ( #6005 )
...
* i18n: (zh-CN) Remove spaces in time distances
* i18n: (zh-CN) Update translations for #5997
* i18n: (zh-CN) Add translation for #6004
also change translation of `staff` from `管理员` to `工作人员`
* i18n: (zh-CN) Add translations for #6003
* i18n: (zh-CN) Normalization
7 years ago
nullkal
c40537c6ff
Make sure call `done();` in the listener of public timeline for anonymous connection ( #6009 )
7 years ago
nullkal
44fb9f8030
Fix the condition in streaming listener ( #6008 )
7 years ago
Eugen Rochko
d6088c5308
Add filters to admin UI for custom emojis ( #6003 )
7 years ago
Eugen Rochko
cae49f11c7
Bump version to 2.1.0rc4
7 years ago
Yamagishi Kazutoshi
9dcead778c
Change streaming API URL when remote development ( #5942 )
...
* Change streaming API URL when remote development
* Use STREAMING_API_BASE_URL when dev env
7 years ago
Yamagishi Kazutoshi
7a5e2ffebe
Set direction style to reply indicator ( #6006 )
7 years ago
Eugen Rochko
8c04f9417f
Fix redundant HTTP request in FetchLinkCardService ( #6002 )
7 years ago
Eugen Rochko
aea3d0814b
Clean up admin UI for accounts ( #6004 )
...
* Add staff filter to admin UI for accounts, remove obsolete columns
* Only display OStatus section in admin UI for accounts when OStatus data
7 years ago
Eugen Rochko
88aef653ee
Fix GIF avatars not autoplaying when GIF autoplay is enabled ( #6000 )
7 years ago
Eugen Rochko
4e780addd3
Shorten English title for 2FA to avoid line-break ( #6001 )
7 years ago
cwm
f464eefc45
code style fixes
7 years ago
cwm
430733477c
move list items into an array, don't unnecessarily concat misc nav item
7 years ago
Eugen Rochko
5b2ab607db
Fix #5952 - NameError (regression from #5762 ) ( #5999 )
...
* Fix #5952 - NameError (regression from #5762 )
* Fix
7 years ago
Eugen Rochko
992e8a11fe
Adjust empty list timeline message ( #5997 )
7 years ago
Eugen Rochko
895e3c2e6c
Use streaming API for standalone timelines on /about and /tag pages ( #5998 )
7 years ago
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