-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
827172c
commit e2a59a6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule app
updated
20 files
+3 −81 | .pylintrc | |
+2 −5 | controllers/auth.py | |
+14 −8 | controllers/ddns.py | |
+8 −10 | controllers/domains.py | |
+22 −11 | controllers/glue.py | |
+20 −24 | launch_thread.py | |
+12 −20 | main.py | |
+8 −5 | models/ddns.py | |
+4 −1 | models/domains.py | |
+8 −5 | models/elastic.py | |
+14 −7 | models/glues.py | |
+6 −6 | models/records.py | |
+1 −1 | models/users.py | |
+15 −14 | services/dns_service.py | |
+1 −2 | services/nctu_oauth/__init__.py | |
+6 −48 | tests/test_controllers.py | |
+1 −1 | tests/test_ddns.py | |
+5 −9 | tests/test_domain_expired.py | |
+4 −4 | tests/test_domain_register.py | |
+2 −2 | tests/test_issue_token.py |