Du Peng
|
ce176f8dd3
|
(feat) auto fresh calendar
|
2024-06-03 10:37:24 +02:00 |
|
Sylvain
|
18447f8371
|
(test) OIDC testing
|
2023-03-02 17:13:46 +01:00 |
|
Sylvain
|
892ffbe138
|
(quality) rename proof-of-identity to supporting-document
|
2023-02-15 10:30:13 +01:00 |
|
Sylvain
|
1644bc43db
|
(bug) invalid date display in negative timezones
|
2023-02-03 17:25:24 +01:00 |
|
Sylvain
|
11c8b25357
|
(feat) hide the store to members/visitors
|
2022-10-12 16:48:39 +02:00 |
|
Sylvain
|
d6fbd90c7c
|
(feat) ability to disable the store
|
2022-09-27 11:14:27 +02:00 |
|
Du Peng
|
01191f467c
|
add ProofOfIdentityFile max size in frontend
|
2022-05-11 18:14:52 +02:00 |
|
Sylvain
|
ac1d518ddc
|
(ui) option to disable the machines module
|
2022-05-11 11:54:00 +02:00 |
|
Sylvain
|
c9e1749bb7
|
(adminsys) do not require to recompile the assets when switching the authentication provider
|
2022-05-04 12:28:44 +02:00 |
|
Sylvain
|
f9e5e7f2a8
|
(ui) display authorization callback url directly in interface
|
2022-05-04 12:28:29 +02:00 |
|
Sylvain
|
ac32b261b3
|
fix building app in dev with hmr
|
2022-03-15 11:13:03 +01:00 |
|
Sylvain
|
39f1b3cf7c
|
updated API usages + [ongoing] updating integrations
|
2022-03-09 17:37:59 +01:00 |
|
Sylvain
|
11579fede4
|
ability to disable the public agenda
|
2021-06-15 11:57:43 +02:00 |
|
Sylvain
|
68f64cfc5c
|
update the card for payment schedules
|
2021-06-04 18:26:20 +02:00 |
|
Sylvain
|
07ea6e8c69
|
renamed SUPERADMIN_EMAIL to ADMINSYS_EMAIL
The previous was too much subject to confusions
|
2021-04-14 15:04:41 +02:00 |
|
Sylvain
|
4245747072
|
include payzen frontend libs if enabled
|
2021-04-07 17:17:17 +02:00 |
|
Sylvain
|
141f4f31b1
|
Merge branch 'dev' into payzen
|
2021-03-10 15:23:56 +01:00 |
|
Sylvain
|
9d747db095
|
Ability to disable the trainings module
|
2021-03-10 13:25:53 +01:00 |
|
Sylvain
|
3ea06826ad
|
WIP: select gateway
|
2021-03-03 15:28:56 +01:00 |
|
Sylvain
|
1e5f7ea1fd
|
WIP: refactor stripe payment modal to react + do not user angular in react component (use Intl instead)
|
2020-11-24 13:26:15 +01:00 |
|
Sylvain
|
b88c1009db
|
WIP: create react component to collect card data
|
2020-11-23 17:36:33 +01:00 |
|
Sylvain
|
c30e096e53
|
fix loading ui-tour with webpack
|
2020-10-07 10:25:27 +02:00 |
|
Sylvain
|
4f5f54a66a
|
moved locales files into the main application pack
|
2020-10-05 17:42:49 +02:00 |
|
Sylvain
|
ad2ca33c6f
|
export Application (shimming)
|
2020-09-16 15:38:07 +02:00 |
|
Sylvain
|
0cf1b535cd
|
updated summernote
|
2020-09-15 17:01:47 +02:00 |
|
Sylvain
|
39682e24e4
|
fix locales with webpack
|
2020-09-15 15:00:05 +02:00 |
|
Sylvain
|
b760c10414
|
fix sass for webpack
|
2020-09-15 12:57:54 +02:00 |
|
Sylvain
|
6e5713438f
|
remove useless references to asset_pack_path or equivalents
|
2020-09-09 15:28:35 +02:00 |
|
Sylvain
|
cd1abb15e8
|
enable splitchunk
|
2020-09-09 08:51:53 +02:00 |
|
Sylvain
|
e37e368e90
|
updated links to html assets to use webpacker
|
2020-09-09 08:45:48 +02:00 |
|
Sylvain
|
cce70d33a9
|
fix GA host configuration + updated doc about default_host
|
2020-06-29 16:53:13 +02:00 |
|
Sylvain
|
40dd39304e
|
enable/disable statistics module fomr the UI
|
2020-06-17 12:20:51 +02:00 |
|
Sylvain
|
42872ab107
|
configure wallet from UI
|
2020-06-15 12:44:43 +02:00 |
|
Sylvain
|
f46c78a476
|
read email_confirmation_required from the UI
|
2020-06-15 11:57:13 +02:00 |
|
Sylvain
|
06b5da9df8
|
configure online payment from the UI
|
2020-06-08 17:42:59 +02:00 |
|
Sylvain
|
b44a8da73b
|
set openlab_default from the UI
|
2020-06-08 16:15:44 +02:00 |
|
Sylvain
|
88f2fb3749
|
secure the settings API (read) + read the openlab settings from the db
|
2020-06-08 15:08:07 +02:00 |
|
Sylvain
|
45013be950
|
configure default_host & default_protocol from env
reverts 478a6c40 (partially) & b2434864
|
2020-06-02 18:29:24 +02:00 |
|
Sylvain
|
9a0f36c245
|
configure disqus_shortname from the UI
|
2020-06-01 18:31:43 +02:00 |
|
Sylvain
|
478a6c409d
|
define default_protocol & default_host from the UI + fix email_from + various minor fixes
|
2020-06-01 17:32:32 +02:00 |
|
Sylvain
|
434c211ccf
|
configure the features tour display mode from the UI
|
2020-05-27 18:49:53 +02:00 |
|
Sylvain
|
0d211e2e31
|
configure google recaptcha from UI
|
2020-05-27 16:35:30 +02:00 |
|
Sylvain
|
2d628d8826
|
disable the invoicing module from the UI config panel
|
2020-05-26 18:07:07 +02:00 |
|
Sylvain
|
537743a740
|
configure the plans module from the admin UI
|
2020-05-26 15:39:28 +02:00 |
|
Sylvain
|
6cc6bba7ce
|
refactored app to gather spaces module status from the settings
|
2020-05-26 13:59:40 +02:00 |
|
Sylvain
|
acefc325f6
|
configure events_in_calendar form the UI panel
|
2020-05-25 17:36:53 +02:00 |
|
Sylvain
|
3135abcee6
|
retrieve phone_required directly from the api
|
2020-05-25 16:02:40 +02:00 |
|
Sylvain
|
ed287884de
|
retrieve book_overlapping_slots directly from the api
|
2020-05-25 15:28:06 +02:00 |
|
Sylvain
|
54d9b348e0
|
retrieve slot_duration directly from the api, in the front-end
|
2020-05-25 15:16:40 +02:00 |
|
Sylvain
|
ba4c39ca99
|
use slot duration from the db setting
|
2020-05-25 12:55:01 +02:00 |
|