aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
Commit message (Collapse)AuthorAgeFilesLines
...
| * move the sticky-kit^Cquery plugin to /lib and see if we want this for the ↵Mario Vavti2016-12-161-0/+2
| | | | | | | | whole app
* | use lock colour to indicate that permissions have been set by the software ↵zotlabs2016-12-161-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 ↵zotlabs2016-12-131-0/+1
| | | | bbcode cleanup stuff in mod_item)
* mail preview (basic functionality)zotlabs2016-12-131-0/+19
|
* fixes for toc bbcode and bbcode wiki tocMario Vavti2016-12-041-1/+0
|
* use highlight in ac-list for hl bbcodeMario Vavti2016-12-011-1/+2
|
* highlightzotlabs2016-11-291-1/+1
|
* Update wiki context help. Modify context page element focus feature to do ↵Andrew Manning2016-11-261-10/+12
| | | | nothing if the target DOM element is not found.
* allow your own likes/comments to be updated when in static update modezotlabs2016-11-021-6/+6
|
* Merge pull request #574 from zotlabs/static_updategit-marijus2016-11-021-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 ↵zotlabs2016-11-011-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.zotlabs2016-11-011-1/+22
|/
* add embed bbcode to the autocomplete listMario Vavti2016-10-301-1/+1
|
* better fix for navbar channel autocomplete, refrain from search until a ↵zotlabs2016-10-211-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 connectionsMario Vavti2016-10-122-6/+7
|
* omit autoscrolling to toplevel itemsMario Vavti2016-09-291-1/+1
|
* highlight the displayed mid and css fixesMario Vavti2016-09-291-0/+1
|
* fixes for make scroll to mid work properly with collapsed threads: unhide ↵Mario Vavti2016-09-291-2/+3
| | | | the hidden items before scrolling to it, slideDown() is to slow - we must use show() here)
* do not scroll items behind the navbarMario Vavti2016-09-271-1/+1
|
* remove loggingMario Vavti2016-09-271-1/+0
|
* catch js error if the notification mid is for e.g. a like and class ↵Mario Vavti2016-09-271-1/+2
| | | | .item_123def... does not exist
* catch js error if there are no collapsed commentsMario Vavti2016-09-261-4/+6
|
* autoscroll to target post/comment when in single-thread mode; don't ↵redmatrix2016-09-251-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 commentredmatrix2016-09-241-0/+6
|
* update justifiedGallery 3.6.1 -> 3.6.3Mario Vavti2016-09-091-1/+1
|
* actively set all the theme options on the display settings page based on the ↵redmatrix2016-09-012-6/+22
| | | | current theme selection
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-09-011-5/+8
|\
| * introduce checklist BBcode for checklistsMario Vavti2016-09-011-5/+8
| |
* | theme preview - that was easy; plus a bit more tweaking of the saved search ↵redmatrix2016-09-011-1/+1
|/ | | | widget to try and get the sucker to auto submit
* make lock switching actually work with multiple acl formsMario Vavti2016-08-291-6/+6
|
* move jotnets to jot and some cleanup (mostly whitespace)Mario Vavti2016-08-211-7/+5
|
* rename limited -> customMario Vavti2016-08-161-15/+15
|
* remove unneeded functionMario Vavti2016-08-161-26/+1
|
* only check settings-form for dirty state and remove redundant javascriptMario Vavti2016-08-161-14/+1
|
* provide group options serverside and minor cleanupMario Vavti2016-08-151-17/+17
|
* implement groups in the acl select. please notice that selecting *custom ↵Mario Vavti2016-08-151-17/+62
| | | | selection* now sets an empty (public) acl. it was set to self before...
* remove js debuggingMario Vavti2016-08-131-1/+0
|
* fix #480, enable bbcode autocomplete for photo comments and remove some ↵Mario Vavti2016-08-132-15/+2
| | | | redundant javascript
* possible quickfix for multi-acl not honoring jotnetsMario Vavti2016-08-121-0/+6
|
* bring back acl for cloud file uploadsMario Vavti2016-08-061-2/+2
|
* Revert "Revert "remove some logging""Mario Vavti2016-08-051-10/+1
| | | | This reverts commit e67f5bc6bbb77d53867d7c03bda8410c59360dbe.
* Revert "remove some logging"Mario Vavti2016-08-051-1/+10
| | | | This reverts commit 316b090433b7e415fd3c8ac6230f2df0277cdf8c.
* remove some loggingMario Vavti2016-08-051-10/+1
|
* multi acl: port /settingsMario Vavti2016-08-051-2/+0
|
* multi acl: port /thingMario Vavti2016-08-051-1/+1
|
* multi acl: port /rpostMario Vavti2016-08-052-11/+9
|
* multi acl: provide a acl-form-trigger class which comes handy in certain ↵Mario Vavti2016-08-041-4/+5
| | | | situations
* multi acl: port /cloud and /filestorageMario Vavti2016-08-042-16/+1
|
* multi acl: port eventsMario Vavti2016-08-031-3/+2
|
* multiple acl: store new data in update_view()Mario Vavti2016-08-031-19/+23
|