Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix undefined page end on non dynamic pages | Max Kostikov | 2021-03-09 | 1 | -1/+1 |
| | | | (cherry picked from commit 182dec3e574a1db1f737b1ff2f4a6423a0911b1d) | ||||
* | replace sticky_kit with a simpler homwgrown solution (still a bit raw) and ↵ | Mario | 2021-02-25 | 2 | -12/+10 |
| | | | | slightly change the way we load new content so that people with a long aside column do not have to scroll all the way to the bottom for loading the next page | ||||
* | deprecate summary tag in favour of a separate input field | Mario | 2021-02-19 | 1 | -1/+1 |
| | |||||
* | fix file permissions. 755 for dirs, 644 for files | Mario | 2021-01-27 | 1 | -0/+0 |
| | |||||
* | some work to fix r_preview in list mode | Mario | 2021-01-14 | 1 | -1/+4 |
| | |||||
* | mod cloud strings | Mario | 2021-01-03 | 1 | -2/+2 |
| | |||||
* | remove fallback code - it will not be required if compression is dismissed | Mario | 2020-12-30 | 1 | -34/+3 |
| | |||||
* | files_ng: provide a fallback in case the server timed out on compressing the ↵ | Mario | 2020-12-28 | 2 | -2/+43 |
| | | | | zip file | ||||
* | fix javascript warning | Mario | 2020-12-23 | 1 | -1/+1 |
| | |||||
* | remove deprecated forum autocomplete code | Mario | 2020-12-23 | 1 | -25/+2 |
| | |||||
* | provide some info and remove unused code | Mario | 2020-12-22 | 1 | -10/+3 |
| | |||||
* | files_ng: improve download handlÃing | Mario | 2020-12-22 | 1 | -7/+31 |
| | |||||
* | files_ng: omit parent folders of a download | Mario | 2020-12-22 | 1 | -0/+2 |
| | |||||
* | files_ng: implement directory and bulk file download | Mario | 2020-12-21 | 1 | -1/+42 |
| | |||||
* | deprecate ! and !! forum tags | Mario | 2020-12-18 | 1 | -1/+2 |
| | |||||
* | files_ng: fix regression in finding the right path in certain situations and ↵ | Mario | 2020-12-16 | 1 | -2/+9 |
| | | | | add a info panel with attach and zrl bbcode | ||||
* | merge branch files_ng into dev | Mario | 2020-12-14 | 3 | -162/+366 |
| | |||||
* | this should not be required anymore | Mario | 2020-11-26 | 1 | -5/+0 |
| | |||||
* | simplify code and fix issue with categories | Mario | 2020-11-23 | 1 | -1/+0 |
| | |||||
* | fix mod item issue with remote channels | Mario | 2020-11-22 | 1 | -12/+12 |
| | |||||
* | fix like issue with remote channels | Mario | 2020-11-22 | 1 | -23/+21 |
| | |||||
* | collase the updated content | Mario | 2020-11-21 | 1 | -0/+2 |
| | |||||
* | restrict returned html usage to local_channel() until some issues will be ↵ | Mario | 2020-11-21 | 1 | -21/+33 |
| | | | | worked out | ||||
* | fix pubstream id issue | Mario | 2020-11-21 | 1 | -12/+6 |
| | |||||
* | returning the rendered html when liking a post or comment | Mario | 2020-11-20 | 1 | -3/+16 |
| | |||||
* | minor cleanup | Mario | 2020-11-20 | 1 | -8/+6 |
| | |||||
* | move post_comment() handling via ctrl-enter out of handle_comment_form() - ↵ | Mario | 2020-11-20 | 1 | -9/+11 |
| | | | | to many issues with multiple triggers | ||||
* | returning the rendered html when posting a comment will make the following ↵ | Mario | 2020-11-20 | 1 | -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 ↵ | Mario | 2020-11-18 | 1 | -1/+4 |
| | | | | certain conditions | ||||
* | fix regression | Mario | 2020-11-18 | 1 | -1/+1 |
| | |||||
* | Do away with auto updates except for our own actions. We might consider to ↵ | Mario | 2020-11-18 | 1 | -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 comments | Mario | 2020-11-17 | 1 | -9/+19 |
| | |||||
* | work around an edge case in acl selector | Mario | 2020-11-16 | 1 | -1/+7 |
| | | | (cherry picked from commit e7c83a81c79235327cbbcb5382146332ba14a684) | ||||
* | Polling fallback to server sent events. Polling is the default. SSE must be ↵ | Mario | 2020-11-14 | 1 | -25/+57 |
| | | | | enabled in /admin/site > Advanced > Enable SSE Notifications if desired. | ||||
* | call sse_setNotificationsStatus() after fading out buttons | Mario | 2020-11-03 | 1 | -1/+3 |
| | |||||
* | lazy/eager loading and minor css fixes | Mario | 2020-10-22 | 1 | -1/+1 |
| | |||||
* | fix minor regression | Mario | 2020-10-22 | 1 | -2/+4 |
| | |||||
* | adapt notifications and mark item seen handling to play well with client ↵ | Mario | 2020-10-22 | 1 | -27/+54 |
| | | | | side page caching | ||||
* | load more notifications if visible notifications count becomes < 15 | Mario | 2020-10-18 | 1 | -2/+14 |
| | |||||
* | make acl selector work correctly if we provide a cid in mod network | Mario | 2020-10-16 | 1 | -5/+21 |
| | |||||
* | fix image src issue in template | Mario | 2020-10-16 | 1 | -1/+2 |
| | |||||
* | add forums to acl selector where appropriate | Mario | 2020-10-15 | 1 | -5/+49 |
| | |||||
* | fix notifications html not reset on markRead() | Mario | 2020-09-23 | 1 | -0/+2 |
| | |||||
* | move cryptojs to addon | Mario Vavti | 2020-08-22 | 1 | -273/+5 |
| | |||||
* | use the default setting and also add the mode to the cipher. aes-128 is to ↵ | Mario Vavti | 2020-08-21 | 1 | -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 Vavti | 2020-08-20 | 1 | -1/+93 |
| | | | | only and no backward compatibility. | ||||
* | syntax | Mario | 2020-07-30 | 1 | -4/+4 |
| | |||||
* | raise cache lifetime - this should probably be configurable | Mario | 2020-07-30 | 1 | -1/+1 |
| | |||||
* | add some context to the notifications | Mario | 2020-07-29 | 1 | -2/+2 |
| | |||||
* | reset bParam_page in case of failure | Mario | 2020-07-21 | 1 | -0/+1 |
| |