Commit Graph
4 Commits
Author SHA1 Message Date
unarist 3c4235067f Fix username/mention regexes
* Allow underscore instead of hypen
* Fix domain part handling
* Add tests for remote mention
2018-04-09 01:52:41 +09:00
unarist 8a37227907 Fix banner selection from user page and drives
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 :/)
2018-04-09 00:33:56 +09:00
unarist 0d036100ee Fix errors related to getUserName on NoteDetail component 2018-04-08 20:53:48 +09:00
unarist c087edd33a Fix model method definitions on profile page components 2018-04-08 20:48:01 +09:00