Skip to content

Commit

Permalink
updated homer-api/ui
Browse files Browse the repository at this point in the history
  • Loading branch information
adubovikov committed Aug 27, 2016
1 parent ad8a075 commit 8a8c0cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homer-api
Submodule homer-api updated 51 files
+2 −2 api/Authentication/Authentication.php
+157 −0 api/Authentication/External.php
+85 −9 api/Authentication/Internal.php
+113 −22 api/Database/Layer/mysql.php
+118 −20 api/Database/Layer/pgsql.php
+134 −22 api/Database/Layer/sqlite.php
+5 −1 api/RestApi/Admin.php
+207 −56 api/RestApi/Alarm.php
+58 −7 api/RestApi/Auth.php
+8 −3 api/RestApi/Dashboard.php
+7 −3 api/RestApi/Profile.php
+449 −92 api/RestApi/Report.php
+867 −83 api/RestApi/Search.php
+581 −311 api/RestApi/Statistic.php
+5 −0 api/configuration_example.php
+31 −24 api/index.php
+35 −1 api/preferences_example.php
+14 −0 examples/external/test.php
+18 −32 examples/mysql/sipcapture.cnf
+6 −3 examples/sipcapture/sipcapture.kamailio
+1 −1 examples/sipcapture/sipcapture.opensips
+232 −0 psql/PDOConnector.php
+1,995 −0 psql/Report.php
+1,961 −0 psql/Search.php
+751 −0 psql/Statistic.php
+905 −0 psql/kamailio.cfg
+78 −0 psql/pgsql.php
+167 −0 scripts/homer_mysql_remove_partitions.pl
+427 −0 scripts/homer_mysql_rotate.pl
+11 −0 scripts/homer_partremove
+3 −40 scripts/homer_rotate
+0 −427 scripts/new/homer_mysql_rotate.pl
+0 −0 scripts/old/homer_mysql_new_table.pl
+0 −0 scripts/old/homer_mysql_partrotate_unixtimestamp.pl
+48 −0 scripts/old/homer_rotate
+0 −0 scripts/old/rotation.conf
+0 −0 scripts/old/sipcapture.crontab
+415 −0 scripts/pgsql/homer_pgsql_rotate.pl
+1 −1 scripts/pgsql/homer_rotate
+64 −0 scripts/pgsql/rotation.ini
+8 −0 scripts/pgsql/sipcapture.crontab
+16 −0 scripts/rotation.ini
+3 −0 scripts/sipcapture.crontab
+3 −0 sql/postgres/homer_databases.sql
+4 −0 sql/postgres/homer_user.sql
+143 −0 sql/postgres/schema_configuration.sql
+280 −0 sql/postgres/schema_data.sql
+216 −0 sql/postgres/schema_statistic.sql
+19 −0 sql/schema_configuration.sql
+35 −2 sql/schema_data.sql
+48 −0 sql/schema_statistic.sql

0 comments on commit 8a8c0cb

Please sign in to comment.