aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Add filters for addon/app installed checks and docsM.Dent2018-09-231-4/+31
|
* provide a return path from settings pagesMario Vavti2018-09-211-1/+2
|
* compare strpos() result against falseMario Vavti2018-09-211-1/+2
|
* allow a second url in apd files for settings, hide pin and star buttons in ↵Mario Vavti2018-09-191-11/+19
| | | | edit mode and use strpos() instead of strstr() in some places
* Add hook to allow addons to filter the list returned by app_listM.Dent2018-09-161-0/+3
|
* move chat from feature to appsMario Vavti2018-09-131-1/+1
|
* apps: change page title to available/installed, display install action label ↵Mario Vavti2018-09-071-1/+2
| | | | in button and use different icons for installable and updateable apps
* Merge branch 'extend-convitems-dropdown' into 'dev'Mario2018-08-271-0/+5
|\ | | | | | | | | Extend cog dropdown & temp fix for feed display of corrupt mids See merge request hubzilla/core!1265
| * Add hook to extend conv_item cog dropdown menuM.Dent2018-08-261-0/+5
| |
* | Update NativeWikiPage.phpMax Kostikov2018-08-251-4/+4
| |
* | Update NativeWikiPage.phpMax Kostikov2018-08-251-2/+5
|/
* Merge branch 'patch-17' into 'master'Mario2018-08-211-1/+2
| | | | | | | | | Add missed app 'Order Apps' See merge request hubzilla/core!1258 (cherry picked from commit 85aa4957414c98fb6f44c0c2b79ef9d198e963a7) 6086a70e Add missed app 'Order Apps'
* possible fixes for can_comment_on_post(), provide wiki_list on wiki sidebarzotlabs2018-08-151-1/+0
|
* bring some Zot6 libraries and interfaces to red/hubzillazotlabs2018-08-068-0/+7089
|
* add app_options fieldzotlabs2018-08-021-3/+10
|
* Merge branch 'patch-8' into 'dev'Mario2018-07-281-1/+5
|\ | | | | | | | | Fix navbar missed translations See merge request hubzilla/core!1242
| * Update Apps.phpMax Kostikov2018-07-271-3/+4
| |
| * Update Apps.phpMax Kostikov2018-07-271-1/+4
| |
* | don't sync system appszotlabs2018-07-271-3/+4
| |
* | app delete issue with base installed apps and app photo being reloaded ↵zotlabs2018-07-271-19/+47
| | | | | | | | uneccessarily
* | app update and ownership issueszotlabs2018-07-271-7/+50
|/
* functions to support module and widget registration by plugins. These have ↵zotlabs2018-07-121-6/+30
| | | | 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.
* app store fixeszotlabs2018-07-051-18/+13
|
* appstore changeszotlabs2018-07-041-10/+78
|
* some changes to support plumezotlabs2018-07-011-1/+2
|
* fix issue #1221Mario Vavti2018-06-101-2/+2
|
* fixes for search_item.tplMario Vavti2018-06-071-7/+0
|
* update a number of links in the codezotlabs2018-06-061-1/+1
|
* differentiate between direct messages and followers-only messagesMario Vavti2018-05-251-2/+6
|
* paint the locks on private activitypub items red. their privacy model is ↵Mario Vavti2018-05-231-0/+4
| | | | "slightly" different from ours
* add hook 'get_system_apps'zotlabs2018-05-211-0/+2
|
* fix php warningMario Vavti2018-05-121-2/+2
|
* hubzilla issue #1169zotlabs2018-05-101-0/+79
|
* Change hovertip on paperclip button to read 'Attach/Upload file' because a ↵zotlabs2018-05-091-1/+1
| | | | lot of people gravitate to 'insert photo from album' instead, looking for a way to upload into the post.
* Provide admin delete ability if the viewer is admin but has no existing ↵zotlabs2018-05-021-0/+4
| | | | delete authority. For 3.5+ as a new string is involved.
* generating random numbers too large for 32-bit systemszotlabs2018-04-251-2/+2
|
* added variable to store the raw json string as received, since this is ↵zotlabs2018-04-231-0/+2
| | | | signed and we may need to forward the signed data.
* issue with wiki synczotlabs2018-04-151-2/+9
|
* Merge remote-tracking branch 'mike/master' into devMario Vavti2018-04-131-31/+23
|\
| * remove recipient name from stored notifications but keep them in emails.zotlabs2018-04-121-31/+23
| |
* | provide visible star status for starred postsMario Vavti2018-04-131-3/+3
|/
* allow to toggle visibility of likes/dislikes in notificationsMario Vavti2018-04-111-2/+3
|
* Added feature setting for auto-save, defaulting to enabled.Andrew Manning2018-04-081-1/+4
|
* obscurify chatszotlabs2018-04-011-1/+1
|
* preserve existing categories when updating an app from an embed sourcezotlabs2018-03-241-0/+6
|
* app sellpage not being storedzotlabs2018-03-241-0/+1
|
* add auth flag to share attributes so we can make a costly determination to ↵zotlabs2018-03-151-5/+7
| | | | use zid at post submission time instead of making multiple calls to is_matrix_url() at render time
* missed some string for translation - update stringsMario Vavti2018-02-281-3/+3
|
* provide opt-out link and text with notification emailszotlabs2018-02-251-1/+10
|
* remove the unused ZotDriver and ProtoDriver classeszotlabs2018-02-212-49/+0
|