"Fossies" - the Fresh Open Source Software Archive  

Source code changes report for "privacyidea" between the packages
privacyidea-3.7.4.tar.gz and privacyidea-3.8.tar.gz

About: privacyIDEA is a flexible two factor authentication server that can be used to enhance the security of existing applications like local login, VPN, remote access, SSH connections or access to web sites.

Summary:

The "privacyidea" source code changed by about 7.4% and now consists of 1165 regular files (+30) and 214 directories (+3).

Related Informations:

See Changelog (privacyidea 3.8).

Changes In Files (According File Type):

File TypeTotalAddedRemovedChanged
Patch 3 0 0 0
Perl program 2 0 0 0
Python program 403 16 0 95
Shell program 12 0 1 3
PHP program 5 0 0 0
Configuration file 9 0 0 0
Initialization file 1 0 0 0
JavaScript file 66 1 1 16
JSON file 10 0 0 3
Makefile 4 0 0 0
Man page 9 0 0 0
SGML document 1 0 0 0
XML document 7 0 0 0
Certificate file 17 2 0 0
CSS style sheet 13 0 0 1
CSV file 4 0 0 0
Encoding file 1 0 0 0
Font file 4 0 0 0
Gettext file 46 3 0 43
Git file 2 0 0 1
GNU GPG file 3 0 0 0
HTML page 147 4 0 27
OpenOffice document 3 0 0 0
QSLite database 4 0 0 1
RST file 210 1 0 23
YAML file 13 2 0 5
Data file 4 0 0 0
Image file 100 0 0 1
Vector Image file 1 0 0 0
Directory 214 3 0 0
Change log 2 0 0 1
License 1 0 0 0
Readme file 10 0 0 1
Text file 45 2 0 5
Other 5 1 0 0
Total Files1381352226



Python Programs (111 of 403):

NameStatusDeltaVisual Diff
doc/conf.py changed 0.9% diff
migrations/versions/006d4747f858_.py added
migrations/versions/00762b3f7a60_.py added
migrations/versions/86f40f535d7c_.py added
migrations/versions/89e57ed16379_.py added
migrations/versions/a28f2733897b_.py added
migrations/versions/d3c0f0403a84_.py added
migrations/versions/fabcf24d9304_.py added
pi-manage changed 1.9% diff
privacyidea/api/auth.py changed 8.5% diff
privacyidea/api/before_after.py changed 3.0% diff
privacyidea/api/caconnector.py changed 23.4% diff
privacyidea/api/lib/postpolicy.py changed 13.5% diff
privacyidea/api/lib/prepolicy.py changed 5.6% diff
privacyidea/api/lib/utils.py changed 0.2% diff
privacyidea/api/token.py changed 5.4% diff
privacyidea/api/tokengroup.py added
privacyidea/api/validate.py changed 6.1% diff
privacyidea/app.py changed 6.6% diff
privacyidea/lib/applications/ssh.py changed 13.2% diff
privacyidea/lib/auditmodules/base.py changed 6.0% diff
privacyidea/lib/auditmodules/sqlaudit.py changed 8.2% diff
privacyidea/lib/caconnector.py changed 19.0% diff
privacyidea/lib/caconnectors/baseca.py changed 59.9% diff
privacyidea/lib/caconnectors/caservice_pb2.py added
privacyidea/lib/caconnectors/caservice_pb2_grpc.py added
privacyidea/lib/caconnectors/localca.py changed 3.1% diff
privacyidea/lib/caconnectors/msca.py added
privacyidea/lib/config.py changed 5.4% diff
privacyidea/lib/crypto.py changed 0.7% diff
privacyidea/lib/error.py changed 17.0% diff
privacyidea/lib/eventhandler/tokenhandler.py changed 9.8% diff
privacyidea/lib/eventhandler/webhookeventhandler.py added
privacyidea/lib/importotp.py changed 2.3% diff
privacyidea/lib/machines/__init__.py changed 4.7% diff
privacyidea/lib/policy.py changed 2.6% diff
privacyidea/lib/policydecorators.py changed 0.6% diff
privacyidea/lib/resolvers/LDAPIdResolver.py changed 7.4% diff
privacyidea/lib/security/aeshsm.py changed 16.6% diff
privacyidea/lib/security/default.py changed 5.0% diff
privacyidea/lib/smsprovider/FirebaseProvider.py changed 26.1% diff
privacyidea/lib/smsprovider/HttpSMSProvider.py changed 11.4% diff
privacyidea/lib/smsprovider/SmppSMSProvider.py changed 17.0% diff
privacyidea/lib/subscriptions.py changed 8.3% diff
privacyidea/lib/token.py changed 6.0% diff
privacyidea/lib/tokenclass.py changed 5.8% diff
privacyidea/lib/tokengroup.py added
privacyidea/lib/tokens/certificatetoken.py changed 31.6% diff
privacyidea/lib/tokens/daplugtoken.py changed 1.0% diff
privacyidea/lib/tokens/emailtoken.py changed 15.6% diff
privacyidea/lib/tokens/hotptoken.py changed 9.9% diff
privacyidea/lib/tokens/motptoken.py changed 1.9% diff
privacyidea/lib/tokens/papertoken.py changed 2.0% diff
privacyidea/lib/tokens/pushtoken.py changed 12.6% diff
privacyidea/lib/tokens/smstoken.py changed 14.5% diff
privacyidea/lib/tokens/sshkeytoken.py changed 16.5% diff
privacyidea/lib/tokens/tiqrtoken.py changed 1.8% diff
privacyidea/lib/tokens/totptoken.py changed 5.4% diff
privacyidea/lib/tokens/webauthn.py changed 8.7% diff
privacyidea/lib/tokens/webauthntoken.py changed 20.0% diff
privacyidea/lib/user.py changed 0.2% diff
privacyidea/lib/utils/__init__.py changed 2.8% diff
privacyidea/models.py changed 6.8% diff
privacyidea/webui/login.py changed 10.5% diff
setup.py changed 8.4% diff
tests/ldap3mock.py changed 2.1% diff
tests/mscamock.py added
tests/pkcs11mock.py changed 9.3% diff
tests/radiusmock.py changed 3.7% diff
tests/redismock.py changed 5.3% diff
tests/smppmock.py changed 11.0% diff
tests/smtpmock.py changed 2.0% diff
tests/test_api_audit.py changed 0.2% diff
tests/test_api_auth.py changed 17.4% diff
tests/test_api_caconnector.py changed 10.8% diff
tests/test_api_lib_policy.py changed 6.0% diff
tests/test_api_push_validate.py changed 49.4% diff
tests/test_api_roles.py changed 2.3% diff
tests/test_api_token.py changed 13.8% diff
tests/test_api_tokengroup.py added
tests/test_api_ttype.py changed 1.8% diff
tests/test_api_users.py changed 1.3% diff
tests/test_api_validate.py changed 11.7% diff
tests/test_db_model.py changed 6.8% diff
tests/test_lib_audit.py changed 4.7% diff
tests/test_lib_caconnector.py changed 100.0% diff
tests/test_lib_config.py changed 5.1% diff
tests/test_lib_crypto.py changed 5.6% diff
tests/test_lib_events.py changed 15.5% diff
tests/test_lib_importotp.py changed 1.3% diff
tests/test_lib_policy.py changed 0.02% diff
tests/test_lib_policydecorator.py changed 0.4% diff
tests/test_lib_privacyideaserver.py changed 5.3% diff
tests/test_lib_smsprovider.py changed 7.4% diff
tests/test_lib_subscriptions.py changed 7.9% diff
tests/test_lib_token.py changed 2.6% diff
tests/test_lib_tokengroup.py added
tests/test_lib_tokens_certificate.py changed 68.1% diff
tests/test_lib_tokens_daplug.py changed 0.4% diff
tests/test_lib_tokens_hotp.py changed 0.3% diff
tests/test_lib_tokens_push.py changed 8.0% diff
tests/test_lib_tokens_sms.py changed 0.5% diff
tests/test_lib_tokens_ssh.py changed 37.1% diff
tests/test_lib_tokens_totp.py changed 0.3% diff
tests/test_lib_tokens_webauthn.py changed 49.0% diff
tests/test_lib_utils.py changed 2.7% diff
tests/test_ui_login.py changed 20.6% diff
tools/privacyidea-create-pwidresolver-user changed 13.2% diff
tools/privacyidea-migrate-linotp.py changed 0.7% diff
tools/privacyidea-standalone changed 0.5% diff
tools/privacyidea-token-janitor changed 0.2% diff

Shell Programs (4 of 12):

NameStatusDeltaVisual Diff
.github/check_for_changes.sh removed
deploy/reset-db.sh changed 15.5% diff
privacyidea/static/update_contrib.sh changed 2.6% diff
tools/reset-privacyidea changed 1.7% diff

JavaScript Files (18 of 66):

NameStatusDeltaVisual Diff
privacyidea/static/app.js changed 3.5% diff
privacyidea/static/components/audit/controllers/auditControllers.js changed 1.1% diff
privacyidea/static/components/config/controllers/configControllers.js changed 10.5% diff
privacyidea/static/components/config/controllers/eventController.js changed 10.1% diff
privacyidea/static/components/config/controllers/tokengroupController.js added
privacyidea/static/components/config/factories/config.js changed 6.2% diff
privacyidea/static/components/config/states/states.js changed 9.9% diff
privacyidea/static/components/login/controllers/loginControllers.js changed 2.9% diff
privacyidea/static/components/login/factories/auth.js changed 5.5% diff
privacyidea/static/components/token/controllers/tokenControllers.js changed 2.0% diff
privacyidea/static/components/token/controllers/tokenDetailController.js changed 6.7% diff
privacyidea/static/components/token/factories/token.js changed 3.2% diff
privacyidea/static/components/translation/translations.js changed 57.1% diff
privacyidea/static/components/user/factories/user.js changed 4.2% diff
privacyidea/static/contrib/js/angular.js changed 0.02% diff
privacyidea/static/contrib/js/ngmodules/angular-route.js removed
privacyidea/static/contrib/js/ngmodules/angular-sanitize.js changed 0.2% diff
privacyidea/static/contrib/js/ngmodules/angular-ui-router.js changed 0.2% diff

JSON Files (3 of 10):

NameStatusDeltaVisual Diff
privacyidea/static/contrib/js/ngmodules/angular-ui-router.js.map changed 30.6% diff
privacyidea/static/package-lock.json changed 33.1% diff
privacyidea/static/package.json changed 12.5% diff

Certificate Files (2 of 17):

NameStatusDeltaVisual Diff
tests/testdata/msca-connector/ca.pem added
tests/testdata/msca-connector/privacyidea.pem added

CSS Style Sheets (1 of 13):

NameStatusDeltaVisual Diff
privacyidea/static/css/content.css changed 5.4% diff

Gettext Files (all 46):

NameStatusDeltaVisual Diff
po/cs.po changed 12.3%
po/de.po changed 3.9%
po/es.po changed 4.5%
po/fr.po changed 4.5%
po/hu.po added
po/it.po changed 10.6%
po/mn.po added
po/nb_NO.po changed 4.3%
po/nl.po changed 4.1%
po/pl.po changed 4.3%
po/pt_BR.po changed 4.3%
po/ru.po changed 4.3%
po/si.po changed 4.3%
po/template.pot changed 4.3%
po/tr.po changed 37.2%
po/uk.po changed 4.3%
po/zh_Hans.po changed 4.6%
po/zh_Hant.po changed 4.2%
privacyidea/messages.pot changed 7.9%
privacyidea/translations/cs/LC_MESSAGES/messages.mo changed 76.1%
privacyidea/translations/cs/LC_MESSAGES/messages.po changed 16.2%
privacyidea/translations/de/LC_MESSAGES/messages.mo changed 0.001%
privacyidea/translations/de/LC_MESSAGES/messages.po changed 5.9%
privacyidea/translations/es/LC_MESSAGES/messages.mo changed 0.001%
privacyidea/translations/es/LC_MESSAGES/messages.po changed 5.7%
privacyidea/translations/fr/LC_MESSAGES/messages.mo changed 0.002%
privacyidea/translations/fr/LC_MESSAGES/messages.po changed 6.8%
privacyidea/translations/it/LC_MESSAGES/messages.mo changed 0.01%
privacyidea/translations/it/LC_MESSAGES/messages.po changed 5.1%
privacyidea/translations/nl/LC_MESSAGES/messages.mo changed 1.4%
privacyidea/translations/nl/LC_MESSAGES/messages.po changed 7.0%
privacyidea/translations/pl/LC_MESSAGES/messages.mo changed 0.2%
privacyidea/translations/pl/LC_MESSAGES/messages.po changed 6.2%
privacyidea/translations/pt_BR/LC_MESSAGES/messages.mo changed 0.001%
privacyidea/translations/pt_BR/LC_MESSAGES/messages.po changed 6.9%
privacyidea/translations/ro/LC_MESSAGES/messages.po added
privacyidea/translations/ru/LC_MESSAGES/messages.mo changed 0.003%
privacyidea/translations/ru/LC_MESSAGES/messages.po changed 7.6%
privacyidea/translations/si/LC_MESSAGES/messages.mo changed 0.2%
privacyidea/translations/si/LC_MESSAGES/messages.po changed 6.2%
privacyidea/translations/tr/LC_MESSAGES/messages.mo changed 100.0%
privacyidea/translations/tr/LC_MESSAGES/messages.po changed 65.9%
privacyidea/translations/zh_Hans/LC_MESSAGES/messages.mo changed 0.001%
privacyidea/translations/zh_Hans/LC_MESSAGES/messages.po changed 5.4%
privacyidea/translations/zh_Hant/LC_MESSAGES/messages.mo changed 0.002%
privacyidea/translations/zh_Hant/LC_MESSAGES/messages.po changed 7.5%

Git Files (1 of 2):

NameStatusDeltaVisual Diff
.gitignore changed 1.2% diff

HTML Pages (31 of 147):

NameStatusDeltaVisual Diff
privacyidea/static/components/audit/views/audit.log.html changed 1.6%
privacyidea/static/components/components/views/component.html changed 0.1%
privacyidea/static/components/config/views/config.caconnectors.local.html changed 0.03%
privacyidea/static/components/config/views/config.caconnectors.microsoft.html added
privacyidea/static/components/config/views/config.events.details.html changed 10.5%
privacyidea/static/components/config/views/config.events.html changed 46.3%
privacyidea/static/components/config/views/config.policies.details.html changed 7.8%
privacyidea/static/components/config/views/config.policies.html changed 46.9%
privacyidea/static/components/config/views/config.policies.list.html changed 7.2%
privacyidea/static/components/config/views/config.radius.html changed 44.8%
privacyidea/static/components/config/views/config.realms.html changed 50.1%
privacyidea/static/components/config/views/config.resolvers.html changed 22.3%
privacyidea/static/components/config/views/config.resolvers.ldap.html changed 5.5%
privacyidea/static/components/config/views/config.smsgateway.edit.html changed 8.1%
privacyidea/static/components/config/views/config.smsgateway.html changed 50.2%
privacyidea/static/components/config/views/config.smtp.html changed 45.2%
privacyidea/static/components/config/views/config.system.html changed 3.4%
privacyidea/static/components/config/views/config.tokengroup.edit.html added
privacyidea/static/components/config/views/config.tokengroup.html added
privacyidea/static/components/config/views/config.tokengroup.list.html added
privacyidea/static/components/config/views/config.tokens.html changed 11.0%
privacyidea/static/components/dashboard/views/dashboard.html changed 7.8%
privacyidea/static/components/login/views/enter-response.html changed 0.1%
privacyidea/static/components/token/views/token.details.html changed 7.0%
privacyidea/static/components/token/views/token.enrolled.certificate.html changed 53.0%
privacyidea/static/components/token/views/token.html changed 39.3%
privacyidea/static/components/token/views/token.import.html changed 0.02%
privacyidea/static/components/token/views/token.list.html changed 9.1%
privacyidea/static/components/user/views/user.html changed 56.3%
privacyidea/static/templates/footer.html changed 1.6%
privacyidea/static/templates/index.html changed 6.3%

QSLite Databases (1 of 4):

NameStatusDeltaVisual Diff
tests/testdata/audit.sqlite changed 0.01%

RST Files (24 of 210):

NameStatusDeltaVisual Diff
doc/configuration/caconnectors.rst changed 82.4% diff
doc/configuration/sms_gateway_config.rst changed 8.4% diff
doc/configuration/useridresolvers.rst changed 30.2% diff
doc/eventhandler/tokenhandler.rst changed 3.9% diff
doc/eventhandler/webhookhandler.rst added
doc/firststeps/login.rst changed 4.0% diff
doc/glossary/index.rst changed 100.0% diff
doc/installation/centos.rst changed 2.5% diff
doc/installation/pip.rst changed 0.6% diff
doc/installation/system/inifile.rst changed 6.4% diff
doc/installation/system/logging.rst changed 5.3% diff
doc/installation/system/securitymodule.rst changed 0.3% diff
doc/installation/system/wsgiscript.rst changed 4.0% diff
doc/installation/ubuntu.rst changed 15.4% diff
doc/policies/admin.rst changed 6.4% diff
doc/policies/authentication.rst changed 18.1% diff
doc/policies/authorization.rst changed 0.4% diff
doc/policies/conditions.rst changed 1.4% diff
doc/policies/enrollment.rst changed 12.1% diff
doc/policies/user.rst changed 3.7% diff
doc/policies/webui.rst changed 2.1% diff
doc/tokens/tokentypes/certificate.rst changed 64.3% diff
doc/webui/index.rst changed 1.7% diff
doc/webui/token_details.rst changed 1.3% diff

YAML Files (7 of 13):

NameStatusDeltaVisual Diff
.circleci/config.yml changed 54.2% diff
.github/filters.yml added
.github/workflows/greetings.yml changed 50.8% diff
.github/workflows/python-dist.yml added
.github/workflows/python.yml changed 64.4% diff
.pep8speaks.yml changed 3.9% diff
.readthedocs.yaml changed 3.6% diff

Image Files (1 of 100):

NameStatusDeltaVisual Diff
doc/tokens/tokentypes/images/generate_csr1.png changed 26.8%

Directories (3 of 214):

NameStatus
privacyidea/translations/ro added
privacyidea/translations/ro/LC_MESSAGES added
tests/testdata/msca-connector added

Change Logs (1 of 2):

NameStatusDeltaVisual Diff
Changelog changed 8.7% diff

Readme Files (1 of 10):

NameStatusDeltaVisual Diff
README.rst changed 20.7% diff

Text Files (7 of 45):

NameStatusDeltaVisual Diff
AUTHORS.md changed 100.0% diff
doc/requirements.txt changed 7.5% diff
READ_BEFORE_UPDATE.md changed 11.8% diff
requirements-kerberos.txt added
requirements.txt changed 90.9% diff
tests/requirements.txt changed 100.0% diff
tests/testdata/msca-connector/privacyidea-encrypted.key added

Other Files (1 of 5):

NameStatusDeltaVisual Diff
tests/testdata/msca-connector/privacyidea.key added

Packages Compared:

privacyidea-3.7.4.tar.gz
privacyidea-3.8.tar.gz


Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)