aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* text thumbnails in cloud tile modezotlabs2017-11-193-48/+72
|
* don't include pending connections in pocozotlabs2017-11-181-1/+1
|
* improve the icon mappings for cloud tile viewzotlabs2017-11-162-4/+35
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-11-151-1/+1
|\
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2017-11-153-14/+58
| |\
| * | typo - fixes issue #910Mario Vavti2017-11-151-1/+1
| | |
* | | This should sort out hubzilla issue #826 but requires a bit more testing. It ↵zotlabs2017-11-151-8/+8
| |/ |/| | | | | may also sort out some reported issues with commenting and liking items in the public stream.
* | sort out a few more large image upload issueszotlabs2017-11-143-14/+58
|/
* Merge remote-tracking branch 'mike/master' into devMario Vavti2017-11-141-6/+2
|\
| * issue with group_rmvzotlabs2017-11-131-6/+2
| |
* | sort combined private mail conversations by latest updated conversation ↵Mario Vavti2017-11-131-4/+1
| | | | | | | | instead of created parent
* | fix php warnings on photo deleteMario Vavti2017-11-131-1/+1
|/
* improve removed_channel final cleanup. Hubzilla issue #386zotlabs2017-11-121-15/+45
|
* fix some conflicts between private tags and forum tagszotlabs2017-11-121-154/+150
|
* cleanup of upload_to_comments test; we actually don't care about the profile ↵zotlabs2017-11-121-14/+8
| | | | owner. We only care that we're logged in locally and our storage is public by default.
* also disable uploading in comments if the channel permissionlimits for ↵zotlabs2017-11-111-0/+3
| | | | view_storage aren't PERMS_PUBLIC.
* hubzilla issue #901 - unicode characters in urls tripping up url regexes - ↵zotlabs2017-11-094-13/+13
| | | | 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.
* use loggerzotlabs2017-11-081-2/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-11-081-8/+10
|\
| * rename channel app events to calendar and add nav_set_selected() to /calMario Vavti2017-11-071-3/+3
| |
| * add location info to the navbarMario Vavti2017-11-071-5/+7
| |
* | 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
| |