Skip to main content

Free Open Source Electronic Document Management System

Project description

pypi builds coverage python license docker_pulls docker_stars docker_layers

https://gitlab.com/mayan-edms/mayan-edms/raw/master/docs/_static/mayan_logo.png

Mayan EDMS is a document management system. Its main purpose is to store, introspect, and categorize files, with a strong emphasis on preserving the contextual and business information of documents. It can also OCR, preview, label, sign, send, and receive thoses files. Other features of interest are its workflow system, role based access control, and REST API.

https://gitlab.com/mayan-edms/mayan-edms/raw/master/docs/_static/overview.gif

The easiest way to use Mayan EDMS is by using the official Docker image. Make sure Docker is properly installed and working before attempting to install Mayan EDMS.

For the complete set of installation instructions visit the Mayan EDMS documentation at: http://mayan.readthedocs.io/en/latest/topics/installation.html

Hardware requirements

  • 2 Gigabytes of RAM (1 Gigabyte if OCR is turned off).

  • Multiple core CPU (64 bit, faster than 1 GHz recommended).

Important links

3.1 (2018-09-17)

  • Improve database vendor migration support

  • Add convertdb management command.

  • Add error checking to the crop transformation arguments.

  • Update dropzone.js’ timeout from 30 seconds to 120 to allow upload of large files on slow connections.

  • Increase gunicorn’s timeout from 30 seconds to 120.

  • Update packages versions: Pillow:5.2.0, PyYAML:3.13, django-environ:0.4.5, django-model-utils:3.1.2, django-mptt:0.9.1, django-widget-tweaks: 1.4.2, flanker:0.9.0, flex:6.13.2, furl:1.2, gevent:1.3.5, graphviz: 0.8.4, gunicorn:19.9.0, pyocr:0.5.2, python-dateutil:2.7.3

  • Remove use of django-compressor and cssmin now that the project used Whitenoise.

  • Display error when attempting to recalculate the page count of an empty document (document stub that has no document version).

  • Add support for client side caching of document page images. The time the images are cached is controlled by the new setting DOCUMENTS_PAGE_IMAGE_CACHE_TIME which defaults to 31556926 seconds (1 year).

  • The document quick label selection field now uses a select2 widget.

  • Include querystring when force reload of a bare template view.

  • Speed up document image fade in reveal.

  • Use reseteable timer to ensure more document panels heights are matched.

  • Rewrote Mayan’s Javascript suite MayanApp into ECMAScript2015.

  • Remove use is waitForJQuery.

  • Remove code statistics from the documentation.

  • Remove the pending work chapter. This is now available in the Wiki: wiki.mayan-edms.com

  • Unify template title rendering.

  • Add support for template subtitles.

  • Make sure the on entry action of the initial state of workflows executes on document creation.

  • Add new document app events: document type created and document type edited.

  • Add link to document type events.

  • Add new metadata app events: metadata type created, metadata type edited, metadata type to document type relationship update.

  • Add link to metadata type events.

  • Add support for subscribing to metadata type events.

  • Add link to view the events of a tag.

  • Add support for subscribing to the events of a tag.

  • Add the tag events view permissions to the tag model ACL.

  • Hide the title link of documents in the trash.

  • Add support for document metadata events: add, edit and remove.

  • Add workflow action to update the label and description of a document.

  • Add COMMON_PROJECT_TITLE as a setting option to customize the title string.

  • Add support for YAML configuration files.

  • Add support for editing setting options and saving them using the new YAML configuration file support.

  • Add new revertsettings management command.

  • Add new permission to edit setting via the UI.

  • Renamed setting LOCK_MANAGER_DEFAULT_BACKEND to LOCK_MANAGER_BACKEND.

  • Add help texts to more setting options.

  • Add ACL support for metadata types.

  • Add cascade permission checks for links. Avoid allowing users to reach a empty views because they don’t access to any of the view’s objects.

  • Apply link permission cascade checks to the message of the day, indexing and parsing, setup link.

  • Add ACL support to the message of the day app.

  • The index rebuild permission can now be set as part of the index ACL for each individual index.

  • Add cascade permission check to the index rebuild tool link.

  • The index rebuild tool now responds with the number of indexes queued to rebuild instead of a static acknowledment.

  • Add missing permission check to the document duplicate scan link.

  • Add new document indexing permission. This permission allows user to view an index instance as opposed to the current permission which allows viewing an index definiton on the setup menu.

  • Add support to conditionally disable menus.

  • Disable the Tags menu when the user doesn’t have the tag create permission or the tag view access for any tag.

  • Disable the Cabinets menu when the user doesn’t have the cabinet create permission or the cabinet view permission for any cabinet.

  • Update forum link in the about menu.

  • Only show the settings namespace list link where it is relevant.

  • Add support for the fillcolor argument to the rotate transformation.

  • Sort documents by label.

  • Add recently added document list view. The setting DOCUMENTS_RECENT_COUNT has been renamed to DOCUMENTS_RECENT_ACCESS_COUNT. New setting DOCUMENTS_RECENT_ADDED_COUNT added.

  • Use platform independant hashing for transformations.

  • Add support to the ObjectActionMixin to report on instance action failures. Add also an error_message class property and the new ActionError exception.

  • Add favorite documents per user. Adds new setting option DOCUMENTS_FAVORITE_COUNT.

  • Add new class based dashboard widget. This new widget supports subclassing and is template based. All exising widgets have been converted. ACL filtering was added to the widget results.

  • In addition to the document view permission, the checkout detail view permission is now needed to view the list of checked out document.

  • After queuing a chart for update, the view will now redirect to the same chart.

  • The multiple document action dropdown is now sorted alphabetically.

  • Improve statistics subclassing. Split class module into classes and renderers.

  • Sort facet link, object, secondady and sidebar actions.

  • Add support for extended templates when there are no results.

  • Add help messages and useful links to several apps when there are no results available.

  • Add a new column to settings showing if they are overrided via environment variable.

  • The official config filename is config.yml.

  • Interpret ALLOWED_HOSTS as YAML.

  • Don’t show the document types of an index instance.

  • Add the tag created and tag edited events.

  • Add support for blocking the changing of password for specify users.

  • Add support for changing the HOME_VIEW, LOGIN_URL and LOGIN_REDIRECT_URL from the settings view.

  • Instead of the document content view, the document type parsing setup permissions is now required to view the parsing error list.

  • The document type parsing setup permission can now be granted for individual document types.

  • Add link to view a specific page’s OCR content.

  • Remove the duplicated setting pdftotext_path from the OCR path. This is now handled by the document parsing app.

  • Implement partial refresh of the main menu.

  • Remove usage of pace.js. Would cause XMLRequest to fallback to synchronous mode.

  • Add custom AJAX spinner.

  • Complete refactor of the compress archive class support. Closes GitLab issue #7.

  • Add support for preserving the extension of document files when using the quick label feature. Added to the document properties edit view and the document upload view. Closes GitLab issue #360.

  • Add new dashboard item to display the total page count.

  • Show the document type being uploaded in the source view title.

  • Setting SOURCE_SCANIMAGE_PATH is now SOURCES_SCANIMAGE_PATH.

  • Refactor the staging file image generation to support background task generation, caching and cache sharing.

  • New queue: sources_fast. Used for staging file generation.

  • New settings: SOURCES_STAGING_FILE_CACHE_STORAGE_BACKEND and SOURCES_STAGING_FILE_CACHE_STORAGE_BACKEND_ARGUMENTS to control where and how staging file caching is done.

  • Fix an egde case on the document indexing where an empty node could be left behind.

  • Improve the speed of the document indexing.

  • Move the matchHeight call from lazy loading to image loading. Reduces the chance of wrongly sized cards.

  • Generalize the Javascript menu rendering into an API for templates that only refresh the menu when there are changes. Closes GitLab issue #511. Thanks to Daniel Carrico @daniel1113 for the report.

  • Refactor the ModelAttribute class into two separate classes: ModelAttribute for executable model attributes and ModelField for actual ORM fields.

  • Expose more document fields for use in smart links.

  • The size of the document type label field has been increased from 32 to 96 characters.

  • Add file_size and datetime fields to the DocumentPageCachedImage model.

  • Make icon classes file template based.

  • Add the current step and total steps of a wizard in the template context.

3.0.3 (2018-08-17)

  • Tags app: Add explicit casting of escaped tag labels to prevent exploit of cross site scripting. Thanks to Lokesh (@lokesh1095) for the report and proposed solutions. Closes GitLab issue #496.

  • Tags app: Add explicit post action redirect for the tag attach and tag remove actions when working on a single document.

3.0.2 (2018-08-16)

  • Docker install script: Default to verbose.

  • Docker install script: Increase startup timer to 10 seconds.

  • Docker install script: Allow configuring the PostgreSQL port.

  • Documentation: Add deployment step that configures Redis to discard unused task data when it runs out of memory.

  • Index app: Add natural key support to the Index model.

  • Mailer app: Add natural key support to the mailer app.

  • Cabinets: Redirect to the cabinet list view after creating a new cabinet.

  • Builds: Limit the number of branches that trigger the full test suit.

  • Converter app: Fix crop transformation argument parsing.

  • Converter app: Add error checking to the crop transformation arguments. Thanks to Jordan Wages (@wagesj45) for the report and investigation on the issue. Closes GitLab issue #490

  • Common app: Fix post login redirection to honor the ?next= URL query string argument. Thanks go to K.C. Wong (@dvusboy1). Closes GitLab issue #489.

  • Docker install script: Detect if Docker installed and provide help text if not.

  • Sources app: Update dropzone.js’ timeout from 30 seconds to 120 to allow upload of large files on slow connections.

  • Documentation: Increase gunicorn’s timeout from 30 seconds to 120.

  • Documents app: Display error when attempting to recalculate the page count of an empty document (document stub that has no document version).

  • Appearance app: Include querystring when force reload of a bare template view.

  • Documents app: Fix trashed document count and document page count swapped dashboard icons.

  • Documents app: Rename the multi document download link from “Download” to “Advanced download” for consistency.

  • Documentation: Remove code statistics from the documentation.

  • Documentation: Remove the pending work chapter. This is now available in the Wiki: wiki.mayan-edms.com

  • Appearance app: Add support for hiding a links icon. Hide all object menu links’ icons.

  • Documents app: Hide the title link of documents in the trash.

  • Workflow app: Define a redirection after workflow actions are edited.

  • Appearance app: avoid setting window.location directly to avoid exploit of cross site scripting. Thanks to Lokesh (@lokesh1095) for the report and solution. Closes GitLab issue #494.

  • Cabinets app: Escape cabinet labels to avoid possible exploit of cross site scripting. Thanks to Lokesh (@lokesh1095) for the report and proposed solutions. Closes GitLab issue #495.

  • Language translation synchonization.

3.0.1 (2018-07-08)

  • Pin javascript libraries to specific versions to avoid using potentianlly broken updates automatically. GitLab issue #486.

  • French and Polish language translation updates.

  • Merge request #25. Thanks to Daniel Albert @esclear for the patch.

3.0 (2018-06-29)

  • Rename the role groups link label from “Members” to “Groups”.

  • Rename the group users link label from “Members” to “Users”.

  • Don’t show full document version label in the heading of the document version list view.

  • Show the number of pages of a document and of document versions in the document list view and document versions list views respectively.

  • Display a document version’s thumbnail before other attributes.

  • User Django’s provided form for setting an users password. This change allows displaying the current password policies and validation.

  • Add method to modify a group’s role membership from the group’s view.

  • Rename the group user count column label from “Members” to “Users”.

  • Backport support for global and object event notification. GitLab issue #262.

  • Remove Vagrant section of the document. Anything related to Vagrant has been move into its own repository at: https://gitlab.com/mayan-edms/mayan-edms-vagrant

  • Add view to show list of events performed by an user.

  • Allow filtering an event list by clicking on the user column.

  • Display a proper message in the document type metadata type relationship view when there are no metadata types exist.

  • Require the document view permission to view trashed documents.

  • Make the multi object form perform an auto submit when the value is changed.

  • Improved styling and interaction of the multiple object action form.

  • Add checkbox to allow selecting all item in the item list view.

  • Revise and improve permission requirements for the documents app API.

  • Downloading a document version now requires the document download permission instead of just the document view permission.

  • Creating a new document no longer works by having the document create permission in a global manner. It is now possible to create a document via the API by having the document permission for a specific document type.

  • Viewing the version list of a document now required the document version view permission instead of the document view permission.

  • Not having the document version view permission for a document will not return a 403 error. Instead a blank response will be returned.

  • Reverting a document via API will new require the document version revert permission instead of the document edit permission.

  • Fix permission filtering when performing document page searching.

  • Fix cabinet detail view pagination.

  • Update project to work with Django 1.11.11.

  • Fix deprecations in preparation for Django 2.0.

  • Improve permission handling in the workflow app.

  • The checkedout detail view permission is now required for the checked out document detail API view.

  • Switch to a resource and service based API from previous app based one.

  • Add missing services for the checkout API.

  • Fix existing checkout APIs.

  • Update API vies and serializers for the latest Django REST framework version. Replace DRF Swagger with DRF-YASG.

  • Update to the latest version of Pillow, django-activity-stream, django-compressor, django-cors-headers, django-formtools, django-qsstats-magic, django-stronghold, django-suit, furl, graphviz, pyocr, python-dateutil, python-magic, pytz, sh.

  • Update to the latest version the packages for building, development, documentation and testing.

  • Add statistics script to produce a report of the views, APIs and test for each app.

  • Merge base64 filename patch from Cornelius Ludmann.

  • SearchModel retrun interface changed. The class no longer returns the result_set value. Use the queryset returned instead.

  • Update to Font Awesome 5.

  • Turn Mayan EDMS into a single page app.

  • Split base.js into mayan_app.js, mayan_image.js, partial_navigation.js.

  • Add a HOME_VIEW setting. Use it for the default view to be loaded.

  • Fix bug in document page view. Was storing the URL and the querystring as a single url variable.

  • Use history.back instead of history.go(-1).

  • Don’t use the previous variable when canceling a form action. Form now use only javascript’s history.back().

  • Add template and modal to display server side errors.

  • Remove the unused scrollable_content internal feature.

  • Remove unused animate.css package.

  • Add page loading indicator.

  • Add periodic AJAX workers to update the value of the notifications link.

  • Add notification count inside a badge on the notification link.

  • Add the MERC specifying javascript library usage.

  • Documents without at least a version are not scanned for duplicates.

  • Use a SHA256 hex digest of the secret key at the name of the lockfile. This makes the generation of the name repeatable while unique between installations.

  • Squashed apps migrations.

  • Convert document thumbnails, preview, image preview and staging files to template base widgets.

  • Unify all document widgets.

  • Display resolution settings are now specified as width and height and not a single resolution value.

  • Printed pages are now full width.

  • Move the invalid document markup to a separate HTML template.

  • Update to Fancybox 3.

  • Update to jQuery 3.3.1

  • Move transfomations to their own module.

  • Split documents.tests.test_views into base.py, test_deleted_document_views.py, test_document_page_views.py, test_document_type_views.py, test_document_version_views.py, test_document_views.py, test_duplicated_document_views.py

  • Sort smart links by label.

  • Rename the internal name of the document type permissions namespace. Existing permissions will need to be updated.

  • Add support for OR type searches. Use the “OR” string between the terms. Example: term1 OR term2.

  • Removed redundant permissions checks.

  • Move the page count display to the top of the image.

  • Unify the way to gather the project’s metadata. Use mayan.__XX__ and a new common tag named {% project_information ‘’ %}

  • Return to the same source view after uploading a document.

  • Add new WizardStep class to decouple the wizard step configuration.

  • Add support for deregister upload wizard steps.

  • Add wizard step to insert the document being uploaded to a cabinet.

  • Fix documentation formatting.

  • Add upload wizard step chapte.

  • Improve and add additional diagrams.

  • Change documenation theme to rtd.

  • Fix carousel item height issues.

  • Add the “to=” keyword argument to all ForeignKey, ManayToMany and OneToOne Fields.

  • Add Makefile target to check the format of the README.rst file.

  • Mark the feature to detect and fix the orientatin of PDF as experimental.

  • Don’t show documents with 0 duplicates in the duplicated document list.

  • Clean up the duplicated document model after a document is deleted.

  • Add support for roles ACLs.

  • Add support for users ACLs.

  • Add support for groups ACLs.

  • Sort permission namespaces and permissions in the role permission views.

  • Invert the columns in the ACL detail view.

  • Fix issue #454. Thanks to Andrei Korostelev @kindkaktus for the issue and the solution.

  • Update the role permission edit view require the permission grant or permission revoke permissions for the selected role.

  • Only show the new document link if the user has access to create documents of at least one document type. GitLab Issue #302. Thanks to kg @kgraves.

  • Support passing arguments to the document, document cache and document signatures storage backends. New settings: DOCUMENTS_STORAGE_BACKEND_ARGUMENTS, DOCUMENTS_CACHE_STORAGE_BACKEND_ARGUMENTS, SIGNATURES_STORAGE_BACKEND_ARGUMENTS

  • Remove the setting STORAGE_FILESTORAGE_LOCATION. Document storage location for the storage.backend.filebasedstorage.FileBasedStorage backdend must now passed via the DOCUMENTS_STORAGE_BACKEND_ARGUMENTS, DOCUMENTS_CACHE_STORAGE_BACKEND_ARGUMENTS, or SIGNATURES_STORAGE_BACKEND_ARGUMENTS if the backend is used to documents, the document image cache and/or document signatures. Use DOCUMENTS_STORAGE_BACKEND_ARGUMENTS = ‘{ location: <specific_path> }’ If no path is specified the backend will default to ‘mayan/media/document_storage’.

  • Standardize the way storages are used. All apps that use storage now define their storages in the .storages modules instead of the .runtime module. The storage.backends.filebasedstorage.FileBasedStorage has been remove, instead Django’s default storage is used and each app is responsible of specifying their default path.

  • Unify checkbox selection code for list items and table items.

  • Add smart checkbox manager.

  • Update Chart.js version.

  • Improve line chart appearance. Fix mouse hover label issue.

  • Add JavaScript dependency manager.

  • Add support for passing arguments to the OCR backend.

  • Fix issue when using workflows transitions with the new version upload event as trigger. Thanks to Sema @Miggaten for the find and the solution.

  • Removing running workflow instances in document of a specific type if that document type is removed from the workflow.

  • Make error messages persistent and increase the timeout of warning to 10 seconds.

  • Improve rendering of the details form.

  • Update rendering of the readonly multiselect widget to conform to Django’s updated field class interface.

  • Add warning when using SQLite as the database backend.

  • Use Mailgun’s flanker library to process the email sources.

  • Add locking for interval sources. This reduces the chance of repeated documents from long running email downloads.

  • Add the option to enable or disable parsing when uploading a document for each document type.

  • Add a new setting option to enable automatic parsing for each new document type created.

  • Add support for HTML bodies to the user mailers.

  • Production ALLOWED_HOSTS settings now defaults to a safer [‘127.0.0.1’, ‘localhost’, ‘[::1]’]

  • Capture menu resolution errors on invalid URLs. Closes GitLab issue #420.

  • New environment variables: MAYAN_SECRET_KEY, MAYAN_CELERY_ALWAYS_EAGER, MAYAN_CELERY_RESULT_BACKEND, MAYAN_BROKER_URL, MAYAN_DATABASE_ENGINE, MAYAN_DATABASE_CONN_MAX_AGE, MAYAN_DATABASE_NAME, MAYAN_DATABASE_USER, MAYAN_DATABASE_PASSWORD, MAYAN_DATABASE_HOST, MAYAN_DATABASE_PORT, MAYAN_DEBUG.

  • Stricter defaults. CELERY_ALWAYS_EAGER to False, ALLOWED_HOSTS to [‘127.0.0.1’, ‘localhost’, ‘[::1]’].

  • New initialization command. Creates media/system and populates the SECRET_KEY and VERSION files.

  • Sane scanner source paper source now defaults to blank.

  • Merge Docker image creation back into the main repository.

  • Docker image now uses gunicorn and whitenoise instead of NGINX to server the app and the static media.

  • All installation artifact are now created and read from the media folder.

  • Debian is now the Linux distribution used for the Docker image.

  • Most Docker Celery workers are now execute using a lower OS priority number.

  • Add COMMON_PRODUCTION_ERROR_LOGGING setting to control the logging of errors in production. Defaults to False.

  • Change the error log file handle class to RotatingFileHandle to avoid an indefinitely growing log file.

  • Disable embedded signatute verification during the perform upgrade command.

  • Replace the DOCUMENTS_LANGUAGE_CHOICES setting option. Replaced with the new DOCUMENTS_LANGUAGE_CODES.

  • Fix error when trying to upload a document from and email account with ‘from’ and ‘subject’ metadata.

  • Fix typo on message.header get from ‘Suject’ to ‘Subject’.

  • On multi part emails keep the original From and Subject properties for all subsequent parts if the sub parts don’t specify them. Fixes issue #481. Thanks to Robert Schöftner @robert.schoeftner for the report and debug information.

  • Don’t provide a default for the scanner source adf_mode. Some scanners throw an error even when the selection if supported.

  • Add a “Quick Download” action to reduce the number of steps to download a single document. GitLab issue #338.

  • Recalculate a document’s indexes when attaching or removing a tag from or to it.

  • Recalculate all of a tag’s documents when a tag is about to be deleted.

2.7.3 (2017-09-11)

  • Fix task manager queue list view. Thanks to LeVon Smoker for the report.

  • Fix resolved link class URL mangling when the keep_query argument is used. Thanks to Nick Douma (LordGaav) for the report and diagnostic information. Fixes source navigation on the document upload wizard.

2.7.2 (2017-09-06)

  • Fix new mailer creation view. GitLab issue #431. Thanks to Robert Schöftner (@robert.schoeftner) for the report and the solution.

  • Consolidate intial document created event and the first document properties edited events. Preserve the user that initially creates the document. GitLab issue #433. Thanks to Jesaja Everling (@jeverling) for the report.

  • Sort the list of root cabinets. Thanks to Thomas Plotkowiak for the request.

  • Sort the list of a document’s cabinets.

  • Display a document’s cabinet list in italics. GitLab issue #435. Thanks to LeVon Smoker for the request.

  • Install mock by default to allow easier testing of deployed instances.

2.7.1 (2017-09-03)

  • Support unicode in URL querystring. GitLab issue #423. Thanks to Gustavo Teixeira (@gsteixei) for the find.

  • Import errors during initialization are only ignored if they are cause by a missing local.py. Thanks to MacRobb Simpson for the report and solution.

  • Make sure the local.py created used unicode for strings by default. GitLab issue #424. Thanks to Gustavo Teixeira (@gsteixei) for the find.

2.7 (2017-08-30)

  • Add workaround for PDF with IndirectObject as the rotation value. GitHub #261.

  • Add ACL list link with icon and use it for the document facet menu.

  • Fix mailing app permissions labels.

  • Add ACLs link and ACLs permissions to the mailer profile model.

  • Improve mailer URL regex.

  • Add ordering support to the SourceColumn class. GitLab issue #417.

  • Shows the cabinets in the document list. GitLab #417 @corneliusludmann

  • Add workaround for pycountry versions without the bibliographical key. GitHub issue #250.

  • Skip UUID migration on Oracle backends. GitHub issue #251.

  • Allow changing the output format, DPI of the pdftoppm command, and the output format of the converter via the CONVERTER_GRAPHICS_BACKEND_CONFIG setting. GitHub issues #256 #257 GitLab issue #416.

  • Add support for workflow triggers.

  • Add support for workflow actions.

  • Add support for rendering workflows.

  • Add support for unbinding sub menus.

  • Fix mailing profile test view.

  • Disregard the last 3 dots that mark the end of the YAML document.

  • Add support for multiple dashboards.

  • Add support for removing dashboard widgets.

  • Convert document version view to item list view.

  • Add support for browsing individual document versions.

  • Add support for dropdown menus to the item list view template.

  • Add support for preserving the file extenstion when downloading a document version. GitLab #415.

  • Split OCR app into OCR and parsing.

  • Remove Folders app.

  • Use the literal ‘System’ instead of the target name when the action user in unknown.

  • Remove the view to submit all document for OCR.

  • When changing document types, don’t delete the old metadata that is also found in the new document type. GitLab issue #421.

  • Add tag attach and tag remove events.

  • Change the permission needed to attach and remove tags.

  • Add HTTP POST workflow state action.

  • Add access control grant workflow state action.

  • Beta Python 3 support.

2.6.4 (2017-07-26)

  • Add missing replacements of reverse to resolve_url.

2.6.3 (2017-07-25)

  • Add makefile target to launch a PostgreSQL container.

  • Use resolve_url instead of redirect to resolve the post login URL.

  • Make the intialsetup and performupgrade management tasks work with signals to allow customization from 3rd party apps.

  • PEP8 cleanups.

  • Add tag_ids keyword argument to the Source.handle_upload model method. GitLab issue #413.

  • Add overflow wrapping so wrap long titles in Firefox too.

  • Makes Roles searchable. GitLab issue #402.

  • Add line numbers to the debug and production loggers. Add date and time to the production logger.

  • Add support for generating setup.py from a template. GitLab #149 #200.

  • Add fade in animation to document images.

2.6.2 (2017-07-19)

  • Fix deprecation warning to prepare upgrade to Django 1.11 and 2.0.

  • Fix document page zoom.

  • Add support to run tests against a MySQL, Postgres or Oracle container.

  • Improve tag widget customization by moving the markup to its own template.

  • Fix document page widget appearance in the document page list view.

  • Make document version order deterministic.

  • Allow total page number instrospection of encrypted PDF with non ASCII user properties. GitLab issue #411.

  • Oracle database compatibility update in the cabinets app. GitHub #258.

2.6.1 (2017-07-18)

  • Fix issue when editing or removing metadata from multiple documents.

2.6 (2017-07-18)

  • Fix HTML mark up in window title. GitLab #397.

  • Add support for emailing documents to a recipient list. GitLab #396.

  • Backport metadata widget changes from @Macrobb. GitLab #377.

  • Make users and group searchable.

  • Add support for logging errors during in production mode. Add COMMON_PRODUCTION_ERROR_LOG_PATH to control path of log file. Defaults to mayan/error.log.

  • Add support logging request exceptions.

  • Add document list item view.

  • Sort setting by namespace label and by global name second.

  • Sort indexes by label.

  • Fix cabinets permission and access control checking.

  • The permission to add or remove documents to cabinets now applies to documents too.

  • Equalize dashboard widgets heights.

  • Switch the order of the DEFAULT_AUTHENTICATION_CLASSES of DRF. GitLab #400.

  • Backport document’s version list view permission.

  • Improve code to unbind menu entries.

  • Renamed the document type permission namespace from “Document setup” to “Document types”.

  • Add support for granting the document type edit, document type delete, and document type view permissions to individual document type instances.

  • Improved tests by testing for accesses.

  • Increase the size of the mailing profile label field to 128 characters.

2.5.2 (2017-07-08)

  • Improve new document creation signal handling. Fixes issue with duplicate scanning at upload.

2.5.1 (2017-07-08)

  • Update release target due to changes in PyPI.

2.5 (2017-07-07)

  • Add view to download a document’s OCR text. GitLab #215

  • Add user configurable mailer. GitLab #286.

  • Use Toasts library for screen messages.

  • Reduce verbosity of some debug messages.

  • Add new lineart transformation.

  • Fix SANE source resolution field.

  • About and Profile menu reorganization.

  • PDF compatibility improvements.

  • Office document coversion improvements.

  • New metadata type setup UI.

  • Duplicated document scan support.

  • “Remember me” login support.

  • Forgotten password restore via email.

  • Document cache disabling.

  • Translation improvements.

  • Image loading improvements.

  • Lower Javascript memory utilization.

  • HTML reponsive layout improvements.

  • Make document deletion a background task.

  • Unicode handling improvements.

  • Python3 compatilibyt improvements.

  • New screen messages using Toastr.

2.4 (2017-06-23)

  • Add Django-mathfilters.

  • Improve render of documents with no pages.

  • Add SANE scanner document source.

  • Added PDF orientation detection. GitLab issue #387.

  • Fix repeated permission list API URL. GitLab issue #389.

  • Fix role creation API endpoint not returning id. GitLab issue #390.

  • Make tags, metadata types and cabinets searchable via the dynamic search API. GitLab issue #344.

  • Add support for updating configuration options from environment variables.

  • Add purgelocks management command. GitLab issue #221.

  • Fix index rebuilding for multi value first levels. GitLab issue #391.

  • Truncate views titles via the APPEARANCE_MAXIMUM_TITLE_LENGTH setting. GitLab issue #217.

  • Add background task manager app. GitLab issue #132.

  • Add link to show a document’s OCR errors. GitLab issue #291.

2.3 (2017-06-08)

  • Allow for bigger indexing expression templates.

  • Auto select checkbox when updating metadata values. GitLab issue #371.

  • Added support for passing the options allow-other and allow-root to the FUSE index mirror. GitLab issue #385

  • Add support for check for the latest released version of Mayan from the About menu.

  • Support for rebuilding specific indexes. GitLab issue #372.

  • Rewrite document indexing code to be faster and use less locking.

  • Use a predefined file path for the file lock.

  • Catch documents with not document version when displaying their thumbnails.

  • Document page navigation fix when using Mayan as a sub URL app.

  • Add support for indexing on workflow state changes.

  • Add search model list API endpoint.

2.2 (2017-04-26)

  • Remove the installation app (GitLab #301).

  • Add support for document page search

  • Remove recent searches feature

  • Remove dependency on the django-filetransfer library

  • Fix height calculation in resize transformation

  • Improve upgrade instructions

  • New image caching pipeline

  • New drop down menus for the documents, folders and tags app as well as for the user links.

  • New Dashboard view

  • Moved licenses to their own module in every app

  • Update project to work with Django 1.10.4.

  • Tags are alphabetically ordered by label (GitLab #342).

  • Stop loading theme fonts from the web (GitLab #343).

  • Add support for attaching multiple tags (GitLab #307).

  • Integrate the Cabinets app.

2.1.11 (2017-03-14)

  • Added a quick rename serializer to the document type API serializer.

  • Added per document type, workflow list API view.

  • Mayan EDMS was adopted a version 1.1 of the Linux Foundation Developer Certificate of Origin.

  • Added the detail url of a permission in the permission serializer.

  • Added endpoints for the ACL app API.

  • Implemented document workflows transition ACLs. GitLab issue #321.

  • Add document comments API endpoints. GitHub issue #249.

  • Add support for overriding the Celery class.

  • Changed the document upload view in source app to not use the HTTP referer URL blindly, but instead recompose the URL using known view name. Needed when integrating Mayan EDMS into other app via using iframes.

  • Addes size field to the document version serializer.

  • Removed the serializer from the deleted document restore API endpoint.

  • Added support for adding or editing document types to smart links via the API.

2.1.10 (2017-02-13)

  • Update Makefile to use twine for releases.

  • Add Makefile target to make test releases.

2.1.9 (2017-02-13)

  • Update make file to Workaround long standing pypa wheel bug #99

2.1.8 (2017-02-12)

  • Fixes in the trashed document API endpoints.

  • Improved tags API PUT and PATCH endpoints.

  • Bulk document adding when creating and editing tags.

  • The version of django-mptt is preserved in case mayan-cabinets is installed.

  • Add Django GPG API endpoints for singing keys.

  • Add API endpoints for the document states (workflows) app.

  • Add API endpoints for the messsage of the day (MOTD) app.

  • Add Smart link API endpoints.

  • Add writable versions of the Document and Document Type serializers (GitLab issues #348 and #349).

  • Close GitLab issue #310 “Metadata’s lookup with chinese messages when new document”

2.1.7 (2017-02-01)

  • Improved user management API endpoints.

  • Improved permissions API endpoints.

  • Improvements in the API tests of a few apps.

  • Addition Content type list API view to the common app.

  • Add API endpoints to the events app.

  • Enable the parser and validation fields of the metadata serializer.

2.1.6 (2016-11-23)

  • Fix variable name typo in the rotation transformation class.

  • Update translations

2.1.5 (2016-11-08)

  • Backport resize transformation math operation fix (GitLab #319).

  • Update Pillow to 3.1.2 (Security fix).

  • Backport zoom transformation performance improvement (GitLab #334).

  • Backport trash can navigation link resolution fix (GitLab #331).

  • Improve documentation regarding the use of GPG version 1 (GitLab #333).

  • Fix ACL create view HTML response type. (GitLab #335).

  • Expland staging folder and watch folder explanation.

2.1.4 (2016-10-28)

  • Add missing link to the 2.1.3 release notes in the index file.

  • Improve TempfileCheckMixin.

  • Fix statistics namespace list display view.

  • Fix events list display view.

  • Update required Django version to 1.8.15.

  • Update required python-gnupg version to 0.3.9.

  • Improved orphaned temporary files test mixin.

  • Re-enable and improve GitLab CI MySQL testing.

  • Improved GPG handling.

  • New GPG backend system.

  • Minor documentation updates.

2.1.3 (2016-06-29)

  • Add help message when initialsetup migration phase fails. Relates to GitLab issue #296.

  • Start using self.setdout instead of print as per documentation.

  • Fix GitLab issue #295, “When editing a user the top bar jumps to the name of the user”.

  • Normalize handling of temporary file and directory creation.

  • Fix GitLab issue #309, “Temp files quickly filling-up my /tmp (1GB tmpfs)”.

  • Explicitly check for residual temporary files in tests.

  • Add missing temporary file cleanup for office documents.

  • Fix file descriptor leak in the document signature download test.

2.1.2 (2016-05-20)

  • Sort document languages and user profile locale language lists. GitLab issue #292.

  • Fix metadata lookup for {{ users }} and {{ group }}. Fixes GitLab #290.

  • Add Makefile for common development tasks

2.1.1 (2016-05-17)

  • Fix navigation issue that make it impossible to add new sources. GitLab issue #288.

  • The Tesseract OCR backend now reports if the requested language file is missing. GitLab issue #289.

  • Ensure the automatic default index is created after the default document type.

2.1 (2016-05-14)

  • Upgrade to use Django 1.8.13. Issue #246.

  • Upgrade requirements.

  • Remove remaining references to Django’s User model. GitLab issue #225

  • Rename ‘Content’ search box to ‘OCR’.

  • Remove included login required middleware using django-stronghold instead (http://mikegrouchy.com/django-stronghold/).

  • Improve generation of success and error messages for class based views.

  • Remove ownership concept from folders.

  • Replace strip_spaces middleware with the spaceless template tag. GitLab issue #255

  • Deselect the update checkbox for optional metadata by default.

  • Silence all Django 1.8 model import warnings.

  • Implement per document type document creation permission. Closes GitLab issue #232.

  • Add icons to the document face menu links.

  • Increase icon to text spacing to 3px.

  • Make document type delete time period optional.

  • Fixed date locale handling in document properties, checkout and user detail views.

  • Add new permission: checkout details view.

  • Add HTML5 upload widget. Issue #162.

  • Add Message of the Day app. Issue #222

  • Update Document model’s uuid field to use Django’s native UUIDField class.

  • Add new split view index navigation

  • Newly uploaded documents appear in the Recent document list of the user.

  • Document indexes now have ACL support.

  • Remove the document index setup permission.

  • Status messages now display the object class on which they operate not just the word “Object”.

  • More tests added.

  • Handle unicode filenames in staging folders.

  • Add staging file deletion permission.

  • New document_signature_view permission.

  • Add support for signing documents.

  • Instead of multiple keyservers only one keyserver is now supported.

  • Replace document type selection widget with an opened selection list.

  • Add mailing documentation chapter.

  • Add roadmap documentation chapter.

  • API updates.

2.0.2 (2016-02-09)

  • Install testing dependencies when installing development dependencies.

  • Fix GitLab issue #250 “Empty optional lookup metadata trigger validation error”.

  • Fix OCR API test.

  • Move metadata form value validation to .clean() method.

  • Only extract validation error messages from ValidationError exception instances.

  • Don’t store empty metadata value if the update checkbox is not checked.

  • Add 2 second delay to document version tests to workaround MySQL limitation.

  • Strip HTML tags from the browser title.

  • Remove Docker and Docker Compose files.

2.0.1 (2016-01-22)

  • Fix GitLab issue #243, “System allows a user to skip entering values for a required metadata field while uploading a new document”

  • Fix GitLab issue #245, “Add multiple metadata not possible”

  • Updated Vagrantfile to provision a production box too.

2.0 (2015-12-04)

  • New source homepage: https://gitlab.com/mayan-edms/mayan-edms

  • Update to Django 1.7

  • New Bootstrap Frontend UI

  • Easier theming and rebranding

  • Improved page navigation interface

  • Menu reorganization

  • Removal of famfam icon set

  • Improved document preview generation

  • Document submission for OCR changed to POST

  • New YAML based settings system

  • Removal of auto admin creation as separate app

  • Removal of dependencies

  • ACL system refactor

  • Object access control inheritance

  • Removal of anonymous user support

  • Metadata validators refactor

  • Trash can support

  • Retention policies

  • Support for sharing indexes as FUSE filesystems

  • Clickable preview images titles

  • Removal of eval

  • Smarter OCR, per page parsing or OCR fallback

  • Improve failure tolerance (not all Operational Errors are critical now)

  • RGB tags

  • Default document type and default document source

  • Link unbinding

  • Statistics refactor

  • Apps merge

  • New signals

  • Test improvements

  • Indexes recalculation after document creation too

  • Upgrade command

  • OCR data moved to ocr app from documents app

  • New internal document creation workflow return a document stub

  • Auto console debug logging during development and info during production

  • New class based and menu based navigation system

  • New class based transformations

  • Usage of Font Awesome icons set

  • Management command to remove obsolete permissions: purgepermissions

  • Normalization of ‘title’ and ‘name’ fields to ‘label’

  • Improved API, now at version 1

  • Invert page title/project name order in browser title

  • Django’s class based views pagination

  • Reduction of text strings

  • Removal of the CombinedSource class

  • Removal of default class ACLs

  • Removal of the ImageMagick and GraphicsMagick converter backends

  • Remove support for applying roles to new users automatically

  • Removal of the DOCUMENT_RESTRICTIONS_OVERRIDE permission

  • Removed the page_label field

1.1.1 (2015-05-21)

  • Update to Django 1.6.11

  • Fix make_dist.sh script

  • Add test for issue #163

  • Activate tests for the sources app

  • Removal of the registration app

  • New simplified official project description

  • Improvements to the index admin interface

  • Removal of installation statistics gathering

  • Remove unused folder tag

  • Fix usage of ugettext to ugettext_lazy

  • Increase size of the lock name field

  • New style documentation

1.1 (2015-02-10)

  • Uses Celery for background tasks

  • Removal of the splash screen

  • Adds a home view with common function buttons

  • Support for sending and receiving documents via email

  • Removed custom logging app in favor of django-actvity-stream

  • Adds watch folders

  • Includes Vagrant file for unified development and testing environments

  • Per user locale profile (language and timezone)

  • Includes news document workflow app

  • Optional and required metadata types

  • Improved testings. Automated tests against SQLite, MySQL, PostgreSQL

  • Many new REST API endpoints added

  • Simplified text messages

  • Improved method for custom settings

  • Addition of CORS support to the REST API

  • Per document language setting instead of per installation language setting

  • Metadata validation and parsing support

  • Start of code updates towards Python 3 support

  • Simplified UI

  • Stable PDF previews generation

  • More technical documentation

1.0 (2014-08-27)

  • New home @ https://github.com/mayan-edms/mayan-edms

  • Updated to use Django 1.6

  • Translation updates

  • Custom model properties removal

  • Source code improvements

  • Removal of included 3rd party modules

  • Automatic testing and code coverage check

  • Update of required modules and libraries versions

  • Database connection leaks fixes

  • Support for deletion of detached signatures

  • Removal of Fabric based installations script

  • Pluggable OCR backends

  • OCR improvements

  • License change, Mayan EDMS in now licensed under the Apache 2.0 License

  • PyPI package, Mayan EDMS in now available on PyPI: https://pypi.python.org/pypi/mayan-edms/

  • New REST API

Project details


Release history Release notifications | RSS feed

This version

3.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mayan-edms-3.1.tar.gz (8.1 MB view hashes)

Uploaded Source

Built Distribution

mayan_edms-3.1-py2-none-any.whl (11.0 MB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page