aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
Commit message (Collapse)AuthorAgeFilesLines
* mod cloud stringsMario2021-01-031-2/+2
|
* remove fallback code - it will not be required if compression is dismissedMario2020-12-301-34/+3
|
* files_ng: provide a fallback in case the server timed out on compressing the ↵Mario2020-12-282-2/+43
| | | | zip file
* fix javascript warningMario2020-12-231-1/+1
|
* 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
| | | | add a info panel with attach and zrl bbcode
* 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 ↵Mario2020-11-211-21/+33
| | | | worked out
* 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() - ↵Mario2020-11-201-9/+11
| | | | to many issues with multiple triggers
* returning the rendered html when posting a comment will make the following ↵Mario2020-11-201-4/+9
| | | | update (and its implication in mod pubstream) obsolete
* this is silly but it seems to be required for firefox to stop scrolling in ↵Mario2020-11-181-1/+4
| | | | certain conditions
* fix regressionMario2020-11-181-1/+1
|
* Do away with auto updates except for our own actions. We might consider to ↵Mario2020-11-181-93/+16
| | | | re-implement this for single thread view like eg /display. Instead of calculating scroll positions during updates, keep track of expanded items and set the expanded state when updating - this fixes issue #1488
* 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
| | | (cherry picked from commit e7c83a81c79235327cbbcb5382146332ba14a684)
* Polling fallback to server sent events. Polling is the default. SSE must be ↵Mario2020-11-141-25/+57
| | | | enabled in /admin/site > Advanced > Enable SSE Notifications if desired.
* 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 ↵Mario2020-10-221-27/+54
| | | | side page caching
* 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 ↵Mario Vavti2020-08-211-4/+4
| | | | be preferred over aes-256 according to bruce schneier https://www.schneier.com/blog/archives/2009/07/another_new_aes.html#c386957
* first cut on implementing additional encryption with the SJCL library. aes ↵Mario Vavti2020-08-201-1/+93
| | | | only and no backward compatibility.
* 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
|