Commit graph

103 commits

Author SHA1 Message Date
Artur Beljajev
fa52001be6 Upgrade to Rails 5.0
Closes #377
2019-11-15 15:26:33 +02:00
Artur Beljajev
5847f8d57a Do not show errors in UI
This feature was unused.
2019-11-08 18:39:19 +02:00
Artur Beljajev
bb51759715 Remove unnecessary HTML 2019-11-08 18:39:18 +02:00
Artur Beljajev
fc71bf93e7 Remove unimplemented Keyrelay feature
Closes #715
2019-10-31 17:15:21 +02:00
Artur Beljajev
1374de89fe Use default translations 2019-10-16 10:36:22 +03:00
Artur Beljajev
59a6f9d21e Improve readability 2019-10-16 10:36:22 +03:00
Artur Beljajev
7fbf21daf8 Convert HAML to ERB 2019-10-16 10:36:22 +03:00
Artur Beljajev
199085f8ac Use resourceful routes
https://github.com/rails/rails/pull/23980
2019-10-16 10:36:09 +03:00
Artur Beljajev
efb63399b2 Refactor registrars
- Reorganize views
- Improve database structure
- Use default translations
- Combine tests
2019-05-10 16:40:50 +03:00
Timo Võhmar
020abc12c1
Merge pull request #1183 from internetee/remove-html5-validators-gem
Remove `html5_validators` gem
2019-05-07 19:38:32 +03:00
Artur Beljajev
450d208e43 Remove html5_validators gem
Closes #367
2019-05-02 21:34:26 +03:00
Artur Beljajev
cea834d5b7 Change domains.delete_at database column type to date, rename to
`delete_date`

Closes #1125
2019-05-02 16:32:44 +03:00
Artur Beljajev
1dfc618228 Refactor confirmation url view in registrant area 2019-04-06 19:17:53 +03:00
Artur Beljajev
0f4a67d696 Remove delegations 2019-04-03 17:17:27 +03:00
Artur Beljajev
5107d2d3a9 Refactor force delete procedure
- Change `domains.force_delete_at` database column type to date,
rename to `force_delete_date`
- Save `force_delete_date` in application timezone
- Improve tests

Fixes #812, #253
2019-03-28 18:19:51 +02:00
Artur Beljajev
a08f063640 Refactor ID card sign-in
- Extract to Devise custom strategy
- Use `SSL_CLIENT_S_DN_CN` env variable instead of `SSL_CLIENT_S_DN` to
get ID card data
- Remove `database_authenticatable` strategy from `RegistrantUser`

Closes #1047
2019-03-19 19:37:36 +02:00
Artur Beljajev
83f8a9fb6a Extract company register
Closes #1079, #916, #1077
2019-03-15 17:33:07 +02:00
Artur Beljajev
b6ecae6a35 Add Registrant API contact update action
Closes #849
2018-10-09 00:09:22 +03:00
Artur Beljajev
cabf92253d Use default translation 2018-09-18 13:31:28 +03:00
Artur Beljajev
d9526c6f3a Restore old UI 2018-09-18 13:30:29 +03:00
Artur Beljajev
d27443277f Merge branch 'master' into improve-registrant-area 2018-08-27 12:23:09 +03:00
Artur Beljajev
8f0f23606c Remove unused and buggy code 2018-08-17 22:23:54 +03:00
Artur Beljajev
ca5edb16fa Refactor contact list 2018-08-15 12:56:56 +03:00
Artur Beljajev
638167e3cb Improve registrant area 2018-08-11 18:10:08 +03:00
Artur Beljajev
dbace4cbc5 Merge branch 'master' into refactor-devise-integration 2018-08-09 14:51:22 +03:00
Artur Beljajev
1ff200576e Extract translations 2018-08-09 14:43:10 +03:00
Artur Beljajev
39cc31ff7b Remove unused view 2018-08-01 22:13:55 +03:00
Artur Beljajev
abe3df24e2 Extract translations 2018-07-19 21:57:27 +03:00
Artur Beljajev
b9d431427a Convert HAML to ERB 2018-07-19 21:52:02 +03:00
Artur Beljajev
e5cdb2e8db Merge branch 'master' into refactor-devise-integration
# Conflicts:
#	app/controllers/registrant/contacts_controller.rb
#	config/routes.rb
2018-07-10 18:09:03 +03:00
Artur Beljajev
9684c8e59f Refactor Devise integration
- Use scoped users
- Use the named route helpers instead of hardcoded paths
2018-06-20 12:21:22 +03:00
Artur Beljajev
80de7dd4ed Improve UI 2018-06-18 13:50:39 +03:00
Artur Beljajev
457c142f61 Extract partial 2018-06-18 13:45:03 +03:00
Artur Beljajev
4e2d32a6ce Unify contact.auth_info look and feel 2018-06-18 13:30:57 +03:00
Artur Beljajev
8023742964 Use the named route helpers 2018-06-18 12:26:41 +03:00
Artur Beljajev
d403fdb5af Remove useless data from UI 2018-06-18 12:05:01 +03:00
Artur Beljajev
36b95973c8 Use standard datetime format 2018-06-18 12:03:59 +03:00
Artur Beljajev
7792a78f22 Improve readability 2018-06-18 01:25:18 +03:00
Artur Beljajev
ca09833bb7 Remove dead code
`Contact#statuses` is never validated
2018-06-18 01:20:55 +03:00
Artur Beljajev
452caffc7d Improve UI 2018-06-18 00:49:35 +03:00
Artur Beljajev
82cef0401a Remove unneeded condition
Contact's registrar is always present
2018-06-18 00:08:59 +03:00
Artur Beljajev
a785e6cd99 Remove unused HTML 2018-06-17 19:32:43 +03:00
Artur Beljajev
0107c64809 Reformat 2018-06-17 19:30:24 +03:00
Artur Beljajev
42b01512af Improve translations 2018-06-17 19:28:01 +03:00
Artur Beljajev
08bcdfc5d4 Improve naming 2018-06-17 19:01:29 +03:00
Artur Beljajev
05e5138a35 Use standard header 2018-06-17 18:57:48 +03:00
Artur Beljajev
eeeb806564 Convert HAML to ERB 2018-06-17 18:55:37 +03:00
Artur Beljajev
ff5b2c1c48 Fix translations 2018-06-08 03:11:53 +03:00
Maciej Szlosarczyk
255706fb45
Remove unecessary handling of newlines in contact views 2018-04-26 12:30:17 +03:00
Maciej Szlosarczyk
2c494d9373
Fix brakeman issue by extracting gsub into a function 2018-04-26 08:57:28 +03:00