Hypolite Petovan
56ee734b00
Cleanup /format pre-move
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
7f837a9205
add the contents from the blocklist to the /friendica page
3 years ago
Hypolite Petovan
7b352f3f74
Revert "Coding convention applied - part 1"
3 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
0548099f6c
The config class now makes less database reads.
4 years ago
Hypolite Petovan
8a197055e3
Normalize App parameter declaration (mod folder, 1 out of 3)
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
e1f3661645
*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 Häder
884f44ce94
*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 Häder
46d383369c
Cleanup for #3010 - added spaces, thanks to @annando .
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
6a8a36f12d
More usage of dbm::is_result($r) instead of count($r):
- count() returns very different results and never a boolean (not even false on
error condition).
- therefore you should NOT use it in boolean expressions. This still *can* be
done in PHP because of its lazyness. But it is discouraged if it comes to
more clean code.
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Haeder
3e701b90ac
Continued rewriting:
- use dba::is_result() everywhere (where I found the old, bad way)
- converted some spaces -> tabs for code
- converted some CRLF -> LF as mixures of both is not good
Signed-off-by: Roland Haeder <roland@mxchange.org>
4 years ago
fabrixxm
b202e02fbf
Revert "Updated modules to allow for partial overrides without errors"
This reverts commit db949bb802
.
5 years ago
Andrej Stieben
db949bb802
Updated modules to allow for partial overrides without errors
Only define functions if they have not been defined before, e.g. in themes. This makes it possible to override parts of a module and still use the other functions.
5 years ago
rabuzarus
c1ed2bd975
feature management for admins: Merge branch 'devolop'
5 years ago
Tobias Diekershoff
a22581e86c
typo
5 years ago
Michael Vogel
f931eba7f2
Noscrape is now enabled all the time.
6 years ago
Tobias Diekershoff
56cd536652
use noscrape by default, add opt-out option to disable it
6 years ago
Beanow
9026810496
Added noscrape feature.
6 years ago
Michael Vogel
6684107b66
multiple admin mails. It is now possible to define more than one admin mail address. You can now add multiple addresses, separated by comma.
7 years ago
Tobias Diekershoff
3ff982be99
we use the bugtracker on github now
7 years ago
friendica
d48cd0f9a3
hidden plugins (add .hidden file to dir)
8 years ago
friendica
75f778a504
provide a way to specify an admin account for siteinfo if more than one have admin email address
8 years ago
friendica
f1cb287742
bug #329 - compress the plugin list on the friendica info page
8 years ago
friendica
8aa2552372
add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit)
9 years ago
friendica
4613e74361
update link locations
9 years ago
friendica
b795ce4fe7
little stuff - name change, live updates, new network types
9 years ago
Friendika
c00aacf9e5
rename
9 years ago
Friendika
7e2284043f
show profile url in ACL hovertips, add fork identifier to json siteinfo
9 years ago
Friendika
6a9e22550d
.
9 years ago
Friendika
2637831d90
some more zot changes migrating back to f9a mainline
9 years ago
Friendika
944f03d367
change license
9 years ago
Friendika
a82e0e32b3
add site info to site json response
9 years ago
Friendika
20d1de4ced
got it wrong - apparently no need to fix json slashes
9 years ago
Friendika
8510748b19
friendika page hook for German impressum
9 years ago
Friendika
df7a4206b7
fix json_encode on url's
9 years ago
Fabio Comuni
31aee6b803
missing / in admin profile url
9 years ago
Fabio Comuni
564f9c924a
Serve friendika node info as json from url /friendika/json/
9 years ago
Friendika
76918ed5a5
info page
9 years ago