Michael
|
1c84928727
|
Fix test
|
2021-11-09 23:04:07 +00:00 |
|
Michael
|
bbc4fe851b
|
"init" removed, moved error function
|
2021-11-09 22:59:58 +00:00 |
|
Michael
|
28a28517e5
|
Fix code standards
|
2021-11-09 21:50:56 +00:00 |
|
Michael
|
b6943aff36
|
API call rate_limit_status moved
|
2021-11-09 21:41:37 +00:00 |
|
Michael
|
a6db8df92d
|
Using the "extension" parameter
|
2021-11-09 19:40:39 +00:00 |
|
Michael
|
b4fc1da045
|
Allow "POST" for all "DELETE" calls as well.
|
2021-11-09 06:56:40 +00:00 |
|
Michael
|
fb6c3e2912
|
Simplify the output of api results
|
2021-11-09 06:42:59 +00:00 |
|
Michael Vogel
|
83056df565
|
Update src/Util/Arrays.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2021-11-09 06:23:04 +01:00 |
|
Michael
|
da9d1e828b
|
Commented out test functions
|
2021-11-08 22:12:10 +00:00 |
|
Michael
|
a66bb09b40
|
Moved function to Arrays.php
|
2021-11-08 22:10:07 +00:00 |
|
Michael
|
fbde999d0d
|
Removed unneeded parameter
|
2021-11-08 21:58:21 +00:00 |
|
Michael
|
ac1b8b7b3a
|
Remove space
|
2021-11-08 21:54:55 +00:00 |
|
Michael
|
3e676f9cf0
|
Fixed tabs
|
2021-11-08 21:53:34 +00:00 |
|
Michael
|
f5b47fccce
|
API: spme Functionality is transferred to new places
|
2021-11-08 21:35:41 +00:00 |
|
Hypolite Petovan
|
6ce1e1e7f8
|
Merge pull request #10965 from tobiasd/20211108-lng
DE, RU translation updates
|
2021-11-08 05:36:35 -05:00 |
|
Hypolite Petovan
|
e5f878c767
|
Merge pull request #10964 from annando/api
The API is now using the router
|
2021-11-08 05:36:13 -05:00 |
|
Hypolite Petovan
|
7c145accdd
|
Improve formatting in routes definition file
|
2021-11-08 05:31:18 -05:00 |
|
Tobias Diekershoff
|
8013712069
|
DE translation updates
|
2021-11-08 11:03:51 +01:00 |
|
Tobias Diekershoff
|
dbb912aca0
|
RU translations THX Alexander An
|
2021-11-08 11:03:12 +01:00 |
|
Michael
|
e2ff7aef66
|
Switched to another legacy module
|
2021-11-08 07:32:46 +00:00 |
|
Michael
|
0353a8f2cb
|
Updated messages.po
|
2021-11-08 07:28:53 +00:00 |
|
Michael
|
413acdfbc9
|
Merge remote-tracking branch 'upstream/develop' into api
|
2021-11-08 07:27:11 +00:00 |
|
Michael
|
789361de5f
|
The API is now using the router
|
2021-11-08 07:23:18 +00:00 |
|
Michael Vogel
|
cd27762dc1
|
Merge pull request #10963 from nupplaphil/feat/drone_checkdb
Drone | check database.sql
|
2021-11-07 23:59:33 +01:00 |
|
Philipp
|
84133845a1
|
Fixed drone script
|
2021-11-07 23:47:29 +01:00 |
|
Philipp
|
cda6ed6f05
|
Restore database.sql
|
2021-11-07 23:42:23 +01:00 |
|
Philipp
|
e251f8f60f
|
Test wrong database.sql
|
2021-11-07 23:41:11 +01:00 |
|
Philipp
|
41d4f4183f
|
Drone | check database.sql
|
2021-11-07 23:40:45 +01:00 |
|
Philipp
|
5fa633eb39
|
Drone | check database.sql
|
2021-11-07 23:38:04 +01:00 |
|
Philipp
|
d3b0d4dbde
|
Drone | check database.sql
|
2021-11-07 23:36:46 +01:00 |
|
Hypolite Petovan
|
aeb75c19a3
|
Merge pull request #10962 from annando/db-doc
Updated database documentation
|
2021-11-07 12:11:13 -05:00 |
|
Michael
|
a911e8eefd
|
Changed field description
|
2021-11-07 17:04:02 +00:00 |
|
Michael
|
d7502848fa
|
Updated database documentation
|
2021-11-07 16:10:47 +00:00 |
|
Hypolite Petovan
|
8d550ad4e8
|
Merge pull request #10961 from annando/deprecated
Removed and replaced deprecated functionalities
|
2021-11-07 10:53:17 -05:00 |
|
Michael Vogel
|
b60c342a8f
|
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2021-11-07 16:45:36 +01:00 |
|
Hypolite Petovan
|
6730430919
|
Merge pull request #10957 from nupplaphil/feat/multi_node_process
Add `hostname` to `Process` entity
|
2021-11-07 10:01:20 -05:00 |
|
Michael
|
eb1b2256a0
|
Removed and replaced deprecated functionalities
|
2021-11-07 14:00:47 +00:00 |
|
Philipp
|
42acc45772
|
Merge pull request #10960 from annando/escapeTags
"escapeTags" is finally removed
|
2021-11-07 14:39:22 +01:00 |
|
Michael Vogel
|
a12144bf61
|
Apply suggestions from code review
Co-authored-by: Philipp <admin+Github@philipp.info>
|
2021-11-07 13:57:24 +01:00 |
|
Philipp
|
882925b824
|
Update src/Core/Worker/Repository/Process.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2021-11-07 13:29:38 +01:00 |
|
Philipp
|
fb908aca6d
|
Update src/Core/Worker/Factory/Process.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2021-11-07 13:29:33 +01:00 |
|
Michael
|
cfac13790b
|
"escapeTags" is finally removed
|
2021-11-07 09:18:25 +00:00 |
|
Hypolite Petovan
|
f99d37d87e
|
Merge pull request #10958 from annando/escapeTags
Some more "escapeTags" removed
|
2021-11-06 16:35:50 -04:00 |
|
Michael
|
359dad4244
|
Some more "escapeTags" removed
|
2021-11-06 20:25:21 +00:00 |
|
Philipp
|
c7be395e6a
|
use static table-variable
|
2021-11-06 20:33:02 +01:00 |
|
Philipp
|
5350e0852d
|
Add hostname to Process entity
|
2021-11-06 20:21:01 +01:00 |
|
Michael Vogel
|
8e65bdd011
|
Merge pull request #10883 from MrPetovan/task/10864-server-purge
Add new purge contacts option to admin server blocklist
|
2021-11-06 07:48:16 +01:00 |
|
Hypolite Petovan
|
7946dfb491
|
Update main translation file after several changes
|
2021-11-06 01:41:19 -04:00 |
|
Hypolite Petovan
|
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 |
|
Hypolite Petovan
|
068c567b3d
|
Move server block list HTML escaping to templating
|
2021-11-06 01:34:16 -04:00 |
|