632d1024f7
Merge pull request #10309 from fabrixxm/feature/advanced-logsview
...
Display structured logs in admin
2021-08-20 05:24:07 -04:00
fabrixxm
7f695197aa
Fix review points
...
- Fix headers hierarchy
- Improve accessibility:
- set mouse pointer
- make rows focusable
- open on key press
- add tooltip with "title"
- add role and aria attributes
- Rename `ParsedLog` to `ParsedLogLine`
- Add docs to `ReversedFileReader`'s implementation of `Iterator`'s methods
- Add docs to `ParsedLogIterator`'s implementation of `Iterator`'s methods
- Remove unnecessary comment
- Add more test for parsing log lines and fix some edge cases
- Fix function name in snake-case to camelCase
- Remove `DIRECTORY_SEPARATOR`
2021-08-20 11:02:18 +02:00
4b36f7e8c8
Merge pull request #10616 from annando/notification-message
...
Meaningful notification message
2021-08-19 19:20:46 -04:00
6899d3c618
Meaningful notification message
2021-08-19 13:58:55 +00:00
fabrixxm
5e5d9db1b3
logs view: update frio template
...
add search and filter columns support.
add "prev/next" buttons to details popup
2021-08-19 14:55:33 +02:00
fabrixxm
5b9aeeeca9
Add search and filter to log view
2021-08-19 14:55:33 +02:00
fabrixxm
b8fc6a8c02
Advanced log view: Frio version
...
Show log event details in a modal dialog
2021-08-19 14:55:33 +02:00
fabrixxm
9368f5445d
Display structured logs in admin
...
Tries to parse log lines and to display info in a table.
Additional JSON data is parsed and displayed clicking on a row.
File reading and line parsing is handled in iterators, to avoid to keep
too much data in memory.
Search and filter should be trivial to add.
Log file is read backward to display log events newest first.
A "tail" functionality should be easy to implement.
2021-08-19 14:55:33 +02:00
8155412f44
DE translation updats
2021-08-19 07:04:36 +02:00
f0bb83c225
Merge pull request #10613 from annando/improved-payload
...
The push api payload content is improved
2021-08-18 13:45:18 -04:00
Michael Vogel
03a2888b83
Merge pull request #10614 from tobiasd/20210818-de
...
DE translation update
2021-08-18 07:55:32 +02:00
f16c9655a4
DE translation update
2021-08-18 07:49:27 +02:00
b521e45903
Merge remote-tracking branch 'upstream/develop' into improved-payload
2021-08-17 23:00:00 +00:00
4ef4fd28d4
Updated messages.po
2021-08-17 22:58:00 +00:00
37a30434bb
Remove remaining mentions of $a->argc/argv
...
- This was breaking the layout of specific pages in Frio
2021-08-17 08:26:12 -04:00
651b60c482
regen messages.po after rebase
2021-08-17 08:39:30 +02:00
ae6e13815d
rewording the encouragement and regen of the messages.po
2021-08-17 08:38:06 +02:00
cfed7f2681
regen messages.po
2021-08-17 08:38:06 +02:00
cbc9d827d1
Update messages.po
2021-08-16 23:32:32 +02:00
1ce6700160
Merge pull request #10606 from annando/xmpp
...
Clarify XMPP profile field description
2021-08-16 06:26:05 -04:00
ce9da778b9
Clarify XMPP profile field description
2021-08-16 06:15:18 +00:00
d02cc0d7e2
DE translation update
2021-08-16 07:38:44 +02:00
81d9fc677f
Updated messages.po
2021-08-12 06:33:08 +00:00
473adaf463
Mark, file and starring does now work for all items
2021-08-12 05:28:47 +00:00
536fbe5af1
Merge pull request #10586 from annando/app-user2
...
Get rid of app->user completely
2021-08-09 16:59:46 -04:00
c81e81dc8d
"getUserId" is now "getLoggedInUserId"
2021-08-09 20:33:46 +00:00
15b93b4459
"getUserNickname" is now "getLoggedInUserNickname"
2021-08-09 19:48:39 +00:00
90910bb4a5
DE translation update
2021-08-09 18:18:20 +02:00
27177f19c9
Updated messages.po
2021-08-09 15:40:37 +00:00
4495e83eca
Merge remote-tracking branch 'upstream/develop' into app-user2
2021-08-09 15:32:32 +00:00
b8fa75b2dd
Changed function name
2021-08-09 15:29:07 +00:00
bee04f86ee
Matrix addresses can be entered in the profile
2021-08-09 01:39:09 +00:00
28090bd793
Get rid of App->user completely
2021-08-08 19:30:21 +00:00
fc283ab928
Remove direct calls to App->user
2021-08-08 10:14:56 +00:00
266ee26240
Merge pull request #10579 from annando/http-errors
...
Avoid some HTTP errors
2021-08-06 08:11:35 +02:00
4db86a108e
Updated messages.po
2021-08-06 05:59:16 +00:00
2193c2d43c
HU translation updated THX Balázs Úr
2021-08-05 07:14:53 +02:00
941607a760
DE translation update
2021-08-03 15:50:45 +02:00
b2bf467afc
Issue 10568: Deleting of scheduled posts didn't work
2021-08-03 12:29:46 +00:00
1061cde797
The frio-button now looks fine
2021-08-02 21:47:59 +00:00
45f325d025
Fix the "delete" icon
2021-08-02 21:36:27 +00:00
Michael Vogel
5a2fa2f81a
Apply suggestions from code review
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2021-08-02 22:38:08 +02:00
88e276843e
Using "post" when deleting, fixing deleting
2021-08-02 19:18:44 +00:00
Michael Vogel
686785049e
Update view/theme/frio/templates/profile/schedule.tpl
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2021-08-02 20:43:50 +02:00
f87e41e206
Scheduled posts are now listed and can be deleted
2021-08-02 17:03:06 +00:00
9aa04966b9
Updates messages.po
2021-08-02 12:22:18 +00:00
302b2cecce
Indention harmonized
2021-08-01 13:22:00 +00:00
0262527706
Updated "messages.po"
2021-08-01 13:14:35 +00:00
8214401b57
Merge remote-tracking branch 'upstream/develop' into scheduled-frontend
2021-08-01 13:12:25 +00:00
2e2d1bf81d
Added option to define a schedule date when posting items
2021-08-01 13:01:31 +00:00