summaryrefslogtreecommitdiff
path: root/src/config/load.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ドライブ容量の設定をDBに保存するようにしたりリファ ↵syuilo2018-11-061-3/+0
| | | | タリングしたり
* Resolve #3137syuilo2018-11-061-0/+2
|
* 投稿の最大文字数情報を設定ファイルではなくDBに保存 ↵syuilo2018-11-051-2/+0
| | | | るように
* Resolve #3098syuilo2018-11-041-2/+0
|
* Make max allowed text length configurable (#2992)MeiMei2018-10-241-0/+2
| | | | | | * Make max allowed text length configurable * Fix canPost
* Add User-Agent header (#2602)MeiMei2018-09-041-0/+2
|
* Use endsWith for readabilityAya Morisawa2018-08-261-1/+1
|
* :v:syuilo2018-08-071-0/+2
|
* #1947syuilo2018-07-211-0/+3
|
* Update log messagesAya Morisawa2018-07-141-6/+1
|
* Stop webpack on URL error, otherwise gulp continuesMarcin Cieślak2018-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | $ webpack && gulp build 「dont.know.yet」は、正しいURLではありません。先頭に http:// または https:// をつけ忘れてないかなど確認してください。 [00:28:15] Requiring external module ts-node/register /** node-macaddress: Unkown os.platform(), defaulting to `unix'. Error: Cannot find module './built/client/meta.json' at Function.Module._resolveFilename (module.js:543:15) at Function.Module._load (module.js:470:25) at Module.require (module.js:593:17) at require (internal/module.js:11:18) /** * Config loader at Object.<anonymous> (/usr/home/saper/sw/misskey/gulpfile.ts:24:16) at Module._compile (module.js:649:30) at Module.m._compile (/usr/home/saper/sw/misskey/node_modules/ts-node/src/index.ts:402:23) at Module._extensions..js (module.js:660:10) at Object.require.extensions.(anonymous function) [as .ts] (/usr/home/saper/sw/misskey/node_modules/ts-node/src/index.ts:405:12) at Module.load (module.js:561:32) error Command failed with exit code 1.
* Introduce config moduleAkihiko Odaki2018-04-021-0/+57