Hypolite Petovan
56ee734b00
Cleanup /format pre-move
3 years ago
Michael
715e15cbe1
There is now a memory limit for the poller
3 years ago
Hypolite Petovan
188d3a6f5e
Renamed check_domain_blocklist to blocked_url
- Remove debug
3 years ago
Hypolite Petovan
7d9d22914f
Refactor "URL" to "domain" for blocklist
- Add slash trimming to domain
- Reformatted mod/friendica
3 years ago
Tobias Diekershoff
f146c85e75
standards
3 years ago
Tobias Diekershoff
eeb72bd879
docstrings for the admin panel functions
3 years ago
Tobias Diekershoff
f969f44603
added subpage for blocklist management to the admin panel
3 years ago
Michael
2628ff91f4
Call it "toinnodb"
3 years ago
Michael
aaa558f7ea
New command in dbstructure.php to convert all tables from MyISAM to InnoDB
3 years ago
Michael
33d5e5b818
Issue 3157: No fulltext anymore
3 years ago
Michael
47fd9226c3
Resubmit all profiles on directory change
3 years ago
Alexandre Alapetite
d076b39b64
Forgotten AS in mod/admin patch
3 years ago
Alexandre Alapetite
8b3f623d29
ANY_VALUE in mod/admin
The query was not standard, not deterministic, and was not doing what
its description says. The patch makes it more standard and a bit more
deterministic. The returned protocol type is still undeterministic.
3 years ago
Michael
d82684219a
Issue 3331: Removed unneeded table "deliverq"
3 years ago
rebeka-catalina
554704e6b9
Added a whitespace between comma and t()
3 years ago
Michael
240a0961c6
Standards ...
3 years ago
Michael
f6d7ee2781
Issue 3142: mcrypt is no more (as well as phpseclib)
3 years ago
Roland Haeder
5bc2ebb267
Please use x() correctly:
<?php
if (x($someArray, 'element')) {
// Do something
}
?>
Signed-off-by: Roland Haeder <roland@mxchange.org>
3 years ago
Michael
0d49143a63
"no_utf" wasn't in use anymore - it is now removed completely
3 years ago
Hypolite Petovan
29fb28de43
Remove Embedly integration
- Remove admin setting input
3 years ago
Hypolite Petovan
7b352f3f74
Revert "Coding convention applied - part 1"
3 years ago
Roland Häder
d529125c8e
added spaces + some curly braces + some usage of dbm::is_result()
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
aeb0ed32c8
added curly braces + removed more useless intval() calls on file_exists()
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
0cd241bcbe
added spaces + some curly braces + some usage of dbm::is_result()
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Michael
eaf93dc041
I guess, @Hypolite will still find something to change ...
4 years ago
Michael
0dbc72c4ea
Embrace the braces and spaces ...
4 years ago
Michael
cc86d8ea14
Language data won't be displayed anymore (it was experimental stuff)
4 years ago
Michael
997e94555b
The old pager is removed
4 years ago
Michael
39386ded36
"old_share" is removed
4 years ago
Michael
99fb15037b
Removed some more unneeded stuff
4 years ago
Michael
733caa5669
Removed admin settings
4 years ago
Michael
2a8a5a6d88
Improved server vitality detection
4 years ago
Michael
49834676c7
Bugfix issue 3116: Only allowed themes are displayed
4 years ago
Michael
becfeaf0b7
Bugfix: Caching of non string cache values now works.
4 years ago
Hypolite Petovan
8a197055e3
Normalize App parameter declaration (mod folder, 1 out of 3)
4 years ago
Tobias Diekershoff
236c7805a4
for the fed stats it is better to have a >= then a = in the query
4 years ago
Roland Haeder
7131e45cb1
added some spaces
Signed-off-by: Roland Haeder <roland@mxchange.org>
4 years ago
Roland Haeder
f844d96a7f
added some spaces
Signed-off-by: Roland Haeder <roland@mxchange.org>
4 years ago
Roland Haeder
7aa799a0ee
Fixed parser errors (opps) + changed # -> // Please do so also as # for comments is deprecated.
Signed-off-by: Roland Haeder <roland@mxchange.org>
4 years ago
Roland Haeder
b7c9d63b7a
Fixed parser errors (opps) + changed # -> // Please do so also as # for comments is deprecated.
Signed-off-by: Roland Haeder <roland@mxchange.org>
4 years ago
Roland Häder
9fad8109ff
changed to this:
---------------------
function bla (App &$a) {
$a->bla = 'stuff';
}
---------------------
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
f8a213e23b
*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied)
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Haeder
d6e57f0348
Continued with coding convention:
- added curly braces around conditional code blocks
- added space between if/foreach/... and brace
- rewrote a code block so if dbm::is_result() fails it will abort, else the id
is fetched from INSERT statement
- made some SQL keywords upper-cased and added back-ticks to columns/table names
Signed-off-by: Roland Haeder <roland@mxchange.org>
4 years ago
Roland Häder
70a042fd04
added more curly braces + space between "if" and brace
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Haeder
52f14ffa5f
Continued with coding convention:
- added curly braces around conditional code blocks
- added space between if/foreach/... and brace
- rewrote a code block so if dbm::is_result() fails it will abort, else the id
is fetched from INSERT statement
- made some SQL keywords upper-cased and added back-ticks to columns/table names
Signed-off-by: Roland Haeder <roland@mxchange.org>
4 years ago
Roland Haeder
6e44acfed6
Continued with coding convention:
- added curly braces around conditional code blocks
- added space between if/foreach/... and brace
- rewrote a code block so if dbm::is_result() fails it will abort, else the id
is fetched from INSERT statement
- made some SQL keywords upper-cased and added back-ticks to columns/table names
Signed-off-by: Roland Haeder <roland@mxchange.org>
4 years ago
Roland Häder
de689583e2
added more curly braces + space between "if" and brace
Signed-off-by: Roland Häder <roland@mxchange.org>
Conflicts:
mod/admin.php
4 years ago
Roland Häder
4b221d216e
added more curly braces + space between "if" and brace
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
4dce3d8224
changed to this:
---------------------
function bla (App &$a) {
$a->bla = 'stuff';
}
---------------------
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
e6463c8af6
Coding convention:
- added curly braces
- added space between "if" and brace
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago