2012-09-29 13:38:19 +00:00
|
|
|
MANIFEST.in
|
|
|
|
README.txt
|
|
|
|
setup.cfg
|
|
|
|
setup.py
|
|
|
|
Brie.egg-info/PKG-INFO
|
|
|
|
Brie.egg-info/SOURCES.txt
|
|
|
|
Brie.egg-info/dependency_links.txt
|
|
|
|
Brie.egg-info/entry_points.txt
|
|
|
|
Brie.egg-info/paster_plugins.txt
|
|
|
|
Brie.egg-info/requires.txt
|
|
|
|
Brie.egg-info/top_level.txt
|
|
|
|
brie/__init__.py
|
|
|
|
brie/websetup.py
|
|
|
|
brie/config/__init__.py
|
|
|
|
brie/config/app_cfg.py
|
|
|
|
brie/config/environment.py
|
2013-02-21 22:43:33 +00:00
|
|
|
brie/config/groups_enum.py
|
2013-01-13 17:25:35 +00:00
|
|
|
brie/config/ldap_config.py
|
2012-09-29 13:38:19 +00:00
|
|
|
brie/config/middleware.py
|
|
|
|
brie/controllers/__init__.py
|
2013-02-21 22:43:33 +00:00
|
|
|
brie/controllers/administration.py
|
2013-01-13 17:25:35 +00:00
|
|
|
brie/controllers/auth.py
|
|
|
|
brie/controllers/edit.py
|
2013-02-21 22:43:33 +00:00
|
|
|
brie/controllers/error.py
|
2013-01-13 17:25:35 +00:00
|
|
|
brie/controllers/rooms.py
|
2012-09-29 13:38:19 +00:00
|
|
|
brie/controllers/root.py
|
2013-01-13 17:25:35 +00:00
|
|
|
brie/controllers/show.py
|
2012-09-29 13:38:19 +00:00
|
|
|
brie/controllers/template.py
|
|
|
|
brie/i18n/ru/LC_MESSAGES/brie.po
|
|
|
|
brie/lib/__init__.py
|
|
|
|
brie/lib/app_globals.py
|
2013-02-21 22:43:33 +00:00
|
|
|
brie/lib/aurore_helper.py
|
2012-09-29 13:38:19 +00:00
|
|
|
brie/lib/base.py
|
|
|
|
brie/lib/helpers.py
|
2013-01-13 17:25:35 +00:00
|
|
|
brie/lib/ldap_helper.py
|
2012-09-29 13:38:19 +00:00
|
|
|
brie/model/__init__.py
|
|
|
|
brie/model/auth.py
|
2013-03-23 19:05:38 +00:00
|
|
|
brie/model/briedb.py
|
2013-01-13 17:25:35 +00:00
|
|
|
brie/model/camembert.py
|
|
|
|
brie/model/ldap.py
|
2012-09-29 13:38:19 +00:00
|
|
|
brie/public/favicon.ico
|
2013-01-13 17:25:35 +00:00
|
|
|
brie/public/css/common.css
|
|
|
|
brie/public/css/edit.css
|
|
|
|
brie/public/css/rooms.css
|
|
|
|
brie/public/css/show.css
|
2012-09-29 13:38:19 +00:00
|
|
|
brie/public/css/style.css
|
|
|
|
brie/templates/__init__.py
|
|
|
|
brie/templates/index.html
|
2013-01-13 17:25:35 +00:00
|
|
|
brie/templates/login_widget.html
|
2013-02-21 22:43:33 +00:00
|
|
|
brie/templates/administration/__init__.py
|
|
|
|
brie/templates/administration/index.html
|
2013-01-13 17:25:35 +00:00
|
|
|
brie/templates/auth/__init__.py
|
|
|
|
brie/templates/auth/login.html
|
|
|
|
brie/templates/edit/__init__.py
|
|
|
|
brie/templates/edit/error.html
|
|
|
|
brie/templates/edit/import_from.html
|
|
|
|
brie/templates/edit/member.html
|
|
|
|
brie/templates/edit/member_room_interface_edit_views.html
|
|
|
|
brie/templates/edit/room.html
|
|
|
|
brie/templates/edit/wifi.html
|
2013-02-21 22:43:33 +00:00
|
|
|
brie/templates/error/__init__.py
|
|
|
|
brie/templates/error/permission_denied.html
|
2013-01-13 17:25:35 +00:00
|
|
|
brie/templates/models/__init__.py
|
|
|
|
brie/templates/models/about.html
|
|
|
|
brie/templates/models/authentication.html
|
|
|
|
brie/templates/models/debug.html
|
|
|
|
brie/templates/models/error.html
|
|
|
|
brie/templates/models/footer.html
|
|
|
|
brie/templates/models/header.html
|
|
|
|
brie/templates/models/index.html
|
|
|
|
brie/templates/models/login.html
|
|
|
|
brie/templates/models/master.html
|
|
|
|
brie/templates/models/sidebars.html
|
|
|
|
brie/templates/rooms/__init__.py
|
|
|
|
brie/templates/rooms/index.html
|
|
|
|
brie/templates/show/__init__.py
|
|
|
|
brie/templates/show/error.html
|
|
|
|
brie/templates/show/member.html
|
|
|
|
brie/templates/show/member_room_interface_views.html
|
|
|
|
brie/templates/show/room.html
|
2012-09-29 13:38:19 +00:00
|
|
|
brie/tests/__init__.py
|
|
|
|
brie/tests/functional/__init__.py
|
|
|
|
brie/tests/functional/test_authentication.py
|
|
|
|
brie/tests/functional/test_root.py
|
|
|
|
brie/tests/models/__init__.py
|
|
|
|
brie/tests/models/test_auth.py
|