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

139 commits

Author SHA1 Message Date
Jérémy Lecour 8d27c8845b fix typo 2019-08-17 01:05:52 +02:00
Jérémy Lecour 85c0b34bdd Fix Rubocop offenses 2019-02-28 23:43:21 +01:00
Jérémy Lecour b200507826 Add IO registry for .io TLD 2019-02-28 23:28:29 +01:00
Jérémy Lecour 3fd1deceb7 Fix Sonic parsing 2019-02-28 23:28:08 +01:00
Jérémy Lecour e5979c4b2b Add Sonic registry for .so TLD 2019-02-28 22:33:48 +01:00
Jérémy Lecour 734a957edc Add comments for AFNIC 2019-02-28 22:33:33 +01:00
Jérémy Lecour f9c146acab Add Neustar registry for .us 2019-02-28 21:54:57 +01:00
Jérémy Lecour f34f8e82f9 Add .pro to Afilias supported TLD 2019-02-28 21:54:27 +01:00
Jérémy Lecour 7e356e369e Add support for .ca TLD 2019-02-28 00:15:03 +01:00
Jérémy Lecour 3990771767 Add 50 new TLDs (.info, .au, .asia…)
PIR is technically managed by Afilias (like many other registries).
Renaming/replacing PIR with Afilias brings support to dozens of other 
TLDs.
2019-02-27 23:37:58 +01:00
Jérémy Lecour 78effdfc81
Merge pull request #100 from Evolix/translation-sign-log
sign-in/out vs. log-in/out and localization on the home page
2018-09-03 23:00:24 +02:00
Jérémy Lecour 36bc50d83a localize home page action buttons 2018-09-03 22:50:17 +02:00
Jérémy Lecour ee19554391 We prefer "sign in/out" instead of "log in/out" 2018-09-03 22:47:30 +02:00
Jérémy Lecour ab941b4747
Merge pull request #97 from Evolix/github-link
GitHub link
2018-09-03 22:06:23 +02:00
Jérémy Lecour 2386ec274d Add missing translations 2018-09-02 20:49:06 +02:00
Jérémy Lecour bfa934220e Put the GitHub link at the end of the list 2018-09-02 20:44:46 +02:00
Jérémy Lecour 7251a0c152 The link to GitHub doesn't need to have translations 2018-09-02 20:44:25 +02:00
Colin Darie 7d5c7de7fe
Fixed the check form in error with specitic cironstances 2018-08-31 14:40:34 +02:00
Colin Darie ccde868457
Reset consecutive failures after changing domain or mode 2018-08-31 14:34:50 +02:00
Colin Darie 95b437bf3d
Don't try to validate check when we increment consecutive failures 2018-08-31 14:26:10 +02:00
Colin Darie 3aa1cc376e
Merge pull request #91 from Evolix/notifications-templates
Notifications templates
2018-08-31 10:17:10 +02:00
Colin Darie f6e8e82067
Merge pull request #88 from Evolix/output-errors-summary
Output error summary for rake task
2018-08-31 10:09:02 +02:00
Colin Darie c2cd9f5786
Removed obsolete CheckNotifications controller 2018-08-31 10:06:23 +02:00
Colin Darie cb57fee73c
Notification: optional label, enforce interval requirement 2018-08-31 10:06:22 +02:00
Colin Darie 80e3ef20a8
Notification creation from the check form 2018-08-31 10:06:21 +02:00
Colin Darie 205a32515c
Layout: added missing viewport meta 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 9c35dbc7a6
Notifications template CRUD 2018-08-31 10:06:16 +02:00
Colin Darie 0052b54967
Update models & tests with new notification template 2018-08-31 09:52:52 +02:00
Colin Darie 565e06cc19
[MIG] Adds a CheckNotification model, Notification becomes a template 2018-08-31 09:52:51 +02:00
Colin Darie 1ee02ae674
Merge branch 'master' into unsupported-whois 2018-08-30 18:58:24 +02:00
Jérémy Lecour 1235845e54 Add a logger to CheckProcessor to log errors for each batch of checks 2018-08-30 18:29:47 +02:00
Juliette Cougnoux a3d42d11d2 delete trailing spaces 2018-08-30 17:56:15 +02:00
Juliette Cougnoux 01974592d2 Add a background-color to highlight missing translations 2018-08-30 17:56:15 +02:00
Juliette Cougnoux b5d3c957c1 Adding round robin checkbox in ssl checks form and in checks table. 2018-08-30 16:48:23 +02:00
Colin Darie 5d1fa13fba
Do not automatically mark as inactive checks for domain not found
This renders explicit the failures after X fails, and notify the user.
2018-08-29 18:27:31 +02:00
Colin Darie 7a7ef4407b
CheckProcessor: restrict scope to "auto" checks 2018-08-29 18:27:31 +02:00
Colin Darie 3cbf0e2656
Enforce input of type date, enhancing UX for browser compatible.
Note: the submitted date format is iso8601 YYYY-MM-DD (as we expect), 
even if the displayed date by the browser depends of the user's browser 
locale. Theses browsers then safely ignore input placeholder.

This is why we can't display the expected date format elsewhere in the 
interface: these users will see another format as the one we expect, and 
we don't want to mislead them.
The date format is only displayed as a placeholder, for browser 
non-compatible with input of type date.
2018-08-29 18:14:16 +02:00
Colin Darie c540b0d612
More explicit placeholder color
Temporary workaround for #81
2018-08-29 18:14:15 +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
Colin Darie ef1229d900
Check: set mode manual/auto before saving 2018-08-29 18:14:14 +02:00
Colin Darie abaa800c97
Check#supported? for a domain (whois) 2018-08-29 18:14:14 +02:00
Colin Darie 18cccf9790
[MIG] Added checks#mode as an enum (auto, manual) 2018-08-29 18:14:13 +02:00
Colin Darie 093c5f8e44
check_http: added --sni to defaults options
Closes #82
Probably fixes #74 too ?
2018-08-29 16:51:21 +02:00
Colin Darie 70530727ca
SystemCommand: Added an explicit 255 status code when system didn't got the exit status (because of segfault, …)
Avoid silent errors.
2018-08-29 16:48:03 +02:00
Jérémy Lecour 815471da76 CheckProcessor configuration is always passed
It's better to redure coupling between these classes and Rails.
It gives liberty to provide configuration and other parameters
depending on the context.
2018-08-29 12:14:34 +02:00
Jérémy Lecour 58d8bdd98b Use Rack::Locale to detect locale from HTTP headers 2018-08-14 14:13:59 +02:00
Gregory Colpart 4a9d621627 wording for beta banner 2018-08-11 21:47:17 +02:00
Juliette Cougnoux a473fc86a0 Add a top bar on each page to show the beta status. 2018-08-08 10:50:24 +02:00
Juliette Cougnoux 9ec600b754 Reorganization of css code for checks list 2018-08-06 15:07:15 +02:00