aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* reverse f325c29b48b2bf954d13e89035c1e9abecdca780 - this needs discussion. ↵Mario Vavti2018-04-231-1/+0
| | | | there is a link to source in the item menu. we might consider linking the timestamp to the source item (like some of the federated networks do) but then remove it from the item dropdown (having things double proved to confuse people). imo the link in the dropdown menu should be sufficient though.
* Merge pull request #1094 from mrjive/devgit-marijus2018-04-233-1600/+1416
|\ | | | | Adding link to post source
| * updated Italian translationmrjive2018-04-202-1600/+1415
| |
| * adding link to post sourcemrjive2018-04-201-0/+1
| |
* | Proposed fix for issue #1091 - mod-help.cssMario Vavti2018-04-231-2/+2
| | | | | | | | - this is taken from pr #1098 which was against wrong branch
* | Merge pull request #1097 from galettesaucisse/patch-13git-marijus2018-04-231-1/+1
|\ \ | | | | | | Proposed fix for issue #1091 - mod-help.js
| * | Proposed fix for issue #1091Galette Saucisse2018-04-201-1/+1
| |/
* | Merge pull request #1093 from mjfriaza/devgit-marijus2018-04-232-1499/+1764
|\ \ | | | | | | Updated Spanish translation
| * | Updated Spanish translationManuel Jiménez Friaza2018-04-202-1499/+1764
| | |
* | | Merge pull request #1084 from galettesaucisse/patch-9git-marijus2018-04-231-1434/+1642
|\ \ \ | | | | | | | | Update French hmessages.po from Transifex
| * | | Update French hmessages.po from TransifexGalette Saucisse2018-04-181-1434/+1642
| | | |
* | | | Merge pull request #1083 from galettesaucisse/patch-8git-marijus2018-04-231-62/+105
|\ \ \ \ | | | | | | | | | | Update French hstrings.php from Transifex
| * | | | Update French hstrings.php from TransifexGalette Saucisse2018-04-181-62/+105
| |/ / /
* | | / fix navbar contact autocomplete 'undefined' hovertipzotlabs2018-04-191-1/+1
| |_|/ |/| |
* | | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-04-191-1/+0
|\ \ \ | |/ / |/| |
| * | just provide the trending tags in public stream by default and simplify the ↵zotlabs2018-04-181-1/+0
| | | | | | | | | | | | query to improve load times; I intend to do additional work on this feature later
* | | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-04-183-2/+11
|\| |
| * | fine tuning the public stream tag resultszotlabs2018-04-171-1/+1
| | |
| * | public stream tag enhancementszotlabs2018-04-171-0/+4
| | |
| * | when changing cover photo, show existingzotlabs2018-04-172-2/+7
| | |
* | | update to bootstrap-4.1 and improve visibility of some text when using ↵Mario Vavti2018-04-173-5/+6
|/ / | | | | | | custom panel colours
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-04-161-0/+3
|\ \
| * | css fixesMario Vavti2018-04-151-0/+3
| | |
* | | update the search jszotlabs2018-04-161-1/+10
|/ /
* | Update hstrings.phpGalette Saucisse2018-04-131-338/+478
| |
* | Update hmessages.poGalette Saucisse2018-04-131-3013/+3790
| |
* | fix illegal string offset warningMario Vavti2018-04-132-2/+2
| |
* | fix wrong item keyMario Vavti2018-04-131-1/+1
| |
* | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-04-131-15/+36
|\ \
| * | autosave comment enhancementszotlabs2018-04-121-9/+15
| | |
| * | work on autosavezotlabs2018-04-121-15/+30
| | |
* | | provide visible star status for starred postsMario Vavti2018-04-133-58/+26
| | |
* | | move the thread author menu to to the wall item photo. the menu list was ↵Mario Vavti2018-04-132-14/+20
|/ / | | | | | | getting too long.
* | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-04-121-1/+0
|\ \
| * \ Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-04-113-2/+4
| |\ \
| * | | channel delegation: push current identity and pop it on logout from the ↵zotlabs2018-04-111-1/+0
| | | | | | | | | | | | | | | | delegated channel. This fixes the known issue of being forced to log back in after leaving the delegated channel.
* | | | fix issue #1047Mario Vavti2018-04-121-1/+3
| |/ / |/| |
* | | also clean localStorage upon logout or channel switchMario Vavti2018-04-111-1/+2
| | |
* | | allow to toggle visibility of likes/dislikes in notificationsMario Vavti2018-04-111-0/+1
| | |
* | | wrong functionMario Vavti2018-04-111-1/+1
|/ /
* | Update French hstrings.phpGalette Saucisse2018-04-101-0/+19
| | | | | | added some missing strings
* | do not get or set post category if the field is not available. remove logging.Mario Vavti2018-04-101-3/+5
| |
* | fix autosave content not cleaned after post submissionMario Vavti2018-04-101-24/+47
| |
* | last commented expiration setting in adminzotlabs2018-04-101-0/+1
| |
* | Replace pushState with replaceState to prevent browser history clutter in ↵Andrew Manning2018-04-091-2/+2
| | | | | | | | Help pages.
* | Merge pull request #1051 from anaqreon/auto-savegit-marijus2018-04-093-0/+101
|\ \ | | | | | | Auto-save comment and post text
| * | Added feature setting for auto-save, defaulting to enabled.Andrew Manning2018-04-083-34/+51
| | |
| * | Auto-save post and comment entry using localStorage in browser.Andrew Manning2018-04-083-32/+84
| | |
| * | Merge branch 'dev' into auto-saveAndrew Manning2018-04-077-5/+60
| |\ \
| * | | Post body and title are auto-savedAndrew Manning2018-04-041-0/+32
| | | |