Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :arrow_up: Update intl library. | Klaus Weidenbach | 2017-10-29 | 6 | -12/+197 |
| | | | | | Update intl library from v0.4? (2014) to v0.7.4 (2016). Use global composer autoloader now. | ||||
* | :arrow_up: Update Text_LanguageDetect. | Klaus Weidenbach | 2017-10-29 | 1 | -0/+10 |
| | | | | | | | | Update from v0.3.0 (2012) to v1.0.0 (2017) which should remove some warnings and improve PHP7 support. Using composer to handle this PEAR library now. Fix a problem in FeedutilsTest. | ||||
* | Update composer autoload cache. | Klaus Weidenbach | 2017-10-23 | 2 | -4/+26 |
| | |||||
* | Update composer autload cache. | Klaus Weidenbach | 2017-08-11 | 2 | -2/+6 |
| | |||||
* | :arrow_up: Updating some PHP libraries. | Klaus Weidenbach | 2017-07-06 | 1 | -107/+107 |
| | | | | | htmlpurifier (v4.9.2 => v4.9.3) with bugfix for PHP7.1 sabre/http (4.2.2 => 4.2.3) | ||||
* | Add optimize-autoloader to composer config. | Klaus Weidenbach | 2017-07-06 | 5 | -446/+88 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-06-01 | 3 | -209/+212 |
|\ | |||||
| * | :arrow_up:Update Sabre libraries. | Klaus Weidenbach | 2017-06-01 | 3 | -209/+212 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-30 | 2 | -0/+2 |
|\| | |||||
| * | :arrow_up: Update dev libraries. | Klaus Weidenbach | 2017-05-24 | 2 | -0/+2 |
| | | | | | | | | phpunit 6.1, behat, etc. | ||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-23 | 4 | -78/+117 |
|\| | |||||
| * | Replace Mardownify library with html-to-markdown library. | Klaus Weidenbach | 2017-05-23 | 4 | -78/+117 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-16 | 2 | -0/+2016 |
|\| | |||||
| * | regenerate optimized autoload files | Mario Vavti | 2017-05-16 | 2 | -0/+2016 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-05 | 3 | -2343/+270 |
|\| | |||||
| * | update sabredav to version 3.2.2 | Mario Vavti | 2017-05-04 | 3 | -2101/+85 |
| | | |||||
| * | :arrow_up: Update SimplePie library to 1.5. | Klaus Weidenbach | 2017-05-04 | 3 | -7/+9 |
| | | | | | | | | | | There is a new stable release, so upgrade from the dev branch to the new 1.5 release. | ||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-04-17 | 4 | -4/+251 |
|\| | |||||
| * | :arrow_up: Update SimplePie library. | Klaus Weidenbach | 2017-04-15 | 4 | -4/+251 |
| | | | | | | | | | | | | | | | | | | | | | | As a follow up to issue #699 update SimplePie from 1.2.1-dev (around 6years old) to current git master (1.4.4-dev). We use the master branch until the next release because it contains our patch for enclosure titles already. The other patches in the library from us can be done by configuring the SimplePie object in our code instead. Used composer to manage this library and use class autoloading. Add some unit tests for include/feedutils.php, but the interesting parts are unfortunately not testable with the current code. | ||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-03-27 | 5 | -0/+527 |
|\| | |||||
| * | :arrow_up: Update HTML Purifier library. | Klaus Weidenbach | 2017-03-26 | 5 | -0/+527 |
| | | | | | | | | | | Updated HTML Purifier from 4.6.0 to 4.9.2 with better PHP7 compatibility. Used composer to manage this library. | ||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-03-19 | 5 | -7/+825 |
|\| | |||||
| * | :arrow_up: Update bshaffer/oauth2-server-php library. | Klaus Weidenbach | 2017-03-20 | 6 | -4/+210 |
| | | | | | | | | | | Manage oauth2-server-php library with composer. Folder ./library/oauth2/ can be removed and includes removed with autoloading. | ||||
* | | new composer.lock for red | zotlabs | 2017-03-16 | 2 | -910/+295 |
| | | |||||
* | | could not fix the merge conflicts in composer.lock so it will need to be ↵ | zotlabs | 2017-03-15 | 2 | -3/+616 |
|\| | | | | | | | | | | | | | | | regenerated in the red tree. also the autoload_classmap is a disgrace. We provide autoload functions so that we can dynamically change the file tree without needing to regenerate a bunch of runtime stuff every time we add a file. Merge branch 'dev' into red | ||||
| * | :construction_worker: :arrow_up: :heavy_plus_sign: Update PHPUnit to current ↵ | Klaus Weidenbach | 2017-03-14 | 2 | -6/+0 |
| | | | | | | | | | | | | | | stable 6. Update requirements to PHP7 for dev. Add php-mock-phpunit to mock and stub global functions in a better way. | ||||
* | | move oauth2 to vendor | zotlabs | 2017-03-14 | 6 | -705/+518 |
|/ | |||||
* | :arrow_up: :hammer: Upgrade Markdownify library. | Klaus Weidenbach | 2017-03-05 | 4 | -2/+92 |
| | | | | | | | | 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. | ||||
* | :arrow_up: :hammer: Upgrade PHP Markdown library. | Klaus Weidenbach | 2017-02-27 | 6 | -19/+126 |
| | | | | | | 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. | ||||
* | more background work for permcat support | zotlabs | 2017-02-07 | 1 | -2/+0 |
| | |||||
* | [FEATURE] Add config and use composer autoloader. | Klaus Weidenbach | 2016-10-18 | 8 | -140/+1382 |
| | | | | | | | | | | | | | We use composer already to install SabreDAV. Include config composer.(json|lock) to install and manage more dependencies in future. Also provide PSR-4 autoloading for our namespaced classes, e.g. "Zotlabs\". To regenerate autoloader maps use: $ composer install --optimize-autoloader --no-dev We could also remove the whole vendor/ folder from our repository, but that would need changes in deployment and how to install hubs and needs more discussion first. | ||||
* | update to sabre/dav to version 3.2.0 | Mario Vavti | 2016-06-28 | 4 | -177/+177 |
| | |||||
* | use composer to install sabre32 | Mario Vavti | 2016-05-29 | 2 | -17/+120 |
| | |||||
* | upgrade to sabre32 | Mario Vavti | 2016-05-28 | 4 | -124/+75 |
| | |||||
* | initial sabre upgrade (needs lots of work - to wit: authentication, redo the ↵ | redmatrix | 2016-05-10 | 8 | -64/+526 |
| | | | | browser interface, and rework event export/import) | ||||
* | Update SabreDAV from 1.8.9 to 1.8.10. | Klaus Weidenbach | 2014-06-29 | 4 | -65/+16 |
| | |||||
* | Update sabre | Thomas Willingham | 2014-04-12 | 5 | -57/+254 |
| | |||||
* | add sabre (1.8.x) via composer in the !@#$ place it wants to be | friendica | 2013-10-21 | 5 | -0/+443 |