| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update README.md | syuilo | 2018-05-16 | 1 | -1/+3 |
| | | |||||
| * | Merge pull request #1584 from syuilo/l10n_master | syuilo | 2018-05-16 | 9 | -304/+3319 |
| |\ | | | | | New Crowdin translations | ||||
| | * | New translations ja.yml (Korean) | syuilo | 2018-05-16 | 1 | -0/+550 |
| | | | |||||
| | * | New translations ja.yml (Polish) | syuilo | 2018-05-16 | 1 | -100/+13 |
| | | | |||||
| | * | New translations ja.yml (Chinese Simplified) | syuilo | 2018-05-16 | 1 | -0/+550 |
| | | | |||||
| | * | New translations ja.yml (Italian) | syuilo | 2018-05-16 | 1 | -0/+550 |
| | | | |||||
| | * | New translations ja.yml (Russian) | syuilo | 2018-05-16 | 1 | -0/+550 |
| | | | |||||
| | * | New translations ja.yml (English) | syuilo | 2018-05-16 | 1 | -102/+3 |
| | | | |||||
| | * | New translations ja.yml (Spanish) | syuilo | 2018-05-16 | 1 | -0/+550 |
| | | | |||||
| | * | New translations ja.yml (German) | syuilo | 2018-05-16 | 1 | -0/+550 |
| | | | |||||
| | * | New translations ja.yml (French) | syuilo | 2018-05-16 | 1 | -102/+3 |
| | | | |||||
| * | | Update Crowdin configuration file | syuilo | 2018-05-16 | 1 | -0/+3 |
| |/ | |||||
| * | Merge pull request #1583 from saper/validate-url | syuilo | 2018-05-16 | 1 | -1/+5 |
| |\ | | | | | Validate Misskey URL | ||||
| | * | Validate Misskey URL | Marcin Cieślak | 2018-05-16 | 1 | -1/+5 |
| | | | |||||
| * | | Merge pull request #1582 from saper/exit-on-config-error | syuilo | 2018-05-16 | 1 | -1/+1 |
| |\ \ | |/ |/| | Stop webpack on URL error, otherwise gulp continues | ||||
| | * | Stop webpack on URL error, otherwise gulp continues | Marcin Cieślak | 2018-05-16 | 1 | -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. | ||||
| * | Merge pull request #1581 from saper/delete_array | syuilo | 2018-05-16 | 1 | -2/+2 |
| |\ | | | | | Use delete[] after new[] | ||||
| | * | Use delete[] after new[] | Marcin Cieślak | 2018-05-16 | 1 | -2/+2 |
| |/ | | | | | | | | | | | | | | | | | | | | | | gmake: Wejście do katalogu '/usr/home/saper/sw/misskey/build' CXX(target) Release/obj.target/crypto_key/src/crypto_key.o ../src/crypto_key.cc:25:3: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete] delete sourceBuf; ^ [] ../src/crypto_key.cc:18:25: note: allocated with 'new[]' here const auto sourceBuf = new char[sourceLength]; ^ ../src/crypto_key.cc:32:2: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete] delete sourceBuf; ^ [] ../src/crypto_key.cc:18:25: note: allocated with 'new[]' here const auto sourceBuf = new char[sourceLength]; ^ 2 warnings generated. | ||||
| * | Merge pull request #1580 from marihachi/marihachi-patch-1 | syuilo | 2018-05-14 | 1 | -1/+1 |
| |\ | | | | | update license tip | ||||
| | * | update license tip | Marihachi | 2018-05-14 | 1 | -1/+1 |
| |/ | |||||
| * | 2.6.2 | syuilo | 2018-05-14 | 1 | -1/+1 |
| | | |||||
| * | Use _id instead of createdAt to improve performance | syuilo | 2018-05-14 | 1 | -6/+2 |
| | | |||||
| * | Fix bug | syuilo | 2018-05-14 | 1 | -1/+2 |
| | | |||||
| * | Update add-file.ts | syuilo | 2018-05-14 | 1 | -1/+1 |
| | | |||||
| * | Improve performance | syuilo | 2018-05-14 | 2 | -0/+4 |
| | | |||||
| * | 2.6.1 | syuilo | 2018-05-14 | 1 | -1/+1 |
| | | |||||
| * | NoteのuserIdに対してインデックスを張るように | syuilo | 2018-05-14 | 1 | -2/+1 |
| | | |||||
| * | Disable prev/next | syuilo | 2018-05-14 | 1 | -35/+4 |
| | | |||||
| * | Fix bug | syuilo | 2018-05-13 | 1 | -2/+3 |
| | | |||||
| * | Fix bug | syuilo | 2018-05-13 | 1 | -1/+2 |
| | | |||||
| * | Better error handling | syuilo | 2018-05-13 | 1 | -1/+1 |
| | | |||||
| * | 2.6.0 | syuilo | 2018-05-13 | 1 | -2/+2 |
| | | |||||
| * | :v: | syuilo | 2018-05-13 | 1 | -7/+8 |
| | | |||||
| * | Add index | syuilo | 2018-05-13 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'master' of https://github.com/syuilo/misskey | syuilo | 2018-05-13 | 2 | -3/+3 |
| |\ | |||||
| | * | Merge pull request #1576 from mei23/mei-preview | syuilo | 2018-05-10 | 2 | -3/+3 |
| | |\ | | | | | | | Fix url preview | ||||
| | | * | Fix cause error in case preview has data URI | mei23 | 2018-05-10 | 1 | -1/+1 |
| | | | | |||||
| | | * | Fix can't preview some url | mei23 | 2018-05-09 | 2 | -2/+2 |
| | |/ | |||||
| * / | Add note | syuilo | 2018-05-13 | 1 | -0/+2 |
| |/ | |||||
| * | Merge pull request #1575 from mei23/mei-listlm | syuilo | 2018-05-09 | 2 | -2/+2 |
| |\ | | | | | Fix list load-more is not working | ||||
| | * | Fix list load-more is not working | mei23 | 2018-05-09 | 2 | -2/+2 |
| |/ | |||||
| * | Provide originalNotesCount and originalUsersCount | syuilo | 2018-05-08 | 1 | -37/+15 |
| | | |||||
| * | Fix bug | syuilo | 2018-05-08 | 2 | -14/+11 |
| | | |||||
| * | Fix #1574 | syuilo | 2018-05-08 | 1 | -12/+6 |
| | | |||||
| * | Update setup.ja.md | syuilo | 2018-05-08 | 1 | -0/+12 |
| | | |||||
| * | 2.5.0 | syuilo | 2018-05-07 | 1 | -1/+1 |
| | | |||||
| * | Fix bug | syuilo | 2018-05-07 | 3 | -4/+8 |
| | | |||||
| * | Fix | syuilo | 2018-05-07 | 1 | -15/+25 |
| | | |||||
| * | Better text parsing | syuilo | 2018-05-07 | 1 | -1/+1 |
| | | |||||
| * | oops | syuilo | 2018-05-07 | 1 | -1/+1 |
| | | |||||