Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/survey_server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-30Merge pull request #29 from nextcloud/fix/install-update-scriptsHEADmasterMorris Jobke
Drop deprecated install.php and update.php
2020-11-30Drop deprecated install.php and update.phpChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-08-03Merge pull request #26 from nextcloud/cleanup-and-performance-improvementsBjörn Schießle
Cleanup and performance improvements
2018-08-03update php version for unit testsBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-03only compute one set of date per runBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-03use a OCSController for the external APIBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-01-02Merge pull request #22 from nextcloud/add-index-on-sourceMorris Jobke
Add index on source column
2017-11-24Merge pull request #24 from nextcloud/13Morris Jobke
Allow 13
2017-11-24Allow 13Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-24Merge pull request #23 from nextcloud/ocs-resultMorris Jobke
Fix outdated classes
2017-09-21Fix outdated classesMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-08-17Add index on source columnJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-11Merge pull request #19 from nextcloud/streamlineMorris Jobke
Use proper default value for datadirectory
2017-04-10Use proper default value for datadirectoryMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-11-15Merge pull request #18 from nextcloud/11Roeland Jago Douma
Update to 11
2016-11-15Update to 11Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-11-10Merge pull request #17 from nextcloud/version-update-for-pr12Björn Schießle
Version update for #12
2016-11-10Merge pull request #16 from nextcloud/better-statsBjörn Schießle
Add total count to numeric stats and show stats
2016-11-10Merge pull request #15 from nextcloud/add-comments-and-systemtagsBjörn Schießle
Add comment and system tags to stats
2016-11-10Merge pull request #14 from nextcloud/add-cron-to-statsBjörn Schießle
Add cron execution method to stats
2016-11-10Merge pull request #13 from nextcloud/remove-unused-codeJoas Schilling
Remove unused code
2016-11-10Version update for #12Joas Schilling
2016-11-10Merge pull request #12 from nextcloud/allow-to-install-on-mysql-utf8byte4Björn Schießle
Allow to install the app on mysql with utf8_mb4
2016-11-10Add total count to numeric stats and show statsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-10Add comment and system tags to statsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-10Add cron execution method to statsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-10Remove unused codeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-10Allow to install the app on mysql with utf8_mb4Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-24Merge pull request #11 from nextcloud/better-statsBjörn Schießle
Better stats
2016-10-18Make app stats usable againJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-18Sort the stats by numbersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-18Handle versions a bit better by grouping the major+minorJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-18Better format for huge numbersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-18Add a details section with all numbers to the chartsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-09-27Add timestampLukas Reschke
2016-09-27Add IConfigLukas Reschke
2016-09-27Merge branch 'master' of https://github.com/nextcloud/survey_serverLukas Reschke
2016-09-27Log data to survey.logLukas Reschke
2016-09-27Merge pull request #8 from nextcloud/small-improvementsLukas Reschke
Small improvements
2016-09-08use survey_client as reference, this app needs to be enabled if we receive ↵Bjoern Schiessle
the report
2016-09-08show human readable file sizeBjoern Schiessle
2016-09-08cast value to int before calculating min, max and averageBjoern Schiessle
2016-09-05Merge pull request #7 from nextcloud/small-fixesBjörn Schießle
use correct array keys to access the statistics
2016-09-05fix testsBjoern Schiessle
2016-09-05replace ownCloud with NextcloudBjoern Schiessle
2016-09-05use correct array keys to access the statisticsBjoern Schiessle
2016-08-17Merge pull request #4 from nextcloud/minor-fixLukas Reschke
remove unused use statement
2016-08-17Merge pull request #5 from nextcloud/minor-fix2Björn Schießle
Minor fix2
2016-08-17show a message if no statistics are available instead of empty tablesBjoern Schiessle
2016-08-17return always a empty array if no data availableBjoern Schiessle