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

github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-19dont die when we cant decipher the logging timev12.0.0RC3v12.0.0RC2v12.0.0Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-04-25Merge pull request #49 from nextcloud/iconv12.0.0beta4v12.0.0beta3v12.0.0beta2v12.0.0beta1v12.0.0RC1Morris Jobke
Add icon (use same as versions app icon), fix #38
2017-04-25Add icon (use same as versions app icon), fix #38Jan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-04-05Merge pull request #47 from nextcloud/add-issue-templateJos Poortvliet
Add the issue template
2017-04-05Add the issue templateJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-27buildRobin Appelman
2017-03-27dont show loading indicator if we already have entriesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-03-27fix infinite scrollRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-02-13allow searching in urlRobin Appelman
2017-02-13buildRobin Appelman
2017-02-13allow searching for requestId and userRobin Appelman
2017-02-13fix reset search after 0 resultsRobin Appelman
2017-02-13fix copy paste info searchfieldRobin Appelman
2017-02-13highlight entries from the same request when clicking on an entryRobin Appelman
2017-02-09fix stack trace parsing of incorrectly escaped logentriesRobin Appelman
2017-02-09Automatically try to fix some common escape errors from copy-pasted log entriesRobin Appelman
2017-02-01Fix syntaxRobin Appelman
2017-01-31use proper iso date formatRobin Appelman
php constants are liars
2017-01-31more robust log iterationRobin Appelman
2017-01-31Merge pull request #40 from duritong/patch-2Robin Appelman
don't return a LogIterator on a broken handle
2017-01-29don't return a LogIterator on a broken handleduritong
It might happen that we can't read from the logfile (and e.g. only append to it, which is the case on reasonable tuned SELinux systems). So in that case, we would return a LogIterator with a broken handle, that would then end up in an endless loop when trying to read from the logfile and a) spam the logfile (tons of messages written to it) and b) hog the cpu, as it's in an endless loop. This happens for example in lib/Log/LogIterator.php when trying to seek through the file within next(), as the position never comes to an end. Throwing an exception stops the endless loop before it begins and would give the possibility for upper layers to treat it appropriately. Though at the moment we just keep having a spinning wheel forever in admin interface's logging section. But at least no hogged cpus and spammed logs anymore... While working on the patch I saw #34 and it looks like, we also might have had a solution there, but nevertheless I think a LogIterator shouldn't even be created with an invalid handle.
2017-01-24Merge pull request #37 from nextcloud/settings-iconMorris Jobke
Add icon to admin page sidebar
2017-01-24Add icon to admin page sidebarMorris Jobke
* follow up to nextcloud/server#3151 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-12-22Stop iterating if we dont have a valid file handleRobin Appelman
fixes #34
2016-12-22buildRobin Appelman
2016-12-22search more rowsRobin Appelman
2016-12-22greatly speedup log iterationRobin Appelman
2016-12-22fix log filteringRobin Appelman
2016-12-21small screen layout improvementsRobin Appelman
- show menu button (fixes #32) - allow toggling levels and downloading logs
2016-12-21Keep table headers if no content is foundRobin Appelman
Fixes #31
2016-12-20build with new dev toolsRobin Appelman
2016-12-20fix hot reloadingRobin Appelman
2016-12-20bumb dependenciesRobin Appelman
2016-12-20dont try to use buildin proxy for better ssl supportRobin Appelman
2016-12-14mark nc12 as supporterRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-12-12allow pasting logs into the readerv11.0.1RC1v11.0.1v11.0.0Robin Appelman
2016-12-12update makefileRobin Appelman
2016-12-02update MakefileRobin Appelman
2016-12-02update info.xmlv2.0.0v11.0RC2Robin Appelman
2016-12-01show loading indicatorRobin Appelman
2016-11-30update makefileRobin Appelman
2016-11-30add empty log messageRobin Appelman
Fixes #6 Fixes #25
2016-11-21update descriptionRobin Appelman
2016-11-21add log sectionRobin Appelman
2016-11-21Allow toggling relative timeRobin Appelman
2016-11-17Merge pull request #23 from nextcloud/logoRobin Appelman
use proper app icon
2016-11-16use proper app iconJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2016-11-16update appinfoRobin Appelman
2016-11-16proper version requirementsRobin Appelman
2016-11-15commit build versionRobin Appelman