[Python-modules-commits] [django-session-security] branch debian/sid created (now ddb137b)

Jean-Michel Vourgère nirgal-guest at moszumanska.debian.org
Thu Dec 4 17:43:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

nirgal-guest pushed a change to branch debian/sid
in repository django-session-security.

        at  ddb137b   Update copyright file with lastest authors

This branch includes the following new commits:

       new  316aa69   initial commit
       new  231d836   Module installable with pip -e
       new  1b0b07b   Proof of concept
       new  9b7e967   Implemented session extension dialog, consistency cleanups
       new  5a71045   Implementation that supports having multiple tabs on the same site, tabs with inactivity do not interfere, nor does the security interfere with them as long as at least one browser tab has activity
       new  bdba750   Documented code
       new  3a4a782   Added missing static files
       new  3fe4755   PEP8 compliance
       new  0fbd1ce   Worked out the README
       new  20e0aae   Added a couple of resources in the readme
       new  fe309a6   Initiated docs
       new  4e56ade   Getting to some proper documentation
       new  9c640b4   Path fix in docs conf
       new  40cd906   Added Pycco css
       new  3ce31ed   New attempt at getting the documentation online on RTFD
       new  130da20   Refactoring, quality control
       new  af9c591   Refactor POC working
       new  066a1a1   Tested, cleaned, documented.
       new  36d7f6b   Correction in urls module docstring
       new  40ce91a   Corrections in javascript docstrings
       new  0bb7a6f   PEP8 compliance
       new  520a39b   Added :members: option to automodule statements
       new  2a76625   Documentation work
       new  a54def2   Greatly improved javascript activity monitoring
       new  fefdb21   Set version to 1.0rc1
       new  5cad1f9   Added MANIFEST.in
       new  7b0450e   Link to python package
       new  c6472c8   Update lexer for all.html in docs
       new  f7a17b2   Fixed manifest
       new  c734051   Resources linkification
       new  1dd1b1b   Version bump
       new  baf8404   Make it compatible with onbeforeunload
       new  b5826ad   Version bump 1.1
       new  b13cc6e   FR locale and version bump 1.2.0
       new  8b7daa1   Make setup.py compile locale
       new  1eab0aa   Version bump 1.2.1
       new  c559a9c   Fixed typos in setup.py
       new  12e77bf   Version bump 1.2.2
       new  9090f38   Simplified and tested ping view
       new  a7d2f8d   Rewrote script
       new  8c1e3f0   Settings update
       new  c299fb5   Added models.py to get picked up by manage.py test
       new  1135ced   Ensure that it will expire for users that have already been logged out
       new  43eea66   Removed dead code, simplified session management.
       new  eafd299   Reload the page instead of expiring
       new  bf85536   Removed dead code
       new  7f34b19   Implemented selenium tests for the script
       new  b1bd4ea   Added test/test staff user for demo
       new  439897b   Done rewriting the app, I like it a lot now :D
       new  d95b48e   Added travis config and version bump
       new  27f7bc3   Removed dead reference to requirements.txt
       new  36172d5   Added missing test requirement
       new  64629c7   Updated documentation
       new  5819141   Try to wait as little as possible, but still enough, for tests to pass on travis
       new  dea3640   DB update
       new  c7839ce   Use sphinx1
       new  a373b9d   Sleep increase for travis
       new  0632c37   Trying to get this test to pass on travis
       new  7a76a81   Refactored multi-window tests, should help with travis
       new  d12601c   Added circle configuration symlink
       new  cf2aa92   Completely refactored selenium tests to be performant and tolerant - as much as possible
       new  85c6eae   Trated POST for GET ajax
       new  0b8e239   Version bump 2.0.1
       new  36f893d   Credit travis in README [skip-ci]
       new  248c263   Mention that jQuery is a requirement in quick start
       new  6a338ef   Removed ultimate ping before expiry...
       new  9b60969   .gitignore update
       new  c690fbc   Version bump 2.0.2
       new  b7775ff   Fixed fr locale for 2.0.2
       new  ddf6099   Unset data-dirty on form submit, to prevent onbeforeunload.
       new  55ac4aa   Version bump 2.0.3
       new  0c4e9ce   Fixed wrong url in setup.py
       new  7024081   3 bug fixes Added check for request.path to ensure idleFor parameter is processed only for session_security_ping url Assume a negative idleFor value means 0 to prevent a log out but if the value is negative Ignore non-integer idleFor values instead of throwing an exception
       new  9e73568   Coded the use case described in #1
       new  3752648   Styling changes according to PEP8
       new  3285bc8   Fixed PEP8 problems
       new  846685c   Merge pull request #3 from yscumc/master
       new  957e4e1   Use static templatetag instead of STATIC_URL in test_project
       new  2e88d92   Factored out BaseLiveServerTestCase and ensure dependencies are installed
       new  2cd39a8   Fix #4: removed debug statement
       new  d19fd1d   Version bump 2.0.4
       new  daa9c71   Removed useless statement.
       new  5022c6c   Removed blank line
       new  68b5a02   Version bump 2.0.5
       new  0759002   Fix #5: make event type list an option
       new  0ebb98a   Version bump 2.0.6
       new  5dc877b   Update script.js
       new  de34df9   Update all.html
       new  0be9c25   Django 1.6 and python 3 support
       new  21a7ad2   Tests now require six
       new  9f85b7d   last comma
       new  2c7578a   Fix TypeError: <lambda>() takes no arguments (1 given)
       new  7e25d55   Django 1.6 support
       new  175c87b   Fixed ViewsTestCase
       new  b6e1c03   Django 1.6 support for python setup.py test
       new  568d4c4   Merge branch 'master' of https://github.com/autodidacticon/django-session-security into autodidacticon-master
       new  e134fb3   [ci skip] Version bump 2.1.0
       new  9c86840   Promote to production/stable [ci skip]
       new  5e142f2   Added @autodidactition to AUTHORS
       new  fe69d1a   Added utils to full documentation
       new  3517f1e   Version bump 2.1.1 [ci skip]
       new  80d4e43   Added missing AUTHORS entry [ci skip]
       new  35e7967   Template update: use {% static %} instead of {{ STATIC_URL }}
       new  e9c2258   Version bump 2.1.2 [ci skip]
       new  807a084   Added Brazilian Portuguese Translation
       new  1c7c38d   Fix reference line on comment and increase version
       new  3f841bd   Increase version, add autor
       new  d287821   Merge pull request #8 from luzfcb/add-pt_BR-translation
       new  4bde605   Removed mo files which are generated on the fly by setup.py
       new  f06295c   Try last known working selenium version on travis
       new  7a6eba3   Keep pip freeze output as build artifact
       new  37f6c5f   Ensure that the last activity isnt from the future; prevents issues in situations where clocks are out of sync between machines
       new  a554581   Merge pull request #13 from krillr/master
       new  de82e2d   Add test for when last logged activity is in future
       new  d04845e   Compare to timedelta instead to avoid oddities with Pythons implementation of timedeltas
       new  7e36715   Added myself (krillr) to AUTHORS
       new  2697165   Merge pull request #14 from krillr/master
       new  9a406ba   Version bump 2.1.4
       new  1b2f4d9   Fixing import error that shows up under Django 1.5
       new  da51ce3   Merge pull request #16 from qwindelzorf/master
       new  ee03f4a   Fixin l10n error with long numbers - ie. 10000 was 10,000 which broke script
       new  cef5505   Merge pull request #17 from jacoor/master
       new  45aad15   Added @jacoor to AUTHORS
       new  c18e23d   Version bump 2.1.5
       new  369f7af   add spanish translation
       new  0b418d7   Merge pull request #18 from jantoniomartin/spanish-translation
       new  fc8c1a3   Delete compiled file
       new  f6a7e0c   Version bump 2.1.6
       new  ba0a169   Use consistent formatting
       new  6fb648a   Merge pull request #19 from scottsexton/bugfix-isoformat-microseconds
       new  73a98f3   Added @scottsexton to AUTHORS
       new  cea64bf   Version bump 2.1.7
       new  d8ec759   Pre-compile .mo.
       new  0d091f4   CHANGELOG update
       new  fa9a300   Version bump 2.2.0
       new  67bfd37   Supporting custom 'EXPIRE_AFTER' value to handle use case such as use-defined expire value.
       new  3c61ae4   Respect SESSION_SECURITY_ namespace & updated documentation
       new  8039c44   PEP8 fixes
       new  7f60882   Get rid of the annoying 'Not Found: /favicon.ico' during test
       new  4adc7ff   Add requirements for development
       new  8ebb973   Use self.browser.switch_to.window to resolve 'DeprecationWarning'
       new  9bc0b3c   Update docs;Added WARN_BEFORE value;Handle WARN_AFTER values for custom/user-defined use cases;All tests passed
       new  9dddd4d   Testing custom EXPIRE_AFTER/WARN_AFTER in session and ensure that it's an int and above 60 seconds
       new  425b515   Updated unittests--work in progress
       new  eeaed98   Monkey patching the custom settings-Middleware tests now passed
       new  113394f   Brought the entire project into PEP8 compliant. Ignored import but unused warnings though
       new  f862862   Fixed type checking to using isinstance
       new  f2e8809   Polish translation
       new  92d7dd4   Spell fix in french translation
       new  547f8a4   Revert "Delete compiled file"
       new  53e4151   Delete compiled file
       new  114e028   Center the modal on the viewport
       new  8b2cb1f   Merge pull request #24 from johndgiese/patch-1
       new  4a9a2c9   Version bump 2.2.1
       new  5f98722   fixes an edge bug discovered in multithreaded environments bug explained here: http://code-trick.com/python-bug-attribute-error-_strptime/ python bug report: http://bugs.python.org/issue7980
       new  13098ca   Merge pull request #23 from nirgal/french-translation
       new  5721fc5   Merge pull request #21 from mpasternak/master
       new  c101b56   Merge remote-tracking branch 'origin/pr/20'
       new  48cd7ca   Merge branch 'master' of https://github.com/yourlabs/django-session-security
       new  c6dda7e   attempt to fix travis build
       new  6e605c1   Try to fix travis-ci configuration
       new  0bdc76c   Added django 1.7 to .travis-ci
       new  43ae737   Trying direct call to manage.py in .travis.yml
       new  04825b0   Removed neoskills irc channel
       new  1fdbdce   Support migrated django.contrib.auth
       new  413552b   Support django 1.7 in tests
       new  c9ff020   Merge branch 'master' of https://github.com/mschettler/django-session-security into mschettler-master
       new  100552d   Revert "Merge remote-tracking branch 'origin/pr/20'"
       new  30c32ca   Version bump 2.2.2 [ci skip]
       new  63af367   First version
       new  581f55b   Improve copyright information
       new  3021588   Merge upstream 2.2.2 into debian/sid
       new  3f0ef0a   changelog: Target experimental, version is 2.2.2
       new  f8dd0be   rm d/missing-source/django.es.po
       new  ddb137b   Update copyright file with lastest authors

The 175 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-session-security.git



More information about the Python-modules-commits mailing list