Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | force log messages to break to alleviate horizontal scroll on Admin page | Jan-Christoph Borchardt | 2015-03-26 | 1 | -0/+1 |
| | |||||
* | add Download logfile button to admin settings | Georg Ehrke | 2015-01-07 | 1 | -7/+5 |
| | | | | | | | | | | | | | | | | | | | | add logSettingsController add download logfile button move getEntries to LogSettingsController move set log level to logsettingscontroller.php add warning if logfile is bigger than 100MB add unit test for set log level fix typecasting, add new line at EoF show log and logfile download only if log_type is set to owncloud add unit test for getFilenameForDownload | ||||
* | fix loading of more log entries | Thomas Müller | 2014-10-30 | 1 | -30/+32 |
| | |||||
* | Bug 9147 owncloud/core | Stephane V | 2014-07-06 | 1 | -0/+1 |
| | | | | Added class="date" in the latest column of the log table to get everything on one line (in the ajax request). | ||||
* | Fix some JSLint warnings | kondou | 2013-07-31 | 1 | -1/+2 |
| | |||||
* | Use !== and === in settings. | kondou | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | fix admin log display and use a more readable format | Bernhard Posselt | 2013-04-17 | 1 | -1/+5 |
| | |||||
* | fix typo and remove animation | Morris Jobke | 2013-03-28 | 1 | -2/+1 |
| | |||||
* | convert js call to css rule | Morris Jobke | 2013-03-28 | 1 | -1/+0 |
| | |||||
* | apply code review hints | Morris Jobke | 2013-03-28 | 1 | -12/+10 |
| | |||||
* | add copyright note | Morris Jobke | 2013-03-27 | 1 | -0/+1 |
| | |||||
* | remove animation | Morris Jobke | 2013-03-27 | 1 | -2/+1 |
| | |||||
* | Make it possible to show less log entries again - fix owncloud/core#1593 | Morris Jobke | 2013-03-27 | 1 | -3/+19 |
| | | | | | * show "less" button only if there are more than 3 entries * only "remove" logs till last 3 entries | ||||
* | Add log as text and not as HTML | Lukas Reschke | 2013-03-03 | 1 | -1/+1 |
| | |||||
* | backport 1bccc80996e270f928c207cdd3090f4284abaea5 | Georg Ehrke | 2012-08-24 | 1 | -0/+3 |
| | |||||
* | log messages are looking nicer if they are not escaped. (xss prevention ↵ | Bjoern Schiessle | 2012-06-22 | 1 | -1/+1 |
| | | | | happens on another place) | ||||
* | use new sanitize HTML function backported | Bjoern Schiessle | 2012-06-20 | 1 | -1/+1 |
| | | | | | | Conflicts: lib/template.php | ||||
* | escape log messages to avoid possible js execution | Bjoern Schiessle | 2012-06-18 | 1 | -1/+1 |
| | |||||
* | Fix log viewing bug | Michael Gapczynski | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | reload log after changing log level | Robin Appelman | 2012-04-16 | 1 | -3/+14 |
| | |||||
* | merge log into admin | Robin Appelman | 2012-04-16 | 1 | -3/+4 |
| | |||||
* | fix timestamps when viewing logs | Robin Appelman | 2012-03-27 | 1 | -1/+1 |
| | |||||
* | improve log browsing | Robin Appelman | 2012-02-26 | 1 | -0/+46 |