Git Product home page Git Product logo

universibo_old's Issues

Shibboleth support

The University of Bologna computing center ask us to use Shibboleth to authenticate user.
Our server will use Apache mod_shib2.

As registered User I want to delete a File

If I'm allowed I will see a "Delete file" link.
The page will ask from which channels I want to remove the file from.
If File is removed from all channel It will be deleted from disk.

Drop Pear::DB support

Since Pear::DB has been deprecated years ago we should do everything with Doctrine DBAL or ORM

Store passwords with sha1 and salting

Currently password are encoded using md5 algorithm.

  • add an algorithm column to table utente
  • add a salt column to table utente
  • increase the lenghth of field password in table utente

whan a user logs in the system should check if the password is encoded using the old system and update it

As User I want to download a File

By clicking a "file link" on a channel I will see a description page:

  • If file is not accessible by anonymous user I will be asked to login
  • I will be prompted for a password If set by who uploaded It
  • Finally I will be able to download the file by clicking "Download" button

Create PrivacyService

Create a simple service which tells the system if current user has whether accepted the latest privacy policy or not.
Needed for user story #10

Encoding issues

Some letters like àèìòù were lost when migrating source code to GitHub resulting in wrong characters.

How to fix:

  • use $template->assignUnicode()
  • in error throwing use ASCII-only characters

RSS Feed

Add rss feed for files and news

As registered User I want to delete a news

If I'm allowed to do so I will see a "Delete news" link.
By clicking the link I will asked which channels I want to delete the news from.
If I delete the news from all channel It will be deleted

(news deletion should be logical, by adding a deletedAt field)

As User I want to list News in a Channel

If I go to a channel and It's news-enabled I will se a list of latest news (e.g. latest 4).
I will find a "Show all button" to see all of them.
By clicking on the title I will see a single news

As registered User I want to upload a File

In every channel I'm allowed I will see a "Upload file" link.
I will fill a form with these fields:

  • Title
  • Description
  • Tags (optional)
  • Access level: Registered user / Everybody
  • Password (optional)

I can choose to upload a file in more than one channel.

Remove black template

  • Remove black template files
  • Remove template option in ShowPersonalSettings (make field hidden if needed)
  • Write a migration for changing template to all users

As registered User I want to send a news

Only if I'm allowed to add news to a channel I will see "Add News" Link
I will fill a form with these fields:

  • Title
  • Content
  • Expiration date
  • Urgent yes/no
    At the end I will see the news as published.
  • Channel list
    The channel which I'm coming from should be selected and I must see only channels I'm allowed to post news

At the end I will see the news as U.S. #26

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.