aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* ensure guests hve a unique (non-existent) url so that network discovery on ↵zotlabs2017-10-161-1/+1
| | | | remote servers doesn't come up mis-attributing the token. Future work should probably provide an actual page at this location describing it as a guest account of 'xyz'.
* regression in zot site info after zot6 workzotlabs2017-10-161-4/+6
|
* was unable to make the modal login dialog work on the channel page with a ↵zotlabs2017-10-141-9/+14
| | | | cover photo. So for mod_channel, send login to the login page instead of the modal popup.
* create an actual logout module instead of relying on internal variableszotlabs2017-10-121-5/+4
|
* typozotlabs2017-10-111-1/+2
|
* bring back some nav stuff (notifications) for alternate navbars; still some ↵zotlabs2017-10-111-0/+40
| | | | things missing as the notification dropdowns aren't fully functional.
* for federated forums we need to keep track of what protocols are available ↵zotlabs2017-10-101-0/+16
| | | | to red/hubzilla channels to determine which posts need to be mangled for transport to individual networks - based on what networks the author can communicate with. We probably need this for all xchans and hublocs but at some point it becomes increasingly difficult to scrape this information and map out a compatibility matrix. It's also doubtful anybody will use this system because we basically have to forge comments between network sites involving different protocols and this is going to look like crap to anybody that isn't on red/Hubzilla. Eventually they have to fix their protocols for this to work correctly, but nobody seems to believe me that their networks are basically anti-federation, so we need something like this to highlight their walled garden specifications and the resulting federation problems in a form they can't really argue with.
* on failed auth due to unverified email, tell the person why and remind them ↵zotlabs2017-10-101-2/+5
| | | | to check their email.
* rename view/tpl/nav.tpl to navbar_default.tpl so that all navbar selection ↵zotlabs2017-10-101-2/+2
| | | | code is consistent
* re-implement single deliveryzotlabs2017-10-101-0/+9
|
* remove notifications code from nav and go live with new notificationsMario Vavti2017-10-101-58/+13
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-10-091-7/+19
|\
| * feed untranslated appnames to nav_set_selected() and query for the active ↵Mario Vavti2017-10-091-10/+15
| | | | | | | | app directly to get app details
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2017-10-091-5/+22
| |\