Marek Bachmann
90d99bc3e8
Changed registration text input to text area since BBcode is allowed there (was single line input)
2022-12-21 20:05:35 +01:00
16b76919c0
Rules added
2022-12-03 21:15:08 +00:00
18f54f4425
New area "moderation"
...
- Moved several admin pages to the moderation area
- ACL still is checking for administrator credentials
2022-11-08 02:28:42 -05:00
0f9e2b6da4
Issue 12097: Notify for each new user registration
2022-11-03 19:59:33 +00:00
e11d3cfeb0
Add upload feature for domain pattern block list
...
- Add new /admin/blocklist/server/import route
- Add form on domain pattern blocklist index page
2022-07-27 11:54:50 -04:00
e57e1ba1e5
Make network counts at the group level system level configurable
2022-07-08 15:29:34 -04:00
1301a53f20
Remove relocation form from Admin Site settings
2022-05-29 13:15:23 -04:00
d15ebb6fd3
Normalize base URL usage in admin templates
2022-03-11 23:14:21 -05:00
384fe562a8
More statistics
2022-02-07 06:23:49 +00:00
bdba75ec47
Show detailled statistics per platform
2022-02-07 06:11:37 +00:00
58b4ecd6ae
Show month/halfyear usage
2022-02-07 05:29:00 +00:00
41062eb7e4
Add new purge contacts option to admin server blocklist
...
- Move adding a server domain pattern to the blocklist in a separate module to allow reviewing the list of known servers that would be affected
2021-11-06 01:36:53 -04:00
62bacbb833
Remove 'maxloadavg_frontend' restriction in Friendica
2021-11-05 20:52:43 +01:00
8185c591d8
New option to activate/deactivate contact avatar cache
2021-10-23 17:18:30 +00:00
aea07a7c15
Add new purge contact content option to admin contact blocklist
2021-10-16 19:29:38 -04:00
fabrixxm
0638e23f7a
Mark string translatable in View logs
...
and update messages.po
2021-10-01 16:46:55 +02:00
f51438c168
unescape HTML from the relocation warning message
2021-10-01 14:05:17 +02:00
bdb5aa6bd9
Make the proxy functionality optional
2021-09-09 12:40:19 +00:00
52ca3e5417
Remove all traces of "rino"
2021-09-05 18:34:44 +00:00
687e6841bc
Rename Storage Backend labels
2021-09-02 23:27:35 +02:00
728e82d8b0
Improve translation for Storage module
2021-09-01 14:00:23 +02:00
5fe1ab0758
missing $ in template
...
The admin/site.tpl file had a missing $ from a variable name thus Smarty
could not compile the template.
2021-09-01 10:54:56 +02:00
85e2328b23
Issue 10640: Some more inversed settings
2021-08-31 19:26:17 +00:00
3944e5d38e
Disable mail setting when imap support is disabled
2021-08-30 21:17:03 +00:00
e3c7cd25e1
Issue 10640: Use consistent settings to enable protocol support
2021-08-30 19:46:10 +00: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
fabrixxm
5b9aeeeca9
Add search and filter to log view
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
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
dac27ead7a
Proxy settings removed
2021-07-06 06:44:18 +00:00
a06d699480
Item cache related functionality removed
2021-07-05 04:57:50 +00:00
bf8cb39102
Diaspora relay functionality is removed
2021-06-13 11:15:04 +00:00
8e005f7de2
Remove whitespace from opening HTML tag ending
2021-05-20 08:39:36 -04:00
f57ddee31c
the command was missing from the worker queue overview
2021-05-02 09:55:19 +02:00
972c9f7bc0
Issue 9743: Added translatable texts
2021-03-08 21:17:27 +00:00
a81ac835a1
The frontend worker is removed
2021-01-01 23:05:26 +00:00
0dac6e9d34
Add general information header translation to admin site template
2020-12-17 22:52:30 -05:00
b2c4116357
Replace JQuery .text by .html
...
- Prevents inserting unescaped HTML in page
2020-11-16 18:19:24 -05:00
388c0b69d6
Split admin/users into 6 separate modules
...
- They now feature working pagination
2020-11-08 12:53:12 -05:00
15e61e78ac
Issue 9305: Relay deny tags are added
2020-09-29 19:48:26 +00:00
ee8689cc89
Merge branch 'bug/phpinfo-accessible-hotfix' into develop
...
# Conflicts:
# src/Module/Admin/DBSync.php
# src/Module/Admin/Logs/Settings.php
# src/Module/Admin/Themes/Details.php
# src/Module/Admin/Themes/Embed.php
2020-09-08 14:06:14 -04:00
9bc2c5a52e
Normalize use of form security tokens in Admin modules
...
# Conflicts:
# src/Module/Admin/Logs/Settings.php
2020-09-08 12:27:36 -04:00
2ce15cae1a
Use router parameters in Admin modules
...
- Remove 10 @TODO tags
# Conflicts:
# src/Module/Admin/DBSync.php
# src/Module/Admin/Themes/Details.php
# src/Module/Admin/Themes/Embed.php
2020-09-08 12:27:15 -04:00
7dbf72e454
We now fetch data with an automatically generated system user
2020-08-22 14:48:09 +00:00
d153db44ac
Periodically run an "optimize table" command for cache tables
2020-08-04 12:24:24 +00:00
0c73531da1
Poco and gcontact (mostly) removed
2020-08-01 16:15:18 +00:00