-
-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: invite friend api #1309
Closed
AtmegaBuzz
wants to merge
1,406
commits into
OWASP-BLT:main
from
AtmegaBuzz:feature/invite-friend-api
Closed
Feature: invite friend api #1309
AtmegaBuzz
wants to merge
1,406
commits into
OWASP-BLT:main
from
AtmegaBuzz:feature/invite-friend-api
Conversation
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
* removed print statements * report get() view changed to IssueCreate * docker file using poetry and docker compose support * captcha validation added
* removed print statements * report get() view changed to IssueCreate * docker file using poetry and docker compose support * captcha validation added
* removed print statements * report get() view changed to IssueCreate * docs updated * search by month leaderboard ui + backend * monthly leaderboard with year selector * add space in {%else%} requested changes Co-authored-by: Fred Falcon <7475382+fredfalcon@users.noreply.github.com>
* hardcoded url removed * Monthly leaderboard (#919) * removed print statements * report get() view changed to IssueCreate * docs updated * search by month leaderboard ui + backend * monthly leaderboard with year selector * add space in {%else%} requested changes Co-authored-by: Fred Falcon <7475382+fredfalcon@users.noreply.github.com> Co-authored-by: Fred Falcon <7475382+fredfalcon@users.noreply.github.com>
* each month leaderboard * minor fix
* cleaning, api views and templateviews splitup * Delete requirements.txt
* cleaning, api views and templateviews splitup * Delete requirements.txt * cleaning, api views and templateviews splitup * total score and all acitvities added to user profile * list index out of range fixed * resolved conflixt * Delete requirements.txt We’re using poetry Co-authored-by: Fred Falcon <7475382+fredfalcon@users.noreply.github.com>
* wrong credentials error message showing * fix login error not showing * large filename error fix (#943) * deps removed
* Code restructured | moved nav code to navbar.html * Navbar modified | created navbar.css * hover styling added * fix Report Bug page form
* fix tests | both tests moved to chromedriver| removed gekodriver * updated .gitignore | removed requirements.txt and webdrivers * captcha and domain check bypass during test
* fix tests | both tests moved to chromedriver| removed gekodriver * updated .gitignore | removed requirements.txt and webdrivers * captcha and domain check bypass during test * run test on pr workflow added * linter failing fix | version changes * run on all branches * fix domain check failing * fix tests | both tests moved to chromedriver| removed gekodriver * updated .gitignore | removed requirements.txt and webdrivers * captcha and domain check bypass during test * domain exception added for bugheist.com * store only domain in the db
Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 3.5.0 to 3.7.0. - [Release notes](https://github.com/jazzband/django-debug-toolbar/releases) - [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst) - [Commits](django-commons/django-debug-toolbar@3.5...3.7) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
can you please fix the conflicts |
DonnieBLT
requested changes
Aug 12, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix conflicts and update branch
Bumps [ua-parser](https://github.com/ua-parser/uap-python) from 0.10.0 to 0.18.0. - [Commits](https://github.com/ua-parser/uap-python/commits) --- updated-dependencies: - dependency-name: ua-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
sure working on it |
update
Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 3.14.0 to 4.2.0. - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](adamchainz/django-cors-headers@3.14.0...4.2.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…s-4.2.0 Bump django-cors-headers from 3.14.0 to 4.2.0
Update contributors.json
Feature: Support new model changes in new Bughunt API
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix Invite a Friend API#1232
Route: /api/v1/invite_friend/
Body Json
{
"email":"swapnilshinde9382@gmail.com"
}
Response