Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changelog | Mario | 2021-07-27 | 1 | -0/+7 |
| | |||||
* | notifications: move handlers out of jquery ready function otherwise they ↵ | Mario Vavti | 2021-07-17 | 1 | -9/+9 |
| | | | | might not fire on pageload | ||||
* | code style | Mario Vavti | 2021-07-16 | 1 | -4/+4 |
| | |||||
* | bump min version | Mario Vavti | 2021-07-16 | 1 | -1/+1 |
| | |||||
* | more work on moving notifications handling from main.js to the notifications ↵ | Mario Vavti | 2021-07-16 | 2 | -42/+55 |
| | | | | widget | ||||
* | fix a regression in regard to unified session page load times intoduced in 6.0 | Mario Vavti | 2021-07-16 | 3 | -8/+13 |
| | |||||
* | redirect to the local item instead of the item at the primary location if we ↵ | Mario Vavti | 2021-07-16 | 1 | -1/+1 |
| | | | | deal with a wall item | ||||
* | Merge branch 'dev' into 'dev' | Mario | 2021-07-16 | 1 | -2/+3 |
|\ | | | | | | | | | Fix link to source on clones See merge request hubzilla/core!1975 | ||||
| * | Fix link to source on clones | Max Kostikov | 2021-07-16 | 1 | -2/+3 |
| | | |||||
* | | photo upload: always show the textarea so that text and tags can be added ↵ | Mario Vavti | 2021-07-16 | 2 | -19/+3 |
|/ | | | | even if no status post is sent | ||||
* | chanview: dismiss xchans which are marked deleted | Mario Vavti | 2021-07-15 | 1 | -6/+6 |
| | |||||
* | fix release date | Mario Vavti | 2021-07-09 | 1 | -1/+1 |
| | |||||
* | set touch_max to 1/10 of the screen width to prevent overlaping with cursor ↵ | Mario Vavti | 2021-07-08 | 1 | -2/+2 |
| | | | | positioning | ||||
* | typo | Mario | 2021-07-08 | 1 | -1/+1 |
| | |||||
* | changelog | Mario Vavti | 2021-07-05 | 1 | -1/+1 |
| | |||||
* | redbasic: close left aside if hq control button is clicked | Mario Vavti | 2021-07-05 | 2 | -0/+6 |
| | |||||
* | remove redundant z-index | Mario Vavti | 2021-07-04 | 1 | -1/+0 |
| | |||||
* | ux fixes | Mario Vavti | 2021-07-04 | 2 | -21/+17 |
| | |||||
* | do not call stickyScroll() on small screens - it is not functional | Mario Vavti | 2021-07-03 | 1 | -2/+4 |
| | |||||
* | since position sticky has no effect if overflow is hidden and the ↵ | Mario Vavti | 2021-07-03 | 1 | -0/+1 |
| | | | | workarounds also have issues, we will automatically scroll to top when left aside is brought in | ||||
* | implement a very simple swipe mechanism for bringing in left aside | Mario Vavti | 2021-07-03 | 1 | -11/+53 |
| | |||||
* | work around the fact that sticky does not stick if a parent element has set ↵ | Mario Vavti | 2021-07-02 | 1 | -2/+2 |
| | | | | overflow to hidden | ||||
* | changelog typos | Mario Vavti | 2021-07-02 | 1 | -3/+4 |
| | |||||
* | do not use summary in photo object | Mario Vavti | 2021-07-02 | 1 | -1/+0 |
| | |||||
* | remove mail and conv tables from install SQL schemas | Mario Vavti | 2021-07-02 | 2 | -116/+0 |
| | |||||
* | update changelog | Mario Vavti | 2021-07-02 | 1 | -0/+47 |
| | |||||
* | revert ebc84eab3fc6b2ee29afd13295f47419f16d2fe1 instead be more picky about ↵ | Mario | 2021-07-02 | 2 | -14/+11 |
| | | | | the xchan in handle_tag() | ||||
* | update by xchan_url to catch all associated entries | Mario Vavti | 2021-07-01 | 1 | -2/+2 |
| | |||||
* | redbasic: bump version limits | Mario | 2021-07-01 | 1 | -2/+2 |
| | |||||
* | port fixes from as_actor_store() | Mario | 2021-06-30 | 1 | -57/+62 |
| | |||||
* | missing composer file | Mario | 2021-06-30 | 1 | -0/+26 |
| | |||||
* | bump dev version to 6.1 | Mario | 2021-06-30 | 1 | -1/+1 |
| | |||||
* | update sbom | Mario | 2021-06-30 | 1 | -5/+5 |
| | |||||
* | update composer autoload | Mario | 2021-06-30 | 4 | -1/+11 |
| | |||||
* | strings update | Mario | 2021-06-30 | 1 | -8922/+8743 |
| | |||||
* | version 6.0RC | Mario | 2021-06-30 | 1 | -1/+1 |
| | |||||
* | fix variable name | Mario | 2021-06-29 | 1 | -1/+1 |
| | |||||
* | version | Mario | 2021-06-29 | 1 | -1/+1 |
| | |||||
* | only remove elements after the delete has happened | Mario | 2021-06-29 | 1 | -6/+6 |
| | |||||
* | tools -> features | Mario | 2021-06-29 | 2 | -2/+2 |
| | |||||
* | version | Mario | 2021-06-29 | 2 | -2/+2 |
| | |||||
* | an attempt to improve the query for direct messages on some systems with ↵ | Mario | 2021-06-29 | 1 | -1/+5 |
| | | | | hopefully no bad side-effect for others | ||||
* | fix deleting and starring in unthreaded view | Mario | 2021-06-29 | 3 | -10/+20 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-06-29 | 1 | -65/+65 |
|\ | |||||
| * | Merge branch 'clean-up' into 'dev' | Mario | 2021-06-29 | 1 | -65/+65 |
| |\ | | | | | | | | | | | | | mod network clean-up See merge request hubzilla/core!1974 | ||||
| | * | mod network clean-up | Xanthor | 2021-06-29 | 1 | -65/+65 |
| | | | |||||
* | | | implement removing of notifications/preview-messages of deleted items | Mario | 2021-06-29 | 3 | -8/+19 |
|/ / | |||||
* / | fix query logic | Mario | 2021-06-29 | 1 | -2/+1 |
|/ | |||||
* | more deprecate legacy zot | Mario | 2021-06-28 | 8 | -73/+73 |
| | |||||
* | Merge branch 'fix' into 'dev' | Mario | 2021-06-28 | 1 | -1/+2 |
|\ | | | | | | | | | fix call to prepare_body See merge request hubzilla/core!1973 |