Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provide visible star status for starred posts | Mario Vavti | 2018-04-13 | 1 | -1/+1 |
| | |||||
* | move the thread author menu to to the wall item photo. the menu list was ↵ | Mario Vavti | 2018-04-13 | 1 | -1/+1 |
| | | | | getting too long. | ||||
* | poll responses: start treating them as hidden activities now so that when ↵ | zotlabs | 2018-04-11 | 1 | -1/+1 |
| | | | | this feature gets finished it will work flawlessly for versions greater than today. | ||||
* | Added feature setting for auto-save, defaulting to enabled. | Andrew Manning | 2018-04-08 | 1 | -1/+4 |
| | |||||
* | Auto-save post and comment entry using localStorage in browser. | Andrew Manning | 2018-04-08 | 1 | -12/+4 |
| | |||||
* | Merge branch 'dev' into auto-save | Andrew Manning | 2018-04-07 | 1 | -1/+1 |
|\ | |||||
| * | allow the link target attribute to be modified in bbcode() from much further ↵ | zotlabs | 2018-04-04 | 1 | -1/+1 |
| | | | | | | | | up the call stack in prepare_page() which will usually refer to a local item. | ||||
* | | Post body and title are auto-saved | Andrew Manning | 2018-04-04 | 1 | -4/+12 |
|/ | |||||
* | make list mode work in cards and articles | zotlabs | 2018-03-22 | 1 | -3/+3 |
| | |||||
* | process follow from article menu in the background, do not reload page - ↵ | zotlabs | 2018-03-02 | 1 | -3/+3 |
| | | | | hubzilla issue #987 | ||||
* | provide option to block the public stream unless authenticated, since there ↵ | zotlabs | 2018-02-14 | 1 | -1/+1 |
| | | | | could be legal issues with unmoderated content | ||||
* | fix some more PHP7.2 warnings | Mario Vavti | 2017-12-14 | 1 | -2/+2 |
| | |||||
* | PHP 7.2 silence some warnings | Mario Vavti | 2017-12-04 | 1 | -2/+2 |
| | |||||
* | pubstream comments and a few other bugfixes that were discovered along the way | zotlabs | 2017-11-26 | 1 | -2/+2 |
| | |||||
* | some more work on mod hq | Mario Vavti | 2017-11-24 | 1 | -0/+6 |
| | |||||
* | optional divider between item header and body | zotlabs | 2017-11-22 | 1 | -12/+5 |
| | |||||
* | article feature | zotlabs | 2017-11-22 | 1 | -1/+21 |
| | |||||
* | cleanup of upload_to_comments test; we actually don't care about the profile ↵ | zotlabs | 2017-11-12 | 1 | -14/+8 |
| | | | | owner. We only care that we're logged in locally and our storage is public by default. | ||||
* | also disable uploading in comments if the channel permissionlimits for ↵ | zotlabs | 2017-11-11 | 1 | -0/+3 |
| | | | | view_storage aren't PERMS_PUBLIC. | ||||
* | fix wrong variable in sprintf resulting in php warning | Mario Vavti | 2017-11-04 | 1 | -1/+1 |
| | |||||
* | provide short localised summary for likes that will end up in displayed ↵ | zotlabs | 2017-11-03 | 1 | -0/+12 |
| | | | | notifications | ||||
* | redirect to be moderated items to /moderate and change the conv link to ↵ | Mario Vavti | 2017-10-19 | 1 | -1/+3 |
| | | | | partent mid in /modrate | ||||
* | provide sharing of cards | zotlabs | 2017-09-05 | 1 | -0/+1 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-08-24 | 1 | -18/+1 |
|\ | |||||
| * | ditch discover tab in favour of the public stream app | git-marijus | 2017-08-24 | 1 | -18/+1 |
| | | |||||
* | | cards - change placeholdertext, separate from button text | zotlabs | 2017-08-24 | 1 | -1/+5 |
| | | |||||
* | | make cards searchable | zotlabs | 2017-08-24 | 1 | -1/+4 |
|/ | |||||
* | cards: make page load after comment post | zotlabs | 2017-08-23 | 1 | -0/+6 |
| | |||||
* | partial support (unfinished) for ajax loading cards with liveupdate; page ↵ | zotlabs | 2017-08-23 | 1 | -0/+9 |
| | | | | still functions even though this isn't finished | ||||
* | use two keys for the updated sort | zotlabs | 2017-08-23 | 1 | -1/+3 |
| | |||||
* | add new conv_sort option | zotlabs | 2017-08-23 | 1 | -0/+6 |
| | |||||
* | several card enhancements | zotlabs | 2017-08-23 | 1 | -1/+6 |
| | |||||
* | cards feature | zotlabs | 2017-08-23 | 1 | -2/+14 |
| | |||||
* | issue with oembed of a shared item, which wraps in another share. | zotlabs | 2017-08-20 | 1 | -2/+2 |
| | |||||
* | prevent uploads to comments if the channel has a default private ACL. | zotlabs | 2017-08-10 | 1 | -1/+14 |
| | |||||
* | libxml errors | zotlabs | 2017-08-09 | 1 | -1/+1 |
| | |||||
* | consolidate disable_discover_tab config if it was not yet set to either 1 or ↵ | git-marijus | 2017-08-06 | 1 | -4/+2 |
| | | | | 0 in DB | ||||
* | auto preview when inserting a media item or embed into a post. Since this ↵ | zotlabs | 2017-08-01 | 1 | -0/+2 |
| | | | | unanticipated action could be alarming (some might think the post was actually submitted), also provide a visible preview indicator within the previewed content. Remove the css for the old striped background image which hasn't been available for previewed content for a year or two. | ||||
* | remove deprecated app parameter from conversation() | zotlabs | 2017-06-20 | 1 | -2/+1 |
| | |||||
* | allow moderated comments like wordpress if permissions are compatible | zotlabs | 2017-06-18 | 1 | -8/+14 |
| | |||||
* | a slight tweak to author_is_pmable hook to make it useful | zotlabs | 2017-05-31 | 1 | -5/+5 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-04-26 | 1 | -0/+9 |
|\ | |||||
| * | When template "none" is used in a webpage layout, then the contents of the ↵ | Andrew Manning | 2017-04-23 | 1 | -0/+9 |
| | | | | | | | | page should be the sole output, with no other code before or after the page element content. | ||||
| * | add 'author_is_pmable()' function with plugin hooks to control whether or ↵ | zotlabs | 2017-03-31 | 1 | -2/+24 |
| | | | | | | | | not to display a 'send mail' link in the thread author menu. | ||||
| * | move db_upgrade to zlib | zotlabs | 2017-03-31 | 1 | -103/+9 |
| | | |||||
* | | give the item_obscured flag a new lease on life by using it to designate ↵ | zotlabs | 2017-04-18 | 1 | -8/+0 |
| | | | | | | | | third party client-side e2ee or binary content which can only be downloaded and not viewed directly on the web (as a side effect this also allows binary files to be submitted as activities/content). The content display is suppressed and replaced with a download button. This is unfinished but harmless to backport while work is in progress unless told otherwise. Future development will take care of the remaining loose ends. | ||||
* | | add 'author_is_pmable()' function with plugin hooks to control whether or ↵ | zotlabs | 2017-03-27 | 1 | -2/+24 |
| | | | | | | | | not to display a 'send mail' link in the thread author menu. | ||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-03-25 | 1 | -23/+41 |
|\| | |||||
| * | add icon, name and thumb to profile tabs. remove login app - we have login ↵ | Mario Vavti | 2017-03-21 | 1 | -13/+27 |
| | | | | | | | | in the panel now. | ||||
| * | move profile tabs to app-tray | Mario Vavti | 2017-03-20 | 1 | -1/+1 |
| | |