add support for Flot graphs populated by multiple RRD files
remove dummy test graphs :)
Change the "free memory" graph to add buffers and cache and add a "free swap" graph
changelog update
not storing the voip account in the session
the session is size limited, which also limited the voip account
fixes issue #759
added auto_allow_cli config option to simplify the web workflow
this is not just a duplicate of the ossbss setting with the same name,
it is instead intended to be set if the ossbss setting is disabled
moved auto_allow_cli to the subscriber section of the configuration
admin.conf: quote auto_allow_cli variable
apache2 won't start with auto_allow_cli=0:
| [error] /etc/ngcp-www-admin/admin.conf:26: parser error : AttValue: " or ' expected\n auto_allow_cli=0\n
| ^\n/etc/ngcp-www-admin/admin.conf:26: parser error : attributes construct error\n auto_allow_cli=0\n
So use auto_allow_cli="..." instead.
From: Michael Prokop <mprokop@sipwise.com>
use urlencoded parameter for ncos pattern edit - see issue #763
typo, dropped duplicated semicolon
use urlencoded parameter for billing fee edit - fixes issue #763
don't store subscriber and account in session - fixes issue #853
added prepaid checkbox for billing profiles
hiding prepaid flag for systems without prepaid support
added some syntax checks for billing CSV upload
displays errors for invalid character sets and simple syntax errors
requires latest language strings in ossbss
removed unnecessary use of session for admin::Utils::prepare_call_list
fixes issue #765
not calling get_subscriber_registered_devices for terminated subscribers
fixes#887
Add optional hostname to peering servers, some cleanup.
If set, hostname is put into r-uri-domain instead of the
IP address. Call is still being sent to IP.
Cleanup of layout to better fit into page.
Fix to display peer errors in peer section instead of
rules section.
Update changelog.
always round up fractional call durations
limit billing profile name and handle to max. length of database fields
fixes#967
for 2.5 the limits should be raised and proper error handling should be
implemented in osssbss - curently an internal server error is generated
Port NCOS overview to new design.
Use lists for each entry.
Combine listing and adding into same section to make it consistent with
other views.
More alignments to new design.
Started aligning lnp site to new design (WIP).
adapt billing fees view to new design
More LNP view redesign.
Don't jump back to edit mode after saving a change in LNP.
Finish migration of NCOS/LNP to new design.
Remove unnecessary trailing amp when redirecting.
Minor fix to properly line out add/del icons.
Don't make the add-icon overlap with the input form.
Move delete-icon to same vertical position as the add icon.
Bring subscriber search form to standard design.
Fix success message box to not overlap with add button.
Finished rework to match new design.
Add note if no peering rule is created.
Warn user that peering servers of a group are not used until at least one
peering rule is created.
Remove delete button for billing profiles.
Fixes#353 by just not making deletion of billing profiles possible,
because this can have severe side effects.
Prefix fax2mail forward with + for consistency.
Add leading + to make fax2mail number format consistent with
other number formats.
fix billing profile fee error handling - fixes#351
set maintainer field to our new default - Sipwise Development Team
finish changelog for 3.2.0 - first NGCP 2.4 release
fixes#967
for 2.5 the limits should be raised and proper error handling should be
implemented in osssbss - curently an internal server error is generated
If set, hostname is put into r-uri-domain instead of the
IP address. Call is still being sent to IP.
Cleanup of layout to better fit into page.
Fix to display peer errors in peer section instead of
rules section.