- 18 Aug, 2021 8 commits
-
-
-
-
Collects data under single data object called MailerData to simplify calls to the mailer. Removes author email templates and instead uses base email template with an additional section.
-
-
-
-
Includes updates to email template, ddl, and bootstrap for creating dummy data.
-
-
- 13 Aug, 2021 2 commits
-
-
Zhou (Link) Fang authored
-
Christopher Guindon authored
* Updates to the /working_groups resource #167 Signed-off-by:
Christopher Guindon <chris.guindon@eclipse-foundation.org> * remove org doc id for science Signed-off-by:
Christopher Guindon <chris.guindon@eclipse-foundation.org> * Update the Working Group object structure in the API * Fix imports, update openapi spec to reflect new WG structure * Update documentation for Working Group service and related resources * updated front end to work with new wg data * Fix integrity of the list in the working group import object Co-authored-by:
Martin Lowe <martin.lowe@eclipse-foundation.org> Co-authored-by:
Zhou Fang <zhou.fang@eclipse-foundation.org>
-
- 11 Aug, 2021 2 commits
-
-
Zhou (Link) Fang authored
-
Zhou (Link) Fang authored
* solved the conflicts * fixed a warning
-
- 30 Jul, 2021 4 commits
-
-
Zhou (Link) Fang authored
* added checkbox asking for joining wg to make it an optional field * updated front end to work with new wg data * Added DELETE request when user uncheck joining wg * Added header in DELETE fetch to include CSRF * Added error handler for DELETE request * fixed react only mode issue * updated react only wg data * updated review page for not joining any wg * Added a modal window to confirm uncheck joining a wg
-
Zhou (Link) Fang authored
* Added basic router and navigation layout * finished navigation logic * made the left nav bar a component and improved the styles * Added a demo collapse section * finished the basic faq collapse list * finished the basic faq collapse list * finished style for FAQs part * removed unused imports * minor update to fix a React warning * Added fetch for user name and avatar * made some improvements based on feedback * Added basic components and styles * commented out home * fixed unused variables issue * Server responds 302 redirect when there is no token/q_session #193 Adds property that stops auto redirect when there is an issue with authentication and source is Javascript. * Changed some of the navs to sub navs * finished overview section * fixed the warning Co-authored-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
Zhou (Link) Fang authored
* Added basic router and navigation layout * finished navigation logic * made the left nav bar a component and improved the styles * Added a demo collapse section * finished the basic faq collapse list * finished the basic faq collapse list * finished style for FAQs part * removed unused imports * minor update to fix a React warning * Added fetch for user name and avatar * made some improvements based on feedback * Added basic components and styles * commented out home * fixed unused variables issue * Server responds 302 redirect when there is no token/q_session #193 Adds property that stops auto redirect when there is an issue with authentication and source is Javascript. * Changed some of the navs to sub navs * simplified the style of panels Co-authored-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-
Zhou (Link) Fang authored
* changed purchasing process to dropdown menu * changed membership level to dropdown menu * changed wg level to dropdown menu * Added a dropdown component * improved autocomplete field * fixed react only mode issue * fixed an issue when clear wg selections in wg page * Updated autocomplete's behaviour * Made minor changes to work with latest back end logic * updated autocomplete for wg field * updated the error text style
-
- 28 Jul, 2021 15 commits
-
-
-
-
-
-
-
-
-
-
completions
-
Adds mockito to the project, updates auth helper to build basic tests (DRY). The test mocks used for the persistence DAO can likely be used elsewhere, and remove the Mock service that was created.
-
Added tests for the ConstraintViolationWrapFactory, added DtoHelper test util that generates valid DB objects (important with new validation logic).
-
-
-
complete Validation for complete action makes use of hibernate/persistence validation mechanisms, calling the logic in service before posting to the mail service.
-
-
- 26 Jul, 2021 9 commits
-
-
Zhou (Link) Fang authored
* updated mandatory fields and styles related to titles * improved the header levels
-
Martin Lowe authored
* Fix optional settings to be separate * Update to mail templates and subject lines, add users name
-
-
-
-
-
Will remove location if the location is for login to let the UI trigger a login event.
-
Adds new response filter that intercepts redirects to change the response to a different code on given endpoints using regex to target endpoints. Adds 3 new properties for enabling redirect blocking, configuring the endpoints that this filter applies to, and the return code. Update naming of redirect filter, remove bad call, remove oidc-client
-
Adds property that stops auto redirect when there is an issue with authentication and source is Javascript.
-