Skip to content

2.0.0 - Major release

Compare
Choose a tag to compare
@psolom psolom released this 04 Nov 14:42
· 529 commits to master since this release
  • js file reworked to become a plugin
  • some ajax async calls replaced with deferred chains (based on #21)
  • new nice notifications, based on alertify plugin on my fork (#25)
  • theme concept was reworked, base assets created, no need to duplicate all assets for new theme
  • started with demo page with examples for different usage cases
  • many changes in html templates to make thing more organaized
  • upload popup dialog now scrollable
  • migrated frontend to knockout.js
  • removed a number of the application plugins (tinysort, filetree, impromptu, liveSearch); their functionality has been replaced with own implementation
  • grid view icons implemented via css styles (#47)
  • capability to preview images and media files with absolute path along with connector path (#27, #31)
  • completely rewritten and standardized Rich Filemanager API that follows JSON API best practices (#37)
  • configuration splitted into two files: server and client config files (#31, #32)
  • implemented "initiate" request to provide ability to override client-side configuration options (#29, #32)
  • refactored client-side configuration files: deleted obsolete options, some options or sections were moved/renamed (actual configuration description is in WIKI)
  • implemented actions-based access management (#24)
  • greatly improved security for PHP connector, a number of vulnerabilities were fixed
  • handle large files download in PHP connector (#56)
  • "languages" folder moved to the root FM folder