Projekt

Obecné

Profil

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

# Datum Autor Komentář
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.

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

230ca0ac 2019-05-09 20:30 Ondřej Fibich

Merge branch 'subnet31_develop' into 'develop'

Subnet /31 support [develop]

See merge request freenetis/freenetis!70

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

3556dc86 2019-05-09 20:29 Ondřej Fibich

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

Fixes #1111: Fixes notification activation whitelisted members presense

See merge request freenetis/freenetis!68

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

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

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

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

See merge request freenetis/freenetis!66

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

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

ef2b8441 2019-05-09 20:28 Ondřej Fibich

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

Fixes #1110: Fix showing works/work reports/request from user detail on PHP 7.0 >= [develop]

See merge request freenetis/freenetis!64

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

f5258b8e 2019-01-05 23:08 Ondřej Fibich

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

Fixes #1108: Fixes scheduler failure due to deprecated function in e-mail sending on PHP 5.5 >=

See merge request freenetis/freenetis!58

97522f63 2019-01-05 23:07 Ondřej Fibich

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

Fixes #1109: Drop support for Lenny

See merge request freenetis/freenetis!57

179b1248 2019-01-05 23:03 Ondřej Fibich

Refs #1108: Fixes scheduler failure due to deprecated function in e-mail sending on PHP 5.5 >=

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

Refs #1109: drop support for Lenny

f1cb8722 2018-12-28 11:19 Ondřej Fibich

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

Release 1.1.23 [develop]

See merge request freenetis/freenetis!56

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

Release 1.1.23 [develop]

826f5303 2018-12-28 10:23 Ondřej Fibich

Merge branch 'fix-ci_develop' into 'develop'

Fix running tests on CI in develop.

See merge request freenetis/freenetis!54

179d54e2 2018-12-28 10:20 Ondřej Fibich

Fix running tests on CI in 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

4407a50f 2018-12-28 09:57 Ondřej Fibich

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

Fixes #1106: Fix installation on Wheezy [develop]

See merge request freenetis/freenetis!50

279de58d 2018-12-28 09:57 Ondřej Fibich

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

Fixes #1105: map support fixes [develop]

See merge request freenetis/freenetis!52

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

Fixes #1105: map support fixes [develop]

7e82f4c3 2018-12-28 09:56 Ondřej Fibich

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

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

See merge request freenetis/freenetis!53

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

1c861ddd 2018-12-28 09:22 Ondřej Fibich

Refs #1106: Fix installation on Wheezy by using mysqli PHP extension only for PHP 7.0>=

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

39d594e0 2018-05-31 22:56 Ondřej Fibich

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

Issue #1075: Fix getting MAC from DHCP leases through SNMP on Mikrotik devices with with RouterOS 6.35>= [develop]

See merge request freenetis/freenetis!37

5efcc825 2018-05-31 22:53 Ondřej Fibich

Fix DB upgrade version.

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

c337d2d2 2017-01-04 19:08 Ondřej Fibich

Fixes removed condition.

Conflicts:
application/models/email_queue.php

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

8d90cc7c 2016-05-23 23:27 Ondřej Fibich

refs #1035: removal of db_type variable from the configuration, always mysqli now

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

c5205747 2015-12-22 20:45 Ondřej Fibich

Update CI tags and adds some excepts rules.

49aee566 2015-12-22 20:20 Ondřej Fibich

Allows _ as tag version separator for CI config.

20c80b94 2015-12-22 20:06 Ondřej Fibich

Adds .gitlab-ci.yml that validates DEB package and deploys it to repo for 1.2.0 dev tags.

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.

0ccdc76b 2015-10-11 11:04 Ondřej Fibich

Ignore test config.

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

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

cfc6826c 2015-10-11 10:26 Ondřej Fibich

Fix develop version.

8ec86ef5 2015-10-11 09:42 Ondřej Fibich

Adds README content.

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.

5c2ec3bd 2015-10-10 20:59 Ondřej Fibich

Removes log files.

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

Merge origin/master into tatrabanka-importer-email

1cdc8a56 2015-10-10 20:55 Ondřej Fibich

Gitignore from master.