This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict' | |
const bodyParser = require('body-parser') | |
const compress = require('compression') | |
const configuration = require('feathers-configuration') | |
const cors = require('cors') | |
const favicon = require('serve-favicon') | |
const feathers = require('feathers') | |
const hooks = require('feathers-hooks') | |
const limiter = require('limiter').RateLimiter // Generic limiter used for authentication attempts inside web socket connection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import PropTypes from 'prop-types' | |
import React from 'react' | |
import { MicrophoneRecorder } from 'react-mic/lib/libs/MicrophoneRecorder' | |
import app from '../app' | |
import translate from '../../modules/translate' | |
import uploadAttachment from '../../modules/upload-attachment' | |
import Icon from './icon' | |
const uploadsService = app.service('uploads/:filename') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"mac": [ | |
{ | |
"build": "681094", | |
"date": 1568757600000, | |
"link": "https://netix.dl.sourceforge.net/project/osxportableapps/Chromium/Chromium_OSX_77.0.3865.90.dmg", | |
"tag": "stable-freesmug", | |
"version": "77.0.3865.90" | |
}, | |
{ |