-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
f38b628 refactor: [#615] new authorization error for guest users (Mario) d8b3ee2 refactor: [#615] change test http return code (Mario) 0360517 refactor: [#615] changed status code so tests pass (Mario) 6010155 refactor: [#615] handlers and functions now use optional user id (Mario) c22c919 refactor: [#615] change password handler and function now use optional user id (Mario) dbcd0e1 refactor: [#615] added missing error to handler comments (Mario) 00c293c refactor: [#615] added missing error to function comments (Mario) e527867 fix: [#615] adjusted http error code for test so it pass (Mario) 42fb031 refactor: [#615] renamed error to be more human friendly (Mario) 836c94d refactor: [#615] upload torrent handler now uses an optional user id (Mario) 935eb53 refactor: [#615] rearrange actions (Mario) 93b15ac refactor: [#615] renamed variables to maybe_user_id (Mario) e614e2f feat: [#615] authorization layer added to the change password method of the user service (Mario) 543d804 refactor: [#615] redirect to details url with infohash method now calls the torrent service that implements the authorization layer (Mario) f8e7570 feat: [#615] authorization layer added to the get torrent info method of the torrent service (Mario) 1342dce feat: [#615] authorization layer implemented for the get torrents handler (Mario) f264e75 fix: [#615] fix unfinished comment (Mario) d56d66c refactor: [#615] download torrent handler now calls the torrent service to get the canonical infohash (Mario) b3ffc9f feat: [#615] new get canonical info hash method (Mario) 7bb6ff7 feat: [#615] authorization layer implemented for the get torrent method of the torrent service (Mario) b5171bf feat: [#615] authorization layer added for add torrent method of the torrent service (Mario) 1c607c2 refactor: [#615] added optional logged in user to public handlers and methods (Mario) b483c8e refactor: [#615] renamed variable (Mario) 2880f7c feat: [#615] added authorization layer for get public settings method of the settings service (Mario) 530f37a feat: [#615] admin user is now authorize to see proxied images (Mario) d1d2941 refactor: [#615] fix linting errors (Mario) 056cb83 refactor: [#615] methods used by the proxy service now use the user id instead of the user compact type (Mario) 173f43d feat: [#615] authorization layer implemented for the proxy service (Mario) 4f6ea18 refactor: [#615] new action and reordered old ones for cohesion (Mario) 0ac5f9b refactor: [#615] get all categories handler now calls the category service which uses the authorization layer (Mario) 839a00d feat: [#615] New get categories service method (Mario) fe11c2f refactor: [#615] added comments for new functions (Mario) cd8f609 feat: [#615] authorization implemented for get tags method (Mario) eee3349 refactor: [#615] new get tags service method (Mario) 6f8de80 feat: [#615] authorization service implemented for the about service (Mario) a757c5c refactor: [#615] new about service and minor refactor to existing code (Mario) Pull request description: Parent issue: #615 ACKs for top commit: josecelano: ACK f38b628 Tree-SHA512: d8d710af481b2480b0035ad13feaab15e6299f5767f4d68837a4a05c237fd3e0bdbccdfa46c0c625b11e7109dcb73879036debf7a51b7d83c856403878ce70d2
- Loading branch information
Showing
19 changed files
with
416 additions
and
186 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
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.