summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New translations ja.yml (Korean)syuilo2018-05-171-1/+1
|
* New translations ja.yml (Polish)syuilo2018-05-171-1/+1
|
* New translations ja.yml (Chinese Simplified)syuilo2018-05-171-1/+1
|
* New translations ja.yml (Italian)syuilo2018-05-171-1/+1
|
* New translations ja.yml (Russian)syuilo2018-05-171-1/+1
|
* New translations ja.yml (English)syuilo2018-05-171-1/+1
|
* New translations ja.yml (Spanish)syuilo2018-05-171-1/+1
|
* New translations ja.yml (German)syuilo2018-05-171-1/+1
|
* New translations ja.yml (French)syuilo2018-05-171-1/+1
|
* New translations ja.yml (German)syuilo2018-05-171-36/+36
|
* New translations ja.yml (German)syuilo2018-05-171-37/+37
|
* New translations ja.yml (German)syuilo2018-05-171-34/+34
|
* New translations ja.yml (German)syuilo2018-05-171-15/+15
|
* New translations ja.yml (Polish)syuilo2018-05-161-1/+1
|
* New translations ja.yml (German)syuilo2018-05-161-6/+6
|
* New translations ja.yml (English)syuilo2018-05-161-5/+5
|
* New translations ja.yml (German)syuilo2018-05-161-26/+26
|
* New translations ja.yml (German)syuilo2018-05-161-34/+34
|
* New translations ja.yml (German)syuilo2018-05-161-5/+5
|
* New translations ja.yml (Korean)syuilo2018-05-161-0/+5
|
* New translations ja.yml (Polish)syuilo2018-05-161-0/+5
|
* New translations ja.yml (Chinese Simplified)syuilo2018-05-161-0/+5
|
* New translations ja.yml (Italian)syuilo2018-05-161-0/+5
|
* New translations ja.yml (Russian)syuilo2018-05-161-0/+5
|
* New translations ja.yml (English)syuilo2018-05-161-0/+5
|
* New translations ja.yml (Spanish)syuilo2018-05-161-0/+5
|
* New translations ja.yml (German)syuilo2018-05-161-0/+5
|
* New translations ja.yml (French)syuilo2018-05-161-0/+5
|
* New translations ja.yml (English)syuilo2018-05-161-1/+1
|
* New translations ja.yml (Korean)syuilo2018-05-161-0/+550
|
* New translations ja.yml (Polish)syuilo2018-05-161-100/+13
|
* New translations ja.yml (Chinese Simplified)syuilo2018-05-161-0/+550
|
* New translations ja.yml (Italian)syuilo2018-05-161-0/+550
|
* New translations ja.yml (Russian)syuilo2018-05-161-0/+550
|
* New translations ja.yml (English)syuilo2018-05-161-102/+3
|
* New translations ja.yml (Spanish)syuilo2018-05-161-0/+550
|
* New translations ja.yml (German)syuilo2018-05-161-0/+550
|
* New translations ja.yml (French)syuilo2018-05-161-102/+3
|
* Merge pull request #1583 from saper/validate-urlsyuilo2018-05-161-1/+5
|\ | | | | Validate Misskey URL
| * Validate Misskey URLMarcin Cieślak2018-05-161-1/+5
| |
* | Merge pull request #1582 from saper/exit-on-config-errorsyuilo2018-05-161-1/+1
|\ \ | |/ |/| Stop webpack on URL error, otherwise gulp continues
| * 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.
* Merge pull request #1581 from saper/delete_arraysyuilo2018-05-161-2/+2
|\ | | | | Use delete[] after new[]
| * Use delete[] after new[]Marcin Cieślak2018-05-161-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-1syuilo2018-05-141-1/+1
|\ | | | | update license tip
| * update license tipMarihachi2018-05-141-1/+1
|/
* 2.6.2syuilo2018-05-141-1/+1
|
* Use _id instead of createdAt to improve performancesyuilo2018-05-141-6/+2
|
* Fix bugsyuilo2018-05-141-1/+2
|
* Update add-file.tssyuilo2018-05-141-1/+1
|