Commit Graph

489 Commits

Author SHA1 Message Date
Benjamin Dauvergne 0025f5d7d5 in trace display, add link to users pages, make clik on username filter by that username 2011-09-02 16:29:08 +02:00
Benjamin Dauvergne b63b3d8a34 fix spelling in mail reset email
Closes #643
2011-09-02 16:27:41 +02:00
Benjamin Dauvergne 2697bb041c update notification mail body 2011-09-02 14:23:26 +02:00
Benjamin Dauvergne bed6fca81f remove "étant" from the notification email 2011-09-02 11:56:57 +02:00
Benjamin Dauvergne b84e75b0a4 update notification mail template 2011-09-01 16:23:44 +02:00
Benjamin Dauvergne b8188496c0 update message details title 2011-09-01 13:53:33 +02:00
Benjamin Dauvergne eabf7bb521 add sending limitation access to mailing list admins 2011-09-01 12:32:15 +02:00
Benjamin Dauvergne 89165b2c14 do not remove users when dumping the list as csv 2011-09-01 12:23:33 +02:00
Benjamin Dauvergne 9dfaba6616 add a dump-users-csv command 2011-09-01 12:19:30 +02:00
Benjamin Dauvergne e59edfcac6 allow administrators to view traces 2011-09-01 12:16:32 +02:00
Benjamin Dauvergne 3dd0ad8f67 add a model to contain sending limitations 2011-08-31 22:34:40 +02:00
Benjamin Dauvergne b70504167e change template for docbow user admin change form 2011-08-31 11:18:39 +02:00
Benjamin Dauvergne 4708286157 fix typo on exception name 2011-08-31 11:10:14 +02:00
Benjamin Dauvergne d1c5918190 do not let inactive user received documents
Closes #666.
2011-08-30 22:32:02 +02:00
Benjamin Dauvergne 38477d27de fix log calls in models signals 2011-08-30 22:31:13 +02:00
Benjamin Dauvergne 67c03f3586 update translations of log messages 2011-08-30 22:21:24 +02:00
Benjamin Dauvergne f1635ccf3e replace all use of edit-delete.png by poubelle.png 2011-08-30 22:15:20 +02:00
Benjamin Dauvergne 1bf0ec6abc update translations 2011-08-30 22:13:49 +02:00
Benjamin Dauvergne 07d1aad866 remove last use of python 2.6 formatting 2011-08-30 22:13:33 +02:00
Benjamin Dauvergne cc782c41fa change name of contact group, add it to group fixture 2011-08-30 21:47:50 +02:00
Benjamin Dauvergne d6895e596c replace cross button by a trashcan 2011-08-30 21:36:38 +02:00
Benjamin Dauvergne 1f03195f16 replace the yellow star by a blue bullet 2011-08-30 21:36:38 +02:00
Benjamin Dauvergne dbb0e010ad do not log automatic modifications to the user objects (mainly for the last_connection_time update) 2011-08-30 21:36:34 +02:00
Benjamin Dauvergne 8d9e31b9b0 import signals module in the admin, to be sure it is loaded at application initialisation 2011-08-25 17:13:47 +02:00
Benjamin Dauvergne fa7f4368b3 in db logger do not fails when user or ip is missing 2011-08-25 11:36:54 +02:00
Benjamin Dauvergne 96732e41d7 add rue du chateau ip as internal ip 2011-08-25 10:38:06 +02:00
Benjamin Dauvergne 5776b250e2 log warning to db 2011-08-25 09:11:45 +02:00
Benjamin Dauvergne 8109e4a0ef add level specifier to docbow and django.request loggers 2011-08-25 09:09:04 +02:00
Benjamin Dauvergne d3a5129851 Do not load the debug toolbar middleware in the production settings 2011-08-25 09:08:40 +02:00
Benjamin Dauvergne 81f365117e remove debugging statement 2011-08-25 09:07:23 +02:00
Benjamin Dauvergne 3399ded17c change logging configuration 2011-08-24 18:16:23 +02:00
Benjamin Dauvergne a925b65ae3 launch the logger handler thead as late as possible 2011-08-24 18:16:00 +02:00
Benjamin Dauvergne 4c27c4715a archive: encode data to utf-8 before exporting to csv files 2011-08-24 17:11:12 +02:00
Benjamin Dauvergne 6fc50a2e6f archive: cleanup file storage when archiving 2011-08-24 17:11:10 +02:00
Benjamin Dauvergne c199d97a84 fix wrong usage of the upload view 2011-08-24 16:38:16 +02:00
Benjamin Dauvergne 51ceca567f remove debugging statement 2011-08-24 16:35:18 +02:00
Benjamin Dauvergne 325702abd5 fix wrong argument name to inbox-by-document-message view 2011-08-24 16:32:27 +02:00
Benjamin Dauvergne 0df219a9ea fix backoffice menu display when user is not an admin 2011-08-24 16:30:10 +02:00
Benjamin Dauvergne d7c73acb1e fix link to received documents in notification mails 2011-08-24 16:27:09 +02:00
Benjamin Dauvergne 0bb6d4bf8d fix default from email 2011-08-24 16:15:40 +02:00
Benjamin Dauvergne a3ec02b0a1 fix styling of the backoffice menu (bis) 2011-08-24 16:05:05 +02:00
Benjamin Dauvergne be1ce178a8 fix styling of the backoffice menu 2011-08-24 16:04:16 +02:00
Benjamin Dauvergne 1ec963436f fix menu link to the backoffice 2011-08-24 16:02:40 +02:00
Benjamin Dauvergne 92ce3486dc create a backoffice and an admin section
- listing have been simplified for most object in the backoffice
- link to their documents have been added to user pages
- attached files can be downloaded from the backoffice
- all fields in the backoffice are read-only
- /superadmin is reserved to superusers (the hosting organisation)
- link to attached file are displayed directly in listing views
2011-08-24 15:53:25 +02:00
Benjamin Dauvergne 0c9ed8bdc5 proxy the is_active property for delegate users
Closes #654
2011-08-24 15:51:27 +02:00
Benjamin Dauvergne a8eca61df9 traces: add filtering by domain name 2011-08-24 12:07:56 +02:00
Benjamin Dauvergne 77117ae53d load-users-csv: filter out empty profile names 2011-08-24 12:07:05 +02:00
Benjamin Dauvergne 49ac125d62 remind the platform name in password reset emails
Closes #643
2011-08-23 18:12:32 +02:00
Benjamin Dauvergne 3143607c31 FileForm: add a button to clear the recipients filter
A little bit hacky...

Closes #647
2011-08-23 17:51:12 +02:00
Benjamin Dauvergne 7054befbd3 PasswordResetForm: log the username, not the full name 2011-08-23 16:11:28 +02:00