Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'patch-8' into 'dev' | Mario | 2018-07-28 | 1 | -1/+5 |
|\ | | | | | | | | | Fix navbar missed translations See merge request hubzilla/core!1242 | ||||
| * | Update Apps.php | Max Kostikov | 2018-07-27 | 1 | -3/+4 |
| | | |||||
| * | Update Apps.php | Max Kostikov | 2018-07-27 | 1 | -1/+4 |
| | | |||||
* | | don't sync system apps | zotlabs | 2018-07-27 | 1 | -3/+4 |
| | | |||||
* | | app delete issue with base installed apps and app photo being reloaded ↵ | zotlabs | 2018-07-27 | 1 | -19/+47 |
| | | | | | | | | uneccessarily | ||||
* | | app update and ownership issues | zotlabs | 2018-07-27 | 1 | -7/+50 |
|/ | |||||
* | functions to support module and widget registration by plugins. These have ↵ | zotlabs | 2018-07-12 | 1 | -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 fixes | zotlabs | 2018-07-05 | 1 | -18/+13 |
| | |||||
* | appstore changes | zotlabs | 2018-07-04 | 1 | -10/+78 |
| | |||||
* | some changes to support plume | zotlabs | 2018-07-01 | 1 | -1/+2 |
| | |||||
* | fix issue #1221 | Mario Vavti | 2018-06-10 | 1 | -2/+2 |
| | |||||
* | fixes for search_item.tpl | Mario Vavti | 2018-06-07 | 1 | -7/+0 |
| | |||||
* | update a number of links in the code | zotlabs | 2018-06-06 | 1 | -1/+1 |
| | |||||
* | differentiate between direct messages and followers-only messages | Mario Vavti | 2018-05-25 | 1 | -2/+6 |
| | |||||
* | paint the locks on private activitypub items red. their privacy model is ↵ | Mario Vavti | 2018-05-23 | 1 | -0/+4 |
| | | | | "slightly" different from ours | ||||
* | add hook 'get_system_apps' | zotlabs | 2018-05-21 | 1 | -0/+2 |
| | |||||
* | fix php warning | Mario Vavti | 2018-05-12 | 1 | -2/+2 |
| | |||||
* | hubzilla issue #1169 | zotlabs | 2018-05-10 | 1 | -0/+79 |
| | |||||
* | Change hovertip on paperclip button to read 'Attach/Upload file' because a ↵ | zotlabs | 2018-05-09 | 1 | -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 ↵ | zotlabs | 2018-05-02 | 1 | -0/+4 |
| | | | | delete authority. For 3.5+ as a new string is involved. | ||||
* | generating random numbers too large for 32-bit systems | zotlabs | 2018-04-25 | 1 | -2/+2 |
| | |||||
* | added variable to store the raw json string as received, since this is ↵ | zotlabs | 2018-04-23 | 1 | -0/+2 |
| | | | | signed and we may need to forward the signed data. | ||||
* | issue with wiki sync | zotlabs | 2018-04-15 | 1 | -2/+9 |
| | |||||
* | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-04-13 | 1 | -31/+23 |
|\ | |||||
| * | remove recipient name from stored notifications but keep them in emails. | zotlabs | 2018-04-12 | 1 | -31/+23 |
| | | |||||
* | | provide visible star status for starred posts | Mario Vavti | 2018-04-13 | 1 | -3/+3 |
|/ | |||||
* | allow to toggle visibility of likes/dislikes in notifications | Mario Vavti | 2018-04-11 | 1 | -2/+3 |
| | |||||
* | Added feature setting for auto-save, defaulting to enabled. | Andrew Manning | 2018-04-08 | 1 | -1/+4 |
| | |||||
* | obscurify chats | zotlabs | 2018-04-01 | 1 | -1/+1 |
| | |||||
* | preserve existing categories when updating an app from an embed source | zotlabs | 2018-03-24 | 1 | -0/+6 |
| | |||||
* | app sellpage not being stored | zotlabs | 2018-03-24 | 1 | -0/+1 |
| | |||||
* | add auth flag to share attributes so we can make a costly determination to ↵ | zotlabs | 2018-03-15 | 1 | -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 strings | Mario Vavti | 2018-02-28 | 1 | -3/+3 |
| | |||||
* | provide opt-out link and text with notification emails | zotlabs | 2018-02-25 | 1 | -1/+10 |
| | |||||
* | remove the unused ZotDriver and ProtoDriver classes | zotlabs | 2018-02-21 | 2 | -49/+0 |
| | |||||
* | move dreport from zot to lib | zotlabs | 2018-02-21 | 1 | -0/+55 |
| | |||||
* | move Zotlabs\Zot\Verify to Zotlabs\Lib\Verify as part of the z6 re-org | zotlabs | 2018-02-21 | 1 | -0/+63 |
| | |||||
* | refactor of the DB update system. Updates are now stored individually in ↵ | zotlabs | 2018-02-16 | 1 | -74/+60 |
| | | | | Zotlabs/Update/_nnnn.php and are objects; so only the pending updates need to be loaded and executed rather than all historical updates. There is one single number (DB_UPDATE_VERSION) representing the current version and it is EQUAL TO the last known update. A dummy update _1201 was created to address the difference in counting behaviour; it will be executed on the next change of DB_UPDATE_VERSION as well as the next update. The database config values are also loaded from disk on every update immediately before setting the update lock in order to reduce timing conflicts and race conditions. | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2018-02-14 | 1 | -5/+5 |
|\ | |||||
| * | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-02-14 | 1 | -0/+141 |
| |\ | |||||
| * | | fix item link in fsprint | Mario Vavti | 2018-02-13 | 1 | -1/+1 |
| | | | |||||
| * | | match against item verb | Mario Vavti | 2018-02-13 | 1 | -4/+4 |
| | | | |||||
* | | | provide option to block the public stream unless authenticated, since there ↵ | zotlabs | 2018-02-14 | 1 | -0/+9 |
| |/ |/| | | | | | could be legal issues with unmoderated content | ||||
* | | turn shares into activities - make certain to pull addons or JSON-LD will ↵ | zotlabs | 2018-02-13 | 1 | -0/+141 |
|/ | | | | chuck a wobbly | ||||
* | if always_show_in_notices is set to 1 also show likes and dislikes | Mario Vavti | 2018-02-12 | 1 | -15/+28 |
| | |||||
* | Merge branch 'dev' | zotlabs | 2018-01-22 | 1 | -1/+15 |
|\ | |||||
| * | better notifications for edit post/comments which may have been originally ↵ | zotlabs | 2018-01-22 | 1 | -1/+15 |
| | | | | | | | | posted long ago | ||||
* | | mod_search: fix the group by mess | zotlabs | 2018-01-21 | 1 | -2/+2 |
|/ | |||||
* | remove deprecated 'qcomment' feature; unused since 2012 | zotlabs | 2018-01-18 | 1 | -4/+0 |
| | |||||
* | surface the article feature | zotlabs | 2018-01-15 | 1 | -0/+1 |
| |