Mario Vavti
|
f0c292e77b
|
remove the caldav and event app and make calendar the default app
|
2019-05-09 14:39:40 +02:00 |
|
zotlabs
|
ce0067d8eb
|
It is in fact the 'Content Import' app string that needs to be translated. A previous commit errantly included the string 'Content Filter'. But don't remove 'Content Filter'. That is actually a thing in Zap and will eventually make its way to Hubzilla.
|
2019-03-07 20:01:41 -08:00 |
|
zotlabs
|
29cb62af3d
|
translate name of content filter (addon) app.
|
2019-02-28 17:51:13 -08:00 |
|
phani00
|
fc223f5924
|
affinity slider as app
|
2019-02-14 09:56:53 +01:00 |
|
Klaus Weidenbach
|
728788e3b9
|
Extend documentation.
|
2019-01-28 23:58:19 +01:00 |
|
zotlabs
|
39de8e28da
|
make Apps::get_base_apps() pluggable
|
2019-01-08 14:14:55 -08: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
|
3588c4ab99
|
allow to undelete deleted base apps
|
2018-10-15 15:43:55 +02:00 |
|
Mario Vavti
|
5acd166d18
|
Merge remote-tracking branch 'mike/master' into dev
|
2018-10-07 08:39:29 +02:00 |
|
Mario Vavti
|
96277372d5
|
rename grid to network (for consistency) and activity to stream (as seen in osada) because it makes much more sense.
|
2018-10-06 16:40:30 +02:00 |
|
Mario Vavti
|
453ce4df3b
|
admin should not be an app imho - we can not install/delete admin abilities. Remove suggest channels from base apps.
|
2018-10-06 15:12:13 +02:00 |
|
Mario Vavti
|
9850d18420
|
gallery is not a core app
|
2018-10-06 15:00:28 +02:00 |
|
Mario Vavti
|
c2c891723f
|
bookmark app
|
2018-10-06 14:48:12 +02:00 |
|
zotlabs
|
835e222af0
|
minor app cleanup
|
2018-10-05 16:27:50 -07:00 |
|
Max Kostikov
|
59bd90b967
|
Add 'Channel Export' in Apps list
|
2018-10-05 13:31:54 +02:00 |
|
Mario Vavti
|
c00dc6120d
|
defperm app
|
2018-10-04 13:26:45 +02:00 |
|
Mario Vavti
|
67f19745fd
|
add app_destroy hook which allows addons to perform post delete actions
|
2018-10-02 14:29:56 +02:00 |
|
Mario Vavti
|
7ca8f7b5cc
|
allow to install apps by name
|
2018-09-29 15:42:22 +02:00 |
|
Max Kostikov
|
78ed1ae446
|
Add translation for new apps
|
2018-09-27 21:57:27 +02:00 |
|
M.Dent
|
6f98ca68af
|
Translate system app names
|
2018-09-27 13:37:15 -04:00 |
|
M.Dent
|
995fc63f2c
|
Add filters for addon/app installed checks and docs
|
2018-09-23 22:36:27 -04:00 |
|
Mario Vavti
|
9638bf2b1e
|
provide a return path from settings pages
|
2018-09-21 20:23:31 +02:00 |
|
Mario Vavti
|
6f43468724
|
compare strpos() result against false
|
2018-09-21 15:08:02 +02:00 |
|
Mario Vavti
|
34fec995f7
|
allow a second url in apd files for settings, hide pin and star buttons in edit mode and use strpos() instead of strstr() in some places
|
2018-09-19 15:00:06 +02:00 |
|
M.Dent
|
a0cf2b53e0
|
Add hook to allow addons to filter the list returned by app_list
|
2018-09-16 23:01:17 -04:00 |
|
Mario Vavti
|
56f88f2e30
|
move chat from feature to apps
|
2018-09-13 11:32:43 +02:00 |
|
Mario Vavti
|
bb42ec2bfc
|
apps: change page title to available/installed, display install action label in button and use different icons for installable and updateable apps
|
2018-09-07 10:39:15 +02:00 |
|
Mario
|
5d2ac10073
|
Merge branch 'patch-17' into 'master'
Add missed app 'Order Apps'
See merge request hubzilla/core!1258
(cherry picked from commit 85aa495741 )
6086a70e Add missed app 'Order Apps'
|
2018-08-21 13:13:23 +02:00 |
|
zotlabs
|
d908f53607
|
add app_options field
|
2018-08-02 22:49:30 -07:00 |
|
Mario
|
3a6d3cb396
|
Merge branch 'patch-8' into 'dev'
Fix navbar missed translations
See merge request hubzilla/core!1242
|
2018-07-28 21:22:12 +02:00 |
|
zotlabs
|
a0f28708ab
|
don't sync system apps
|
2018-07-27 15:05:29 -07:00 |
|
zotlabs
|
e25d205a7f
|
app delete issue with base installed apps and app photo being reloaded uneccessarily
|
2018-07-27 14:36:06 -07:00 |
|
zotlabs
|
e28dab17d6
|
app update and ownership issues
|
2018-07-27 13:59:27 -07:00 |
|
Max Kostikov
|
4fd9d1ee5f
|
Update Apps.php
|
2018-07-27 11:29:38 +02:00 |
|
Max Kostikov
|
0fe7004d38
|
Update Apps.php
|
2018-07-27 11:03:02 +02:00 |
|
zotlabs
|
d71e70bedf
|
functions to support module and widget registration by plugins. These have identical construction to core modules and widgets and are registered just like hooks during addon load. Also additional Apps functions addon_app_installed() and system_app_installed() which will eventually replace feature_installed() for features which are converted to apps. The convention being used is that the module associated with the app calls the appropriate *_app_installed() function and if not present emits descriptive text about the app and exits. This allows one to click on an 'available' app and learn about it. Once installed, the app module behaves normally and may offer functionality or what once were addon settings on the settings/featured page. Refer to zap-addons in the zap repository for examples of how this is being used to eliminate the 'additional features' and 'addon settings' pages.
|
2018-07-12 16:23:32 -07:00 |
|
zotlabs
|
c80e009cf3
|
app store fixes
|
2018-07-05 21:46:34 -07:00 |
|
zotlabs
|
f6e8ce5516
|
appstore changes
|
2018-07-04 23:20:35 -07:00 |
|
zotlabs
|
9bf26cee6d
|
add hook 'get_system_apps'
|
2018-05-21 16:19:17 -07:00 |
|
zotlabs
|
bb4f9eecbe
|
preserve existing categories when updating an app from an embed source
|
2018-03-24 21:17:15 -07:00 |
|
zotlabs
|
d4e91d5d9b
|
app sellpage not being stored
|
2018-03-24 15:13:19 -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 |
|
zotlabs
|
03f692f24f
|
surface the article feature
|
2018-01-15 21:46:27 -08:00 |
|
Mario
|
dae0107dd0
|
fix some pubstream on/off weirdness
|
2017-12-03 12:31:41 +01:00 |
|
Mario Vavti
|
241a0829dc
|
fix issues with apporder related to recent pinned apps changes
|
2017-11-19 22:42:16 +01:00 |
|
Mario Vavti
|
3f2b7d756c
|
add > pin and remove > unpin
|
2017-11-16 21:42:39 +01:00 |
|
Mario Vavti
|
78c9f752af
|
provide ability to pin apps to navbar from /apps. this removes the ability to have per custom navbar pinned apps - this can be added later if desired
|
2017-11-16 11:11:06 +01:00 |
|
zotlabs
|
23812e5b48
|
ability to pin apps to the navbar when using named navbars
|
2017-10-08 19:43:03 -07:00 |
|
zotlabs
|
2ed77b5986
|
add admin app - the site admin link probably does not belong in the 'usermenu' and this is a first step to straigtening out that historical mistake.
|
2017-10-05 19:51:00 -07:00 |
|
zotlabs
|
e084b776ee
|
cards feature
|
2017-08-23 00:01:02 -07:00 |
|