Skip to content
This repository has been archived by the owner on Jun 28, 2019. It is now read-only.

v0.0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@dsevillamartin dsevillamartin released this 13 Mar 12:41
· 38 commits to master since this release

GitHub Login; Create Discussions; Better Schemas

Build Status

FlarumJS Blog Entry


Sign Up & Log In

  • Added GitHub Login
  • Added random 40 char token to every user
  • Added function GetLatestId to get id to use for the user
  • Added Sign Out route
  • Fixed (sort of) sign out problem, if user doesn't exist, passport can't serialize user out of session...

Create Discussion

  • Added ability to create discussion
  • Added function GetLatestId to get id (like 4, 28) to use for the post
  • Fixed some weird bugs with flarum's css and my own for the create-discussion modal

Discussion List

  • Used mongoose's populate method to replace start_user_id with the corresponding user
  • Added momentum & angular-momentum for the time

Schemas

  • Added GetLatestId for whatever model it looks @ the length and then adds one for the new id