21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-03 01:10:50 +02:00
Commit graph

21 commits

Author SHA1 Message Date
Jérémy Lecour d7e1911d2c remove empty parenthesis to please Rubocop 2019-08-20 13:37:07 +02:00
Jérémy Lecour ab8d987dda More precise target for button scope 2019-08-20 08:09:21 +02:00
Jérémy Lecour eaf58c0b0e clarify namespaces and require 2019-03-03 22:47:05 +01:00
Jérémy Lecour 73be45d5ef Remove a lot of useless "require" thanks to Zeitwerk 2019-03-03 10:42:19 +01:00
Jérémy Lecour 3b6ceae25c Update gems
capybara 3.1.1 needs date input fields to be filled with native dates.
2019-03-02 18:25:03 +01:00
Jérémy Lecour c100839691 simplify checks test 2019-03-02 17:46:41 +01:00
Colin Darie 80e3ef20a8
Notification creation from the check form 2018-08-31 10:06:21 +02:00
Colin Darie bd7784bf8d
Redirect home for signed up users to their checks 2018-08-31 10:06:21 +02:00
Colin Darie 09be8a38c2
Manual expiray date support for unsupported domain
Validation is made when leaving the input field with an ajax call on the
/checks/support.json path. JSON response include the normalized domain
name (more TODO) and the supported status.
UI is updated with Javascript accordingly to this response.

Closes #62
2018-08-29 18:14:15 +02:00
Gregory Colpart aa38ceac12 Add copyright and license lines in all files needed 2018-08-02 00:29:53 +02:00
Colin Darie cbb0b98898
System tests for dashboard 2018-07-05 12:26:57 +02:00
Colin Darie c619d39bde
Adapt new check form to predefined kind, more i18n 2018-07-03 17:38:06 +02:00
Colin Darie 23253283dc
Fixed system test with confirmation email 2018-07-02 09:58:11 +02:00
Jérémy Lecour 830b978626
Rename Notifications.delay to .interval
From French to English "interval" is a better translation than "delay".
It's supposed to mean a number of days between two dates.
2018-07-02 09:52:49 +02:00
Colin Darie a0cec2aa96
Devise send email notifiation async 2018-06-05 20:25:51 +02:00
Colin Darie 9c8b663de1
Basic checks table 2018-06-05 17:36:21 +02:00
Colin Darie b952f600f1
Add & removal of notification from a check 2018-06-04 20:39:53 +02:00
Colin Darie 83df2a2ce3
Test: replace fixtures with factories 2018-06-02 15:16:05 +02:00
Colin Darie c0d5099a23
Users forms: TOS acceptance, notifications deactivation 2018-05-24 23:40:23 +02:00
Colin Darie 138b554772
User with devise, basic integration in navbar with simple form & tests 2018-05-24 15:48:20 +02:00
Colin Darie 7266d2a21c
Setup rails 2018-05-23 10:32:04 +02:00