1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
Commit Graph

4223 Commits

Author SHA1 Message Date
Sylvain
c3f7f04ec2 [bug] html syntax error result in unable to compile the assets 2021-05-24 17:14:01 +02:00
Sylvain
b6d432b68c Update source file en.yml 2021-05-24 17:02:51 +02:00
Sylvain
83c989ccc1 Update source file app.admin.en.yml 2021-05-24 17:02:50 +02:00
Sylvain
03f480e73e New translations app.admin.en.yml (Zulu) 2021-05-24 16:38:11 +02:00
Sylvain
17af3e99e1 New translations app.admin.en.yml (French) 2021-05-24 16:38:10 +02:00
Sylvain
7c4a865396 New translations en.yml (Spanish) 2021-05-24 16:38:06 +02:00
Sylvain
cb67c12f77 New translations app.admin.en.yml (Spanish) 2021-05-24 16:38:04 +02:00
Sylvain
c36a4531a0 New translations en.yml (German) 2021-05-24 16:38:01 +02:00
Sylvain
bba7421fca New translations app.admin.en.yml (German) 2021-05-24 16:37:59 +02:00
Sylvain
37e5b2feea New translations en.yml (Portuguese) 2021-05-24 16:37:55 +02:00
Sylvain
0aea4a051d New translations app.admin.en.yml (Portuguese) 2021-05-24 16:37:54 +02:00
Sylvain
fb1949a5f5 New translations en.yml (Zulu) 2021-05-24 16:37:50 +02:00
Sylvain
46dcf7766e New translations en.yml (French) 2021-05-24 16:37:46 +02:00
Sylvain
c00c6f05e1 Update source file en.yml 2021-05-24 16:37:33 +02:00
Sylvain
1b5c2e6c68 Update source file app.admin.en.yml 2021-05-24 16:37:32 +02:00
Sylvain
ecf80b0591 ability to set invoices as erroneous 2021-05-24 16:34:27 +02:00
Sylvain
5fca8370ff use integrity checking refactored lib 2021-05-24 11:38:25 +02:00
Sylvain
5b7b54d421 refactor integrity checking code 2021-05-24 11:34:35 +02:00
Sylvain
3a910b1182 script to fix existing invoices w/o invoiced_id 2021-05-24 11:19:59 +02:00
Sylvain
c7a59c8cb7 WIP: refactoring to singularize the booking process
We need to achieve only one process for all booking, not one for subscription, one for reservations, etc.
Moreover we must store one object per invoice_item/payment_schedule_object and stop using Invoice.invoiced or PaymentSchedule.scheduled
2021-05-21 18:25:18 +02:00
Sylvain
b151802923 WIP: fix invoices without invoiced_id
TODO: fix datetime parsing
2021-05-21 18:21:24 +02:00
Sylvain
9c4568a473 [bug] run script was disfunctional 2021-05-21 17:19:42 +02:00
Sylvain
da3eb4f8bd [bug] typo in allow/prevent booking overlapping slots 2021-05-21 17:18:22 +02:00
Sylvain
d7471d6f2e updated changelog with references to security issues 2021-05-21 17:07:17 +02:00
Sylvain
17395499f3
Merge pull request #272 from sleede/l10n_dev
New Crowdin updates
2021-05-21 17:04:25 +02:00
Sylvain
bc7263cb8e
Merge pull request #269 from sleede/dependabot/bundler/nokogiri-1.11.4
Bump nokogiri from 1.11.3 to 1.11.4
2021-05-21 17:04:07 +02:00
Sylvain
7d2cf37633
Merge pull request #268 from sleede/dependabot/bundler/puma-4.3.8
Bump puma from 3.12.6 to 4.3.8
2021-05-21 17:03:40 +02:00
Sylvain
cecdf07dc6 [bug] new installation with mapping to an external network does not connect fab-manager to elasticsearch 2021-05-21 17:02:25 +02:00
Sylvain
b255abaf55 [bug] reservation of slots restricted to subscribers leads to invoices without invoiced_id
This bug was introduced with v4.7.0 and appends when the restriction is manually overridden by an admin/moderator
2021-05-21 16:46:41 +02:00
Sylvain
2fc0ad1ba0 [bug] new installation with mapping to an external network does not connect fab-manager to elasticsearch 2021-05-21 10:13:31 +02:00
Sylvain
6d237a540f New translations app.admin.en.yml (French) 2021-05-20 15:24:14 +02:00
Sylvain
66f81a975e WIP: array of items
Migration from cart_items:{reservation:{}, subscription:{}, ...}
to cart_items:{items:[{reservation:{}, ...}], ...}
2021-05-19 18:12:52 +02:00
Sylvain
dd1d05cc3a set payzen public key as invalid if the field is empty 2021-05-19 09:34:31 +02:00
Sylvain
c6bc9f1c15 handle gateway keys invalidation 2021-05-18 16:42:30 +02:00
Sylvain
28c868587b prevent fteched settings to set react components as uncontrolled 2021-05-18 16:31:19 +02:00
Sylvain
2a4a4e6d74 Check the status of the assets' compilation during the upgrade 2021-05-18 16:18:44 +02:00
Sylvain
9355256909 refresh payzen keys after initial setting 2021-05-18 15:56:22 +02:00
Sylvain
6b99b00d5e handle no key in payzen keys form 2021-05-18 13:50:27 +02:00
dependabot[bot]
c9807c0c18
Bump nokogiri from 1.11.3 to 1.11.4
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.3 to 1.11.4.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.3...v1.11.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-18 09:16:11 +00:00
Sylvain
4826db7cf0 [bug] typo in allow/prevent booking overlapping slots 2021-05-18 10:52:59 +02:00
Sylvain
5adf15df91 syntax improvements 2021-05-18 09:40:35 +02:00
dependabot[bot]
d327d3736c
Bump puma from 3.12.6 to 4.3.8
Bumps [puma](https://github.com/puma/puma) from 3.12.6 to 4.3.8.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v3.12.6...v4.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-18 07:27:32 +00:00
Sylvain
04b3bfe3c5 update components to match new architecture after merge from dev 2021-05-17 17:09:11 +02:00
Sylvain
1f9a7ba6cc fix debugging footprints 2021-05-17 17:04:52 +02:00
Sylvain
58287d7cee use short links to upgrade 2021-05-17 15:46:42 +02:00
Sylvain
7024c30c6c improved readme and links to documentation 2021-05-17 15:42:23 +02:00
Sylvain
2571e14482 [bug] run script was disfunctional 2021-05-17 15:25:05 +02:00
Sylvain
6bcd9f6fef Merge branch 'dev' into payzen 2021-05-17 15:07:41 +02:00
Sylvain
c7527d06dd Merge branch 'dev' for release 4.7.9 2021-05-17 14:13:37 +02:00
Sylvain
dba7c60c28 Version 4.7.9 2021-05-17 14:13:31 +02:00