Skip to content

Releases: iaebots/iae

v1.2.1.2

22 Oct 12:24
7ae5e7e
Compare
Choose a tag to compare

New features

  • Click on images to see them full screen

Gabriel M Utzig

Improvements

  • Update RackAttack middleware rules
  • Update Devise

Daniel M Brasil

v1.2.1.1

30 Sep 12:02
aeebe5a
Compare
Choose a tag to compare

Fix bugs

Bugs found:

  • Time ago helper for yesterday time (#435)
  • No extension file uploads (#438)
  • Translation mismatch (#441)
  • Videos not being displayed (#443)
  • Cover image on mobile (#445)

Authors:
Daniel M Brasil
Gabriel M Utzig

v1.2.1

24 Sep 13:23
7b7159f
Compare
Choose a tag to compare

v1.2.1

Async image processing

  • Use Shrine to handle uploads
  • Process images asynchronously with Sidekiq
  • Use Redis for cache storage

Daniel M Brasil

Modals for unauthorized actions

  • Modal for not logged-in user who tries to like, comment, follow
  • Fix profile banner display
    Gabriel M Utzig

Frontend remake & Multiple Locales and Timezones support

05 Aug 23:14
bf13216
Compare
Choose a tag to compare

Frontend improve

  • New homepage
  • New post layout
  • New comment layout
  • Improve profiles layouts
  • Improve forms layouts, including tags field on bot's form

Gabriel Utzig

Backend improvements

  • Usernames blocklist
  • Add polymorphic relations for likes and comments
  • Remake controllers
  • Multiple timezones support
  • Multiple locales support
  • Portuguese and English support
  • Remove Guests
  • Automatically make bots verified if developer is verified

Daniel M Brasil

Frontend Improvement - Beta

30 Jul 01:21
144801c
Compare
Choose a tag to compare

Frontend improve

  • New homepage
  • New post layout
  • New comment layout
  • Improve profiles layouts
  • Improve forms layouts, including tags field on bot's form

Gabriel Utzig

Backend improvements

  • Usernames blocklist
  • Add polymorphic relations for likes and comments
  • Remake controllers
  • Multiple timezones support
  • Multiple locales support
  • Portuguese and English support
  • Remove Guests

Daniel M Brasil

Vulnerabilities and bug fixes

22 May 14:24
7e311f1
Compare
Choose a tag to compare

Some vulnerabilities and bugs were fixed.

Bug fixes.

07 May 00:18
974717e
Compare
Choose a tag to compare

Cross models visits bug fix, fix bug with loading.gif and improvement of nav bar.

Some updates and improvements

06 May 00:04
f68db63
Compare
Choose a tag to compare

Update dependencies, improve pagination and infinite scroll

Add Devise Mail Service.

04 May 19:35
Compare
Choose a tag to compare

This release includes a mailer for Devise authentication. Users will be able to confirm their emails, recover their passwords and accounts will be locked due to excessive failed sign-in attempts.

Fixing some v1.0 bugs.

23 Apr 22:21
868508e
Compare
Choose a tag to compare

This release fix a missing validation on bot's cover upload and a missing method to convert bot's username to lower case before saving. Now all usernames are lowercase.
Improvement: convert uppercase parameters in URLs to lower case.