Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove executable permissions from files that are not meant to be exe… #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified .gitignore
100755 → 100644
Empty file.
Empty file modified .hg.packed
100755 → 100644
Empty file.
Empty file modified .hgignore
100755 → 100644
Empty file.
Empty file modified AUTHORS.txt
100755 → 100644
Empty file.
Empty file modified CHANGES.txt
100755 → 100644
Empty file.
Empty file modified MANIFEST.in
100755 → 100644
Empty file.
Empty file modified README.rst
100755 → 100644
Empty file.
Empty file modified TODOS.rst
100755 → 100644
Empty file.
Empty file modified bootstrap.py
100755 → 100644
Empty file.
Empty file modified buildout.cfg
100755 → 100644
Empty file.
Empty file modified setup.py
100755 → 100644
Empty file.
Empty file modified src/collective/__init__.py
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/__init__.py
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/adapter.py
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/browser/__init__.py
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/browser/configure.zcml
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/browser/controlpanel.py
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified src/collective/googleauthenticator/browser/forms/__init__.py
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file modified src/collective/googleauthenticator/browser/forms/token.py
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/browser/forms/user_setup.py
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/browser/settings_helper.py
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/browser/static/main.css
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/browser/static/main.js
100755 → 100644
Empty file.
Empty file.
Empty file modified src/collective/googleauthenticator/configure.zcml
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/helpers.py
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/interfaces.py
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file modified src/collective/googleauthenticator/overrides.zcml
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/pas_plugin.py
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/profiles/default/actions.xml
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified src/collective/googleauthenticator/profiles/default/skins.xml
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/profiles/uninstall/skins.xml
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/setuphandlers.py
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/testing.py
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/tests/__init__.py
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/tests/base.py
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/tests/robot_test.txt
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/tests/test_generic.py
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/tests/test_helpers.py
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/tests/test_pas_plugin.py
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/tests/test_robot.py
100755 → 100644
Empty file.
Empty file modified src/collective/googleauthenticator/tests/test_security.py
100755 → 100644
Empty file.
Empty file.
Empty file modified src/collective/googleauthenticator/userdataschema.py
100755 → 100644
Empty file.
Empty file.