Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :arrow_up: :hammer: Upgrade Markdownify library. | Klaus Weidenbach | 2017-03-05 | 20 | -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. | ||||
* | update changelog | Mario Vavti | 2017-03-04 | 1 | -0/+1 |
| | |||||
* | we need item edited for wiki page history, not item created | Mario Vavti | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | string update | zotlabs | 2017-03-03 | 1 | -887/+910 |
| | |||||
* | fix badge position for narrow navbar | Mario Vavti | 2017-03-03 | 1 | -4/+0 |
| | |||||
* | reverse sort order | zotlabs | 2017-03-02 | 1 | -1/+1 |
| | |||||
* | activity widget - turns out the owner is not relevant. | zotlabs | 2017-03-02 | 1 | -9/+5 |
| | |||||
* | document the activity widget | zotlabs | 2017-03-02 | 1 | -0/+1 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-03-02 | 9 | -28/+23 |
|\ | |||||
| * | provide info if there are no sche,es available | Mario Vavti | 2017-03-02 | 1 | -4/+9 |
| | | |||||
| * | reset schema value after we empty and repopulate it. second half of fix for #624 | Mario Vavti | 2017-03-02 | 2 | -2/+2 |
| | | |||||
| * | reset schema value after we empty and repopulate it. first half of fix for #624 | Mario Vavti | 2017-03-02 | 1 | -0/+2 |
| | | |||||
| * | setting top position of contextual-help in schemes does not work with narrow ↵ | Mario Vavti | 2017-03-02 | 4 | -5/+0 |
| | | | | | | | | navbar setting. schema css is always called last. | ||||
| * | add title to connect button | Mario Vavti | 2017-03-01 | 1 | -1/+1 |
| | | |||||
| * | minor template fixes | Mario Vavti | 2017-03-01 | 3 | -19/+12 |
| | | |||||
* | | activity widget - like the forum widget but represents unseen activity by ↵ | zotlabs | 2017-03-02 | 9 | -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) | zotlabs | 2017-03-01 | 1 | -1/+1 |
|/ | |||||
* | cleaner integration between the headers and session options of z_fetch_url() | zotlabs | 2017-02-28 | 1 | -7/+26 |
| | |||||
* | expire unread system notifications after a year. It would provide a better ↵ | zotlabs | 2017-02-28 | 1 | -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/markdown | zotlabs | 2017-03-01 | 28 | -3075/+7787 |
|\ | | | | | Upgrade PHP Markdown library. | ||||
| * | :arrow_up: :hammer: Upgrade PHP Markdown library. | Klaus Weidenbach | 2017-02-27 | 27 | -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 Weidenbach | 2017-02-27 | 1 | -0/+0 |
| | | |||||
* | | missing css class | Mario Vavti | 2017-02-28 | 1 | -1/+1 |
| | | |||||
* | | provide 'session' option to z_fetch_url to assist with remote fetches ↵ | zotlabs | 2017-02-27 | 2 | -1/+5 |
| | | | | | | | | requiring magic auth | ||||
* | | make magic-auth work with profile vcard fetch | zotlabs | 2017-02-27 | 1 | -1/+2 |
| | | |||||
* | | remove logging | zotlabs | 2017-02-27 | 1 | -1/+1 |
| | | |||||
* | | fetch profile vcard for connection | zotlabs | 2017-02-27 | 2 | -1/+50 |
| | | |||||
* | | string update | zotlabs | 2017-02-27 | 1 | -1424/+1442 |
| | | |||||
* | | a bit more DAV doco improvement | zotlabs | 2017-02-27 | 1 | -1/+1 |
| | | |||||
* | | add file size notes to /cloud actions panel | zotlabs | 2017-02-27 | 2 | -1/+5 |
| | | |||||
* | | prep work | zotlabs | 2017-02-27 | 2 | -1/+2 |
| | | |||||
* | | document the filesize limitations on uploading via /cloud, fix ↵ | zotlabs | 2017-02-27 | 1 | -2/+6 |
|/ | | | | non-functional anchor | ||||
* | fix js issue in markdown mimetype wikis if content contains quotes | Mario Vavti | 2017-02-27 | 2 | -6/+4 |
| | |||||
* | update changelog | Mario Vavti | 2017-02-27 | 1 | -0/+1 |
| | |||||
* | whitespace | Mario Vavti | 2017-02-27 | 1 | -2/+0 |
| | |||||
* | missing clear | Mario Vavti | 2017-02-27 | 1 | -1/+1 |
| | |||||
* | do not mess up schemas | Mario Vavti | 2017-02-27 | 1 | -4/+6 |
| | |||||
* | lower version requirement to 2.2RC | Mario Vavti | 2017-02-27 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2017-02-27 | 2 | -4827/+4862 |
|\ | |||||
| * | Merge pull request #687 from mjfriaza/dev | zotlabs | 2017-02-27 | 2 | -4827/+4862 |
| |\ | | | | | | | Updated the Spanish translation | ||||
| | * | Updated the Spanish translation | Manuel Jiménez Friaza | 2017-02-26 | 2 | -4827/+4862 |
| | | | |||||
* | | | set minversion and maxversion for themes in ↵ | Mario Vavti | 2017-02-27 | 6 | -7/+13 |
|/ / | | | | | | | view/theme/themename/php/theme.php instead of separate file. | ||||
* | | add a minversion to the theme and fallback to default if requirement is not ↵ | Mario Vavti | 2017-02-26 | 6 | -7/+26 |
| | | | | | | | | met. mark incompatible themes in the theme selector | ||||
* | | move admin permission decision out of the router - it is already provided in ↵ | zotlabs | 2017-02-25 | 2 | -7/+1 |
| | | | | | | | | the module and the higher level check is causing some oembed redirect issues. | ||||
* | | send sync packet on profile photo permissions change | zotlabs | 2017-02-25 | 1 | -0/+9 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-02-25 | 1 | -1/+1 |
|\ \ | |||||
| * | | bump version | Mario Vavti | 2017-02-25 | 1 | -1/+1 |
| | | | |||||
* | | | escape tags on viewsrc output in case it is not text/bbcode. | zotlabs | 2017-02-25 | 1 | -1/+3 |
|/ / | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-02-24 | 1 | -1/+1 |
|\ \ | |||||
| * | | use chanlink_url() in directory since the xchan might not yet be available ↵ | Mario Vavti | 2017-02-24 | 1 | -1/+1 |
| | | | | | | | | | | | | on our server |