Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | display page not updating after comment | zotlabs | 2017-02-21 | 1 | -0/+7 |
| | |||||
* | bringer - all basic functionality is implemented | zotlabs | 2017-02-08 | 1 | -0/+32 |
| | |||||
* | provide a few system defined permcats; will require a permission editor page ↵ | zotlabs | 2017-02-07 | 1 | -0/+10 |
| | | | | to define new (personal) ones. | ||||
* | more background work for permcat support | zotlabs | 2017-02-07 | 1 | -1/+22 |
| | |||||
* | bring back view links for all notification types (esp: network, channel) for ↵ | zotlabs | 2017-02-06 | 1 | -7/+0 |
| | | | | easy access | ||||
* | do not hide button - just gray it out | Mario Vavti | 2017-02-03 | 1 | -2/+2 |
| | |||||
* | hide notifications button if there are none | Mario Vavti | 2017-02-03 | 1 | -0/+8 |
| | |||||
* | more work on app-bin | Mario Vavti | 2017-02-01 | 1 | -14/+8 |
| | |||||
* | add observer.language to autocomplete and return a default value for observer | Mario Vavti | 2017-01-21 | 1 | -1/+5 |
| | |||||
* | js errors with raw message-id, string update | Hubzilla | 2017-01-20 | 1 | -3/+9 |
| | |||||
* | profile vcard - preliminary work | zotlabs | 2017-01-01 | 1 | -0/+66 |
| | |||||
* | prevent eventual double scrollbar | Mario Vavti | 2016-12-30 | 1 | -2/+2 |
| | |||||
* | progress on abook_vcard | zotlabs | 2016-12-20 | 1 | -0/+65 |
| | |||||
* | turns out we do need this in certain situations | Mario Vavti | 2016-12-20 | 1 | -0/+2 |
| | |||||
* | fix contextualHelpFocus() to work wit sticky aside | Mario Vavti | 2016-12-19 | 1 | -0/+8 |
| | |||||
* | this is not needed | Mario Vavti | 2016-12-19 | 1 | -2/+0 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2016-12-16 | 1 | -1/+2 |
|\ | |||||
| * | display inline instead of floating | Mario Vavti | 2016-12-16 | 1 | -1/+0 |
| | | |||||
| * | move the sticky-kit^Cquery plugin to /lib and see if we want this for the ↵ | Mario Vavti | 2016-12-16 | 1 | -0/+2 |
| | | | | | | | | whole app | ||||
* | | use lock colour to indicate that permissions have been set by the software ↵ | zotlabs | 2016-12-16 | 1 | -0/+1 |
|/ | | | | to something you might not expect rather than an exclamation mark. This may not be the best colour in this page context, but it serves the intended purpose. Perhaps orange might be less intrusive and still convey the desired information. | ||||
* | tag and mention handling in private mail (which required refactoring the ↵ | zotlabs | 2016-12-13 | 1 | -0/+1 |
| | | | | bbcode cleanup stuff in mod_item) | ||||
* | mail preview (basic functionality) | zotlabs | 2016-12-13 | 1 | -0/+19 |
| | |||||
* | fixes for toc bbcode and bbcode wiki toc | Mario Vavti | 2016-12-04 | 1 | -1/+0 |
| | |||||
* | use highlight in ac-list for hl bbcode | Mario Vavti | 2016-12-01 | 1 | -1/+2 |
| | |||||
* | highlight | zotlabs | 2016-11-29 | 1 | -1/+1 |
| | |||||
* | Update wiki context help. Modify context page element focus feature to do ↵ | Andrew Manning | 2016-11-26 | 1 | -10/+12 |
| | | | | nothing if the target DOM element is not found. | ||||
* | allow your own likes/comments to be updated when in static update mode | zotlabs | 2016-11-02 | 1 | -6/+6 |
| | |||||
* | Merge pull request #574 from zotlabs/static_update | git-marijus | 2016-11-02 | 1 | -0/+7 |
|\ | | | | | feature: static page update as opposed to live update of conversation… | ||||
| * | feature: static page update as opposed to live update of conversations on ↵ | zotlabs | 2016-11-01 | 1 | -0/+7 |
| | | | | | | | | the page. Changes will be queued until the page is reloaded. There may or may not be notifications of pending activity updates depending on your notification preferences. Endless scrolling (append) is still performed either way. This only affects changed and new/unseen items being inserted into the page. | ||||
* | | retry liveupdate up to 10 times if we receive incomplete/truncated html data. | zotlabs | 2016-11-01 | 1 | -1/+22 |
|/ | |||||
* | add embed bbcode to the autocomplete list | Mario Vavti | 2016-10-30 | 1 | -1/+1 |
| | |||||
* | better fix for navbar channel autocomplete, refrain from search until a ↵ | zotlabs | 2016-10-21 | 1 | -1/+1 |
| | | | | minimum of 3 chars entered. 2 typically gives way too many results and usually low quality results. | ||||
* | fix connected time not shown on ajax loaded connections | Mario Vavti | 2016-10-12 | 2 | -6/+7 |
| | |||||
* | omit autoscrolling to toplevel items | Mario Vavti | 2016-09-29 | 1 | -1/+1 |
| | |||||
* | highlight the displayed mid and css fixes | Mario Vavti | 2016-09-29 | 1 | -0/+1 |
| | |||||
* | fixes for make scroll to mid work properly with collapsed threads: unhide ↵ | Mario Vavti | 2016-09-29 | 1 | -2/+3 |
| | | | | the hidden items before scrolling to it, slideDown() is to slow - we must use show() here) | ||||
* | do not scroll items behind the navbar | Mario Vavti | 2016-09-27 | 1 | -1/+1 |
| | |||||
* | remove logging | Mario Vavti | 2016-09-27 | 1 | -1/+0 |
| | |||||
* | catch js error if the notification mid is for e.g. a like and class ↵ | Mario Vavti | 2016-09-27 | 1 | -1/+2 |
| | | | | .item_123def... does not exist | ||||
* | catch js error if there are no collapsed comments | Mario Vavti | 2016-09-26 | 1 | -4/+6 |
| | |||||
* | autoscroll to target post/comment when in single-thread mode; don't ↵ | redmatrix | 2016-09-25 | 1 | -4/+8 |
| | | | | interfere with other modes; replaces using a named anchor with a url fragment to reach a particular place in the conversation when content is loaded with ajax. | ||||
* | more infrastructure for notification auto-scroll to comment | redmatrix | 2016-09-24 | 1 | -0/+6 |
| | |||||
* | update justifiedGallery 3.6.1 -> 3.6.3 | Mario Vavti | 2016-09-09 | 1 | -1/+1 |
| | |||||
* | actively set all the theme options on the display settings page based on the ↵ | redmatrix | 2016-09-01 | 2 | -6/+22 |
| | | | | current theme selection | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-09-01 | 1 | -5/+8 |
|\ | |||||
| * | introduce checklist BBcode for checklists | Mario Vavti | 2016-09-01 | 1 | -5/+8 |
| | | |||||
* | | theme preview - that was easy; plus a bit more tweaking of the saved search ↵ | redmatrix | 2016-09-01 | 1 | -1/+1 |
|/ | | | | widget to try and get the sucker to auto submit | ||||
* | make lock switching actually work with multiple acl forms | Mario Vavti | 2016-08-29 | 1 | -6/+6 |
| | |||||
* | move jotnets to jot and some cleanup (mostly whitespace) | Mario Vavti | 2016-08-21 | 1 | -7/+5 |
| | |||||
* | rename limited -> custom | Mario Vavti | 2016-08-16 | 1 | -15/+15 |
| |