Dependencies
- distribute
- fanstatic
- hurry.query
- uuid
- z3c.form
- z3c.formjs
- z3c.jsonrpc
- z3c.language.negotiator
- z3c.language.switch
- z3c.table
- zc.catalog
- zope.annotation
- zope.app.content
- zope.app.file
- zope.app.publication
- zope.authentication
- zope.browserpage
- zope.catalog
- zope.component
- zope.componentvocabulary
- zope.container
- zope.dublincore
- zope.event
- zope.i18n
- zope.i18nmessageid
- zope.interface
- zope.intid
- zope.lifecycleevent
- zope.location
- zope.pluggableauth
- zope.principalannotation
- zope.processlifetime
- zope.publisher
- zope.schema
- zope.security
- zope.sendmail
- zope.site
- zope.tales
- zope.traversing
- ztfy.appskin
- ztfy.blog
- ztfy.captcha
- ztfy.extfile
- ztfy.file
- ztfy.i18n
- ztfy.jqueryui
- ztfy.mail
- ztfy.scheduler
- ztfy.security
- ztfy.skin>=0.5.4
- ztfy.utils>=0.4.4
- [test] zope.testing
Introduction
ztfy.sendit is a small package which provides an application which authenticated users can use to send files to remote contacts, like in SendIt web site.
It's main use case is for principals from inside an organization who want to share documents with their remote contacts; contacts selection can be done via any registered authentication plug-in.
You can customize your application so that external users registration is opened or made only by organization's inner principals.
- Thierry Florac <tflorac@ulthar.net> - Author
HISTORY
0.1.7
- french translation update
0.1.6
- corrected handling of non-unicode inputs in XML-RPC services
- corrected display condition of dashboard legend
- removed unnecessary output from scheduler tasks
0.1.5
- added XML-RPC services with client module
0.1.4
- apply empty string instead of null value in principals description to allow plug-ins search methods to operate without error
- updated quota usage progress indicator image for quota usage greater than 100%
0.1.3
- removed unneeded check about "open registration" setting in registration confirmation form
- added quota usage gauge in dashboard and outbox
- added external users domain name in recipients search widget
- small change in packet reject message
- correctly handle null values in MIME type filter plug-in
0.1.2
- updated login form to prevent storage of bad credentials in session
0.1.1
- modifications in login form
- CSS classes updates
0.1.0
- first release