650f90df25
Platforms: only use and show trusted detections
2022-02-05 22:14:19 +00:00
3a6491f994
More system are added to the federation page
2022-02-04 20:45:27 +00:00
c588b280d7
Fix all license header & be less aggressive
2022-01-07 00:35:28 +01:00
Philipp
322b7c856c
Merge pull request #11129 from urbalazs/copyright-2022
...
Update copyright
2022-01-02 09:45:35 +01:00
Balázs Úr
e56a53647b
Update copyright
2022-01-02 08:27:47 +01:00
7488a793a8
Don't count the system user on the administration page
2021-12-24 12:36:44 +00:00
Balázs Úr
48a0049adc
Fix typo
2021-12-03 01:14:29 +01:00
2e4d654c0a
Make $_REQUEST processing independent of sub-calls
...
- Move HTTPInputData::process() into App::runFrontend()
- Pass $_REQUEST (including processed Input) to every Module method
- Delete $_POST parameters at Module post() calls because of $_REQUEST
2021-11-30 01:07:58 -05:00
e8ee312d80
Fix Tos Module
2021-11-27 14:11:48 +01:00
561aba18e3
Introduce Response
for Modules to create a testable way for module responses
2021-11-27 12:40:38 +01:00
8bdd90066f
Make BaseModule
a real entity
...
- Add all dependencies, necessary to run the content (baseUrl, Arguments)
- Encapsulate all POST/GET/DELETE/PATCH/PUT methods as protected methods inside the BaseModule
- Return Module content ONLY per `BaseModule::run()` (including the Hook logic there as well)
2021-11-27 12:40:36 +01:00
645e4edc63
Revert "Revert "Replace Module::init() with Constructors""
...
This reverts commit 89d6c89b67
.
2021-11-19 20:18:48 +01:00
89d6c89b67
Revert "Replace Module::init() with Constructors"
2021-11-19 07:23:23 -05:00
dab9e13c69
Replace $this->l10n->t() with $this->t() for Modules
2021-11-18 23:23:58 +01:00
ce578a7745
Replace Module::init() with Constructors
2021-11-17 22:14:33 +01:00
5879535822
Switch static::$parameters
to $this->parameters
2021-11-14 23:49:07 +01:00
489cd0884a
Make BaseModule methods dynamic
2021-11-14 23:49:06 +01:00
714f0febc4
Replace $parameters
argument per method with static::$parameters
2021-11-14 23:49:05 +01:00
359dad4244
Some more "escapeTags" removed
2021-11-06 20:25:21 +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
068c567b3d
Move server block list HTML escaping to templating
2021-11-06 01:34:16 -04:00
edcfeaf66d
Merge pull request #10956 from annando/escapetags
...
Some removed escapeTags calls
2021-11-06 00:04:17 -04:00
23b10cf2ae
Some removed escapeTags calls
2021-11-05 19:59:18 +00:00
62bacbb833
Remove 'maxloadavg_frontend' restriction in Friendica
2021-11-05 20:52:43 +01:00
63da4a75e9
The boot.php had been cleared of most functions
2021-11-04 20:29:59 +00:00
516018861e
Merge remote-tracking branch 'upstream/develop' into error-handling
2021-10-31 05:25:39 +00:00
4236a9a105
Improved http error handling
2021-10-29 23:21:07 +00:00
d778af0b0e
Cleanup namespaces
2021-10-27 20:16:34 +02:00
2ab0d06996
Restructure Storage to new paradigm
2021-10-27 20:00:19 +02:00
b216317477
Refactoring Core class structures ...
2021-10-26 22:11:09 +02:00
ab83d0dd27
Restructure (P)Config to follow new paradigm
2021-10-26 22:11:06 +02:00
7ebf211ad2
Fixed indention
2021-10-23 17:23:11 +00: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
martincodes
aa433f9d87
add condition to count accounts that arent removed
2021-10-13 18:54:22 +02:00
065b46c721
Split Storage usage and Storage configuration
2021-10-05 20:07:12 +02:00
fabrixxm
e8c0d5d445
Logs view: remove unneeded tpl var
2021-10-01 17:00:06 +02:00
fabrixxm
0638e23f7a
Mark string translatable in View logs
...
and update messages.po
2021-10-01 16:46:55 +02:00
786596fec5
remove superfluous characters from warning messages in the admin panel
...
\r\n was shown in the warning messages of the admin panel log view page. They have
been removed. Additionally the messages.po file has been regenerated.
2021-10-01 14:02:27 +02:00
27e4586597
Move path determination logic into the ConfigFactory
2021-09-12 13:44:29 +02:00
5702944116
Add the possibility to use a different configuration directory
2021-09-11 14:33:26 +02:00
634db1ec85
Changed text
2021-09-10 00:30:11 +00: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
1665b54c6f
Fix variable assignment alignment in Module\Admin\Site
2021-08-31 16:01:20 -04:00
13ae96e9e1
Some more "enable"
2021-08-31 19:54:05 +00: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