1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
Commit Graph

4004 Commits

Author SHA1 Message Date
Sylvain
4334bc4b6a updated @rails/webpacker to 5.4.0 2021-05-25 11:10:17 +02:00
Sylvain
625b833cde updated ruby to 2.6.7 2021-05-25 10:46:58 +02:00
Sylvain
faa880f9f6 CAD lists of types and extensions are now ordered alphabetically 2021-05-24 17:33:32 +02:00
Sylvain
c3f7f04ec2 [bug] html syntax error result in unable to compile the assets 2021-05-24 17:14:01 +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
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
6d237a540f New translations app.admin.en.yml (French) 2021-05-20 15:24:14 +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
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
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
Sylvain
d649831cd7 Merge branch 'dev' of github.com:sleede/fab-manager into dev 2021-05-17 12:43:31 +02:00
Sylvain
94617f2ac0
Merge pull request #267 from sleede/l10n_dev
New Crowdin updates
2021-05-17 12:42:15 +02:00
Sylvain
a57b170f65 New translations app.shared.en.yml (Spanish) 2021-05-17 12:41:40 +02:00
Sylvain
bb099cfbad New translations app.shared.en.yml (French) 2021-05-17 12:41:35 +02:00
Sylvain
ba5e86bcbe New translations app.shared.en.yml (German) 2021-05-17 12:41:29 +02:00
Sylvain
1e3774ae35 New translations app.shared.en.yml (Portuguese) 2021-05-17 12:41:18 +02:00
Sylvain
bf2407467b [bug] unable to sort invoices by date
This is a workaround. The real issue is that some invoices does not have the invoiced_id data for Reservation. This is likely due to the fact that invoices are created and saved before the reservation is saved (so they don't have an ID).

@see app/services/reservations/reserve.rb#34
2021-05-17 12:34:12 +02:00
Sylvain
eaaf42ec48 New translations app.shared.en.yml (Zulu) 2021-05-14 17:34:46 +02:00
Sylvain
dd8b6950bb New translations app.shared.en.yml (French) 2021-05-14 17:34:42 +02:00
Sylvain
68b9104e37 New translations app.shared.en.yml (Spanish) 2021-05-14 17:34:36 +02:00
Sylvain
1b7025e916 New translations app.shared.en.yml (German) 2021-05-14 17:34:29 +02:00
Sylvain
b3ddc79cd8 New translations app.shared.en.yml (Portuguese) 2021-05-14 17:34:24 +02:00
Sylvain
0992999a32 [bug] some invoices does not have the name of the user 2021-05-14 17:07:38 +02:00
Sylvain
7251298334 script to run a rails command with ease 2021-05-14 15:42:19 +02:00
Sylvain
c8c2300dd2 [bug] unable to change the slots durations for a new availability 2021-05-14 15:03:30 +02:00
Sylvain
1c4f46f935 [bug] responsiveness of the about page title 2021-05-14 14:55:14 +02:00
Sylvain
bf9a91b479 [bug] about page on small devices 2021-05-14 14:29:36 +02:00
Sylvain
82260d8c62 [bug] invalid currency in notifications for locales with region 2021-05-14 11:57:52 +02:00
Sylvain
7ac119d4cf [bug] invoices are not generated in test/development if the configured locale is composed
Eg. If locale is fr-CA, it was crashing. If locale was only fr, is was working.
Now, composed locales print the watermark using the base locale and
hour_minute format is fetched from the base locale
2021-05-12 17:23:42 +02:00
Sylvain
ff40c98dcb [bug] missing german watermark 2021-05-12 16:55:25 +02:00
Sylvain
390f62fd41 [bug] the count of successfully updated events was not correct 2021-05-12 15:53:32 +02:00
Sylvain
436db80ccf Increased the width of the input field for the prices of the events
This is especially useful for currencies like FCFA that have large numbers and large currency symbol
2021-05-12 15:16:10 +02:00
Sylvain
d8656d56ec allow remove all themes for an event 2021-05-12 15:05:16 +02:00
Sylvain
2a63daffb5 display all themes for the events 2021-05-12 15:00:19 +02:00
Sylvain
2a7a7fd614 [bug] the event themes are not kept when editing the event again 2021-05-12 14:54:56 +02:00
Sylvain
910567e156 updated i18next & react-i18next 2021-05-12 10:26:52 +02:00
Sylvain
1a2ce0b6c0 update rails to 5.2.6 2021-05-12 10:01:29 +02:00
Sylvain
f9ac208355 Merge branch 'dev' of github.com:sleede/fab-manager into dev 2021-05-12 09:03:40 +02:00