用于共享文件的ztfy应用程序

ztfy.sendit的Python项目详细描述


Introduction

sendit是一个小包,它提供了一个应用程序,通过身份验证的用户可以 用于向远程联系人发送文件,如在Sendit网站中。

它的主要用例是用于组织内部想要共享文档的主体 使用他们的远程联系人;可以通过任何注册的身份验证来选择联系人 插件。

您可以自定义应用程序,以便仅打开或进行外部用户注册 根据组织内部的原则。

HISTORY

0.1.20

  • added packet backup time option of 8 weeks

0.1.19

  • force packet registration in outbox display
  • force unicode in packet history attributes

0.1.18

  • small correction in XML-RPC API to add check on packet description

0.1.17

  • added views to allow registered users to receive a new profile activation message
  • added minified resources

0.1.16

  • make user login case insensitive

0.1.15

  • added “trusted_redirects” attribute in security configuration interface to allow usage of application behind an application firewall using another protocol (HTTP / HTTPS)

0.1.14

  • use all file content instead of 4Kb sample to extract MIME type to prevent errors when checking MS-Office files

0.1.13

  • use (I)I18nBaseContent classes from “ztfy.i18n” package
  • add tests to correctly handle admin account in dev-mode

0.1.12

  • user new “getMagicContentType()” function from ztfy.extfile package

0.1.11

  • add missing permissions to application administrator role

0.1.10

  • use unicode when defining default user’s profile company name

0.1.9

  • use last ZTFY.base and ZTFY.skin interfaces and classes

0.1.8

  • added new ztfy.appskin IApplicationResources interface adapter

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

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
如何使用Java解析Html并将结果作为字符串   java我的switch语句有点问题   java在注册后为新用户生成唯一的用户ID   Java 8 lambda表达式字节码一致性   Java应用程序的playframework类型安全控制台配置   java将mxGraph导出到SVG(或任何类型的图像)   业务逻辑之前的java执行方法   LinkedList输出null的Java实现   java需要帮助检查值是否为1   java Delaunay三角形点连通性?   使用setImageResource的java相对路径   java获取方法所消耗的时间   正则表达式当字符串不匹配时,为什么javagrok返回最后一次成功匹配?   java在Spring批处理作业之后触发Spring集成出站适配器   集合Java按降序遍历映射集,返回所需的输出   代表设计模式在Swagger生成代码中的java意义?   如何使用Java代码将Sql Server的数据(行)实时复制到MySql中?