aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/main.js
Commit message (Collapse)AuthorAgeFilesLines
...
* turns out we do need this in certain situationsMario Vavti2016-12-201-0/+2
|
* fix contextualHelpFocus() to work wit sticky asideMario Vavti2016-12-191-0/+8
|
* this is not neededMario Vavti2016-12-191-2/+0
|
* display inline instead of floatingMario Vavti2016-12-161-1/+0
|
* move the sticky-kit^Cquery plugin to /lib and see if we want this for the ↵Mario Vavti2016-12-161-0/+2
| | | | whole app
* mail preview (basic functionality)zotlabs2016-12-131-0/+19
|
* fixes for toc bbcode and bbcode wiki tocMario Vavti2016-12-041-1/+0
|
* 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
|/
* fix connected time not shown on ajax loaded connectionsMario Vavti2016-10-121-0/+1
|
* 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-011-6/+0
| | | | current theme selection
* remove js debuggingMario Vavti2016-08-131-1/+0
|
* fix #480, enable bbcode autocomplete for photo comments and remove some ↵Mario Vavti2016-08-131-0/+1
| | | | redundant javascript
* multi acl: port /cloud and /filestorageMario Vavti2016-08-041-2/+0
|
* upgrade readmore.js and improve collapsing a littleMario Vavti2016-07-221-2/+2
|
* jquery update issue prevents comments from reloading and resetting watch cursorredmatrix2016-07-171-1/+1
|
* bump minor version because of jquery updateMario Vavti2016-07-151-9/+2
|
* upgrade to jquery-3.1 and minor fixesMario Vavti2016-07-151-4/+5
|
* return something so we can make a conclusionMario Vavti2016-06-191-0/+5
|
* remove the automatic ajax page load on pgdn key; it can load content much ↵redmatrix2016-06-091-16/+0
| | | | faster than you can page and potentially lead to memory exhaustion.
* update icon names in view/jsTreer2016-05-011-5/+5
|
* simplify context help js and move it to main.js where all the nav related js ↵Mario Vavti2016-04-231-0/+26
| | | | resides, do not close the context help if we click outside of it - members might want to work on something while help is open, move the link to /help to dropdown-menu.
* module updatesredmatrix2016-04-181-5/+5
|
* issue #331 use timeago.js for reshared publish date instead of ↵redmatrix2016-04-101-0/+7
| | | | relative_date() which does not play well with other networks.
* a simple autocomplete for bbcode or comanche - partly implementedMario Vavti2016-04-041-0/+2
|
* move fullscreen js code to redbasic.js where it belongs toMario Vavti2016-04-011-15/+0
|
* slightly change the way fullscreen works and bring it to mod mailMario Vavti2016-04-011-4/+6
|
* make fullscreen mode available for other modules and some cleanupMario Vavti2016-03-311-0/+13
|
* make always preload images before rendering the page a display settingMario Vavti2016-02-171-6/+5
|
* more refinement on collapsingMario Vavti2016-02-171-2/+6
|
* Thats probably better but there are still edge cases...Mario Vavti2016-02-161-2/+2
|
* typoMario Vavti2016-02-161-1/+1
|
* content -> viewportMario Vavti2016-02-161-1/+1
|
* only prefetch images on update_mode updateMario Vavti2016-02-161-29/+54
|
* since we preload images now we also can collapse and calculate posts above ↵Mario Vavti2016-02-161-25/+43
| | | | the viewport
* clean up some unused stuff and start loading content a bit earlierMario Vavti2016-02-151-25/+2
|
* tryout: introduce loading of images before rendering content and provide ↵Mario Vavti2016-02-121-3/+18
| | | | some detailed logging in js-console