Giter Site home page Giter Site logo

doxbox / doxbox-dms Goto Github PK

View Code? Open in Web Editor NEW
7.0 5.0 18.0 25.23 MB

DoxBox DMS formerly Owl Intranet Knowledgebase

Home Page: www.doxbox.ca

License: GNU General Public License v2.0

PHP 54.09% CSS 7.20% JavaScript 4.50% Perl 0.50% Shell 0.17% XSLT 0.02% J 0.03% Emacs Lisp 0.01% HTML 7.94% PLSQL 0.69% Batchfile 0.05% Hack 24.80%

doxbox-dms's Introduction

doxbox-dms's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

doxbox-dms's Issues

Is this project alive ?

Hi,

We have a doxbox installed in our company and we want to automatically upload files to it.

But it seems this project is no more active ? I can't access http://www.doxbox.ca.
Any doc somewhere else maybe ?

Is this repo not archived for legacy purpose ?

Thank you,
Eric

OWL Intranet Versão: Owl 0.73 - Help about the Application

Hello community. I'm looking for help on OWL, a multi user document repository (knowledgebase). For many years I worked in a company that used this tool and it worked perfectly, meeting the requirements of document control and versions of these documents. Today I'm looking for a professional who can implement this tool in a company in RJ, but I've found it very difficult to find this person. Has the OWL stopped updating? Does anyone know if even though the product has reached End of Life, it is still possible to implement and continue working with the tool?
owl

WebDav Server has an issue with VirusCheck

The VirusCheck is done Prior to having the file on the filesystem and fails, causing the function to printError and send HTML output to the webDav Client causing the upload to error out.

Add jQuery Validation on File Upload Form

Right now the when uploading a file, the file in its entirety is sent to the server before the user is made aware that there is already a file with that name in the target directory.

Ajax Validation could be made to check before Posting the Form.

on Trigger ... Something like.

  jQuery.getJSON('./scripts/Ajax/Owl/fileexists.php?sess='+ jQuery('#sess').val() + '&parent=' + jQuery('#parent').val() + '&filename=' <get filename from file input field>', function(data){

           if(data)
           {
              if (data.returnval == 1)
              {
                 alert ('File you are trying to upload already exists in the Target directory');
                 return false;
              }
           }
     });

WebDav Server has an issue with VirusCheck

The VirusCheck is done Prior to having the file on the filesystem and fails, causing the function to printError and send HTML output to the webDav Client causing the upload to error out.

Thumbnails are loaded from a directory in the Webspace kinda Security issue

We could load them from another Location outside the web space and imbed them using data:uri

<img width="16" height="16" alt="star" 
src="data:image/gif;base64,R0lGODlhEAAQAMQAAORHHOVSKudfOulrSOp3WOyDZu6QdvCchPGolfO
0o/XBs/fNwfjZ0frl3/zy7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAACH5BAkAABAALAAAAAAQABAAAAVVICSOZGlCQAosJ6mu7fiyZeKqNKToQGDsM8hB
ADgUXoGAiqhSvp5QAnQKGIgUhwFUYLCVDFCrKUE1lBavAViFIDlTImbKC5Gm2hB0SlBCBMQiB0UjIQA7" />

The format, to be specific:

data:[<mime type>][;charset=<charset>][;base64],<encoded data>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.