aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | match hosts instead of urls to decide if to zid or not to zidMario Vavti2018-03-151-7/+7
| * | | | | | do not always zid share links. add missing <Mario Vavti2018-03-151-4/+4
| * | | | | | add xchan_network = zot and xchan_deleted = 0 to the random_profile() queryMario Vavti2018-03-151-1/+4
| * | | | | | mastodon content-warning cont: only strip nsfw tag if a content warning spoil...zotlabs2018-03-141-1/+1
| * | | | | | use original exif_read_data() parameters which were lost in a regression; uns...zotlabs2018-03-142-1/+9
| * | | | | | somewhere along the line the output of exif_read_data() changed and it no lon...zotlabs2018-03-132-6/+13
| * | | | | | unicode/emoji usernames. Warning: experimental feature, unstable, untested, d...zotlabs2018-03-122-2/+18
| * | | | | | obscure permission issue with custom permissions when using the highly discou...zotlabs2018-03-121-0/+4
| | |_|_|_|/ | |/| | | |
| * | | | | don't add pending connections to the default privacy group until acceptedzotlabs2018-03-061-7/+10
| | |_|_|/ | |/| | |
| * | | | fix some issues with friend suggestions on standalone sites with no 'suggestm...zotlabs2018-03-042-7/+9
| * | | | bugfix: unable to reset profile fields to defaults in admin/profs by emptying...zotlabs2018-03-041-0/+1
| * | | | restrict mail messages to max_import_sizezotlabs2018-03-041-0/+7
| | |_|/ | |/| |
| * | | more work on federated pollszotlabs2018-03-031-0/+30
| * | | process follow from article menu in the background, do not reload page - hubz...zotlabs2018-03-021-3/+3
| * | | sort settings/featuredzotlabs2018-03-021-0/+6
| * | | background work for caldav integration continued, modify mod_follow to allow ...zotlabs2018-03-022-3/+34
| * | | Update composer autoload cache.Klaus Weidenbach2018-03-011-4/+6
* | | | wrong functionzotlabs2018-04-051-1/+1
* | | | php strpos() empty needle warning when a term entry has no urlzotlabs2018-04-051-1/+1
* | | | new markdown lib seems to handle < and > correct. remove the workaraound.Mario Vavti2018-04-051-2/+2
* | | | tagadelic was being overly protective of permissions.zotlabs2018-04-051-2/+2
* | | | make list mode work in cards and articleszotlabs2018-04-051-3/+3
* | | | obscure permission issue with custom permissions when using the highly discou...zotlabs2018-03-131-0/+4
* | | | Merge branch '3.2RC'3.2Mario2018-03-0934-1315/+1208
|\ \ \ \
| * | | | process follow from article menu in the background, do not reload page - hubz...zotlabs2018-03-071-3/+3
| * | | | don't add pending connections to the default privacy group until acceptedzotlabs2018-03-071-7/+10
| * | | | fix some issues with friend suggestions on standalone sites with no 'suggestm...zotlabs2018-03-052-7/+9
| * | | | bugfix: unable to reset profile fields to defaults in admin/profs by emptying...zotlabs2018-03-051-0/+1
| * | | | restrict mail messages to max_import_sizezotlabs2018-03-051-0/+7
| |/ / /
| * | | profile edit: empty dob is set to the date of the first profile save unless y...zotlabs2018-02-281-1/+1
| * | | several email validation issueszotlabs2018-02-281-1/+1
| | |/ | |/|
| * | move privacy groups to the newly created Access Control and Permissions tab. ...zotlabs2018-02-271-8/+9
| * | move oauth_client management and guest access tokens to features rather than ...zotlabs2018-02-271-16/+43
| * | change undo_post_tagging() to emit quoted tags rather than using underscore r...zotlabs2018-02-261-2/+9
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-02-261-1/+2
| |\|
| | * Merge remote-tracking branch 'mike/master' into devMario Vavti2018-02-251-4/+7
| | |\
| | * | mark connections where we do not have post_comments permissions with an no en...Mario Vavti2018-02-241-1/+2
| * | | issues with delivery of edited posts to forumszotlabs2018-02-262-1/+23
| | |/ | |/|
| * | siteinfo.json - if hide_in_statistics is set only include the total channels ...zotlabs2018-02-241-4/+7
| |/
| * usability: click your own profile photo to change it instead of hunting it do...zotlabs2018-02-231-0/+1
| * Usability and member experience: remove street address info from the default ...zotlabs2018-02-231-2/+2
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2018-02-224-28/+46
| |\
| | * move dreport from zot to libzotlabs2018-02-211-4/+4
| | * move Zotlabs\Zot\Verify to Zotlabs\Lib\Verify as part of the z6 re-orgzotlabs2018-02-212-4/+4
| | * cleanup the recent crypto code modifications. We need this stuff to be readable.zotlabs2018-02-211-20/+31
| | * add event resource_id to iconfig so Diaspora can search on it without looking...zotlabs2018-02-211-0/+7
| * | query for what we need instead of what we do not needMario Vavti2018-02-221-7/+13
| |/
| * trim non-existent/deprecated plugins from siteinfo plugin listzotlabs2018-02-202-3/+13
| * move the zot6 delivery to zot_fetch where it makes more sense. Exhaustively h...zotlabs2018-02-202-3/+8
| * zot6 delivery cleanupzotlabs2018-02-201-50/+49