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
path: root/lib
AgeCommit message (Expand)Author
2022-03-22Allow to grant log accessJoas Schilling
2022-02-10Fix return statement of SearchFilter::inMessageCôme Chilliet
2022-02-10Fix return type for LogIterator::currentCôme Chilliet
2022-02-10Respect function signatures from PHP 8.1Côme Chilliet
2022-01-10Fix null access when there is no log yetCarl Schwan
2021-08-05cs fixRobin Appelman
2021-08-04Merge pull request #457 from yamanq/masterRobin Appelman
2021-06-16Properly parse new log format with dedicated exception fieldJulius Härtl
2021-05-09Merge branch 'master' into masterYaman Qalieh
2021-05-09Fix errors when Trace item does not contain 'args'Yaman Qalieh
2021-05-09Fix watch error with empty log fileYaman Qalieh
2021-05-09Add return status to commandsYaman Qalieh
2021-03-06replace travis ci with more github ciRobin Appelman
2021-02-05run php-cs-fixer with nextcloud configRobin Appelman
2020-08-04(bugfix): Protect LogIterator.php from empty array indicesMatt
2020-07-10Use IBootstrap for the app bootstrapMorris Jobke
2020-02-20Show previous exception in occ commandsJulius Härtl
2019-11-06Also get the very first log lineRoeland Jago Douma
2019-06-18console log formatting fixesRobin Appelman
2019-06-13a bit more robustRobin Appelman
2019-03-12add follow option to occ log:tailRobin Appelman
2019-03-12properly get exception locationRobin Appelman
2019-03-12fix handling long argument listsRobin Appelman
2019-03-12remove debugRobin Appelman
2019-02-25add occ command to watch for new log entriesRobin Appelman
2019-02-19fix wrapping with long appnamesRobin Appelman
2019-02-01fix log pollingRobin Appelman
2019-02-01include class in formatted trace linesRobin Appelman
2019-01-10Add command to read formatted log entries from the consoleRobin Appelman
2018-11-27fix searching in exceptionsRobin Appelman
2018-11-14only load visible log levelsRobin Appelman
2018-06-22Do not change system loglevel when changing view filter.Arno Welzel
2018-04-25adjust to changes from server/#9293Arthur Schiwon
2017-07-12cleanup code and add live toggleRobin Appelman
2017-07-09Add higlight for new loaded log messagesTobia De Koninck
2017-07-08Fetch new log messages using AJAX fixes #19Tobia De Koninck
2017-07-04use the correct timezone when parsing log timesRobin Appelman
2017-05-15dont die when we cant decipher the logging timeRobin Appelman
2017-02-13allow searching in urlRobin Appelman
2017-02-13allow searching for requestId and userRobin Appelman
2017-02-01Fix syntaxRobin Appelman
2017-01-31use proper iso date formatRobin Appelman
2017-01-31more robust log iterationRobin Appelman
2017-01-29don't return a LogIterator on a broken handleduritong
2017-01-24Add icon to admin page sidebarMorris Jobke
2016-12-22Stop iterating if we dont have a valid file handleRobin Appelman
2016-12-22search more rowsRobin Appelman
2016-12-22greatly speedup log iterationRobin Appelman
2016-12-22fix log filteringRobin Appelman
2016-11-21add log sectionRobin Appelman