Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | provide settings for mod photo and make it slightly simpler to create new ↵ | Mario | 2018-09-23 | 1 | -11/+16 | |
| | | | | module settings | |||||
* | keep the features in the central array but sort them by module name | Mario | 2018-09-23 | 1 | -144/+140 | |
| | ||||||
* | introduce profile settings and provide a way for modules without an app to ↵ | Mario | 2018-09-22 | 1 | -4/+12 | |
| | | | | still be able to link to its settings page from the navbar | |||||
* | another try to fix Fix PHP Warning: DOMDocument::loadHTML(): ↵ | Mario Vavti | 2018-09-22 | 1 | -1/+4 | |
| | | | | htmlParseEntityRef: no name in Entity | |||||
* | Revert "Fix PHP Warning: DOMDocument::loadHTML(): htmlParseEntityRef: no ↵ | Mario | 2018-09-22 | 1 | -2/+0 | |
| | | | | | name in Entity" This reverts commit 184928204a264b231814b46ef294ef185dc0cdae | |||||
* | provide a return path from settings pages | Mario Vavti | 2018-09-21 | 1 | -0/+2 | |
| | ||||||
* | Merge branch 'dev' | zotlabs | 2018-09-20 | 3 | -3/+51 | |
|\ | ||||||
| * | move connection filtering setting from network to connections, provide a ↵ | Mario Vavti | 2018-09-20 | 2 | -3/+25 | |
| | | | | | | | | link to settings in the navbar if present for a module and some code optimisation | |||||
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2018-09-20 | 1 | -0/+19 | |
| |\ | ||||||
| | * | Add structure to permit_hook | M.Dent (DM42.Net) | 2018-09-19 | 1 | -0/+7 | |
| | | | ||||||
| | * | add hook: permit_hook | M.Dent (DM42.Net) | 2018-09-19 | 1 | -0/+12 | |
| | | | ||||||
| * | | deal with the ability to provide settings url in apd files in include/nav.php | Mario Vavti | 2018-09-20 | 1 | -1/+8 | |
| |/ | ||||||
* / | bookmarks fail to sync | zotlabs | 2018-09-20 | 1 | -2/+3 | |
|/ | ||||||
* | Merge branch 'patch-3' into 'dev' | Mario | 2018-09-17 | 3 | -10/+34 | |
|\ | | | | | | | | | Save combined view while deleting or recalling first message in thread See merge request hubzilla/core!1273 | |||||
| * | Update zot.php | Max Kostikov | 2018-09-17 | 1 | -1/+1 | |
| | | ||||||
| * | Update message.php | Max Kostikov | 2018-09-17 | 1 | -1/+1 | |
| | | ||||||
| * | Update msglib.php | Max Kostikov | 2018-09-17 | 1 | -6/+6 | |
| | | ||||||
| * | Update msglib.php | Max Kostikov | 2018-09-16 | 1 | -10/+6 | |
| | | ||||||
| * | use common msg_drop function | Max Kostikov | 2018-09-15 | 1 | -25/+3 | |
| | | ||||||
| * | Use common msg_drop function | Max Kostikov | 2018-09-15 | 1 | -25/+3 | |
| | | ||||||
| * | formatting | Max Kostikov | 2018-09-15 | 1 | -24/+21 | |
| | | ||||||
| * | Create msglib.php | Max Kostikov | 2018-09-15 | 1 | -0/+35 | |
| | | ||||||
| * | Add new file | Max Kostikov | 2018-09-15 | 1 | -0/+0 | |
| | | ||||||
| * | unification with zot.php code for future reuse | Max Kostikov | 2018-09-15 | 1 | -2/+2 | |
| | | ||||||
| * | formatting | Max Kostikov | 2018-09-15 | 1 | -1/+1 | |
| | | ||||||
| * | Save combined view on calling first message in thread | Max Kostikov | 2018-09-15 | 1 | -0/+20 | |
| | | ||||||
| * | less data in select | Max Kostikov | 2018-09-15 | 1 | -1/+1 | |
| | | ||||||
| * | formatting | Max Kostikov | 2018-09-14 | 1 | -3/+3 | |
| | | ||||||
| * | Save combined view while deleting first message in thread | Max Kostikov | 2018-09-14 | 1 | -0/+20 | |
| | | ||||||
* | | Merge branch 'trap-template-errors' into 'dev' | Mario | 2018-09-17 | 1 | -1/+7 | |
|\ \ | | | | | | | | | | | | | Trap errors in template rendering. Output a generic error and log problem. See merge request hubzilla/core!1274 | |||||
| * | | Catch errors in template rendering. Output a generic error and log problem. | M.Dent | 2018-09-14 | 1 | -1/+7 | |
| | | | ||||||
* | | | Merge branch 'delete-attach-hook' into 'dev' | Mario | 2018-09-17 | 1 | -0/+5 | |
|\ \ \ | | | | | | | | | | | | | | | | | delete_attach hook See merge request hubzilla/core!1275 | |||||
| * | | | Add attach_delete hook | M.Dent (DM42.Net) | 2018-09-15 | 1 | -0/+5 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'dev' | zotlabs | 2018-09-16 | 5 | -383/+31 | |
|\| | | ||||||
| * | | remove network_tabs() which has been deprecated and replaced by ↵ | Mario Vavti | 2018-09-13 | 1 | -113/+0 | |
| | | | | | | | | | | | | activity_{order, filters} widgets | |||||
| * | | move chat from feature to apps | Mario Vavti | 2018-09-13 | 2 | -11/+1 | |
| | | | ||||||
| * | | remove profile_tabs() which has been deprecated and replaced by channel_apps() | Mario Vavti | 2018-09-13 | 2 | -201/+1 | |
| | | | ||||||
| * | | Merge branch 'patch-1' into 'dev' | Mario | 2018-09-12 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | | | | | | | | | z_fetch_url with case insensitive headers See merge request hubzilla/core!1271 | |||||
| | * | | Update network.php | Max Kostikov | 2018-09-10 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | more feature to app transition | Mario Vavti | 2018-09-12 | 1 | -30/+26 | |
| | | | | ||||||
| * | | | Fix PHP Warning: DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity | Mario Vavti | 2018-09-12 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | mpre feature to app transition | Mario Vavti | 2018-09-12 | 1 | -27/+0 | |
| |/ / | ||||||
* | | | do not sync the channel_moved field | zotlabs | 2018-09-16 | 2 | -8/+9 | |
| | | | ||||||
* | | | Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_merge | zotlabs | 2018-09-10 | 1 | -10/+0 | |
|\| | | ||||||
| * | | move cards from features to apps | Mario Vavti | 2018-09-10 | 1 | -10/+0 | |
| |/ | ||||||
* / | important hyperdrive component | zotlabs | 2018-09-09 | 1 | -2/+9 | |
|/ | ||||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_merge | zotlabs | 2018-09-05 | 1 | -7/+22 | |
|\ | ||||||
| * | Corrected resubmit of fixes to Authors unable to comment on posts they ↵ | M.Dent | 2018-09-04 | 1 | -7/+22 | |
| | | | | | | | | authored when owned by others. | |||||
| * | Revert "Fix: Authors unable to comment on posts they authored when under ↵ | Mario Vavti | 2018-09-03 | 1 | -15/+2 | |
| | | | | | | | | | | | | | | | | owned by others in certain circumstances." This reverts commit e2824f925964fbfe160255de6e733b4c2de3cecb. Reverting because it breaks forum mentions. | |||||
| * | Merge branch 'add-delivery-status-info' into 'dev' | Mario | 2018-09-02 | 1 | -2/+15 | |
| |\ | | | | | | | | | | | | | Fix: Authors unable to comment on posts they authored when under owned by others… See merge request hubzilla/core!1268 |