aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' into bs5Mario2021-07-2988-29988/+29420
|\
| * check if isset before unsetting to omit php errorsMario2021-07-271-1/+3
| |
| * more changelogMario2021-07-271-0/+1
| |
| * changelogMario2021-07-271-0/+7
| |
| * notifications: move handlers out of jquery ready function otherwise they ↵Mario Vavti2021-07-171-9/+9
| | | | | | | | might not fire on pageload
| * code styleMario Vavti2021-07-161-4/+4
| |
| * bump min versionMario Vavti2021-07-161-1/+1
| |
| * more work on moving notifications handling from main.js to the notifications ↵Mario Vavti2021-07-162-42/+55
| | | | | | | | widget
| * fix a regression in regard to unified session page load times intoduced in 6.0Mario Vavti2021-07-163-8/+13
| |
| * redirect to the local item instead of the item at the primary location if we ↵Mario Vavti2021-07-161-1/+1
| | | | | | | | deal with a wall item
| * Merge branch 'dev' into 'dev'Mario2021-07-161-2/+3
| |\ | | | | | | | | | | | | Fix link to source on clones See merge request hubzilla/core!1975
| | * Fix link to source on clonesMax Kostikov2021-07-161-2/+3
| | |
| * | photo upload: always show the textarea so that text and tags can be added ↵Mario Vavti2021-07-162-19/+3
| |/ | | | | | | even if no status post is sent
| * chanview: dismiss xchans which are marked deletedMario Vavti2021-07-151-6/+6
| |
| * fix release dateMario Vavti2021-07-091-1/+1
| |
| * set touch_max to 1/10 of the screen width to prevent overlaping with cursor ↵Mario Vavti2021-07-081-2/+2
| | | | | | | | positioning
| * typoMario2021-07-081-1/+1
| |
| * changelogMario Vavti2021-07-051-1/+1
| |
| * redbasic: close left aside if hq control button is clickedMario Vavti2021-07-052-0/+6
| |
| * remove redundant z-indexMario Vavti2021-07-041-1/+0
| |
| * ux fixesMario Vavti2021-07-042-21/+17
| |
| * do not call stickyScroll() on small screens - it is not functionalMario Vavti2021-07-031-2/+4
| |
| * since position sticky has no effect if overflow is hidden and the ↵Mario Vavti2021-07-031-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 asideMario Vavti2021-07-031-11/+53
| |
| * work around the fact that sticky does not stick if a parent element has set ↵Mario Vavti2021-07-021-2/+2
| | | | | | | | overflow to hidden
| * changelog typosMario Vavti2021-07-021-3/+4
| |
| * do not use summary in photo objectMario Vavti2021-07-021-1/+0
| |
| * remove mail and conv tables from install SQL schemasMario Vavti2021-07-022-116/+0
| |
| * update changelogMario Vavti2021-07-021-0/+47
| |
| * revert ebc84eab3fc6b2ee29afd13295f47419f16d2fe1 instead be more picky about ↵Mario2021-07-022-14/+11
| | | | | | | | the xchan in handle_tag()
| * update by xchan_url to catch all associated entriesMario Vavti2021-07-011-2/+2
| |
| * redbasic: bump version limitsMario2021-07-011-2/+2
| |
| * port fixes from as_actor_store()Mario2021-06-301-57/+62
| |
| * missing composer fileMario2021-06-301-0/+26
| |
| * bump dev version to 6.1Mario2021-06-301-1/+1
| |
| * update sbomMario2021-06-301-5/+5
| |
| * update composer autoloadMario2021-06-304-1/+11
| |
| * strings updateMario2021-06-301-8922/+8743
| |
| * version 6.0RCMario2021-06-301-1/+1
| |
| * fix variable nameMario2021-06-291-1/+1
| |
| * versionMario2021-06-291-1/+1
| |
| * only remove elements after the delete has happenedMario2021-06-291-6/+6
| |
| * tools -> featuresMario2021-06-292-2/+2
| |
| * versionMario2021-06-292-2/+2
| |
| * an attempt to improve the query for direct messages on some systems with ↵Mario2021-06-291-1/+5
| | | | | | | | hopefully no bad side-effect for others
| * fix deleting and starring in unthreaded viewMario2021-06-293-10/+20
| |
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2021-06-291-65/+65
| |\
| | * Merge branch 'clean-up' into 'dev'Mario2021-06-291-65/+65
| | |\ | | | | | | | | | | | | | | | | mod network clean-up See merge request hubzilla/core!1974
| | | * mod network clean-upXanthor2021-06-291-65/+65
| | | |
| * | | implement removing of notifications/preview-messages of deleted itemsMario2021-06-293-8/+19
| |/ /