Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java Backend and optional Script Update Using Async and Global Contexts #505

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jul 25, 2016

  1. Using Deferred promises in loading configuration files, language file…

    …s and also other ajax calls; some cleanup of global space using variable FileManager; fixed issue simogeo#504
    Georg Kallidis committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    2a5a02e View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2016

  1. Java Backend Update: - support mode rename, -using java.nio method, n…

    …on provided dependencies: org.apache.commons.fileupload and org.slf4j
    Georg Kallidis committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    defc07d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. NEW

    - added interface FileManagerI and abstract class AbstractFM and optional class RichFileManager
    - fixed content type handling in JSP files
    Georg Kallidis committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    5867794 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2016

  1. NEW

    - added interface FileManagerI and abstract class AbstractFM and optional class RichFileManager
    - fixed content type handling in JSP files
    - added internal object fm as data object in filemanager.js
    Georg Kallidis committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    28a798e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/gmkll/Filemanager

    Conflicts:
    	scripts/filemanager.js
    Georg Kallidis committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    106dd3c View commit details
    Browse the repository at this point in the history
  3. UPDATE JAVA: Upload is now overidden in FileManager, handle standalone

    behaviour (without referer)
    Georg Kallidis committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    c8aad5a View commit details
    Browse the repository at this point in the history