aboutsummaryrefslogtreecommitdiffstats
path: root/nextcloud_multi
Commit message (Collapse)AuthorAgeFilesLines
* PEP8 + file correctionsnico2018-11-131-195/+0
| | | | | | - remove unused import * change file ending for Codacy * PEP8 corrections + added a requirements.txt file
* add total user count to multigraph pluginnico2018-11-131-2/+9
| | | | | | | | - remove doubled config lines in _users config + added total user count to multigraph plugin * variable assignment cleanup * improved code comment still related to #2
* remove comment clutternico2018-10-211-1/+0
| | | | * remove unnecessary comments
* further code optimazationnico2018-10-201-32/+35
| | | | | | | * reduced code clutter - removed for iterations in result and config lists + added list comprehension * updated config
* optimization and simplificationnico2018-10-201-47/+50
| | | | | | | | | | + added min value + added version check for the updates_available graph * all plugin configs updated * optimized requests.session code * used os.environ.get to simplify code * simplified run code - removed os.environ code
* refactor and optimizationsnico2018-09-161-106/+116
| | | | | | | * refactored all plugins to use the same methods * optimized api calls in the multigraph plugin to reduce load * used dict instead of list for performance + added munin dirtyconfig capability to all plugins
* * misspelled graph namenico2018-09-121-1/+1
|
* added Multigraph, Licencenico2018-09-121-0/+173
+ added ICS Licence to repo + added multiggraph plugin variant with all features included + added nextcloud 14 pending app updates plugin * updated README.md * updated requests.sessions handeling to reduce keepalive sessions - removed keepalive header for all plugins