-
Notifications
You must be signed in to change notification settings - Fork 20
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
615 - Tests for authorization logic #718
Closed
Closed
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
5 tasks
josecelano
previously approved these changes
Aug 14, 2024
mario-nt
force-pushed
the
615-authorization-tests
branch
from
August 14, 2024 21:44
f2f1c57
to
13d62dd
Compare
mario-nt
force-pushed
the
615-authorization-tests
branch
from
August 20, 2024 22:37
13d62dd
to
fe19757
Compare
mario-nt
force-pushed
the
615-authorization-tests
branch
from
September 6, 2024 21:40
0c0292a
to
f205151
Compare
mario-nt
force-pushed
the
615-authorization-tests
branch
from
September 11, 2024 11:15
f205151
to
2546819
Compare
mario-nt
force-pushed
the
615-authorization-tests
branch
from
September 11, 2024 22:20
2546819
to
3ba38d9
Compare
mario-nt
force-pushed
the
615-authorization-tests
branch
from
September 11, 2024 22:49
3ba38d9
to
ba5ace2
Compare
mario-nt
force-pushed
the
615-authorization-tests
branch
from
September 18, 2024 19:37
a5f8e62
to
f695e3f
Compare
mario-nt
force-pushed
the
615-authorization-tests
branch
from
September 24, 2024 06:54
d10ca7d
to
7b011c6
Compare
… file as an admin
mario-nt
force-pushed
the
615-authorization-tests
branch
from
September 24, 2024 14:44
7b011c6
to
1898f5c
Compare
mario-nt
force-pushed
the
615-authorization-tests
branch
from
September 24, 2024 14:44
1898f5c
to
a6d52e1
Compare
josecelano
added a commit
that referenced
this pull request
Sep 30, 2024
17de729 refactor: moved test to authorization mod (Mario) e3baeda test: new authorization test for guests to download a torrent file searching by info hash (Mario) 6df7a7e refactor: moved test to new authorization mod (Mario) 3c046b1 refactor: move authorization test for guests to new mod (Mario) Pull request description: Part of #718 ACKs for top commit: josecelano: ACK 17de729 Tree-SHA512: c5ac01bb7fbc14a9988e00a48bffe00b191d41874fbbfb8bc79a952216be2ee3c63f6b60819b6cbe19553aff855f6cf7989d6775b89534d0a27f88d1b3c08118
josecelano
added a commit
that referenced
this pull request
Oct 26, 2024
1f59529 refactor: fixed formatting error (Mario) 9a1b174 test: new test for admin users to update their own torrents (Mario) 50895ca test: new test for admin users to update someone elses torrent (Mario) a251801 test: new test for admin users to get torrent details by canonical info hash (Mario) 3361e55 test: new test for admin users to get torrent details by info hash (Mario) 5042318 test: new test for admin users to get torrents (Mario) d29fe5b test: new test for admin users to download a torrent searching by canonical info hash (Mario) 5783556 test: new test for admin users to download a torrent searching by info hash (Mario) f5c0eb8 test: new test for admin users to delete torrents (Mario) 6e08e34 test: new test for admin users to upload torrents (Mario) d7ced24 test: new test for registered users to update their own torrents (Mario) 913c54a test: renamed test (Mario) 71de9bd test: new test for registered users to update torrents (Mario) ab6bd53 test: new test for registered users to get torrent details searching by canonical info hash (Mario) 5c7c609 test: new test for registered users to get torrent details searching by info hash (Mario) 82ffede fix: fixed test not passing (Mario) 2d93726 test: new test for registered users to get torrents (Mario) d37f2e1 test: new test for registered users to delete a torrent (Mario) 475a6c4 test: new test for registered users to download a torrent searching by canonical info hash (Mario) 64313b0 test: new test for registered users to download a torrent searching by info hash (Mario) 65446d4 test: new test for registered users to upload torrents (Mario) 0f5660f test: new authorization test for guests updating torrents (Mario) b2251fc test: new authorization test for guests getting torrent details searching by canonical info hash (Mario) a1d4219 test: new authorization test for guests getting torrent details searching by info hash (Mario) 3f862b6 test: new test for downloading a torrent using the canonical info hash (Mario) Pull request description: Part of #718 ACKs for top commit: josecelano: ACK 1f59529 Tree-SHA512: 7d1c6c3d936663b5d5e0fe2bbbe97b5ae1b3d9811a16962e28dce8cc43dcbcdb1aa94c177156200ea1e122f8f754ffdbb1297b3d61f99aee8280ac513d913110
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.
Parent issue: #615