Releases: iaebots/iae
v1.2.1.2
v1.2.1.1
v1.2.1
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
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
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
Some vulnerabilities and bugs were fixed.
Bug fixes.
Cross models visits bug fix, fix bug with loading.gif and improvement of nav bar.
Some updates and improvements
Update dependencies, improve pagination and infinite scroll
Add Devise Mail Service.
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.
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.