Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -23/+24 |
| | |||||
* | 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 | 2 | -22/+34 |
| | | | | 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 | 2 | -5/+10 |
| | | | | 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 | 5 | -102/+25 |
| | | | | 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 | 2 | -21/+36 |
| | |||||
* | work around an edge case in acl selector | Mario | 2020-11-16 | 1 | -1/+7 |
| | | | (cherry picked from commit e7c83a81c79235327cbbcb5382146332ba14a684) | ||||
* | Update hmessages.po | Max Kostikov | 2020-11-15 | 1 | -900/+899 |
| | |||||
* | Update hstrings.php | Max Kostikov | 2020-11-15 | 1 | -16/+17 |
| | |||||
* | Polling fallback to server sent events. Polling is the default. SSE must be ↵ | Mario | 2020-11-14 | 3 | -25/+59 |
| | | | | enabled in /admin/site > Advanced > Enable SSE Notifications if desired. | ||||
* | css issue | Mario | 2020-11-04 | 1 | -1/+1 |
| | |||||
* | call sse_setNotificationsStatus() after fading out buttons | Mario | 2020-11-03 | 1 | -1/+3 |
| | |||||
* | remove unmaintained and deprecated schemas | Mario | 2020-10-31 | 6 | -1230/+0 |
| | |||||
* | more lazy, less eager | Mario | 2020-10-22 | 3 | -3/+3 |
| | |||||
* | lazy/eager loading and minor css fixes | Mario | 2020-10-22 | 8 | -10/+10 |
| | |||||
* | 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 | ||||
* | highlight events for today in notifications and remove some redundant css | Mario | 2020-10-19 | 3 | -36/+7 |
| | |||||
* | 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 | 2 | -6/+22 |
| | |||||
* | fix image src issue in template | Mario | 2020-10-16 | 2 | -3/+4 |
| | |||||
* | add forums to acl selector where appropriate | Mario | 2020-10-15 | 2 | -8/+54 |
| | |||||
* | Merge pull request 'Update Spanish' (#1) from mjfriaza/hubzilla:dev into dev | hubzilla | 2020-10-05 | 3 | -2792/+2800 |
|\ | | | | | | | Reviewed-on: https://codeberg.org/hubzilla/hubzilla/pulls/1 | ||||
| * | Update Spanish | mjfriaza | 2020-09-26 | 3 | -2792/+2800 |
| | | |||||
* | | 5.0RC testing: comment out global remove | Mario | 2020-09-23 | 2 | -0/+4 |
| | | |||||
* | | fix notifications html not reset on markRead() | Mario | 2020-09-23 | 1 | -0/+2 |
| | | |||||
* | | allow to show unchecked box if the value is 0 or false | Mario | 2020-09-21 | 1 | -2/+2 |
| | | |||||
* | | Update Russian hmessages.po | Max Kostikov | 2020-09-18 | 1 | -2183/+2005 |
| | | |||||
* | | Update Russian hstrings.php | Max Kostikov | 2020-09-18 | 1 | -112/+68 |
| | | |||||
* | | respect advanced profile setting in sexual preference selector - issue #1477 | Mario | 2020-09-14 | 1 | -0/+4 |
| | | |||||
* | | move cryptojs to addon | Mario Vavti | 2020-08-22 | 2 | -277/+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 | 5 | -6/+100 |
| | | | | | | | | only and no backward compatibility. | ||||
* | | Ãthis should not be required anymore | Mario | 2020-08-03 | 1 | -1/+1 |
| | | |||||
* | | css fix | Mario | 2020-07-31 | 1 | -1/+1 |
| | | |||||
* | | 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 | 2 | -6/+6 |
| | | |||||
* | | reset bParam_page in case of failure | Mario | 2020-07-21 | 1 | -0/+1 |
| | | |||||
* | | slightly raise cache lifetime | Mario | 2020-07-21 | 1 | -1/+1 |
| | | |||||
* | | no need to iterate the object twice | Mario | 2020-07-21 | 1 | -61/+56 |
|/ |