aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* permissions cleanupzotlabs2019-04-261-4/+12
| | | (cherry picked from commit 2d886b65ce9c03a4330b4d9609d02a8d1fd47d9b)
* add attachments to zot6 event objects, add zot6 to federated transports ↵zotlabs2019-04-261-1/+6
| | | | | (webfinger) (cherry picked from commit 0615709a7ab7bba66b2a07d593e84a35ed083edb)
* import/export zot6 hublocs+xchansZot2019-04-261-0/+7
| | | (cherry picked from commit e2dfa1d72f36ecc85059a7f2a38084a4919eb704)
* hubloc confusion in magic authZot2019-04-263-21/+60
| | | (cherry picked from commit 3c8f8b76aa35eed1e612cb20537b8648bef3daca)
* Fix infinite loop using postgres as backendDaniel Lowe2019-04-261-12/+6
| | | | | | | | unescapebin is handed a string in some cases, and it causes an infinite loop when it does. This ensures that the argument is a resource before loading its contents. (cherry picked from commit 9a6531e2a278f7462241ddde7b3e5363d13b5e58)
* Merge branch 'dev' into 'dev'Mario2019-04-061-3/+3
|\ | | | | | | | | security: perms_pending not evaluated correctly See merge request hubzilla/core!1583
| * Merge branch 'dev' of ../hz into devzotlabs2019-04-051-3/+3
| |\
| | * security: perms_pending not evaluated correctlyzotlabs2019-04-051-3/+3
| | |
* | | Remove suggest channels from featuresMario2019-04-021-8/+0
|/ /
* | check service class limits when syncing fileszotlabs2019-03-301-0/+14
| |
* | Merge branch 'z6_discover_fixes' into 'dev'Max Kostikov2019-03-291-4/+6
|\ \ | | | | | | | | | | | | fix various issues in z6_discover() and add zot6 hubloc creation on channel import See merge request hubzilla/core!1575
| * | another fix for z6_discover() and create a zot6 hubloc if applicableMario Vavti2019-03-281-1/+1
| | |
| * | fix various issues in z6_discover()Mario Vavti2019-03-271-3/+5
| | |
* | | Fix wrong bracketMax Kostikov2019-03-271-2/+2
| | |
* | | Fix wrong permissions on attached images in personal messagesMax Kostikov2019-03-271-2/+2
|/ /
* | if we have an uuid deduplicate by uuid otherwise by midMario Vavti2019-03-251-5/+15
| |
* | fix wrong field nameMario Vavti2019-03-241-2/+2
| |
* | Revert "item_store(): deduplicate by mid OR uuid"Mario Vavti2019-03-241-2/+1
| | | | | | | | This reverts commit d8ce0d0df0b7b58b3f2a1abfc26f455fb943f8ea.
* | item_store(): deduplicate by mid OR uuidMario Vavti2019-03-241-1/+2
| |
* | Merge branch 'dev' into 'dev'Mario2019-03-211-0/+1
|\ \ | | | | | | | | | | | | hubzilla core issue #1356 , permissions not getting decrypted on follow See merge request hubzilla/core!1563
| * | hubzilla core issue #1356 , permissions not getting decrypted on followzotlabs2019-03-201-0/+1
| |/
* | another whitespace to trigger testsMario Vavti2019-03-211-1/+0
| |
* | just whitespace to trigger a new build testMario Vavti2019-03-201-1/+0
| |
* | VideoMario2019-03-201-0/+22
|/
* Merge branch 'dev' of ../hz into devzotlabs2019-03-181-2/+6
|\
| * messagefilter enhancements, fix edge case in unsupported advisory privacyzotlabs2019-03-181-2/+6
| |
* | clone systems apps to the extent possible, auto-configure imagick thumbnail ↵zotlabs2019-03-172-1/+99
|/ | | | binary during setup if possible
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMike Macgirvin2019-03-188-63/+42
|\
| * Merge branch 'dev' into 'dev'Mario2019-03-151-2/+5
| |\ | | | | | | | | | | | | email_header_encode() producing output that is not spec compliant See merge request hubzilla/core!1555
| * | Cleanup and fixesMario2019-03-158-63/+42
| | |
* | | use php_eol for all mail header generationzotlabs2019-03-161-2/+2
| | |
* | | use the php_eol constant for encoded subjectszotlabs2019-03-161-1/+1
| |/ |/|
* | Merge branch 'dev' of ../hz into devzotlabs2019-03-141-2/+5
|\ \ | |/ |/|
| * email_header_encode() producing lines of illegal length because header field ↵zotlabs2019-03-141-2/+5
| | | | | | | | length was not considered in length calculation.
* | Merge branch 'dev' of ../hz into devzotlabs2019-03-131-2/+2
|\|
| * signature issue for zot6 content imported from zotfeeds to hubzillazotlabs2019-03-131-2/+2
| |
* | find unregistered z6 clones on hubzilla sites (does not happen automatically ↵zotlabs2019-03-131-0/+36
|/ | | | since z6 is not the default protocol on hubzilla). This will need to be pushed to master for the next point release.
* Merge branch 'dev' of https://gitlab.com/macgirvin/hubzilla into devMike Macgirvin2019-03-132-59/+190
|\
| * typoszotlabs2019-03-121-8/+8
| |
| * Merge branch 'dev' of ../hz into devzotlabs2019-03-111-0/+9
| |\
| | * check zot6 in import_author_xchanzotlabs2019-03-111-0/+9
| | |
| * | security updates for multiple xchanszotlabs2019-03-111-59/+189
| |/
* / perform zot6 discovery in import_author_xchanMike Macgirvin2019-03-121-0/+9
|/
* testing init_groups_visitor changes - also add virtual groups for both zot ↵zotlabs2019-03-101-13/+11
| | | | identities
* init_groups_visitor: include xchans from all zot-like networkszotlabs2019-03-101-3/+21
|
* authenticated fetch fixeszotlabs2019-03-091-0/+48
|
* Merge branch 'dev' into 'dev'Mario2019-03-071-0/+1
|\ | | | | | | | | guest access tokens: xchan record not created on URL login See merge request hubzilla/core!1543
| * guest access tokens: xchan record not created on URL loginzotlabs2019-03-061-0/+1
| |
* | Add CURLOPT_CONNECTTIMEOUTM. Dent2019-03-061-0/+7
|/
* Use sender hashDM42.Net (Matt Dent)2019-03-011-1/+1
|