-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signup Conditional for Temporarily Disabled Security (#388)
* Fixed typo for return * Fix for refresh during first slide upload * Fixed refresh on first slide upload * Added space after 'if' for eslint configuration * Added functionality to delete slide from system * Removed refresh on first slide upload * Added alert for slide deletion success * Update to fix linting errors * Update to fix linting errors * Fix linting errors * Fix lint errors * Fix lint error * Rechained promises to handle mishandled slide deletions * style fix * Added delete slide request functionality * style fix * style fix * style fix * style fix * style fix * Client side changes for handling new 'requests' collection * merge fix * merge fix * Fix for direct deletion of slides * style fix * Added feature for user registration requests * style fix * Commented line stating that signup page is just for admins * Added line explaining new workflow of signup page * Added popups for success instead of alerts and moved showSuccessPopup to util.js for reusability * Comment fix * Style fix * Solved permsisions is not defined error in signup.html * Comment fix * catch promise error Co-Authored-By: Ryan Birmingham <birm@rbirm.us> * error handling on fetching requests Co-Authored-By: Ryan Birmingham <birm@rbirm.us> * Update apps/table.html * modifications for handling prototype * removed unwanted console.logs * Update functions to handle first time user registrations * Fix to a missing .html extension Co-authored-by: Ryan Birmingham <birm@rbirm.us>
- Loading branch information
1 parent
da94d8b
commit 9487b88
Showing
3 changed files
with
79 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -155,4 +155,4 @@ nav li:not(.active):hover a{ | |
|
||
.collapse.in { | ||
display: inline !important; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters