aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | 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
| | | | | | | | | | | | |
| | * | | | | | | | | | | bs5: more fixesMario2021-06-073-3/+7
| | | | | | | | | | | | |
| | * | | | | | | | | | | bs5: minor fixMario2021-06-072-3/+3
| | | | | | | | | | | | |
| | * | | | | | | | | | | bs5: more notifications fixesMario2021-06-072-41/+40
| | | | | | | | | | | | |
| | * | | | | | | | | | | bs5: more notifications workMario2021-06-071-5/+7
| | | | | | | | | | | | |
| | * | | | | | | | | | | bs5: notifications workMario2021-06-071-1/+61
| | | | | | | | | | | | |
| | * | | | | | | | | | | upgrade to bootstrap 5.0.1 and first batch of fixesMario2021-06-07576-51421/+30680
| | | | | | | | | | | | |
* | | | | | | | | | | | | make sure we have a path before running getimagesize() on itMario2021-08-171-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit a2403042c25a9202e8b926962c5035d34c0e08a3)
* | | | | | | | | | | | | remove redundant closing div tagMario2021-08-171-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 87cf2039adc41583cd56cf2b8b3d7639e2f02303)
* | | | | | | | | | | | | check if isset before unsetting to omit php errorsMario2021-07-271-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit c6133d2558ce29e44342fa7be8bb65e0059aea02)
* | | | | | | | | | | | | version 6.0.16.0.1Mario2021-07-271-1/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'dev'Mario2021-07-271-0/+1
|\| | | | | | | | | | | |
| * | | | | | | | | | | | more changelogMario2021-07-271-0/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'dev'Mario2021-07-2711-81/+91
|\| | | | | | | | | | | |
| * | | | | | | | | | | | 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
| | | | | | | | | | | | |
* | | | | | | | | | | | | version 6.06.0Mario Vavti2021-07-092-2/+2
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch '6.0RC'Mario Vavti2021-07-09501-43881/+35729
|\ \ \ \ \ \ \ \ \ \ \ \ \