[Git][noosfero/noosfero][master] 2 commits: Adds upload quotas for profiles

Rodrigo Souto gitlab at mg.gitlab.com
Mon Aug 28 17:34:03 BRT 2017


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
6ed45572 by Gabriel Silva at 2017-08-16T21:19:09+00:00
Adds upload quotas for profiles

* Admins can manage upload quotas by profile or profile kind
* Profiles cannot upload files if quota is exceeded

Signed-off-by: Gabriel Silva <gabriel93.silva at gmail.com>

- - - - -
4888babb by Rodrigo Souto at 2017-08-28T20:32:36+00:00
Merge branch 'quotas' into 'master'

Adds upload quotas for profiles

See merge request !1301
- - - - -


30 changed files:

- + app/controllers/admin/profile_quotas_controller.rb
- + app/models/concerns/has_upload_quota.rb
- app/models/environment.rb
- app/models/kind.rb
- app/models/profile.rb
- app/models/uploaded_file.rb
- app/views/admin_panel/index.html.erb
- app/views/cms/view.html.erb
- + app/views/profile_quotas/_profile_list.html.erb
- + app/views/profile_quotas/_quota_form.html.erb
- + app/views/profile_quotas/_quotas_by_kind.html.erb
- + app/views/profile_quotas/_quotas_by_profile.html.erb
- + app/views/profile_quotas/edit_class.html.erb
- + app/views/profile_quotas/edit_kind.html.erb
- + app/views/profile_quotas/edit_profile.html.erb
- + app/views/profile_quotas/index.html.erb
- + app/views/profile_quotas/index.js.erb
- + db/migrate/20170805065322_adds_metadata_to_profile_kinds.rb
- db/schema.rb
- + doc/manage-quotas.textile
- + doc/noosfero/quotas/index.textile
- + doc/noosfero/quotas/manage-quotas.textile
- po/cs/noosfero.po
- po/de/noosfero-doc.po
- po/de/noosfero.po
- po/eo/noosfero-doc.po
- po/eo/noosfero.po
- po/es/noosfero-doc.po
- po/es/noosfero.po
- po/fr/noosfero-doc.po


The diff was not included because it is too large.


View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/7f1f71b72d0e30cdcb7c51661711716dab0126e0...4888babb918939793c244144db61b94647396044

---
View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/7f1f71b72d0e30cdcb7c51661711716dab0126e0...4888babb918939793c244144db61b94647396044
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20170828/046d89fc/attachment.html>


More information about the Noosfero-dev mailing list