aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | Successful OAuth2 sequence demonstrated with the test vehicle, including an ↵Andrew Manning2018-02-262-13/+48
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | authenticated API call using an access_token.
* | | | | | | / wrong functionzotlabs2018-03-311-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | add directory keyword links to profilezotlabs2018-03-291-2/+13
| | | | | | |
* | | | | | | hubzilla issue #1019 - punycode urls on connedit page when displaying locationszotlabs2018-03-292-4/+7
| | | | | | |
* | | | | | | hubzilla issue #1015 - login with unicode domain namezotlabs2018-03-282-3/+5
| | | | | | |
* | | | | | | update folder timestamp on uploaded files (fixme - we need to recurse back ↵zotlabs2018-03-271-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to the storage root but that is for another day)
* | | | | | | put vcard widget with author of top-level post on display pagezotlabs2018-03-271-1/+0
| | | | | | |
* | | | | | | Hard fail imports of removed channels. This is silly.zotlabs2018-03-271-0/+5
| | | | | | |
* | | | | | | php strpos() empty needle warning when a term entry has no urlzotlabs2018-03-251-1/+1
| | | | | | |
* | | | | | | Merge branch 'newmemberwidget'zotlabs2018-03-251-2/+11
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | testing start_menu featurezotlabs2018-03-251-2/+3
| | | | | | |
| * | | | | | turn newmember widget into a featurezotlabs2018-03-231-1/+9
| | | | | | |
* | | | | | | code optimisations and de-duplication on updating parent commented timestampzotlabs2018-03-241-25/+31
| | | | | | |
* | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-03-231-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-03-233-9/+27
| |\| | | | | |
| * | | | | | | new markdown lib seems to handle < and > correct. remove the workaraound.Mario Vavti2018-03-231-2/+2
| | | | | | | |
* | | | | | | | logic fallacy when updating parent timestamp of moderated commentzotlabs2018-03-231-1/+9
| |/ / / / / / |/| | | | | |
* | | | | | | tagadelic was being overly protective of permissions.zotlabs2018-03-221-2/+2
| | | | | | |
* | | | | | | slight change in mail privacy implementation. If you initiate a private mail ↵zotlabs2018-03-221-4/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | conversation and they respond, accept the reply. You can't hide behind your permissions or lack thereof. Often this will be accidental. If you truly want to block them from replying and your permissions otherwise would not allow them to reply, delete the conversation.
* | | | | | | make list mode work in cards and articleszotlabs2018-03-221-3/+3
|/ / / / / /
* | | | | | Hubzilla issue #1006, fix anonymous comments bump thread before being approved.zotlabs2018-03-211-2/+2
| | | | | |
* | | | | | initial support for alternative sort orders on the cloud pages. Can be ↵zotlabs2018-03-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | triggered manually but further development is required.
* | | | | | add the social "party" permission rolezotlabs2018-03-201-0/+1
| | | | | |
* | | | | | add auth flag to share attributes so we can make a costly determination to ↵zotlabs2018-03-152-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | use zid at post submission time instead of making multiple calls to is_matrix_url() at render time
* | | | | | 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 ↵zotlabs2018-03-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | spoiler is used. Else it's legitimately nsfw.
* | | | | | use original exif_read_data() parameters which were lost in a regression; ↵zotlabs2018-03-142-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | unset automatic nsfw category generated for Mastodon content warning posts, as people use CW as a spoiler mechanism 99% of the time and flagging inappropriate content 1% of the time.
* | | | | | somewhere along the line the output of exif_read_data() changed and it no ↵zotlabs2018-03-132-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | longer provides populated sections. Adjust for the new format and allow for the old because I cannot find documentation of this change anywhere. This affects photo rotation and the photo map feature.
* | | | | | unicode/emoji usernames. Warning: experimental feature, unstable, untested, ↵zotlabs2018-03-122-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | disabled by default, use at your own risk, may not federate to other platforms and protocols. May not clone correctly. Bug reports which neglect to include detailed roubleshooting information and patches/pull requests will be ignored.
* | | | | | obscure permission issue with custom permissions when using the highly ↵zotlabs2018-03-121-0/+4
| |_|_|_|/ |/| | | | | | | | | | | | | | discouraged advisory privacy modes
* | | | | 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 ↵zotlabs2018-03-042-7/+9
| | | | | | | | | | | | | | | | 'suggestme' volunteers. This wrongly pulled up a site directory suggesting everybody on the site. While a better outcome than finding nobody, this does not fit with our ethical design goals. If there are no friends of friends, we will only suggest those who volunteer to be on the default suggestion list. Also do not attempt to load poco data from dead sites.
* | | | bugfix: unable to reset profile fields to defaults in admin/profs by ↵zotlabs2018-03-041-0/+1
| | | | | | | | | | | | | | | | emptying the textarea
* | | | 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 - ↵zotlabs2018-03-021-3/+3
| | | | | | | | | | | | hubzilla issue #987
* | | sort settings/featuredzotlabs2018-03-021-0/+6
| | |
* | | background work for caldav integration continued, modify mod_follow to allow ↵zotlabs2018-03-022-3/+34
| | | | | | | | | | | | it to be called from ajax without redirecting.
* | | Update composer autoload cache.Klaus Weidenbach2018-03-011-4/+6
| | |
* | | profile edit: empty dob is set to the date of the first profile save unless ↵zotlabs2018-02-281-1/+1
| | | | | | | | | | | | you clear it first
* | | 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
| | | | | | | | Not for 3.2 as it requires string changes from the prior checkin.
* | move oauth_client management and guest access tokens to features rather than ↵zotlabs2018-02-271-16/+43
| | | | | | | | auto-enabling at various feature levels. This involves string changes and should *not* go into 3.2RC.
* | change undo_post_tagging() to emit quoted tags rather than using underscore ↵zotlabs2018-02-261-2/+9
| | | | | | | | replacement if they contain spaces.
* | 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 ↵Mario Vavti2018-02-241-1/+2
| | | | | | | | | | | | entry sign.
* | | issues with delivery of edited posts to forumszotlabs2018-02-262-1/+23
| |/ |/|