summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update README.mdsyuilo2018-05-161-1/+3
|
* Merge pull request #1584 from syuilo/l10n_mastersyuilo2018-05-169-304/+3319
|\ | | | | New Crowdin translations
| * 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
| |
* | Update Crowdin configuration filesyuilo2018-05-161-0/+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
|
* Improve performancesyuilo2018-05-142-0/+4
|
* 2.6.1syuilo2018-05-141-1/+1
|
* NoteのuserIdに対してインデックスを張るようにsyuilo2018-05-141-2/+1
|
* Disable prev/nextsyuilo2018-05-141-35/+4
|
* Fix bugsyuilo2018-05-131-2/+3
|
* Fix bugsyuilo2018-05-131-1/+2
|
* Better error handlingsyuilo2018-05-131-1/+1
|
* 2.6.0syuilo2018-05-131-2/+2
|
* :v:syuilo2018-05-131-7/+8
|
* Add indexsyuilo2018-05-131-0/+1
|
* Merge branch 'master' of https://github.com/syuilo/misskeysyuilo2018-05-132-3/+3
|\
| * Merge pull request #1576 from mei23/mei-previewsyuilo2018-05-102-3/+3
| |\ | | | | | | Fix url preview
| | * Fix cause error in case preview has data URImei232018-05-101-1/+1
| | |
| | * Fix can't preview some urlmei232018-05-092-2/+2
| |/
* / Add notesyuilo2018-05-131-0/+2
|/
* Merge pull request #1575 from mei23/mei-listlmsyuilo2018-05-092-2/+2
|\ | | | | Fix list load-more is not working
| * Fix list load-more is not workingmei232018-05-092-2/+2
|/
* Provide originalNotesCount and originalUsersCountsyuilo2018-05-081-37/+15
|
* Fix bugsyuilo2018-05-082-14/+11
|
* Fix #1574syuilo2018-05-081-12/+6
|
* Update setup.ja.mdsyuilo2018-05-081-0/+12
|
* 2.5.0syuilo2018-05-071-1/+1
|
* Fix bugsyuilo2018-05-073-4/+8
|
* Fixsyuilo2018-05-071-15/+25
|
* Better text parsingsyuilo2018-05-071-1/+1
|
* oopssyuilo2018-05-071-1/+1
|