sparcs-kaist / olim

New olim service for SPARCSIAN. It will be expanded to KAIST cloud service.
Apache License 2.0
1 stars 1 forks source link

Make back-end for file listing. #7

Closed sunguard closed 10 years ago

sunguard commented 10 years ago

__1

For directory, make a checking function for URL.

sunguard commented 10 years ago

__2

Validate URL in models.py with Model.clean() function

sunguard commented 10 years ago

__3

For /root/* path, all paths call the storage.views.filesys()

sunguard commented 10 years ago

__4

Add "is_secured" component to "Filesys" model. For deviding file opening range.(SPARCS : non-SPARCS)

sunguard commented 10 years ago

__5

Make listing function. "storage.views.filesys"

sunguard commented 10 years ago

__6

For secured directories. if non-authenticated user try to approach those dirs, redirection to login page will occur. And after login, back to the previous page.

hodduc commented 10 years ago

Commits: c213b8d9 for 1 ~ 3, 31f033f for 4 ~ 6