Harald Eilertsen
|
ac8c80ddbe
|
Fix incorrect module imports.
When importing modules with use statements, they always require the
fully qualified module name. Iow, there's no need to prefix them with an
extra backslash.
Ref: https://www.php.net/manual/en/language.namespaces.importing.php
|
2024-11-09 08:45:45 +01:00 |
|
Mario
|
d67a0b14e3
|
fa2bi continued
|
2024-07-30 15:10:47 +00:00 |
|
Harald Eilertsen
|
0dc959d9fe
|
Deprecate *_config() functions in core.
|
2024-03-24 09:58:21 +00:00 |
|
Mario
|
1cfa81450c
|
remove follow (does not make any sense to add follow link of the logged in channel), add startpage
|
2023-11-21 08:07:40 +00:00 |
|
Mario
|
1f18fed3a2
|
add additional observer and channel info to nav if applicable
|
2023-11-21 08:01:03 +00:00 |
|
Mario
|
601ee0b40b
|
only show theme switch icon if switching is supported by the theme
|
2023-09-21 08:31:53 +00:00 |
|
Mario
|
0e8ecbc9fc
|
theme fixes to make a barebones theme work slightly better
|
2023-09-10 08:00:18 +00:00 |
|
Mario
|
79b40179b4
|
redbasic: implement setting for always light navbar icons and some minor fixes
|
2023-01-26 18:28:40 +00:00 |
|
Mario
|
9dc949b62c
|
native dark theme initial checkin
|
2023-01-20 11:05:15 +00:00 |
|
Mario
|
004d0f074d
|
disable context help until its content will be updated - it is not helpful otherwise
|
2022-11-27 12:20:04 +00:00 |
|
Mario Vavti
|
53931017b9
|
fix php warnings
|
2022-10-20 11:15:06 +02:00 |
|
Mario
|
a9a36894cb
|
fix php warnings
|
2022-10-12 12:15:30 +00:00 |
|
Mario
|
480862d714
|
php8: fix more warnings
|
2022-09-11 14:58:40 +00:00 |
|
Mario
|
fcfb9e9758
|
fix random php warnings
|
2022-09-07 12:50:46 +00:00 |
|
Mario
|
ee3d6fcfee
|
use addr for webfinger and name for the real name in the userinfo array
|
2022-05-09 08:23:55 +00:00 |
|
Mario
|
bd55ae15f2
|
cleanup channel apps
|
2022-05-07 07:09:31 +00:00 |
|
Mario
|
c8417df6f1
|
fix duplicate ids in login form and move login/register buttons into the hamburger menu on small screens
|
2022-03-03 16:52:04 +00:00 |
|
Mario
|
2968bf8241
|
merge branch perms_ng into dev
|
2021-12-15 12:17:19 +00:00 |
|
Mario
|
5532560d07
|
do not define colors in manifest (system colors are mostly the better fit) and use profile fullname instead of channel_name in nav
|
2021-08-29 10:51:44 +00:00 |
|
Mario
|
fea3980c01
|
channel manager -> channels
|
2021-08-24 09:03:09 +00:00 |
|
Mario
|
fa1878fda1
|
nav cleanup
|
2021-08-24 08:37:51 +00:00 |
|
Mario
|
cddc021772
|
Apps drag and drop feature
|
2021-08-03 07:12:35 +00:00 |
|
Mario
|
f3b4308cb5
|
upgrade to bootstrap 5.0.1 and first batch of fixes
|
2021-06-07 12:56:27 +02:00 |
|
Hilmar R
|
c26dede97f
|
get dev
|
2021-03-01 18:48:11 +01:00 |
|
Zot
|
3201a4bec5
|
allow apps to be both pinned and starred independently
|
2020-06-11 12:13:43 +02:00 |
|
Voryzen
|
ca75619518
|
Add 'hook call' to be used for new addon 'NavBanner_options'
|
2020-02-07 11:24:01 +01:00 |
|
M. Dent
|
7d0e576e3b
|
Updates to zcard/profile images and other public images to account for infrastructure caches (CDN)
|
2019-10-14 22:28:48 +02:00 |
|
Mario Vavti
|
322bc5dc87
|
another whitespace to trigger tests
|
2019-03-21 09:37:23 +01:00 |
|
Mario
|
ebc3666c6f
|
Cleanup and fixes
|
2019-03-15 02:51:51 +01:00 |
|
zotlabs
|
6464099364
|
regression: the ability to order apps messed up since adding pinned apps to the ordering
|
2018-12-12 19:11:30 -08:00 |
|
Mario Vavti
|
cd5f255966
|
strings and force import_system_apps() on std_version change
|
2018-10-06 17:20:23 +02:00 |
|
M. Dent
|
5f992ffe15
|
Remove servicelevel logic
|
2018-09-29 00:17:55 +02:00 |
|
Mario Vavti
|
9948bb3f2a
|
appification of privacy groups
|
2018-09-25 12:59:53 +02:00 |
|
Mario
|
45078dda82
|
introduce profile settings and provide a way for modules without an app to still be able to link to its settings page from the navbar
|
2018-09-22 19:48:17 +02:00 |
|
Mario Vavti
|
1ca558f011
|
move connection filtering setting from network to connections, provide a link to settings in the navbar if present for a module and some code optimisation
|
2018-09-20 13:22:41 +02:00 |
|
Mario Vavti
|
ad8226d549
|
deal with the ability to provide settings url in apd files in include/nav.php
|
2018-09-20 12:10:27 +02:00 |
|
Mario Vavti
|
56f88f2e30
|
move chat from feature to apps
|
2018-09-13 11:32:43 +02:00 |
|
Mario Vavti
|
a1d5ce3716
|
remove profile_tabs() which has been deprecated and replaced by channel_apps()
|
2018-09-13 10:59:37 +02:00 |
|
Mario Vavti
|
57e3ee47ee
|
more feature to app transition
|
2018-09-12 20:52:55 +02:00 |
|
Mario Vavti
|
054c5da294
|
search form action for channel search needs the channel address
|
2018-08-09 15:47:57 +02:00 |
|
Max Kostikov
|
05b3237bae
|
Update nav.php
|
2018-07-27 11:50:04 +02:00 |
|
zotlabs
|
fe44ebee93
|
change to import system apps at most once a day per person
|
2018-07-05 21:55:03 -07:00 |
|
Mario Vavti
|
a0e4f7ddb1
|
respect the privacy group feature setting in nav
|
2018-06-02 22:26:08 +02:00 |
|
Mario Vavti
|
8189408190
|
finalize filters and forum notifications
|
2018-06-02 22:11:11 +02:00 |
|
Mario Vavti
|
22a9e4c9a9
|
add manage privacy groups entry to the panel channel menu dropdown for now
|
2018-06-01 21:52:54 +02:00 |
|
Mario Vavti
|
6349a7417f
|
make navbar search use the module search function in /network and /channel
|
2018-05-30 22:40:22 +02:00 |
|
zotlabs
|
dae89ce91c
|
wrong default param for pubstream_incl (this checkin also picked up a few minor and hopefully non-significant changes)
|
2018-05-18 16:57:45 -07:00 |
|
zotlabs
|
d38b5ed2f5
|
update the placeholder
|
2018-04-16 17:40:33 -07:00 |
|
zotlabs
|
465d89129c
|
provide option to block the public stream unless authenticated, since there could be legal issues with unmoderated content
|
2018-02-14 15:32:33 -08:00 |
|
Mario Vavti
|
53e353abf2
|
consolidate navbar tucson and some javascript cleanup
|
2018-01-18 12:44:40 +01:00 |
|