gbrodman
9f551eb552
Refactor the way that the console BE parses POST bodies ( #2113 )
...
This includes two changes:
1. Creating a base string-type adapter for use parsing to/from JSON
classes that are represented as simple strings
2. Changing the object-provider methods so that the POST bodies should
contain precisely the expected object(s) and nothing else. This way,
it's easier for the frontend and backend to agree that, for instance,
one POST endpoint might accept exactly a Registrar object, or a list
of Contact objects.
2023-08-17 15:51:21 -04:00
Pavlo Tkach
9b17adcb28
Add Console Settings -> Security front-end ( #2079 )
2023-07-26 12:50:31 -04:00
Pavlo Tkach
86b62ebe76
Add registrar selection functionality ( #2054 )
2023-06-14 16:51:54 -04:00
Pavlo Tkach
bc57f319e5
Add console /registrars GET endpoint ( #2050 )
2023-06-09 16:57:26 -04:00
Pavlo Tkach
b319eff7cd
Add console UI main layout, settings page and contact settings ( #1989 )
...
* Header initialized
* Added settings page
* switch history mode to hash
* Add eslint
* Add prettier and reformat
* Contact details in a bottom sheet for mobile devices
* Add contact details events abstraction
* Fix formatting issue and update deps versions
2023-06-09 14:20:08 -04:00
Pavlo Tkach
8d180f535f
Angular v14 -> v15 update ( #1903 )
2023-01-11 14:46:48 -05:00
Pavlo Tkach
8f844cb437
Add new console backbone ( #1876 )
...
* Create console webapp, add material ui, initialize tlds and home pages
* Add servlet for serving console static files
* Add console tasks to nomulus tasks routine
* Fix for base console GCP base usr
* Add jetty dep and update_dependency.sh
* Update console servlet url
* verified fix for static url handler
* Another deps update
* Add Copyright
* Remove unused variable
* Update titles to Nomulus Console
2023-01-05 16:23:40 -05:00