aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* restructure apps to make space for app descritionsMario2021-08-215-54/+83
|
* only redirect to hq if localMario2021-08-171-2/+2
|
* more legacy mail cleanup - issue #1595Mario2021-08-174-48/+3
|
* more bs5 fixesMario2021-08-176-24/+10
|
* make sure we have a path before running getimagesize() on itMario2021-08-171-2/+6
|
* remove redundant closing div tagMario2021-08-161-15/+15
|
* streamline default link colorMario2021-08-151-1/+1
|
* bump versionMario2021-08-041-1/+1
|
* bs5 sets scroll-behavior to smooth which does weird things especially on ↵Mario2021-08-041-0/+8
| | | | mobile devices - unset it
* app-bin-ng: add a link to the bin for convenience and use the traditional ↵Mario2021-08-042-10/+19
| | | | ajax call instead of the post shortcut
* fix another bs5 regressionMario2021-08-041-1/+1
|
* the default 400px is slightly overkillMario2021-08-031-0/+5
|
* remove loggingMario2021-08-031-2/+0
|
* Merge branch 'app-bin-ng' into 'dev'Mario2021-08-0383-42/+37105
|\ | | | | | | | | Apps drag and drop feature See merge request hubzilla/core!1982
| * Apps drag and drop featureMario2021-08-0383-42/+37105
|/
* Merge branch 'ab-dev' into 'dev'Mario2021-08-038-10172/+10287
|\ | | | | | | | | Updated Polish GUI translation See merge request hubzilla/core!1981
| * Updated Polish GUI translation according to changes made in version 6.0Andrzej Budziński2021-08-018-10172/+10287
|/ | | / 6.1 Hubzilla + stylistic fixes and typos.
* remove another possible source for hubloc confusionMario2021-07-291-4/+5
|
* Merge branch 'bs5' into 'dev'Mario2021-07-29854-45241/+89542
|\ | | | | | | | | Update to bootstrap 5 and implement next generation app menu (work in progress) See merge request hubzilla/core!1980
| * bs5 border fixMario2021-07-291-1/+1
| |
| * another badge fixMario2021-07-291-1/+1
| |
| * dropdown-menu-right -> dropdown-menu-endMario2021-07-2922-37/+37
| |
| * fix notification button classMario2021-07-291-1/+1
| |
| * bump versionMario2021-07-291-1/+1
| |
| * update to bootstrap 5.0.2Mario2021-07-29439-2860/+67900
| |
| * more work on bs5Mario2021-07-295-73/+12
| |
| * 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
| |