Commit graph

6697 commits

Author SHA1 Message Date
e9c63ff075 Added "follow" subscription message 2021-08-22 08:27:56 +00:00
59045b2e23 Added handling another situation 2021-08-22 03:58:50 +00:00
42de5c77d0 The desktop notifications have been reworked 2021-08-21 20:35:04 +00:00
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
eb18cf7389
Update messages.po 2021-08-01 10:43:31 +02:00
76ed555d46 DE translation update 2021-07-28 07:18:38 +02:00
c89533a70b Support for stacked profiler analysis 2021-07-27 04:57:29 +00:00
3cef3ab107
Merge pull request #10548 from annando/args
Replaced argv/argc with replacement functions
2021-07-26 18:43:47 -04:00
5a87ccf026 Getter/Setter for theme info 2021-07-25 19:39:10 +00:00
c52b8595e8 theme infos are now bundled in a single array 2021-07-25 19:07:03 +00:00
69c75daf4f
Merge pull request #10543 from annando/app-variables
App variables reduced and removed
2021-07-25 08:56:05 -04:00
6347a238a1
Update messages.po 2021-07-24 19:02:15 +02:00
4be4498b13
Update UX for Storage administration 2021-07-24 19:01:01 +02:00
e19b9824cd
Allow setting & saving storages per type 2021-07-24 19:00:58 +02:00
cbe522ee82
Fixings 2021-07-24 19:00:58 +02:00
3647f6f031
Refactor storage admin setting 2021-07-24 19:00:58 +02:00
97bafb3a59
Extract Storage admin section to own page 2021-07-24 19:00:58 +02:00
a115f10d62 Styling 2021-07-24 13:11:49 +00:00
b3b5599d27 Show the network icon for the contact 2021-07-24 12:21:33 +00:00
21e3d1c4e3 Updated messages.po 2021-07-23 13:31:07 +00:00
fae0f839bc Merge remote-tracking branch 'origin/develop' into profile 2021-07-23 13:29:36 +00:00
7c0d900b99 Updated messages.po 2021-07-23 13:07:06 +00:00
373aca1046 Updated "messages.po" 2021-07-23 12:43:52 +00:00
afe3c8954c Simplified functionality to load the profile in the sidebar 2021-07-23 12:39:37 +00:00
Michael Vogel
a1ee75eba7
Merge pull request #10498 from MrPetovan/bug/10477-frio-csp-error-event-edit
[frio] Move content of event_edit.js to mod_event.js to prevent an unsafe-eval
2021-07-22 14:39:25 +02:00
b5f59d5be0 API: Support for deprecated API endpoints and OAuth removal 2021-07-20 20:48:37 +00:00
6668066099 The legacy OAuth server is removed 2021-07-20 17:41:04 +00:00
3a5523820c Legacy DFRN transport layer is removed 2021-07-15 13:28:32 +00:00
dde1d203f7 [frio] Move content of event_edit.js to mod_event.js to prevent an unsafe-eval 2021-07-14 08:13:24 -04:00
097eb9e83b Updated messages.po 2021-07-14 02:56:15 +00:00
1466afe3b2 Automatically subscribe to the followings of a given AP account 2021-07-13 06:06:08 +00:00
b80cca61e6 Added messages.po 2021-07-12 14:20:10 +00:00
e5c312a066 Issue 10491: Possibility for simple shortening added 2021-07-12 14:11:51 +00:00
540dc90ce1 Merge frio-specific share block template into the base template
- Add BIDI support for share blocks
- Remove redundant share block styles
2021-07-09 19:23:01 -04:00
165c6ddc63 "convert" changed to "convertForItem" 2021-07-08 15:41:46 +00:00
59a77ceac8 Updated messages.po 2021-07-06 07:16:46 +00:00
dac27ead7a Proxy settings removed 2021-07-06 06:44:18 +00:00
31bf8d3ea0 Updated messages.po 2021-07-05 05:15:35 +00:00
a06d699480 Item cache related functionality removed 2021-07-05 04:57:50 +00:00
dfc1b1e7a5 Allow search for only locally published contacts 2021-07-04 19:58:02 +00:00
1322999fc2 Updated messages.po after code changes 2021-06-27 23:19:08 -04:00
efff254a3a Wrap each addon settings form in their own form tag
- The single form tag was preventing a given addon settings to be saved if another addon had an empty required field.
- Instead of concatenating the addon form HTML through Hook::callAll, we loop manually through the hooks, appending the HTML to an array.
2021-06-27 23:15:27 -04:00
cb7b5089aa DE translation update 2021-06-27 14:22:36 +02:00
02e69e9c7c updated JA translation THX daingewuvzeevisiddfddd 2021-06-27 14:18:34 +02:00
c0aa138da6 HU translation updated THX Balázs Úr 2021-06-27 14:17:51 +02:00
09c77e3774 Updated messages.po 2021-06-15 17:23:08 +00:00
bc58cb9b94 Merge remote-tracking branch 'upstream/2021.06-rc' into issue-10386 2021-06-15 17:21:13 +00:00
c9ec2e21b3
Merge pull request #10403 from annando/doc-structure
Updated database structure documentation
2021-06-14 09:01:58 -04:00
c3cfc443ae Handling of special characters 2021-06-14 12:38:42 +00:00
7106106f11 Formatted index list 2021-06-14 12:15:10 +00:00
a29c21224d Dash removed 2021-06-14 08:54:31 +00:00
96f07c7288 Indexes and foreign keys added 2021-06-14 08:53:37 +00:00
2cd0c1d30d Trailing whitespace removed 2021-06-14 06:10:11 +00:00
fd30df7300 Pad the header 2021-06-14 05:58:51 +00:00
a827f948c8 Reversed "null" 2021-06-14 05:14:09 +00:00
84ab5d6159 Updates database structure documentation 2021-06-13 20:33:50 +00:00
63d2bbcfa0 Updated messages.po 2021-06-13 17:56:06 +00:00
bf8cb39102 Diaspora relay functionality is removed 2021-06-13 11:15:04 +00:00
1b6212f8a8 Updated messages.po 2021-06-10 06:29:34 +00:00
29443588f7 updated JA translation THX daingewuvzeevisiddfddd 2021-06-09 12:08:46 +02:00
4b4a060547 HU translation updated THX Balázs Úr 2021-06-01 14:43:39 +02:00
65442ac6ba updated JA translation THX daingewuvzeevisiddfddd 2021-06-01 06:08:35 +02:00
4045f42ac3 updated JA translation THXdaingewuvzeevisiddfddd 2021-05-30 19:33:56 +02:00
54e3a19cb9 DE translation update 2021-05-30 19:33:46 +02:00
7064b43cb8 Updates messages.po 2021-05-29 20:31:57 +00:00
ecb25a6fd9 DE translation update 2021-05-26 09:07:56 +02:00
918f869aef regen messages.po 2021-05-23 07:50:37 +02:00
93546ce93d
Merge pull request #10284 from very-ape/vier-notifications-fix
[vier] Keep the introductions notification badge from claiming its own line!
2021-05-22 06:47:20 -04:00
very-ape
857e14636f Bug fix: Keep the introductions notification badge from claiming its own line! 2021-05-21 15:58:35 -07:00
9330fe1440 Updated messages.po 2021-05-21 18:18:39 +00:00
2cc4bd2490 Add RTL support to many input fields
- Compose page
- Post jot
- Comment form
- Event form
2021-05-20 08:39:37 -04:00
6d0f6d94cb Add RTL support for post titles and photo captions 2021-05-20 08:39:36 -04:00
8e005f7de2 Remove whitespace from opening HTML tag ending 2021-05-20 08:39:36 -04:00
c650285a94
Merge pull request #10270 from MrPetovan/bug/8262-add-rtl-support-in-search
Add RTL support for item body in search and photo body
2021-05-19 16:41:44 +02:00
f3aaed7541 Add RTL support for item body in search and photo body 2021-05-19 10:36:25 -04:00
b79b1a3e7b Remove whitespace before opening HTML tag closure 2021-05-19 10:35:58 -04:00
c49b6c68b5 updated JA translation THXdaingewuvzeevisiddfddd 2021-05-19 16:01:41 +02:00
27a4d65bad IT translation update THX fabrixxm 2021-05-19 08:01:49 +02:00
678715ed59 updated JA translation THX daingewuvzeevisiddfddd 2021-05-19 08:01:25 +02:00
e1c3b14b10 updated JA translation THX daingewuvzeevisiddfddd 2021-05-16 15:36:05 +02:00
776c71498a DE translation update 2021-05-16 15:35:46 +02:00
3dcd91cddd Updated messages.po 2021-05-16 07:41:59 +00:00
6a5083d918 Fixed message, relationships endpoint added 2021-05-15 10:55:41 +00:00
cd85990aea Updated messages.po 2021-05-15 10:18:05 +00:00
1fd750a101 DE translation update 2021-05-14 07:46:43 +02:00
a4dc6af3c9 Updated messages.po 2021-05-13 15:15:32 +00:00
a90a2bd05a Merge remote-tracking branch 'upstream/develop' into oauth-flow 2021-05-13 15:14:08 +00:00
b18073d5a8 Repurposed OAuth frontend handling, store the scope 2021-05-13 14:58:55 +00:00
c64c85529e
Update messages.po 2021-05-13 14:29:49 +02:00
Michael Vogel
4fb52385a8
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2021-05-12 17:32:55 +02:00
b2fe039dab oauth template redesigned 2021-05-12 12:28:13 +00:00
f6faed9fdc Merge remote-tracking branch 'upstream/develop' into api-again 2021-05-12 09:15:27 +00:00
2e9ff4d72e [frio] Remove obsolete capitalize directives after updating source translation strings 2021-05-11 17:34:27 -04:00
e9fe92a5d7 Merge remote-tracking branch 'upstream/develop' into api-again 2021-05-11 21:21:32 +00:00
43244a3588 Fix top border on mobile login 2021-05-11 20:49:36 +00:00
d1f20720ca Updated main translation string file after changes 2021-05-11 16:04:34 -04:00
7a17dfeb08 Updated main translation file after translation string update 2021-05-10 19:06:13 -04:00
43638fa29b Fix undefined variables in nav.tpl
- Reworked the nav_info hook to include the rest of the array keys defined in Nav::getInfo
- Replaced the theme-specific template variable nav.userinfo with the regular userinfo in frio nav.tpl
- Initialized all the nav array keys
2021-05-10 19:03:33 -04:00
2c6bf754d5 Fix undefined variables in wall_thread.tpl
- Remove unused "num_comments_text" template variable
- Remove unused "item.postops" template variable mention
2021-05-10 18:59:09 -04:00
da2ce5c4f4 Fix undefined tamplate variables in comment_item.tpl
- Remove unused "type" hidden field in comment form
- Remove unused moderated_comment.tpl files
2021-05-10 18:56:26 -04:00
Philipp
f69dab6d1c
Merge pull request #10209 from MrPetovan/bug/10205-frio-link-preview-accents
[frio] Harmonize link preview display with black/dark accented themes
2021-05-10 16:01:38 +02:00
76c7fa7b6f updated JA translation THX daingewuvzeevisiddfddd 2021-05-10 07:23:51 +02:00
45c9632c5e DE translation update 2021-05-10 07:23:33 +02:00
dcff688efb messages.po updated 2021-05-08 12:25:52 +00:00
e839808b64 IT translation update THX Sylke Vicious 2021-05-08 07:10:48 +02:00
cbcb205985 DE translation update 2021-05-05 10:05:17 +02:00
d5276fdb60 [frio] Harmonize link preview display with black/dark accented themes 2021-05-04 10:04:07 -04:00
89b66fcd68 Updated main translation file after adding translation strings 2021-05-04 09:09:17 -04:00
b3e511eb0c No link guessing for DFRN / Don't show redundant data 2021-05-04 05:18:03 +00:00
716c6e098a DE translation update 2021-05-03 11:02:28 +02:00
dc3aaa1676 regen messages.po 2021-05-02 10:00:50 +02:00
f57ddee31c the command was missing from the worker queue overview 2021-05-02 09:55:19 +02:00
c76af27533 Add initial RTL support for post bodies 2021-05-01 15:13:53 -04:00
531e5d7f3e Add RTL support to profile name and description in the VCard 2021-05-01 15:13:39 -04:00
7a0b9212b8 DE translation update 2021-04-29 10:47:31 +02:00
dd71c93589
Update messages.po 2021-04-28 23:34:48 +02:00
e42c9af25d Merge remote-tracking branch 'upstream/develop' into media-preview 2021-04-28 19:45:20 +00:00
3d64c3031b Preview for Videos and images / Video resolution selection 2021-04-28 19:05:46 +00:00
25c434ae14 EN GB translation update THX AndyH3 2021-04-28 06:55:51 +02:00
73069c8eec EN GB translation update THX AndyH3 2021-04-28 06:53:53 +02:00
8685e5ca32 Reworked media handling 2021-04-26 06:50:12 +00:00
090a019390 IT translation update THX Sylke Vicious 2021-04-20 11:06:21 +02:00
515b360569 EN US translation update THX Steffen K9 2021-04-18 07:42:49 +02:00
af2cdac8d4 Frio: Adapt textcomplete display to dark/black schemes 2021-04-13 11:08:32 -04:00
8f36da9daf
Update messages.po 2021-04-10 20:30:19 +02:00
99e93d2ba8 Remove empty lines arounf the horizontal ruler, no maximum height 2021-04-07 12:17:35 +00:00
e8a539b68d Move template to content/ 2021-04-05 11:44:43 +00:00
7e0d21b5bb Audio attachments are now displayed as audio elements 2021-04-05 09:15:36 +00:00
b57240c05d update for ES THX Senex Petrovic 2021-04-02 08:20:14 +02:00
e36514e989 DE translation update 2021-04-02 08:16:24 +02:00
99ab9cf219 HU translation updated THX Balázs Úr 2021-04-02 07:47:40 +02:00
52b75b931f EN US translation refresh for ##9993 2021-04-02 07:41:06 +02:00
Balázs Úr
befc2af504
Merge branch '2021.03-rc' into copyright-2021 2021-03-29 08:45:21 +02:00
Balázs Úr
054c301ef0 Update copyright 2021-03-29 08:40:20 +02:00
8fc6a5858f RU translations THX SpcCw 2021-03-28 19:14:17 +02:00
eaf5647217 HU translation updated THX Balázs Úr 2021-03-28 19:14:09 +02:00
6426519cf6 IT translation update THX Sylke Vicious 2021-03-28 19:11:59 +02:00
95a7645cba
Update messages.po 2021-03-27 22:46:47 +01:00
95efb70902 Updated main translation file after adding a translation string 2021-03-14 19:35:41 -04:00
011e67d680 Add translation string for "Back to top" 2021-03-14 18:12:20 -04:00
ef58effb53 Update main translation after translation string change 2021-03-14 14:19:35 -04:00
d30055070e Updated source translation files after adding translation strings 2021-03-10 09:50:20 -05:00
064ff693fd Add custom message to the maintenance module display 2021-03-10 09:50:20 -05:00
5691099a15
Added missing type-hints
Signed-off-by: Roland Häder <roland@mxchange.org>
2021-03-09 13:37:48 +01:00
414b9558ec Updated messages.po 2021-03-08 21:25:03 +00:00
972c9f7bc0 Issue 9743: Added translatable texts 2021-03-08 21:17:27 +00:00
553ad2994b The template "maitnenance.tpl" isn't used anymore 2021-03-08 10:41:33 +00:00
2f590b2e07
Fix condition formatting in view/theme/frio/theme.php 2021-02-28 07:44:36 -05:00
530cfba71e Offer "follow thread" only when you don't already follow 2021-02-28 07:47:07 +00:00
e8ab396d48 Perfgorm a reload after following a thread 2021-02-27 21:57:38 +00:00
61ff7fc532 regen messages.po 2021-02-23 10:08:30 +01:00