Sylvain
e955ecc6f8
(bug) create slots when occurences is nil
2022-07-18 17:27:40 +02:00
Sylvain
6a8c441e85
public calendar endpoint refactoring & testing
2022-07-18 17:19:33 +02:00
Sylvain
b68e47a0ea
refactor shopping_cart/reservation
...
Previsouly, the reservation was expecting parameters like:
slots_attributes: [{start_at: date, end_at: date, availability_id: number}]
Now, the reservation is expecting simpler parameters like:
slots_reservations_attributes:[{slot_id: number}]
2022-07-18 17:18:01 +02:00
Sylvain
66d1348b06
fix slots fixtures
2022-07-18 17:18:01 +02:00
Sylvain
37b24a8d2f
refactor slots model
2022-07-18 17:18:01 +02:00
Sylvain
5012912edd
(wip) refactoring Availabilities::AvailabilitiesService and Availabilities::StatusService
2022-07-18 17:18:01 +02:00
Sylvain
783e86d9cc
(bug) fix slots creation
2022-07-18 17:18:00 +02:00
Sylvain
b2fd2e1b48
build all slots at reservation creation time
2022-07-18 17:18:00 +02:00
Sylvain
dbf624c17f
rollback migration
2022-07-18 17:18:00 +02:00
Sylvain
8be2425275
(wip) refactoring slots to be unique per availability time-slot
2022-07-18 17:18:00 +02:00
Sylvain
05a297ab3f
upload code quality artifact
2022-07-13 17:19:01 +02:00
Sylvain
8fb21dd468
fix gitlab-ci syntax
2022-07-13 16:55:50 +02:00
Sylvain
b8f097cf7c
use codeclimate to run rubocop
2022-07-13 16:54:41 +02:00
Sylvain
cd93af1b5f
use sleede's rubocop image
2022-07-13 11:18:50 +02:00
Sylvain
c05e42c2b1
run linter only on dev
2022-07-13 11:04:24 +02:00
Sylvain
42472402c9
add rubocop linting to gitlab-ci
2022-07-13 11:00:38 +02:00
Sylvain
4dfc01c1a3
updated rubocop
2022-07-13 10:47:16 +02:00
Sylvain
784aa93e30
(bug) Unable to import accounts from SSO
...
When the transformation modal was opened but leaved empty, the field
mapping.transformation.type is defined but not
mapping.transformation.mapping, which result in the following error:
NoMethodError (undefined method `each' for nil:NilClass):
lib/omni_auth/data_mapping/base.rb:16:in `map_transformation'
2022-07-11 12:34:11 +02:00
vincent
272e105f5a
Fix page title's layout
2022-07-11 11:33:31 +02:00
Sylvain
95f192893b
Version 5.4.12
2022-07-06 16:00:04 +02:00
Sylvain
bec2e8a514
(bug) Gender, Address and Birthday are not mapped properly from SSO ( #365 )
2022-07-06 15:56:57 +02:00
Sylvain
4fe7226959
(bug) unable to import a new account from an SSO provider
2022-07-06 15:37:47 +02:00
Sylvain
c3a12f619e
(security) Merge pull request #372 from sleede/dependabot/bundler/rails-html-sanitizer-1.4.3
...
Bump rails-html-sanitizer from 1.4.2 to 1.4.3
2022-07-06 14:47:17 +02:00
Sylvain
23702a6048
Version 5.4.11
2022-07-06 14:37:34 +02:00
Sylvain
9c72da8e6f
(bug) social networks icons not shown in firefox
2022-07-06 14:19:36 +02:00
dependabot[bot]
52e7a473f9
Bump rails-html-sanitizer from 1.4.2 to 1.4.3
...
Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer ) from 1.4.2 to 1.4.3.
- [Release notes](https://github.com/rails/rails-html-sanitizer/releases )
- [Changelog](https://github.com/rails/rails-html-sanitizer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rails/rails-html-sanitizer/compare/v1.4.2...v1.4.3 )
---
updated-dependencies:
- dependency-name: rails-html-sanitizer
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-06 12:05:11 +00:00
Sylvain
3d566782f2
(bug) OIDC scopes are not saved
2022-07-06 13:16:09 +02:00
Sylvain
cc1cf38d69
(bug) OIDC scopes are not shown in the configuration form select
2022-07-06 12:59:45 +02:00
Sylvain
9250ed720f
(bug) Gender, Address and Birthday are not mapped properly from SSO ( #365 )
2022-07-05 17:43:16 +02:00
Sylvain
3b071803ff
Merge branch 'dev' for release 5.4.10
2022-07-05 16:22:49 +02:00
Sylvain
6092e35def
Version 5.4.10
2022-07-05 16:22:43 +02:00
Sylvain
bccb31ec85
updated changelog
2022-07-05 16:19:02 +02:00
Sylvain
bfc6d76109
(bug) unable to access the new OIDC provider form
2022-07-05 16:18:17 +02:00
Sylvain
1660987d78
(bug) script mount-proof-of-identity-files creates a volume with an invalid path
2022-07-05 12:22:00 +02:00
Sylvain
eb1c54d8f3
updated diagrams
2022-07-04 10:48:42 +02:00
vincent
f81cbc72fa
Increase About page title's size
2022-07-01 09:30:45 +02:00
Du Peng
ed5157d951
Merge branch 'dev' for release 5.4.9
2022-06-29 20:00:41 +02:00
Du Peng
093ee93d81
Version 5.4.9
2022-06-29 20:00:41 +02:00
Du Peng
a0d158974b
fix bug: validator of reservation can't find if slot has reserved by reservable type
2022-06-29 19:58:53 +02:00
Du Peng
80069dff80
Merge branch 'dev' for release 5.4.8
2022-06-29 17:36:05 +02:00
Du Peng
099359e42d
Version 5.4.8
2022-06-29 17:36:05 +02:00
Du Peng
56988d0a5b
Merge branch 'master' of github.com:sleede/fab-manager into dev
2022-06-29 17:25:04 +02:00
Sylvain
53c3078e89
updated changelog
2022-06-29 16:51:05 +02:00
Sylvain
978acb5613
Merge pull request #371 from sleede/l10n_dev
...
New Crowdin updates
2022-06-29 16:49:23 +02:00
Sylvain
9df917f325
New translations app.admin.en.yml (French)
2022-06-29 16:48:34 +02:00
Sylvain
880a3b9a0d
New translations app.admin.en.yml (Spanish)
2022-06-29 16:45:47 +02:00
Sylvain
6e82f66918
New translations app.admin.en.yml (French)
2022-06-29 16:45:44 +02:00
Sylvain
737a12d2f3
New translations app.admin.en.yml (German)
2022-06-29 16:45:37 +02:00
Sylvain
10bc14e295
New translations app.admin.en.yml (Norwegian)
2022-06-29 16:45:24 +02:00
Sylvain
d31e2a4d7e
New translations app.admin.en.yml (Zulu)
2022-06-29 16:45:21 +02:00