forked from oppia/oppia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* switch constants * implement redirect flow * implement login page * fix dependencies * add login to build * fix tests * e2e fixes * e2e fixes * own login-page * fix tests * only use return_url when redirecting to signup * fix tests * fix firebase tests * simplify e2e login flow * use https on emulator mode * use EMULATOR_MODE * prepare for admin population * hit 100% codecov * add admin-page option to manage firebase super admins * add revoke endpoint * fix lint * respect measurementId * respect databaseURL * remove unused config * add end point to initialize firebase super admin * add untested destroy_firebase_accounts function * fix lint * update tests * add PREVENT_NEW_SIGNUPS bool to support seeding firebase * use delete_users() API * pin to commit * use user_ids_to_clear * forgive missing auth models in wipeout * remove sharding from populate job * use new deployment constants * auto refresh until all accounts are deleted * fix typo * move firebase forms to bottom of admin page * introduce SeedFirebaseOneOffJob * initialize_app in main.py * add TestBase.swap_with_call_pattern * add validator tests * add utils.partion * fix requirements * hit 100% codecov * fix scripts * improve documentation * fix update_timestamps error * fix requirements checks * fix broken test * add mock import * address comments * fix dependencies * try fixing e2e tests * fix codecov * fix tests * fix unused variable * fix broken test * fix admin-tab to print exception message * stop returning app * use swap_with_call_counter * stop ignoring emulator logs * avoid using custom_claims directly * make CallCounter's f arg required * address comments * fix lint * use get * address comments * fix topicAndStoryViewer.js * fix broken tests * use old argument * add documentation * add firebase.json * add codeowner * fix e2e tests attempt * add ignored errors * fix toHaveSize error * just visit logout url * add lighthouse login logic * add logout page * add confirmation check * remove unused tests * add redirect_url support * Revert "add logout page"; Revert "add confirmation check"; Revert "remove unused tests"; Revert "add redirect_url support". * disable broken test
- Loading branch information
1 parent
0a19832
commit d81b16e
Showing
70 changed files
with
3,633 additions
and
1,334 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"emulators": { | ||
"auth": { | ||
"port": "9099" | ||
} | ||
} | ||
} |
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
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
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
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
Oops, something went wrong.