Hello! It's almost the weekend! Here's a developer update before I proceed to get smashed.This week has been busy development-wise. We've introduced some snazzy new features for the CLI users, a bucket load of further optimizations, and some new dashboard features! cli With the current version of QuickBox, if you...
Author: mschf
v3 Developer Updates (week 11)
Hello! It's Friday again so here we go! performance differences Now that we have the v3 libraries finished and several software conversions completed, it's time for a quick performance comparison! (As I left this last minute, v3 is only on a VM and V2 on a dedicated server, so while...
v3 Developer Updates (week 10)
Hello QuickBox. It's time for this weeks development update! Last week my throat was assaulted by tonsillitis, so apologies for missing it! software conversions I've been working on the software conversions this week. So far: autoscan, bazarr, btsync, calibre, deluge, lecert and netdata have been converted. Their collective line size...
v3 Developer Updates (week 9)
Hello QuickBox. It's time for another development update! avatars.png @JMSolo 👑 has been busy working on avatars for v3. Users will be able to set avatars (Server Admins will also be able to set an avatar for each user - including a default one)! Here's a quick look: getSoftwareGroup(); @JMSolo...
v3 Developer Updates (week 8)
Hello QuickBox. It's time for a development update from myself and @JMSolo 👑 ! api.php This week I've converted our API to be a bit more RESTful. Here's a quick excerpt: { "url": "https://localhost/api/qb/pro/status", "status": "success", "message": "api status returned", "data": { "code": 200, "api_key": "licensekeyhereblahblahblah", "api_instance": "instance", "api_activated_date": "Aug...
v3 Developer Updates (week 7)
Hellooooo QuickBox. It's been a while since our last development update, but @JMSolo 👑 and I are back in full swing with some more news for you! In the last couple of weeks, we've worked on quite a few new features and enhancements for v3: sqlite3 ${qb_db} SQLite3 is back...
v3 Developer Updates (week 6)
Happy Friday QuickBox, It's time for another development update! Framework This week marked the completion of the system applications and the beginning of the software conversion. System script size and file count has been reduced significantly. We've gone from 82 files to only 8! We also have a timeframe for...
v3 Developer Updates (week 5)
Another Friday, another update! Framework The core system scripts will have been completely rewritten by tomorrow (only a couple left!). All that remains following this is the conversion of the software scripts and the final implementation of some new features! So far I've managed to reduce the code line-count from...
v3 Developer Updates (week 4)
Can you believe it's Friday again? Madness.This week has been a little bit slower on the development front, but there's still exciting news to share! So without further ado: Framework Backup and Restore I've briefly touched on this before, but this was brought up recently by @TheBrokenGod. After some planning,...
v3 Developer Updates (week 3)
Another week, another development update!This week the main focus has been on software conversion, libraries and dynamic groups! So let's hop straight into it! Framework I've carried on with the libraries this week and have converted our first piece of software (Netdata) to the new format. I've also chucked in...