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

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

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

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

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

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

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.

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.

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

Fixes #1069: user with watcher can be deleted

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

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

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

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

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

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

refs #1043: Export error display

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

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

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

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

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

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.

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

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

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

Merge origin/tatrabanka-importer-email into develop

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

Merge origin/master into tatrabanka-importer-email

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

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

b6eb1915 2015-09-07 10:07 David Raška

refs #957: "I'm older than x years" checkbox is only shown on self-register page

1438209a 2015-09-06 22:04 Ondřej Fibich

refs #957: Application of increase_decrease_buttons for settings fields in users tab

83f4c6fc 2015-09-06 22:02 Ondřej Fibich

refs #957: Separate settings group for members date of born

7337ae55 2015-09-06 21:56 Ondřej Fibich

refs #957: minimal main user age validator fix (valid::numeric accepts decimal numbers)

b80053a3 2015-09-02 14:47 David Raška

refs #957: "I'm older than x years" checkbox is only shown when adding/editing main user

6663a0a7 2015-09-02 14:14 David Raška

refs #1002: Scheduler is available from loopback interface

f3563506 2015-09-01 12:24 David Raška

ref #957: Birthday is not required

410613f3 2015-08-28 12:15 David Raška

refs #988: Added support for onetime passwords

93fe8f1c 2015-08-24 13:30 David Raška

Support for dateselect field in bank account settings
Support for precise datetime (including seconds) in dateselect field
Tatrabanka last download time moved from config table to bank account table

54bb6292 2015-08-18 12:24 David Raška

refs #935: Set minimum limit for post_max_size and upload_max_filesize to 1M.

62f1fc4f 2015-08-18 11:39 David Raška

refs #1014: Fixes connecting place changing when changing added by user

879ae55b 2015-08-18 10:39 David Raška

Merge remote-tracking branch 'GitLab/develop' into develop

1d217727 2015-08-18 10:36 David Raška

refs #967: Filtering destination account

47e17574 2015-08-17 19:42 Ondřej Fibich

refs #864: Fixes C&P Jeff error :-) and improves label of registration form link from applicants member and hide link when self-registration is disabled.

4f66255d 2015-08-17 19:37 Ondřej Fibich

refs #864: Improved label of registration form link from applicants grid.

2e9c98d3 2015-08-17 13:56 David Raška

refs #908: Fixed brutal error (creating controller in controller)

e8f89344 2015-08-17 13:28 David Raška

refs #908: Updated contact verification string

8865da3f 2015-08-17 12:50 David Raška

refs #864: Register applicant button on show all applicants page

5de08689 2015-08-17 12:39 David Raška

refs #864: Changed text label for registering applicants by administrator

139add4b 2015-08-14 09:48 David Raška

Tatra bank email importer
Support for dropdowns in bank account settings
Fixes bug in FIO importer when Duplicity_Exception occures
Fixes some bugs

74a7dbca 2015-07-30 15:08 Michal Kliment

Merge from SVN branch 1.2.

45b2c3c7 2015-07-30 13:20 Michal Kliment

Merge from SVN trunk.

7dafd607 2015-07-30 12:50 Michal Kliment

Release 1.1.12

a29b0d63 2015-07-30 12:47 Michal Kliment

Release 1.1.11

2a205303 2015-07-30 12:44 Michal Kliment

Release 1.1.10

1e8c793d 2015-07-30 12:34 Michal Kliment

Release 1.1.8

ecfe4a41 2015-07-30 12:32 Michal Kliment

Release 1.1.7

8f55a2a5 2015-07-30 12:29 Michal Kliment

Release 1.1.6

2bea9538 2015-07-30 12:17 Michal Kliment

Release 1.1.3

a33fa7cc 2015-07-30 12:12 Michal Kliment

Release 1.1.2

31ca0a32 2015-07-30 11:59 Michal Kliment

Release 1.1.1

c1bdc1c4 2015-07-30 11:46 Michal Kliment

Release 1.1.0

c2e44ab0 2015-07-30 11:39 Michal Kliment

Release 1.0.12

8baed187 2015-07-30 11:28 Michal Kliment

Release 1.0.0