django-cms / django-filer

File and Image Management Application for django
https://django-filer.readthedocs.io/
Other
1.73k stars 574 forks source link

Issues with permissions in Django filer #1358

Closed vinitkumar closed 1 year ago

vinitkumar commented 1 year ago
  1. Issue with adding folder permission when selecting all files crashing due to gettext_lazy
  2. Perms should checked for non-root users in the unsorted upload to verify if they should access the file
  3. Add additional check in template that you are only able to see your own files and also the change buttons as well.