Compare changes
Some changes are not shown.
For a faster browsing experience, only 62 of 229 files are shown. Download one of the files below to see all changes.
+4
−1
+287
−21
+13
−96
LICENSE
0 → 100644
+661
−0
File added.
Preview size limit exceeded, changes collapsed.
MANIFEST.in
0 → 100644
+7
−0
+185
−9
UPGRADE.md
0 → 100644
+152
−0
cccv-archive-key.gpg
0 → 100644
+41
−0
debian/contrib/uffd-admin
0 → 100755
+17
−0
debian/contrib/uffd.cfg
0 → 100644
+3
−0
debian/control
0 → 100644
+38
−0
debian/create_changelog.py
0 → 100755
+106
−0
debian/cron.d
0 → 100644
+4
−0
debian/dirs
0 → 100644
+2
−0
debian/install
0 → 100644
+6
−0
debian/links
0 → 100644
+2
−0
debian/postinst
0 → 100755
+37
−0
debian/postrm
0 → 100755
+20
−0
debian/rules
0 → 100755
+7
−0
debian/tmpfile
0 → 100644
+2
−0
nginx.include.conf
0 → 100644
+7
−0
profiling.py
deleted100755 → 0
+0
−6
pytest.ini
0 → 100644
+5
−0
requirements.txt
0 → 100644
+10
−0
Original line number | Diff line number | Diff line |
---|---|---|
.
|
||
# Testing
|
||
pytest==3.10.1
|
||
atomicwrites==1.1.5
|
||
attrs==18.2.0
|
||
more-itertools==4.2.0
|
||
pluggy==0.8.0
|
||
py==1.7.0
|
||
pyOpenSSL==19.0.0 |
run.py
deleted100755 → 0
+0
−8
runTests.py
deleted100755 → 0
+0
−19
setup.py
0 → 100644
+72
−0
File moved.
File moved.
tests/commands/test_role.py
0 → 100644
+148
−0
+51
−0
tests/commands/test_user.py
0 → 100644
+188
−0
tests/migrations/__init__.py
0 → 100644
+0
−0
Original line number | Diff line number | Diff line |
---|
tests/migrations/test_fuzzy.py
0 → 100644
+81
−0
tests/migrations/test_missing_locks.py
0 → 100644
+16
−0
tests/migrations/versions/__init__.py
0 → 100644
+0
−0
Original line number | Diff line number | Diff line |
---|
tests/models/__init__.py
0 → 100644
+0
−0
Original line number | Diff line number | Diff line |
---|
tests/models/test_invite.py
0 → 100644
+269
−0
tests/models/test_mfa.py
0 → 100644
+108
−0
tests/models/test_misc.py
0 → 100644
+84
−0
tests/models/test_oauth2.py
0 → 100644
+159
−0
tests/models/test_role.py
0 → 100644
+135
−0
tests/models/test_services.py
0 → 100644
+186
−0
tests/models/test_session.py
0 → 100644
+48
−0
tests/models/test_signup.py
0 → 100644
+175
−0
tests/models/test_user.py
0 → 100644
+403
−0
tests/test_csrf.py
0 → 100644
+102
−0
tests/test_password_hash.py
0 → 100644
+206
−0
tests/test_ratelimit.py
0 → 100644
+46
−0
tests/test_remailer.py
0 → 100644
+85
−0
tests/test_tasks.py
0 → 100644
+39
−0
tests/test_utils.py
0 → 100644
+12
−0
tests/utils.py
0 → 100644
+167
−0
tests/views/__init__.py
0 → 100644
+0
−0
Original line number | Diff line number | Diff line |
---|
tests/views/test_api.py
0 → 100644
+350
−0
File added.
Preview size limit exceeded, changes collapsed.
tests/views/test_invite.py
0 → 100644
+549
−0
File added.
Preview size limit exceeded, changes collapsed.