summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1420 from unarist/fix/banner-selectionsyuilo2018-04-092-23/+29
|\ | | | | Fix banner selection from user page and drives
| * Fix banner selection from user page and drivesunarist2018-04-092-23/+29
| | | | | | | | | | | | Previously, updateBanner takes a callback as a first argument of the function, but some calls passes a file object. I've refactored it with Promise to avoid those misuses (although it should have type definitions :/)
* | Fix bugsyuilo2018-04-082-0/+9
|/
* Merge pull request #1418 from unarist/fix/note-detailsyuilo2018-04-082-3/+3
|\ | | | | Fix errors related to getUserName on NoteDetail component
| * Fix errors related to getUserName on NoteDetail componentunarist2018-04-082-3/+3
| |
* | Fix model method definitions on profile page componentsunarist2018-04-082-2/+2
|/
* Fix bugsyuilo2018-04-081-11/+7
|
* Fix bugssyuilo2018-04-083-52/+33
|
* Fix bugsyuilo2018-04-081-11/+9
|
* Clean upsyuilo2018-04-081-4/+0
|
* Fix bugsyuilo2018-04-081-1/+1
|
* Provide url propertysyuilo2018-04-081-0/+1
|
* Fix bugsyuilo2018-04-081-1/+1
|
* Fix bugsyuilo2018-04-081-1/+1
|
* oopssyuilo2018-04-081-0/+0
|
* :v:syuilo2018-04-081-0/+8
|
* oopssyuilo2018-04-082-1044/+0
|
* oopssyuilo2018-04-081-0/+0
|
* oopssyuilo2018-04-081-1/+1
|
* Check whether is local usersyuilo2018-04-081-4/+8
|
* :v:syuilo2018-04-083-7/+11
|
* Use id in uri instead of usernamesyuilo2018-04-0814-87/+52
|
* Fix bugsyuilo2018-04-083-11/+5
|
* Implement announcesyuilo2018-04-0817-300/+164
| | | | And bug fixes
* Fix bugsyuilo2018-04-081-1/+1
|
* Fix bugssyuilo2018-04-086-32/+14
|
* Fix bugssyuilo2018-04-082-2/+7
|
* Some bug fixes and clean upssyuilo2018-04-088-302/+3
|
* Some bug fixessyuilo2018-04-0879-1310/+271
|
* Post --> Notesyuilo2018-04-08164-1682/+4325
| | | | Closes #1411
* Implement likesyuilo2018-04-077-137/+131
|
* Refactorsyuilo2018-04-072-4/+21
|
* Refactorsyuilo2018-04-078-42/+57
|
* Refactorsyuilo2018-04-072-1/+26
|
* Add todosyuilo2018-04-071-0/+1
|
* oopssyuilo2018-04-071-11/+14
|
* 各種カウントを復活させたりなどsyuilo2018-04-072-16/+56
|
* oopssyuilo2018-04-071-2/+1
|
* Merge branch 'master' into refactorsyuilo2018-04-0758-127/+333
|\
| * Merge pull request #1410 from akihikodaki/objecsyuilo2018-04-061-0/+37
| |\ | | | | | | Resolve local Object ID
| | * Resolve local Object IDAkihiko Odaki2018-04-061-0/+37
| | |
| * | Merge pull request #1408 from akihikodaki/personsyuilo2018-04-061-2/+12
| |\ \ | | | | | | | | Resolve local Person ID
| | * | Resolve local Person IDAkihiko Odaki2018-04-061-2/+12
| | |/
| * | Add missing src/renderers/get-user-name.tsAkihiko Odaki2018-04-061-0/+5
| | |
| * | Do not save 名無し as the name of a new userAkihiko Odaki2018-04-061-2/+1
| | |
| * | Allow name property of user to be nullAkihiko Odaki2018-04-0652-107/+311
| |/
| * Merge pull request #1403 from akihikodaki/duplicatesyuilo2018-04-051-1/+1
| |\ | | | | | | Add a missing await expression
| | * Add a missing await expressionAkihiko Odaki2018-04-051-1/+1
| | |
| * | Merge pull request #1400 from akihikodaki/duplicatesyuilo2018-04-051-8/+17
| |\| | | | | | | Handle inReplyTo property
| | * Handle inReplyTo propertyAkihiko Odaki2018-04-051-8/+17
| | |