Giter Site home page Giter Site logo

jm4c / sirs-remotedocs Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 20.71 MB

[University Project] A cloud based collaborative office application that allows documents to be shared over a network in a secure fashion.

Java 100.00%
sirs security university-project encryption permissions java sharing tecnico ist pki

sirs-remotedocs's Introduction

RemoteDocs

Platform

The project is cross-platform. We tested it on Windows 10 64-bit and Linux 64-bit, but it should also run on OS X.

The only required dependency is the Java Development Kit 8.

Setup instructions

To build the project, run

./gradlew build

Then, start the server with

./gradlew :rdocs-server:run

and the client(s) with

./gradlew :rdocs-client:run

Client usage

The server address may be configures in rdocs-client/src/main/resources/client.properties (the default is localhost).

First, register a new user by clicking register and filling in the form.

Then, login with the user you just created and create a new document by clicking "New".

Give a title to the document, type in some text and click "Save", then "Close". You can reopen this document by selecting it and clicking "Open".

Go back to the login window by clicking "Logout" and register a new user. Login with this new user, create a new document and share it with the first user by clicking "Share" and then dragging the name of the user you want to share it with to the right pane and clicking "Save".

Login again with the first user, and notice the the shared document is now accessible to you.

When you open a shared document, you can see who is the owner (creator) of the document, and also see who made the last edit and when.

Presentation

Presentation Slides

Demonstration

sirs-remotedocs's People

Contributors

diogocp avatar jm4c avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

douglashu

sirs-remotedocs's Issues

Protect server from rogue clients

Due to its nature, RMI is vulnerable to custom malicious clients.
This issue is aimed to prevent those clients from manipulating or obtaining sensible information from the server.

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.