aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
Commit message (Expand)AuthorAgeFilesLines
...
* remove deprecated forum autocomplete codeMario2020-12-231-25/+2
* provide some info and remove unused codeMario2020-12-221-10/+3
* files_ng: improve download handlÃingMario2020-12-221-7/+31
* files_ng: omit parent folders of a downloadMario2020-12-221-0/+2
* files_ng: implement directory and bulk file downloadMario2020-12-211-1/+42
* deprecate ! and !! forum tagsMario2020-12-181-1/+2
* files_ng: fix regression in finding the right path in certain situations and ...Mario2020-12-161-2/+9
* merge branch files_ng into devMario2020-12-143-162/+366
* this should not be required anymoreMario2020-11-261-5/+0
* simplify code and fix issue with categoriesMario2020-11-231-1/+0
* fix mod item issue with remote channelsMario2020-11-221-12/+12
* fix like issue with remote channelsMario2020-11-221-23/+21
* collase the updated contentMario2020-11-211-0/+2
* restrict returned html usage to local_channel() until some issues will be wor...Mario2020-11-211-21/+33
* fix pubstream id issueMario2020-11-211-12/+6
* returning the rendered html when liking a post or commentMario2020-11-201-3/+16
* minor cleanupMario2020-11-201-8/+6
* move post_comment() handling via ctrl-enter out of handle_comment_form() - to...Mario2020-11-201-9/+11
* returning the rendered html when posting a comment will make the following up...Mario2020-11-201-4/+9
* this is silly but it seems to be required for firefox to stop scrolling in ce...Mario2020-11-181-1/+4
* fix regressionMario2020-11-181-1/+1
* Do away with auto updates except for our own actions. We might consider to re...Mario2020-11-181-93/+16
* implement submit on ctrl-enter for post editor and commentsMario2020-11-171-9/+19
* work around an edge case in acl selectorMario2020-11-161-1/+7
* Polling fallback to server sent events. Polling is the default. SSE must be e...Mario2020-11-141-25/+57
* call sse_setNotificationsStatus() after fading out buttonsMario2020-11-031-1/+3
* lazy/eager loading and minor css fixesMario2020-10-221-1/+1
* fix minor regressionMario2020-10-221-2/+4
* adapt notifications and mark item seen handling to play well with client side...Mario2020-10-221-27/+54
* load more notifications if visible notifications count becomes < 15Mario2020-10-181-2/+14
* make acl selector work correctly if we provide a cid in mod networkMario2020-10-161-5/+21
* fix image src issue in templateMario2020-10-161-1/+2
* add forums to acl selector where appropriateMario2020-10-151-5/+49
* fix notifications html not reset on markRead()Mario2020-09-231-0/+2
* move cryptojs to addonMario Vavti2020-08-221-273/+5
* use the default setting and also add the mode to the cipher. aes-128 is to be...Mario Vavti2020-08-211-4/+4
* first cut on implementing additional encryption with the SJCL library. aes on...Mario Vavti2020-08-201-1/+93
* syntaxMario2020-07-301-4/+4
* raise cache lifetime - this should probably be configurableMario2020-07-301-1/+1
* add some context to the notificationsMario2020-07-291-2/+2
* reset bParam_page in case of failureMario2020-07-211-0/+1
* slightly raise cache lifetimeMario2020-07-211-1/+1
* no need to iterate the object twiceMario2020-07-211-61/+56
* do not cache single thread pagesMario2020-07-161-29/+2
* more itemspage workMario2020-07-161-0/+28
* an attempt to improve lazy loadingMario2020-07-161-7/+79
* minor adjustionMario2020-07-141-0/+1
* reduce result sets and work around a regression in justifiedGalleryMario2020-07-141-1/+1
* update jquery to version 3.5.1Mario2020-06-131-2/+3
* comment out code which is only required for loggingÃMario2020-05-181-1/+1