aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' into redzotlabs2017-03-051824-18/+2
|\
| * move emoji emoticons (not reactions) to pluginzotlabs2017-03-051824-18/+2
| |
* | some event workzotlabs2017-03-052-0/+5
|/
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-03-0522-4756/+5247
|\
| * Merge pull request #689 from mjfriaza/devzotlabs2017-03-052-2329/+2378
| |\ | | | | | | Translated the last strings into Spanish version
| | * Translated the last strings into Spanish versionManuel Jiménez Friaza2017-03-052-2329/+2378
| | |
| * | Merge pull request #688 from dawnbreak/markdownzotlabs2017-03-0520-2427/+2869
| |\ \ | | | | | | | | :arrow_up: :hammer: Upgrade Markdownify library.
| | * | :arrow_up: :hammer: Upgrade Markdownify library.Klaus Weidenbach2017-03-0520-2427/+2869
| |/ / | | | | | | | | | | | | | | | | | | | | | The current version 2.0.0 (alpha) throws deprecated warning with PHP7.1 and PHPUnit. Upgrade the HTML to Markdown converter for PHP to the current Markdownify 2.2.1. Used composer to manage this library.
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-03-042-1/+2
|\| |
| * | update changelogMario Vavti2017-03-041-0/+1
| | |
| * | we need item edited for wiki page history, not item createdMario Vavti2017-03-041-1/+1
| | |
* | | minor feed issuezotlabs2017-03-041-0/+8
|/ /
* | string updatezotlabs2017-03-031-887/+910
| |
* | fix badge position for narrow navbarMario Vavti2017-03-031-4/+0
| |
* | reverse sort orderzotlabs2017-03-021-1/+1
| |
* | activity widget - turns out the owner is not relevant.zotlabs2017-03-021-9/+5
| |
* | document the activity widgetzotlabs2017-03-021-0/+1
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-03-029-28/+23
|\ \
| * | provide info if there are no sche,es availableMario Vavti2017-03-021-4/+9
| | |
| * | reset schema value after we empty and repopulate it. second half of fix for #624Mario Vavti2017-03-022-2/+2
| | |
| * | reset schema value after we empty and repopulate it. first half of fix for #624Mario Vavti2017-03-021-0/+2
| | |
| * | setting top position of contextual-help in schemes does not work with narrow ↵Mario Vavti2017-03-024-5/+0
| | | | | | | | | | | | navbar setting. schema css is always called last.
| * | add title to connect buttonMario Vavti2017-03-011-1/+1
| | |
| * | minor template fixesMario Vavti2017-03-013-19/+12
| | |
* | | activity widget - like the forum widget but represents unseen activity by ↵zotlabs2017-03-029-4/+97
| | | | | | | | | | | | author. Still experimental until it can be tested with diaspora xchans, which may require additional urlencoding.
* | | make system.expire_delivery_reports default setting consistent (10 days)zotlabs2017-03-011-1/+1
|/ /
* | cleaner integration between the headers and session options of z_fetch_url()zotlabs2017-02-281-7/+26
| |
* | expire unread system notifications after a year. It would provide a better ↵zotlabs2017-02-281-0/+7
| | | | | | | | experience for infrequent visitors if we didn't expire them at all, but at some point we need to draw a line so as not to degrade system performance searching through old notifications that it's highly unlikely will ever be viewed again.
* | Merge pull request #686 from dawnbreak/markdownzotlabs2017-03-0128-3075/+7787
|\ \ | | | | | | Upgrade PHP Markdown library.
| * | :arrow_up: :hammer: Upgrade PHP Markdown library.Klaus Weidenbach2017-02-2727-2420/+7132
| | | | | | | | | | | | | | | | | | The current version throws deprecated warning with PHP7.1 and PHPUnit. Upgrade the Markdown library to the current PHP Markdown Lib 1.7.0. Used composer to manage this library.
| * | Move library/markdown.php to keep history.Klaus Weidenbach2017-02-271-0/+0
| | |
* | | missing css classMario Vavti2017-02-281-1/+1
| | |
* | | provide 'session' option to z_fetch_url to assist with remote fetches ↵zotlabs2017-02-272-1/+5
| | | | | | | | | | | | requiring magic auth
* | | make magic-auth work with profile vcard fetchzotlabs2017-02-271-1/+2
| | |
* | | remove loggingzotlabs2017-02-271-1/+1
| | |
* | | fetch profile vcard for connectionzotlabs2017-02-272-1/+50
| | |
* | | string updatezotlabs2017-02-271-1424/+1442
| | |
* | | a bit more DAV doco improvementzotlabs2017-02-271-1/+1
| | |
* | | add file size notes to /cloud actions panelzotlabs2017-02-272-1/+5
| | |
* | | prep workzotlabs2017-02-272-1/+2
| | |
* | | document the filesize limitations on uploading via /cloud, fix ↵zotlabs2017-02-271-2/+6
|/ / | | | | | | non-functional anchor
* | fix js issue in markdown mimetype wikis if content contains quotesMario Vavti2017-02-272-6/+4
| |
* | update changelogMario Vavti2017-02-271-0/+1
| |
* | whitespaceMario Vavti2017-02-271-2/+0
| |
* | missing clearMario Vavti2017-02-271-1/+1
| |
* | do not mess up schemasMario Vavti2017-02-271-4/+6
| |
* | lower version requirement to 2.2RCMario Vavti2017-02-271-1/+1
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2017-02-272-4827/+4862
|\ \
| * | Merge pull request #687 from mjfriaza/devzotlabs2017-02-272-4827/+4862
| |\| | | | | | | Updated the Spanish translation
| | * Updated the Spanish translationManuel Jiménez Friaza2017-02-262-4827/+4862
| | |