Issue #940: Account balance on list of all members showing only credit account balance [develop]
Fix invalid reformatting (LF must be used in sources, not Windows CRLF, also double indentation was removed).
refs #1144: Cancel termination of membership is available. Added delete icon into view show of member.
Issue #1008: Translation of custom members types in tables [develop]
refs #1141: calendar is not displayed in the work reports
Issue #1143: Fix approval actions when redirection of internal mail messages to email is enabled [develop]
Improve breadcrumb. Fix redirection and access according to email module state and ACL (e.g. do not redirect to e-mail show after submit if it would end with access denied page). Fix new code indentation and formatting.
Issue #1140: Fix work report adding on PHP 7.3 [develop]
Issue #1139: Fix work adding on PHP 7.3 [develop]
Fixes #1137: Allows to display own works, work reports, requests by fixing missing services in sub controllers.
refs #1129: Repair and speed-up of counting subtotal of transfers. Changes in tranfers controller and tranfer model.
Refs #1133: Fix calculation with string in file::shortened_size_to:_bytes that caused failure of system settings.
Merge branch 'issue-1128_develop' into 'develop'
Issue #1128: Repair typo in scheduler [develop]
See merge request freenetis/freenetis!86
Fixes #1127: Repair of bug on showing former members [develop]
refs #1128: Repair typo in scheduler.
Fixes #1124: Creating roaming link is not working on PHP 7.3
Conflicts: application/controllers/links.php
Merge branch 'issue-1112_develop' into 'develop'
Issue #1112: Modification of member owner for secondary users [develop].
See merge request freenetis/freenetis!81
Refs #1112: Modification of member owner for secondary users.
Conflicts: application/controllers/users.php
Merge branch 'issue-1121_develop' into 'develop'
Issue #1121: Fix slow loading of mapy.cz if offline [develop]
See merge request freenetis/freenetis!78
Fixes #1121: Fix slow loading of mapy.cz if Loader not fetched (e.g. slow connection or offline). The mapy.cz API is loaded asynchronously now. The map loading is waiting in a loop until it is loaded.
Merge branch 'issue-1119_develop' into 'develop'
Issue #1119: Payment notification redirection reactivation fix [develop]
See merge request freenetis/freenetis!77
Fixes #1119: Do no activate payment notification redirection on messages reactivation if member configuration deny notification by redirection.
Removal of old Ebanka parser. Refactoring new RB XML parser according to MR comments.
Conflicts: application/controllers/import.php
Issue #1120: Support for SNMP control of Huawei switches S6720 which are based on Linux [develop]
Merge origin/develop into develop
Add 1.1.25 changes
Adds support for subnet /31 (255.255.255.254). IP addresses can be added with network address and broadcast address. Subnet display fixes (fixes #1103).
Refs #1111: Fixes notification activation whitelisted members presence by splitting members table to two tables. First table includes non-whitelisted members, second whitelisted members (if present).
Fix #1113: Fix display of address point map in popup [develop]
Refs #1110: Fix showing works/work reports/request from user detail on PHP 7.0 >=. Fix is done by creating sub-controllers instead of static calls to them. Support of creating sub-controllers with shared resources was introduced to MY_Controller.
Conflicts:...
Merge branch 'release-1.1.24_develop' into 'develop'
Release 1.1.24 [develop]
See merge request freenetis/freenetis!62
Changelog for 1.1.24
Refs #1109: drop support for Lenny
Release 1.1.23 [develop]
Merge branch 'issue-1101_develop' into 'develop'
Fixes #1101: Support for Debian Stretch (PHP 7.0 + Maria DB 15.1) [develop]
See merge request freenetis/freenetis!51
Fixes #1105: map support fixes [develop]
Fixes #1096: Big debtor message + notification auto activation e-mail report [develop]
Refs #1101: Support for Debian Stretch (PHP 7.0 + Maria DB 15.1). Improved setup that no longer support database creation (in Maria DB it is hard to do so from non-root user due to security restrictions), database setup error cause was added, disabling Settings DB queries in non-setup environment. In order to fix DB init some FK indexes/constrains must have been renamed in 1.1.0 SQL script (Maria DB enforces uniqueness on FK names)....
Prepare release 1.1.22
Merge branch 'issue-1094_develop' into 'develop'
Fixes #1094: Allows to delete former member older than 5 years [develop].
See merge request freenetis/freenetis!43
Merge branch 'issue-1093_develop' into 'develop'
Refs #1093: Allows to set registration field during member adding [develop]
See merge request freenetis/freenetis!40
Merge branch 'issue-1076_develop' into 'develop'
Refs #1076: member expiration date calculation fix [develop]
See merge request freenetis/freenetis!38
Fixes #1094: Allows to delete former member older than 5 years.
Conflicts: application/libraries/MY_Controller.php application/models/bank_transfer.php
Refs #1093: Allows to set registration field during member adding.
Format fixes.
Refs #1076: member expiration date calculation fix. The calc functionality was separate from Members controller to a new Expiration calc service. The new service comes with unit tests which tests the #1076. Additionally this patch comes with some fixes and improvements in already existing unit and integration tests.
Refs #1075: Getting MAC from DHCP leases through SNMP on Mikrotik devices with RouterOS 6.35>= by ignoring leading 2 MAC octets. This fixes the issue in the develop branch.
Upgrade PHPAX-RS to 0.1.1
Prepare release 1.1.21
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.
Prepare release 1.1.20
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.
Conflicts: application/models/email_queue.php
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
Conflicts: application/controllers/members.php application/controllers/registration.php
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
Prepare release 1.1.19
Fixes #1052: fixes issues in PHP 7.0
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.
Prepare release 1.1.18
refs #1047: Fix access rule for showing account of member from member table
refs #1035: refactoring of deprecated code
refs #1043: Export error display
refs #1043: Fix SQL members export query by adding whitelist part
refs #1044: Fix single member notification form when some notification type is disabled
Release 1.1.7 - change log.
refs #1039: Work report gradual approval fix
Conflicts: application/controllers/work_reports.php
Never change work vote when already paied.
Conflicts: application/controllers/works.php
refs #1034: Work report cannot be revoted after it is paied off
refs #1038: change of gateway for Klikniavolej.cz SMS driver
refs #1037: HTTPS configuration does not work in some WWW-browsers
closes #959: Improves column label and adds a help hint
refs #967: Removal of account type select box from add from account transfer form because this functionality is now handled by destination account filter
FreenetIS 1.1.16 release preparations.
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
Conflicts: application/i18n/cs_CZ/texts.php application/models/member.php
refs #1028: E-mail message for forgotten password - text improvements
Preparation for 1.1.15
refs #1025: Fix issue in redirection reactivation due to old whitelist records
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.
Prepare for 1.1.14 release
refs #1021: DEB package for Jessie contains invalid postinst script
refs #1023: DEB package contains .git files
Merge TB chages to Bank_Statement_File_Import.
Unit test fix.
Fix merge issue that removed all staff from developer branch :-).
Adds 1.1.3 notes to changelog.
Merge origin/tatrabanka-importer-email into develop
DEB upload directory fix.
Fix php-imap dependency.
Merge origin/master into tatrabanka-importer-email
Merge origin/issue-1021 into develop
refs #1021: Fixes that destination account not shown in transfer detail if origin account empty
Merge origin/issue-1016 into develop