21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-28 15:00:50 +02:00
Commit graph

97 commits

Author SHA1 Message Date
Colin Darie 9a3c8514b2
Home title i18n + intro 2018-07-05 16:12:26 +02:00
Colin Darie 4351f2ca5f
SSL: default command with -C 0 argument. 2018-07-05 16:04:17 +02:00
Colin Darie d7c0647f40
Dashboard: minor english improvements 2018-07-05 12:26:31 +02:00
Colin Darie e5db8f1b96
More dashboard UI improvements 2018-07-05 10:27:50 +02:00
Colin Darie 3bfca3b81f
Display an icon for check in error 2018-07-05 10:27:49 +02:00
Colin Darie 9279d8eed4
Checks listing design & responsivity 2018-07-05 10:27:48 +02:00
Colin Darie 3ef8e6322a
[GEM] +kaminari for pagination. 2018-07-03 19:45:24 +02:00
Colin Darie c619d39bde
Adapt new check form to predefined kind, more i18n 2018-07-03 17:38:06 +02:00
Colin Darie a384585256
Rails inflection: SSL 2018-07-03 17:37:32 +02:00
Colin Darie f18b2fbeba
Notification for SSL checks. 2018-07-02 18:40:09 +02:00
Colin Darie 8a9a7f6f22
SSL Checks with check_http 2018-07-02 17:21:08 +02:00
Colin Darie db4e7d42b2
Checks processor refactoring for more flexibility 2018-07-02 14:25:35 +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
Jérémy Lecour 9acab0298a Fix typo in french localization 2018-06-13 22:16:46 +02:00
Jérémy Lecour 9b155e018c Real label for locale selection 2018-06-13 22:16:46 +02:00
Jérémy Lecour 9d62aceba4 Extract a few localizations 2018-06-13 22:16:46 +02:00
Jérémy Lecour 5324957174 Fix whitespaces in english 2018-06-13 22:16:46 +02:00
Jérémy Lecour c0ba44eea5 Add basic localization files for french 2018-06-13 22:16:46 +02:00
Jérémy Lecour 4b7ba3d1a0 Add support for locales en/fr 2018-06-13 22:16:46 +02:00
Jérémy Lecour 15bfba580a Add delivery_method config for staging environment 2018-06-12 22:37:09 +02:00
Jérémy Lecour ccdb28cb80 Clarify command to run to generate secrets 2018-06-09 13:34:08 +02:00
Colin Darie 8ff94076c0
Dynamic mailer configuration 2018-06-05 20:25:51 +02:00
Colin Darie 6001b869bc
Fix deployement with webpacker 2018-06-05 15:57:14 +02:00
Colin Darie 6561a6d8ed
Schedule checks & notifications processors tasks 2018-06-05 15:45:05 +02:00
Colin Darie 142f0a6f1c
Check processor with task to update/sync dates 2018-06-05 15:24:44 +02:00
Colin Darie b952f600f1
Add & removal of notification from a check 2018-06-04 20:39:53 +02:00
Colin Darie 9886e978fe
Notifier channel email
NB: domain recurrent failures notification conditions needs to be
implemented.
2018-06-04 14:18:12 +02:00
Colin Darie 26340a9304
Notifier service architecture 2018-06-04 14:18:12 +02:00
Colin Darie cc4d2a11a7
Restore ActiveJob default async queue adapter in dev env 2018-06-02 15:16:05 +02:00
Colin Darie 53ca6f1f7f
Ask Job at whois creation (inline in dev) 2018-05-30 18:16:43 +02:00
Colin Darie 849c27a5aa
CRUD checks (no distinction domain/ssl yet) 2018-05-30 16:58:30 +02:00
Colin Darie 8af0a7739c
Webpack: src in app/frontend, selective JS bootstrap 2018-05-30 16:58:30 +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 b9b8024233
[GEM] +simple_form (with bootstrap) 2018-05-24 15:25:49 +02:00
Colin Darie e4b851fab1
[GEM] + letter_opener_web 2018-05-24 15:25:45 +02:00
Colin Darie b8a4628ad9
Setup Devise 2018-05-24 14:26:47 +02:00
Colin Darie 96e5b91835
Setup models & routes annotations 2018-05-24 14:26:14 +02:00
Colin Darie 8c6a8354a3
Installation instructions 2018-05-24 14:26:14 +02:00
Colin Darie 2f4bee55e1
Don't use shared credentials, back to old secrets ignored files
Helps for open-source and multiple instances projects.
2018-05-24 14:26:14 +02:00
Colin Darie 2ba184b442
Configure Capistrano 2018-05-24 13:46:50 +02:00
Colin Darie d9dfb0ee0f
Supports configuration variables per instance in config/chexpire.yml 2018-05-23 16:52:57 +02:00
Colin Darie e210101127
.gitignore: added config/database.yml, replaced by database.example.yml 2018-05-23 16:52:57 +02:00
Colin Darie 0198e39048
Basic homepage 2018-05-23 16:52:57 +02:00
Colin Darie d5eba63bfd
Configure TimeZone, no assets generator, force SSL 2018-05-23 15:13:54 +02:00
Colin Darie 72b718f1f4
Config JS with Webpacker 2018-05-23 11:55:13 +02:00
Colin Darie 7266d2a21c
Setup rails 2018-05-23 10:32:04 +02:00