Skip to content

Releases: pepyatka/pepyatka-server

v0.2.2

06 Jul 14:55
Compare
Choose a tag to compare

[BUGFIX] Fixes import that prevented server from running correctly.

v0.2.1

06 Jul 14:54
Compare
Choose a tag to compare

[BUGFIX] Allows creating groups with empty screenName (will be auto-generated based on username)
[BUGFIX] Update group lastActivity on new comment and post, however skip new like
[BUGFIX] Fixes hides for real

v0.2.0

08 Jun 13:36
Compare
Choose a tag to compare

[BUGFIX] Validates screenName length
[BUGFIX] Validates username
[BUGFIX] Shows current user like in the first position
[BUGFIX] Indexes email on user create
[BUGFIX] Fixes a defect when admin could not manage groups
[BUGFIX] Does not take out post that has been published to group(s) only
[BUGFIX] Properly sorts likes in My Discussions
[BUGFIX] Does not copy post to Posts timeline on owner's like/comment
[BUGFIX] Reconnects connection to Redis after an exception
[BUGFIX] Does not send to clients events about hidden posts
[BUGFIX] Updates group last activity on comment or like
[FEATURE] Shows 30 posts per page
[FEATURE] Serialises group subscriptions
[FEATURE] Adds Profiler class
[FEATURE] Does not bump posts on a new like
[FEATURE] Adds timestamp to logger
[FEATURE] Adds default error level to config

v0.1.0

21 May 16:07
Compare
Choose a tag to compare

[FEATURE] Users
[FEATURE] Subscriptions/Subscribers
[FEATURE] Statistics
[FEATURE] Hide
[FEATURE] Posts
[FEATURE] Comments
[FEATURE] Likes
[FEATURE] Groups
[FEATURE] Real-time updates