Projekt

Obecné

Profil

Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
f5adf00c 2019-10-13 13:15 Ondřej Fibich

Fixes #1124: Creating roaming link is not working on PHP 7.3

Conflicts:
application/controllers/links.php

201169db 2019-10-07 23:15 Ondřej Fibich

Merge branch 'issue-1112_develop' into 'develop'

Issue #1112: Modification of member owner for secondary users [develop].

See merge request freenetis/freenetis!81

264c87f2 2019-10-07 23:12 Ondřej Fibich

Refs #1112: Modification of member owner for secondary users.

Conflicts:
application/controllers/users.php

2f870a65 2019-09-29 23:54 Ondřej Fibich

Merge branch 'issue-1121_develop' into 'develop'

Issue #1121: Fix slow loading of mapy.cz if offline [develop]

See merge request freenetis/freenetis!78

c9e95e38 2019-09-29 23:26 Ondřej Fibich

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.

e901a116 2019-09-27 23:37 Ondřej Fibich

Merge branch 'issue-1119_develop' into 'develop'

Issue #1119: Payment notification redirection reactivation fix [develop]

See merge request freenetis/freenetis!77

c63620bd 2019-09-27 23:33 Ondřej Fibich

Fixes #1119: Do no activate payment notification redirection on messages reactivation if member configuration deny notification by redirection.

0163960f 2019-09-27 22:52 Jakub Juračka

Removal of old Ebanka parser. Refactoring new RB XML parser according to MR comments.

Conflicts:
application/controllers/import.php

4925c311 2019-09-27 22:48 Ondřej Fibich

Issue #1120: Support for SNMP control of Huawei switches S6720 which are based on Linux [develop]

99ad432e 2019-05-09 20:52 Ondřej Fibich

Merge origin/develop into develop

9fa32194 2019-05-09 20:42 Ondřej Fibich

Add 1.1.25 changes

80d2769e 2019-05-09 20:30 Ondřej Fibich

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).

d5682887 2019-05-09 20:29 Ondřej Fibich

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).

9d291dae 2019-05-09 20:29 Ondřej Fibich

Fix #1113: Fix display of address point map in popup [develop]

3a9a4269 2019-05-09 20:28 Ondřej Fibich

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:...

ee11cd76 2019-01-05 23:29 Ondřej Fibich

Merge branch 'release-1.1.24_develop' into 'develop'

Release 1.1.24 [develop]

See merge request freenetis/freenetis!62

c10966eb 2019-01-05 23:25 Ondřej Fibich

Changelog for 1.1.24

b86943fa 2019-01-05 23:01 Ondřej Fibich

Refs #1109: drop support for Lenny

897b8a43 2018-12-28 11:19 Ondřej Fibich

Release 1.1.23 [develop]

5e81a002 2018-12-28 09:58 Ondřej Fibich

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

c6b00989 2018-12-28 09:57 Ondřej Fibich

Fixes #1105: map support fixes [develop]

2bd3da8a 2018-12-28 09:56 Ondřej Fibich

Fixes #1096: Big debtor message + notification auto activation e-mail report [develop]

e2774d63 2018-12-28 09:36 Ondřej Fibich

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)....

67e49d08 2018-06-20 23:20 Ondřej Fibich

Prepare release 1.1.22

2a924332 2018-05-31 22:59 Ondřej Fibich

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

f5b2357d 2018-05-31 22:58 Ondřej Fibich

Merge branch 'issue-1093_develop' into 'develop'

Refs #1093: Allows to set registration field during member adding [develop]

See merge request freenetis/freenetis!40

41823d3b 2018-05-31 22:57 Ondřej Fibich

Merge branch 'issue-1076_develop' into 'develop'

Refs #1076: member expiration date calculation fix [develop]

See merge request freenetis/freenetis!38

eb7fd65e 2018-05-31 22:48 Ondřej Fibich

Fixes #1094: Allows to delete former member older than 5 years.

Conflicts:
application/libraries/MY_Controller.php
application/models/bank_transfer.php

5c8ef591 2018-05-12 00:23 Ondřej Fibich

Refs #1093: Allows to set registration field during member adding.

11e2d062 2017-11-16 23:45 Ondřej Fibich

Format fixes.

cd149dd5 2017-11-16 23:24 Ondřej Fibich

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.

891decbc 2017-07-13 19:32 Ondřej Fibich

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.

6ba4ad2a 2017-06-25 10:20 Ondřej Fibich

Upgrade PHPAX-RS to 0.1.1

0e72c4d1 2017-05-26 06:04 Ondřej Fibich

Prepare release 1.1.21

698335d6 2017-05-26 06:04 Ondřej Fibich

Fixes #1069: user with watcher can be deleted

aa4bf046 2017-05-26 06:03 Ondřej Fibich

Fixes #1070: RB importer supported on PHP 5.6 >=

fe31be1a 2017-05-26 06:03 Ondřej Fibich

Ref #1068: add support connecting to encrypted SMTP servers.

974b7371 2017-05-26 06:03 Ondřej Fibich

Refs #1065: Fix members export to CSV when speed class filtered.

2e4f149c 2017-02-02 17:52 Ondřej Fibich

Prepare release 1.1.20

1d9077c2 2017-01-04 19:07 Ondřej Fibich

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

0ec867e5 2017-01-04 19:03 Ondřej Fibich

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

b8a40ec0 2017-01-04 18:54 Ondřej Fibich

Resolves #1060: implement filter for message type in Web interface unallowed_ip_addresses

a82b9445 2017-01-04 18:54 Ondřej Fibich

Fixes #1059: invalid parsing of TXT TB listings for total amount >=1000

b4ae00bf 2017-01-04 18:53 Ondřej Fibich

Fixes #1055: fix error thrown from TB importer when no payment is found

2a3aa5f9 2016-09-08 23:50 Ondřej Fibich

Prepare release 1.1.19

1e52b1de 2016-09-08 23:42 Ondřej Fibich

Fixes #1052: fixes issues in PHP 7.0

170ebe5e 2016-09-08 23:42 Ondřej Fibich

Allows to import Tatra banka listings with no variable symbol.

9c58af72 2016-09-08 23:42 Ondřej Fibich

Resolves #1051: mark imported Tatra banka listings messages as read

c533051d 2016-09-08 23:41 Ondřej Fibich

Fixes #1049: system setting cannot be saved.

8388a3f1 2016-05-24 22:47 Ondřej Fibich

Prepare release 1.1.18

c4e49814 2016-05-24 00:02 Ondřej Fibich

refs #1047: Fix access rule for showing account of member from member table

96aed69a 2016-05-23 23:28 Ondřej Fibich

refs #1035: refactoring of deprecated code

77452e8e 2016-05-23 23:26 Ondřej Fibich

refs #1043: Export error display

0f14acf0 2016-05-23 23:26 Ondřej Fibich

refs #1043: Fix SQL members export query by adding whitelist part

f3413601 2016-05-23 23:24 Ondřej Fibich

refs #1044: Fix single member notification form when some notification type is disabled

5fa31777 2016-03-25 13:55 Ondřej Fibich

Release 1.1.7 - change log.

d10737b1 2016-03-25 13:47 Ondřej Fibich

refs #1039: Work report gradual approval fix

Conflicts:
application/controllers/work_reports.php

db5e3618 2016-03-25 13:31 Ondřej Fibich

Never change work vote when already paied.

Conflicts:
application/controllers/works.php

461d73de 2016-03-25 13:26 Ondřej Fibich

refs #1034: Work report cannot be revoted after it is paied off

789cd67d 2016-03-25 13:12 Ondřej Fibich

refs #1038: change of gateway for Klikniavolej.cz SMS driver

9d87019d 2016-03-25 13:12 Ondřej Fibich

refs #1037: HTTPS configuration does not work in some WWW-browsers

8ba726c1 2015-12-21 14:07 Ondřej Fibich

closes #959: Improves column label and adds a help hint

3d07030e 2015-12-21 13:43 Ondřej Fibich

refs #967: Removal of account type select box from add from account transfer form because this functionality is now handled by destination account filter

f337adf6 2015-11-12 20:49 Ondřej Fibich

FreenetIS 1.1.16 release preparations.

130756a6 2015-11-12 20:45 Ondřej Fibich

refs #1030: Member can get list of all system users from form for inner mail sending

6dd0e0cc 2015-11-12 20:44 Ondřej Fibich

refs #1029: Filter for "added by" field in members table

Conflicts:
application/i18n/cs_CZ/texts.php
application/models/member.php

e146dea5 2015-11-12 20:38 Ondřej Fibich

refs #1028: E-mail message for forgotten password - text improvements

04ef9c6e 2015-10-28 20:57 Ondřej Fibich

Preparation for 1.1.15

fd21dad7 2015-10-28 20:52 Ondřej Fibich

refs #1025: Fix issue in redirection reactivation due to old whitelist records

ebc08f82 2015-10-28 20:51 Ondřej Fibich

Adds configuration option that allows to disable appending message names to e-mail notification messages subjects.

45d52e19 2015-10-28 20:50 Ondřej Fibich

Fix bug that not allows empty "email_subject_prefix" in e-mail notification.

7189d4d5 2015-10-14 00:13 Ondřej Fibich

Prepare for 1.1.14 release

bc702909 2015-10-14 00:12 Ondřej Fibich

refs #1021: DEB package for Jessie contains invalid postinst script

660106ef 2015-10-14 00:12 Ondřej Fibich

refs #1023: DEB package contains .git files

553f6c7c 2015-10-11 11:41 Ondřej Fibich

Merge TB chages to Bank_Statement_File_Import.

1aa37f12 2015-10-11 11:33 Ondřej Fibich

Unit test fix.

18ac9009 2015-10-11 10:50 Ondřej Fibich

Fix merge issue that removed all staff from developer branch :-).

a48a75c8 2015-10-11 09:35 Ondřej Fibich

Adds 1.1.3 notes to changelog.

ddefe28a 2015-10-11 09:11 Ondřej Fibich

Merge origin/tatrabanka-importer-email into develop

50f12d97 2015-10-11 00:20 Ondřej Fibich

DEB upload directory fix.

7b3f6354 2015-10-11 00:17 Ondřej Fibich

Fix php-imap dependency.

36bd837b 2015-10-10 20:57 Ondřej Fibich

Merge origin/master into tatrabanka-importer-email

941ae7f6 2015-10-10 20:43 Ondřej Fibich

Merge origin/issue-1021 into develop

e49b7983 2015-10-10 20:38 Ondřej Fibich

refs #1021: Fixes that destination account not shown in transfer detail if origin account empty

4479194f 2015-10-10 20:24 Ondřej Fibich

Merge origin/issue-1016 into develop

b1147618 2015-10-10 20:23 Ondřej Fibich

Merge origin/issue-1016

aca0be7f 2015-10-10 20:19 Ondřej Fibich

Merge origin/issue-1015 into develop

372a26ba 2015-10-08 21:08 Ondřej Fibich

Merge branch 'issue-1002' into 'develop'

Issue 1021: Scheduler from looppack

See merge request !5

540d2579 2015-10-08 20:58 Ondřej Fibich

refs #1015: fix ordering in messages grid

3a5e3105 2015-10-08 20:36 Ondřej Fibich

Merge origin/develop into develop

001f2d09 2015-10-08 20:35 David Raška

refs #1019: Fixed "undefined index" when adding new rule for automatic downloading of statements

dd8634d5 2015-09-16 07:40 Ondřej Fibich

Default transfer text (comment) for deposit in cash in TB importer when no text available is now "VKLAD V HOTOVOSTI".

5ab3bf57 2015-09-16 00:22 Ondřej Fibich

Trim counter account number and bank code in order to not allow account duplicities and also fix VKLAD V HOTOVOSTI issue.

037da42b 2015-09-16 00:18 Ondřej Fibich

Merge origin/tatrabanka-importer-email into tatrabanka-importer-email

7ac21ce8 2015-09-10 13:40 David Raška

Added support for deposits in cash
Added support for messages in statement

528c2533 2015-09-09 09:50 David Raška

refs #1019: Fixed "undefined index" when adding new rule for automatic downloading of statements

6c6a5786 2015-09-09 08:53 David Raška

Merge branch 'develop' into issue-957

Conflicts:
application/controllers/members.php

9fd04f67 2015-09-08 11:09 David Raška

refs #1016: Fixes searching of members without street
Fixed ajax search description when member have no street (whole description was empty)

ea5eac7d 2015-09-08 08:43 David Raška

refs #957: Rollback changes in showing date

8ad48b86 2015-09-07 11:17 David Raška

Fixes in Tatrabanka importer for working with no counter account in bank statement