Giter Site home page Giter Site logo

krestomatio / moodle-local_tier Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 42 KB

Moodle plugin to control user registrations, storage quotas, and administrative access restrictions system-wide

Home Page: https://moodle.org/plugins/local_tier

License: Apache License 2.0

PHP 100.00%
krestomatio moodle moodle-plugin

moodle-local_tier's People

Contributors

jobcespedes avatar

Stargazers

 avatar

Watchers

 avatar

moodle-local_tier's Issues

Storage limit not working

Moodle 4.3.2
Plugin: 0.0.5
2024012200

Config:

$CFG->forced_plugin_settings = [
"local_tier" => [
"max_storage_bytes" => "5000000",
],
];

Ran the \local_tier\task\total_storage_task task manually, tried uploading a 480MB file using a teacher account which should vastly exceed the limit set above but upload was permitted. Values before the upload showed (after the task had ran):

totalstoragebytes
841410019

total_databasebytes
14450688

total_filesbytes
826959331

scheduled task set by default to run every minute.

The total storage task is set to run every minute by default. I'd suspect this could be relaxed a bit and only run every hour - not many tasks in Moodle should be set to run every minute - it just unnecessarily slows the cron process down and puts extra load on the server.

not a blocker for approval.

postgres specific functions in sql queries

pg_database_size is a postgres specific function.

plugins submitted to the plugins db must support postgresql and mysql-based databases - at a bare minimum you could disable that feature when your plugin is installed in a mysql based db, but ideally you'd handle that with a mysql compatible function.

note - this is a blocker for plugins db approval.

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.