f02314dfd8
fix some issues with friend suggestions on standalone sites with no '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.
zotlabsandMario Vavti2018-03-04 17:36:52 -08:00
af46c192bf
bugfix: unable to reset profile fields to defaults in admin/profs by emptying the textarea
zotlabsandMario Vavti2018-03-04 15:29:10 -08:00
59a2057fa0
fix some issues with friend suggestions on standalone sites with no '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.
zotlabs2018-03-04 17:36:52 -08:00
be6619d9c0
bugfix: unable to reset profile fields to defaults in admin/profs by emptying the textarea
zotlabs2018-03-04 15:29:10 -08:00
bb7457f43c
Update DE translation strings
phellmes2018-03-05 00:24:41 +01:00
14f701f7fc
restrict mail messages to max_import_size
zotlabs2018-03-04 14:30:09 -08:00
5d18996362
add dummy f= arg to suggestion urls, use directory version of suggest for newmember link instead of the suggest module as the UI is prettier.
zotlabsandMario Vavti2018-03-03 15:52:57 -08:00
1eab488754
There was no pdl for mod_thing; add one because it's only a link away from profile creation and remains on that page until you go elsewhere and new members may need help to find their way out
zotlabsandMario Vavti2018-03-03 15:19:39 -08:00
471c3c4d06
add dummy f= arg to suggestion urls, use directory version of suggest for newmember link instead of the suggest module as the UI is prettier.
zotlabs2018-03-03 15:52:57 -08:00
ca1022675c
There was no pdl for mod_thing; add one because it's only a link away from profile creation and remains on that page until you go elsewhere and new members may need help to find their way out
zotlabs2018-03-03 15:19:39 -08:00
c3920116f2
more work on federated polls
zotlabs2018-03-03 13:52:55 -08:00
6ee6285670
db update to drop index resource_type. we have uid_resource_type now.
Mario Vavti2018-03-02 10:10:29 +01:00
dcfe9bc64f
background work for caldav integration continued, modify mod_follow to allow it to be called from ajax without redirecting.
zotlabs2018-03-02 01:01:30 -08:00
8fd619da71
zot revision => 6.0a, not yet needed or referenced
zotlabs2018-03-01 16:42:32 -08:00
1620691cbe
add federation property to webfinger
zotlabs2018-03-01 16:38:14 -08:00
6210b7727f
profile edit: empty dob is set to the date of the first profile save unless you clear it first
zotlabs2018-02-28 21:39:52 -08:00
01015bc0d5
several email validation issues
zotlabs2018-02-28 21:15:26 -08:00
2b910eb5aa
Create one and only one 'registration successful, check your email' popup.
zotlabs2018-02-28 20:31:06 -08:00
9672d35d8c
hide newmember widget if a new account was used to create a clone of an old channel
zotlabs2018-02-28 20:02:08 -08:00
14e14c6c92
provide new member widget which sits beneath the notifications for the first 60 days after an account creation.
zotlabs2018-02-28 19:49:33 -08:00
1c07880c01
important bugfix: if logged in locally and mod_display returns nothing owned by your uid, retry with known public uids rather than issue 'permission denied'. Affects the ability to view search results for otherwise public posts 'in context'.
zotlabs2018-02-28 18:01:51 -08:00
be5187718c
provide usage hint on addon settings page to save each panel before opening another. [String change, not for 3.2]
zotlabs2018-02-27 19:34:51 -08:00
14183b8fb5
move privacy groups to the newly created Access Control and Permissions tab. Not for 3.2 as it requires string changes from the prior checkin.
zotlabs2018-02-27 19:18:53 -08:00
f34e6d8977
move oauth_client management and guest access tokens to features rather than auto-enabling at various feature levels. This involves string changes and should *not* go into 3.2RC.
zotlabs2018-02-27 19:15:12 -08:00
6c37a38980
fix public stream app permission check to match the recent fixes to the Module
zotlabs2018-02-26 21:50:17 -08:00
5277e79fa2
change undo_post_tagging() to emit quoted tags rather than using underscore replacement if they contain spaces.
zotlabs2018-02-26 20:30:36 -08:00
87079e8071
require directory servers to be using some modern form of encryption; which means we only currently have 2.
zotlabs2018-02-26 16:39:12 -08:00
f83b7c2d52
issues with delivery of edited posts to forums
zotlabs2018-02-26 15:46:29 -08:00
45e0fc6802
Successful OAuth2 sequence demonstrated with the test vehicle, including an authenticated API call using an access_token.
Andrew Manning2018-02-26 18:16:43 -05:00