Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix unable to mark all messages read | Mario Vavti | 2017-11-06 | 1 | -1/+1 |
| | |||||
* | attach.php minor cleanup and doc | zotlabs | 2017-11-06 | 1 | -61/+26 |
| | |||||
* | allow cloud filenames to include ampersands without messing up auth tokens ↵ | zotlabs | 2017-11-05 | 4 | -32/+15 |
| | | | | (zid, owt, and zat, and the constant placeholder 'f=') | ||||
* | common connections on suggestion page showing wildly different results than ↵ | zotlabs | 2017-11-05 | 1 | -2/+2 |
| | | | | remote profile, and is consistently off by one | ||||
* | fix can_comment_on_post() after recent code cleanup (a required array ↵ | zotlabs | 2017-11-04 | 1 | -0/+1 |
| | | | | parameter was missing) | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-11-04 | 2089 | -505286/+492846 |
|\ | |||||
| * | fix wrong variable in sprintf resulting in php warning | Mario Vavti | 2017-11-04 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #883 from dawnbreak/docu | git-marijus | 2017-11-04 | 26 | -1254/+2153 |
| |\ | | | | | | | :bulb: Improving Doxygen documentation. | ||||
| | * | Merge branch 'dev' into docu | git-marijus | 2017-11-04 | 0 | -0/+0 |
| | |\ | | |/ | |/| | |||||
| | * | Merge branch 'dev' into docu | git-marijus | 2017-11-04 | 2070 | -504039/+490740 |
| | |\ | | |/ | |/| | |||||
| * | | Merge pull request #891 from dawnbreak/langlibs | git-marijus | 2017-11-04 | 2063 | -504033/+490694 |
| |\ \ | | | | | | | | | Langlibs updates | ||||
| | * | | :white_check_mark: Some more work on unit tests. | Klaus Weidenbach | 2017-10-29 | 6 | -177/+261 |
| | | | | | | | | | | | | | | | | | | | | | | | | Some small improvements for coverage report. Add more functions from include/text.php Update composer dev libraries for phpunit. | ||||
| | * | | :arrow_up: Update intl library. | Klaus Weidenbach | 2017-10-29 | 2034 | -499059/+486344 |
| | | | | | | | | | | | | | | | | | | | | 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 | 24 | -2489/+1614 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | | :white_check_mark: Some unit test for include/language.php | Klaus Weidenbach | 2017-10-26 | 2 | -0/+167 |
| | | | | | | | | | | | | | | | | | | | | Unfortunately not so much unit testable, but added in preparation to update LanguageDetect and Intl library. | ||||
| * | | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-11-04 | 4 | -4/+18 |
| |\ \ \ | |||||
| | | | * | :bulb: Improving Doxygen documentation. | Klaus Weidenbach | 2017-11-03 | 26 | -1258/+2168 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix some Doxygen parsing errors. Improve hooks documentation. | ||||
* | | | | | Merge branch 'dev_merge' | zotlabs | 2017-11-04 | 1 | -0/+37 |
|\ \ \ \ \ | |||||
| * | | | | | developer certificate of origin | zotlabs | 2017-11-04 | 1 | -0/+37 |
| | | | | | | |||||
| * | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-11-03 | 13 | -26/+115 |
| |\| | | | | |||||
| * | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-11-02 | 7 | -15/+53 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-11-01 | 32 | -44/+257 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-10-29 | 2 | -9/+9 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-11-03 | 4 | -16/+11 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | / / / | |_|_|_|_|/ / / |/| | | | | | | | |||||
| * | | | | | | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-11-03 | 3 | -5/+42 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | update item_normal() to not include ACTIVITY_OBJ_FILE obj_type | Mario Vavti | 2017-11-03 | 3 | -16/+9 |
| | | | | | | | | |||||
| * | | | | | | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-11-03 | 6 | -5/+62 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | set $module_format to html to not break updates. it will be set to something ↵ | Mario Vavti | 2017-11-03 | 1 | -0/+2 |
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | else later if appropriate | ||||
* | | | | | | | | provide short localised summary for likes that will end up in displayed ↵ | zotlabs | 2017-11-03 | 2 | -1/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | notifications | ||||
* | | | | | | | | more search work | zotlabs | 2017-11-03 | 2 | -3/+1 |
| |_|/ / / / / |/| | | | | | | |||||
* | | | | | | | imagedata not set correctly if large photo AND imagick is not installed | zotlabs | 2017-11-03 | 1 | -0/+3 |
| | | | | | | | |||||
* | | | | | | | fix cloud redirects with owt tokens | zotlabs | 2017-11-03 | 2 | -5/+39 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | hubzilla issue #896 | zotlabs | 2017-11-02 | 3 | -0/+50 |
| | | | | | | |||||
* | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-11-02 | 3 | -6/+6 |
|\| | | | | | |||||
| * | | | | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-11-02 | 4 | -8/+36 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-11-02 | 1 | -1/+11 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | fix issues with diaspora xchans | Mario Vavti | 2017-11-02 | 3 | -6/+6 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | more queue work | zotlabs | 2017-11-02 | 3 | -5/+12 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | put deferred queue logic every place we create a delivery process (except ↵ | zotlabs | 2017-11-02 | 4 | -8/+36 |
| |/ / / / |/| | | | | | | | | | | | | | | for protocol 'friend requests' which aren't likely to swamp the delivery system). Remove it from the queue_delivery function which was too late to do anything. | ||||
* | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-11-01 | 1 | -0/+12 |
|\| | | | | |||||
| * | | | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-11-01 | 22 | -17/+173 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-10-30 | 9 | -27/+72 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge pull request #897 from HaakonME/dev | git-marijus | 2017-10-30 | 1 | -0/+12 |
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | Added mode to Portfolio widget | ||||
| | * | | | | | Added mode to Portfolio widget | Haakon Meland Eriksen | 2017-10-29 | 1 | -0/+12 |
| | | | | | | | |||||
| | * | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Haakon Meland Eriksen | 2017-10-29 | 2 | -9/+9 |
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| | * | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Haakon Meland Eriksen | 2017-10-27 | 1 | -0/+20 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Haakon Meland Eriksen | 2017-10-24 | 4 | -23/+55 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Haakon Meland Eriksen | 2017-10-24 | 3 | -3/+10 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Haakon Meland Eriksen | 2017-10-24 | 16 | -3058/+3859 |
| | |\ \ \ \ \ \ \ \ | |||||
* | | | | | | | | | | | don't perform zot_refresh on dead sites unless $force is set | zotlabs | 2017-11-01 | 1 | -0/+10 |
| | | | | | | | | | | |