aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
| * | make most recent cloud_tiles setting for local channels persistent across loginszotlabs2017-11-071-0/+1
| |/
| * lets try this in the wild for a whileMario Vavti2017-11-061-4/+4
| |
| * attach.php minor cleanup and doczotlabs2017-11-061-61/+26
| |
| * allow cloud filenames to include ampersands without messing up auth tokens ↵zotlabs2017-11-051-16/+5
| | | | | | | | (zid, owt, and zat, and the constant placeholder 'f=')
| * fix can_comment_on_post() after recent code cleanup (a required array ↵zotlabs2017-11-041-0/+1
| | | | | | | | parameter was missing)
| * fix wrong variable in sprintf resulting in php warningMario Vavti2017-11-041-1/+1
| |
| * Merge branch 'dev' into docugit-marijus2017-11-046-30/+74
| |\
| | * Merge pull request #891 from dawnbreak/langlibsgit-marijus2017-11-043-33/+48
| | |\ | | | | | | | | Langlibs updates
| | | * :white_check_mark: Some more work on unit tests.Klaus Weidenbach2017-10-291-9/+21
| | | | | | | | | | | | | | | | | | | | | | | | 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 Weidenbach2017-10-291-4/+1
| | | | | | | | | | | | | | | | | | | | Update intl library from v0.4? (2014) to v0.7.4 (2016). Use global composer autoloader now.
| | | * :arrow_up: Update Text_LanguageDetect.Klaus Weidenbach2017-10-292-20/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.phpKlaus Weidenbach2017-10-261-0/+2
| | | | | | | | | | | | | | | | | | | | Unfortunately not so much unit testable, but added in preparation to update LanguageDetect and Intl library.
| | * | Merge remote-tracking branch 'mike/master' into devMario Vavti2017-11-041-0/+12
| | |\ \
| | | * | provide short localised summary for likes that will end up in displayed ↵zotlabs2017-11-031-0/+12
| | | | | | | | | | | | | | | | | | | | notifications
| | * | | Merge remote-tracking branch 'mike/master' into devMario Vavti2017-11-032-0/+28
| | |\| |
| | | * | imagedata not set correctly if large photo AND imagick is not installedzotlabs2017-11-031-0/+3
| | | | |
| | | * | fix cloud redirects with owt tokenszotlabs2017-11-031-0/+25
| | | | |
| * | | | :bulb: Improving Doxygen documentation.Klaus Weidenbach2017-11-0313-948/+1573
| |/ / / | | | | | | | | | | | | | | | | Fix some Doxygen parsing errors. Improve hooks documentation.
| * / / update item_normal() to not include ACTIVITY_OBJ_FILE obj_typeMario Vavti2017-11-031-4/+4
| |/ /
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-11-022-4/+4
| |\ \
| | * \ Merge remote-tracking branch 'mike/master' into devMario Vavti2017-11-023-8/+28
| | |\ \
| | * \ \ Merge remote-tracking branch 'mike/master' into devMario Vavti2017-11-021-1/+11
| | |\ \ \
| | * | | | fix issues with diaspora xchansMario Vavti2017-11-022-4/+4
| | | | | |
| * | | | | more queue workzotlabs2017-11-022-5/+11
| | |_|/ / | |/| | |
| * | | | put deferred queue logic every place we create a delivery process (except ↵zotlabs2017-11-023-8/+28
| | |/ / | |/| | | | | | | | | | 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.
| * | | don't perform zot_refresh on dead sites unless $force is setzotlabs2017-11-011-0/+10
| | | |
| * | | do not send message_list responses to dead sites (this delivery method ↵zotlabs2017-11-011-1/+1
| |/ / | | | | | | | | | bypassed the notifier)
| * | Maria's profile photo issue, please push to master.zotlabs2017-11-011-0/+4
| | |
| * | add another delivery control parameter (force queue threshold)zotlabs2017-10-311-1/+11
| | |
| * | use 1) personal setting, 2) site setting, 3) default false - for ↵zotlabs2017-10-301-1/+1
| | | | | | | | | | | | system.channel_menu
| * | memory overflow trying to delete a connection with a very high noise to ↵zotlabs2017-10-291-1/+1
| |/ | | | | | | signal ratio
| * acl encoding issueszotlabs2017-10-231-1/+1
| |
| * hubzilla issue #885zotlabs2017-10-231-0/+8
| |
| * bring back the markdown post feature (after investing some effort to make it ↵zotlabs2017-10-223-4/+20
| | | | | | | | work)
| * wrong keyzotlabs2017-10-221-4/+2
| |
| * table structure for pseudo or proxy channels (pchan)zotlabs2017-10-191-0/+9
| |
* | fix php warnings on photo deleteMario Vavti2017-11-131-1/+1
| |
* | hubzilla issue #901 - unicode characters in urls tripping up url regexes - ↵zotlabs2017-11-114-14/+14
| | | | | | | | these regexes have been modified to accept unicode "letters" which may preclude emojis and control sequences and symbols in url links; but should suffice for most legal URLs containing language context "text" glyphs.
* | rename channel app events to calendar and add nav_set_selected() to /calMario Vavti2017-11-111-3/+3
| |
* | add location info to the navbarMario Vavti2017-11-111-5/+7
| |
* | imagedata not set correctly if large photo AND imagick is not installedzotlabs2017-11-031-0/+3
| |
* | fix issues with diaspora xchansMario Vavti2017-11-022-4/+4
| |
* | Maria's profile photo issue, please push to master.zotlabs2017-11-011-0/+4
| |
* | Merge branch '2.8RC'Mario2017-10-2529-353/+1658
|\ \
| * | acl encoding issueszotlabs2017-10-241-1/+1
| | |
| * | hubzilla issue #885zotlabs2017-10-231-0/+8
| | |
| * | wrong keyzotlabs2017-10-221-4/+2
| |/
| * redirect to be moderated items to /moderate and change the conv link to ↵Mario Vavti2017-10-191-1/+3
| | | | | | | | partent mid in /modrate
| * fix issue #837 - w2w posts not removed in contact_remove()Mario Vavti2017-10-191-1/+2
| |
| * don't translate 'guest:' since it is part of a urlzotlabs2017-10-161-1/+1
| |