Sylvain
|
df8ff77597
|
fix migrations for rails 5 + use maildev instead of mailcatcher + fix tests script
|
2020-03-25 12:35:08 +01:00 |
|
Du Peng
|
9ca9425ef4
|
update to rails 5.0.7.2
|
2020-03-25 12:35:07 +01:00 |
|
Sylvain
|
0b341af1ed
|
[bug] unable to create new availabilities if SLOT_DURATION is not defined
|
2020-03-11 11:31:06 +01:00 |
|
Sylvain
|
978c44f55f
|
fix an issue: shift in subscription end date when over DST
|
2020-03-04 11:43:12 +01:00 |
|
Sylvain
|
a44bf85014
|
Merge branch 'slot_is_only_subscriptions' into dev
|
2020-03-02 16:27:26 +01:00 |
|
Sylvain
|
d833f6d812
|
harmonize Fab-manager trademark syntax
|
2020-02-26 10:19:43 +01:00 |
|
Du Peng
|
096a658bac
|
add a validator to check reservation's slot is or not restrict for subscriptions
|
2020-02-11 13:22:20 +01:00 |
|
Du Peng
|
74cc69d1bd
|
Ability to configure reservation slot restrict for plans
|
2020-02-07 17:37:00 +01:00 |
|
Sylvain
|
656a603d6c
|
customize home page css
|
2020-01-27 17:10:29 +01:00 |
|
Sylvain
|
37c90b1d54
|
ruby syntax
|
2020-01-22 14:34:45 +01:00 |
|
Sylvain
|
b85c7ac00b
|
admin set its customized html template for the home page & can reset it to factory value
|
2020-01-22 11:53:40 +01:00 |
|
Sylvain
|
15ab3c1305
|
Ability to customize the title of the link to the about page
|
2020-01-21 16:16:12 +01:00 |
|
Du Peng
|
fe387cbe3c
|
Merge branch 'twitter' into dev
|
2020-01-15 12:40:01 +01:00 |
|
Du Peng
|
db29673a4c
|
remove twitter api for get latest tweet
|
2020-01-15 12:34:51 +01:00 |
|
Sylvain
|
059096c2dd
|
privacy option for fab-analytics
|
2020-01-15 10:46:04 +01:00 |
|
Sylvain
|
bb48a13f83
|
health endpoint & automated version check
|
2020-01-14 14:33:00 +01:00 |
|
Sylvain
|
64764e5498
|
check version on hub & [ongoing] health endpoint
|
2020-01-13 17:05:53 +01:00 |
|
Sylvain
|
1c4f144b8d
|
Merge branch 'members-filters' into dev
|
2020-01-07 10:44:55 +01:00 |
|
Sylvain
|
f778ee9016
|
fix syntax + add missing translations
|
2020-01-07 10:44:29 +01:00 |
|
Sylvain
|
b6ee4e92a4
|
change falsy value + updated changelog
|
2020-01-07 10:34:12 +01:00 |
|
Nicolas Florentin
|
62c979cfc0
|
members filters, translations for other languages are still needed
|
2019-12-20 15:47:42 +01:00 |
|
Nicolas Florentin
|
0a3a6d034a
|
env variable USER_CONFIRMATION_NEEDED_TO_SIGN_IN can force user to confirm his account to sign in
|
2019-12-18 16:02:47 +01:00 |
|
Sylvain
|
6aa3c0caeb
|
Notify all admins on the creation of a refund invoice
|
2019-12-09 11:55:31 +01:00 |
|
Sylvain
|
60755a2c2a
|
Merge remote-tracking branch 'origin/fix-time-now' into dev
|
2019-12-03 15:51:22 +01:00 |
|
Sylvain
|
11e74c6859
|
Merge branch 'ics' into dev
|
2019-12-03 15:30:28 +01:00 |
|
Sylvain
|
64fe68b2b0
|
icalendar source sync: create/update/delete ical events
|
2019-12-03 12:16:07 +01:00 |
|
Sylvain
|
122ff54cd8
|
fix colors in ics imports
|
2019-12-03 10:17:29 +01:00 |
|
Sylvain
|
22be9f6a08
|
display external calendars list in public calendar + pull availabilities
|
2019-12-02 16:49:20 +01:00 |
|
Sylvain
|
cca6b14f58
|
import events asyncronously from icalendar
|
2019-12-02 15:53:24 +01:00 |
|
Nicolas Florentin
|
db41e846dd
|
uses DateTime#current instead of Time.now in tests
|
2019-12-02 15:29:05 +01:00 |
|
Nicolas Florentin
|
b17bcfde86
|
comment model slot.rb
|
2019-12-02 12:39:20 +01:00 |
|
Nicolas Florentin
|
6ff6c71060
|
rm dead code Slot#can_be_modified?
|
2019-12-02 12:32:52 +01:00 |
|
Nicolas Florentin
|
77cf8c8218
|
replaces almost all Time.now by DateTime.current
|
2019-12-02 11:57:25 +01:00 |
|
Sylvain
|
baf8cfb487
|
iCalendar server api & db model
|
2019-11-27 17:05:19 +01:00 |
|
Sylvain
|
48b811d2b5
|
Added freeCAD files as default allowed extensions
also: refactored some ruby code
|
2019-11-25 16:12:23 +01:00 |
|
Sylvain
|
1182822d8b
|
show correct seats nb in canceled reservation
|
2019-11-25 10:45:54 +01:00 |
|
Sylvain
|
bbd613f2a5
|
compute right nb of free seats for event reservation
also: copy nb_total_places to n+1 instances when creating recurrent
availabilities
|
2019-11-25 10:30:12 +01:00 |
|
Sylvain
|
cabe2e5604
|
update free places after cancel event reservation
|
2019-11-20 17:06:42 +01:00 |
|
Sylvain
|
b725a5a071
|
Merge branch 'cancel' into dev
|
2019-11-20 10:27:56 +01:00 |
|
Sylvain
|
ad928bd4e6
|
ability to set phone number optional or required
also: show stars on required fields in new admin form
|
2019-11-19 11:44:32 +01:00 |
|
Sylvain
|
a60a39ff9e
|
[ongoing] create multiple availabilities according to UI
|
2019-11-13 12:13:22 +01:00 |
|
Sylvain
|
e8930924e4
|
[bug] do not display each days in invoices for multiple days event reservation
|
2019-10-16 16:11:37 +02:00 |
|
Sylvain
|
19a125bd67
|
[bug] accounting export: on subscription + reservation invoice, the subscription item is exported twice
|
2019-10-07 12:08:08 +02:00 |
|
Sylvain
|
193e81e711
|
Merge branch 'uvsq' into dev
|
2019-09-30 15:34:21 +02:00 |
|
Sylvain
|
0d3cc0fe40
|
[feature] Ability to disable invoices generation and interfaces
|
2019-09-30 15:29:20 +02:00 |
|
Sylvain
|
ff5de97c92
|
import new users from CSV and view results in app
TODO:
- update users though CSV
|
2019-09-26 17:05:57 +02:00 |
|
Sylvain
|
4deaf1f75a
|
[ongoing] import members from csv
|
2019-09-25 16:37:42 +02:00 |
|
Sylvain
|
a532efd198
|
upload csv file to the server through the API and save it on the disk
|
2019-09-24 17:42:50 +02:00 |
|
Sylvain
|
ede53ad761
|
[feature] Ability to set project's CAO attachement maximum upload size
|
2019-09-24 16:40:38 +02:00 |
|
Sylvain
|
8eda1e673f
|
Merge remote-tracking branch 'origin/hotfixes' into dev
|
2019-09-24 14:43:14 +02:00 |
|