-
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.
Merge #160: Decouple services from actix-web
5396301 refactor: [#157] extract authentication service (Jose Celano) 8101048 refactor: [#157] extract service to ban users (Jose Celano) 2eb0f7c refactor: [#157] extract service for user registration (Jose Celano) 1abcc4d refactor: [#157] extract service: torrent (Jose Celano) 0387b97 refactor: [#157] extract service: settings (Jose Celano) c9fb249 refactor: [#157] extract service: proxy (Jose Celano) d58f3cc refactor: [#157] extract service: category (Jose Celano) baa4c7e refactor: [#157] extract service: about (Jose Celano) Pull request description: - [x] Extract `about` service. - [x] Extract `category` service. - [x] Extract `proxy` service. - [x] Extract `settings` service. - [x] Extract `torrent` service. - [x] Extract `user` registration service. - [x] Extract `user` ban service. - [x] Extract `user` authentication service. ACKs for top commit: josecelano: ACK 5396301 Tree-SHA512: b63a45f3eb8aaab0d51c885793c94e85979273128d9cb94e36a4ed7577a399105e9dcef9624077b4ae07c8aac03f6520eb1823944e2b44554d1bd85ad8c9e281
- Loading branch information
Showing
34 changed files
with
1,930 additions
and
808 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
Oops, something went wrong.