Refs #1102: Fix order of values for selectable filters. Even if data were returned from DB in valid order the JavaScript object serialization caused that order was malformed due to usage of associative JavaScript arrays. Newly each value if stored as an array with 2 items (key, name). This new approach keeps the order. This does not fix just filters for cloud in members but all selectable filters in the system.
Run tests on jessie
Fix CI config after research done in CI-test project - add install part of check
Fix CI config after research done in CI-test project.
Rewrite of test DEB package check script for /bin/sh
Attempt to fix running test on CI by specifying full bash path.
Move DEB package check script directly to repository bundle and run in on CI.
Release 1.1.22
Merge branch 'issue-1092' into 'master'
Issue #1092: User birthday can be no longer mandatory.
See merge request freenetis/freenetis!44
Changes changes #1092 to be compatible with #957 in order to allow easy future upgrade to 1.2.
Fixes #1092: User birthday can be no longer mandatory. Administrator can disable mandatory field in settings.
Merge branch 'issue-1094' into 'master'
Fixes #1094: Allows to delete former member older than 5 years.
See merge request freenetis/freenetis!42
Merge branch 'issue-1093' into 'master'
Fixes #1093: Allows to set registration field during member adding.
See merge request freenetis/freenetis!41
Merge branch 'issue-1076' into 'master'
Fixes #1076: member expiration date calculation fix for debts
See merge request freenetis/freenetis!39
Merge branch 'issue-1075' into 'master'
Issue #1075: Fix getting MAC from DHCP leases through SNMP on Mikrotik devices with with RouterOS 6.35>=
See merge request freenetis/freenetis!36
Fixes #1076: member expiration date calculation fix for debts.
Fixes #1075: Getting MAC from DHCP leases through SNMP on Mikrotik devices with RouterOS 6.35>= by ignoring leading 2 MAC octets.
Release 1.1.21
Prepare release 1.1.21
Merge branch 'issue-1065'
Merge branch 'issue-1069'
Merge branch 'issue-1070'
Merge branch 'issue-1068'
Fixes #1069: user with watcher can be deleted
Fixes #1070: RB importer supported on PHP 5.6 >=
Ref #1068: add support connecting to encrypted SMTP servers.
Refs #1065: Fix members export to CSV when speed class filtered.
Release 1.1.20
Prepare release 1.1.20
Merge branch 'issue-1053' into 'master'
Fixes #1053: Email DB display fail for no filter
Default sort in emails set to ID which is indexed (previously by access_time), some small improvements in related queries but filters are still very slow.
See merge request !31
Merge branch 'issue-1056' into 'master'
Fixes #1056: Storing of address point GPS not compatible with MySQL 5.7 >=
GPS in address point table is filled with NULL value instead of empty string value in order to be compactible with MySQL 5.7 and higher that do not support empty string in geometry field values...
Merge branch 'issue-1055' into 'master'
Issue #1055: fix error thrown from TB importer when no payment is found
See merge request !27
Merge branch 'issue-1059' into 'master'
Issue 1059: invalid parsing of TXT TB listings for total amount >=1000
See merge request !28
Merge branch 'issue-1060' into 'master'
Issue 1060: implement filter for message type in Web interface unallowed_ip_addresses
See merge request !29
Fixes removed condition.
Refs #1053: Default sort in emails set to ID which is indexed (previously by access_time), some small improvements in related queries but filters are still very slow.
Refs #1056: GPS in address point table is filled with NULL value instead of empty string value in order to be compactible with MySQL 5.7 and higher that do not support empty string in geometry field values
Resolves #1060: implement filter for message type in Web interface unallowed_ip_addresses
Fixes #1059: invalid parsing of TXT TB listings for total amount >=1000
Fixes #1055: fix error thrown from TB importer when no payment is found
Release 1.1.19
Prepare release 1.1.19
Merge branch 'issue-1052' into 'master'
Fixes #1052: fixes issues in PHP 7.0
See merge request !26
Merge branch 'issue-1051' into 'master'
Resolves 1051: mark imported Tatra banka listings messages as read
Also allows to import Tatra banka listings with no variable symbol.
See merge request !25
Merge branch 'issue-1049' into 'master'
Fixes #1049: system setting cannot be saved
See merge request !24
Allows to import Tatra banka listings with no variable symbol.
Resolves #1051: mark imported Tatra banka listings messages as read
Fixes #1049: system setting cannot be saved.
Release 1.1.18
Prepare release 1.1.18
Merge branch 'issue-1047' into 'master'
Isseu 1047: Fix access rule for showing account of member from member table
See merge request !23
refs #1047: Fix access rule for showing account of member from member table
Merge branch 'issue-1035' into 'master'
Issue 1035: PHP 7.0 MySQL connection
See merge request !22
Merge branch 'issue-1044' into 'master'
Issue 1044: Fix single member notification form when some notification type is disabled
See merge request !21
Merge branch 'issue-1043' into 'master'
Issue 1043: member CSV export fix for data filtered by whitelist
See merge request !20
refs #1035: refactoring of deprecated code
refs #1035: removal of db_type variable from the configuration, always mysqli now
refs #1044: Fix single member notification form when some notification type is disabled
refs #1043: Export error display
refs #1043: Fix SQL members export query by adding whitelist part
Release 1.1.7.
Release 1.1.7 - change log.
Merge issue-1039
Merge origin/master into issue-1039
Conflicts: application/controllers/work_reports.php
Merge issue-1034
Merge issue-1038
Merge issue-1037
refs #1039: Work report gradual approval fix
refs #1034: Work report cannot be revoted after it is paied off
Never change work vote when already paied.
refs #1038: change of gateway for Klikniavolej.cz SMS driver
refs #1037: HTTPS configuration does not work in some WWW-browsers
Adds .gitlab-ci.yml that handles deployment and check of DEB packages.
FreenetIS 1.1.16 release.
FreenetIS 1.1.16 release preparations.
Merge origin/issue-1030
Merge origin/issue-1029
refs #1028: E-mail message for forgotten password - text improvements
refs #1030: Member can get list of all system users from form for inner mail sending
refs #1029: Filter for "added by" field in members table
Release 1.1.15.
Preparation for 1.1.15
Merge origin/issue-message-changes-email
Adds configuration option that allows to disable appending message names to e-mail notification messages subjects.
Fix bug that not allows empty "email_subject_prefix" in e-mail notification.
refs #1025: Fix issue in redirection reactivation due to old whitelist records
Release 1.1.14
Prepare for 1.1.14 release
Merge origin/issue-1024
refs #1021: DEB package for Jessie contains invalid postinst script
refs #1023: DEB package contains .git files
Release 1.1.13.
Adds README content.
Adds 1.1.3 notes to changelog.
DEB upload directory fix.
Fix php-imap dependency.
Removes log files.