Skip to content

Releases: cdevroe/unmark

Major Updates

06 Mar 14:37
Compare
Choose a tag to compare

Too many to list. Entire application overhaul.

Setting timezone on mysql connection

29 Jan 09:43
Compare
Choose a tag to compare

Added timezone setting on mysql connection.

Switched environment detection

29 Jan 09:43
Compare
Choose a tag to compare

Switched environment detection logic to use environment.php files in either application or /etc folder. Using 'production' as default. Added support for environments other than CodeIgniter defaults.

Fixing date_joined bug

15 Jan 15:46
Compare
Choose a tag to compare
  • When new accounts are created date_joined is now saved again

Password storage update

15 Jan 15:36
Compare
Choose a tag to compare
  • When a user logs in that was using the old MD5 only password encryption routine, their record will be updated to encrypt their password with new encryption method as well as storing the salt.

Hotfix for password bug

15 Jan 15:35
Compare
Choose a tag to compare
  • Forgot to store the salt for newly encrypted passwords, DERP!

Security and users table updates

14 Jan 14:19
Compare
Choose a tag to compare
  • Update: Added new migration file for users table updates
  • Update: Added new validation helper
  • Update: Added new hash helper
  • Update: Updated md5 password scheme to something more secure. See hash_helper.generateHash.
  • Update: Various Updates to update code to new column names for users table.
  • Update: Fix to display group invites.
  • Update: Fix of homepage display for users having no groups defined.

Fixed $config issue

13 Jan 17:12
Compare
Choose a tag to compare
  • Updated $config['base_url'] to $this->config->item('base_url')

Removed all PHP shortcodes for better compatibility

08 Jan 16:07
Compare
Choose a tag to compare
0.3.4

Removed all PHP shortcodes for better compatibility