Hypolite Petovan
20043914e6
Move App to src
- Add `use Friendica\App;` wherever needed
4 years ago
Hypolite Petovan
7b352f3f74
Revert "Coding convention applied - part 1"
4 years ago
Roland Häder
41a36606c6
added spaces + some curly braces
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Hypolite Petovan
87eb3d5ef2
Normalize App parameter declaration (doc-include folders, boot)
4 years ago
Roland Häder
fb0ed18a43
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
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
rabuzarus
b0d6c244c5
function nav_info(): insert lost comment
5 years ago
Hypolite Petovan
437ae412fa
More `include/nav.php` formatting
- Add Doxygen comment block for `nav_info()`
- Remove superfluous by-reference symbol and added type hinting to
`nav_info()` declaration
- More formatting
5 years ago
Hypolite Petovan
4b0e76f3b7
Fix Issue #2803 - Hovercard view profile link and public directory link
- Change "Edit Contact" link to "View Contact" in `include/Contact.php`
and `include/conversation.php`
- Add zrl parameter to public directory on single user instances
- Improved formatting of modified functions
5 years ago
Michael Vogel
e2c0f04eeb
Added short description to "mark as seen"
5 years ago
Michael Vogel
3e983dd45a
Only hide the search if "local_search" was activated.
5 years ago
Michael Vogel
829e7ace06
Vier: No visible login border/no search and events without login
5 years ago
rabuzarus
586b251539
rework autocomplete: some cleanup and docu
5 years ago
rabuzarus
6d159633d4
rework autocomplete: make remote and local search work
5 years ago
Michael Vogel
75fefeba95
Only hide the search if "local_search" was activated.
5 years ago
Michael Vogel
0c5f315294
Vier: No visible login border/no search and events without login
5 years ago
Michael Vogel
c5b724828a
Just some more removed baseurls ...
5 years ago
Michael Vogel
f7537c9e90
Remove the baseurl where possible to avoid mixed content
5 years ago
rabuzarus
d0ade828c0
rework autocomplete: some cleanup and docu
5 years ago
rabuzarus
c42922f25f
rework autocomplete: make remote and local search work
5 years ago
fabrixxm
ae9c9829fa
Remove language selectors from themes
This is now a user setting
6 years ago
Michael Vogel
68a6f0298e
The events moved from the profile to the navigation bar - for supported themes
6 years ago
Michael Vogel
c33957a6e9
Internationalisation of events/Move events to the navigation bar
6 years ago
Michael Vogel
5ac38b7f99
There is now only one central parameter for the global directory.
6 years ago
Michael Vogel
b1dddd2936
Only offer forum search in local mode.
6 years ago
Michael Vogel
3ff196f00d
Now you can set search options so that searching for contacts or forums isn't occult science anymore.
6 years ago
Tobias Diekershoff
ec7f70e9aa
nav_info hook and documentation in en and de
6 years ago
Michael Vogel
d8558366aa
Redefined the conditions when notifications and introductions are shown.
6 years ago
Michael Vogel
7e9ae24511
Moved several settings from .htconfig.php to the admin settings page.
6 years ago
Michael Vogel
4bdd905b3e
Only show foreign items if the profile of the user isn't hidden. Show the user's theme - not the theme of the viewed profile.
7 years ago
Michael Vogel
91831d7a47
Only some spaces removed
7 years ago
Michael Vogel
ed1dce93d6
Usage of /display/(guid) as path instead of /display/(user)/(id)
Bugfix for adding tags to photos
7 years ago
Beanow
0225652a53
Minor bugfixes in nav.php:
* Added videos to usermenu
* Fixed alt for personal notes
7 years ago
Michael Vogel
30efb0c1e6
menu entry for "Delegations" moved to the settings.
7 years ago
Zach Prezkuta
488a38cd85
Decaf mobile: an (almost) Javascript-free theme
8 years ago
Michael Vogel
d253d59668
vier: Added Delegations and optical changes.
8 years ago
Zach Prezkuta
94204d9160
implement features
9 years ago
Fabrixxm
0fb08e3642
nav: pass $baseurl to template
9 years ago
Zvi ben Yaakov (a.k.a rdc)
6df74b8cd9
Now using App::get_cached_avatar_image for navigation bar
9 years ago
fabrixxm
7a33bf88cf
nav: add $baseurl to nav template context
9 years ago
Zvi ben Yaakov (a.k.a rdc)
428fce633f
Now using App::get_cached_avatar_image for navigation bar
9 years ago
Zvi ben Yaakov (a.k.a rdc)
8af9fe8df7
Added missing backticks to navigation bar query
9 years ago
Zvi ben Yaakov (a.k.a rdc)
b0021a4637
Enabled Profile photo revisions to be displayed in navigation bar
9 years ago
friendica
c58b0b9cbb
prvgroup should see intros
9 years ago
friendica
e2c295c01f
another silly mistake
9 years ago
friendica
bb8beb26b4
use zrl to get home again
9 years ago
friendica
894278dbcc
change default profile photo to something more interesting than a reddish brown square
9 years ago
friendica
110e8f2919
basic ssl_policy for important modules
9 years ago