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.
zotlabs
2018-03-04 17:36:52 -08:00
af46c192bf
bugfix: unable to reset profile fields to defaults in admin/profs by emptying the textarea
zotlabs
2018-03-04 15:29:10 -08:00
77a8a2b9ac
restrict mail messages to max_import_size
zotlabs
2018-03-04 14:30:09 -08:00
a0e390c6c8
Merge remote-tracking branch 'mike/master' into dev
Mario Vavti
2018-03-05 08:54:46 +01:00
09b6888526
Update DE translation strings
phellmes
2018-03-05 00:24:41 +01: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.
zotlabs
2018-03-04 17:36:52 -08:00
be6619d9c0
bugfix: unable to reset profile fields to defaults in admin/profs by emptying the textarea
zotlabs
2018-03-04 15:29:10 -08:00
bb7457f43c
Update DE translation strings
phellmes
2018-03-05 00:24:41 +01:00
14f701f7fc
restrict mail messages to max_import_size
zotlabs
2018-03-04 14:30:09 -08:00
058f7277b5
Merge branch 'dev' into oauth2
Andrew Manning
2018-03-04 06:45:07 -05: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.
zotlabs
2018-03-03 15:52:57 -08:00
ad3f61a215
sigh - missed two strings
zotlabs
2018-03-01 16:11:30 -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
zotlabs
2018-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.
zotlabs
2018-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
zotlabs
2018-03-03 15:19:39 -08:00
c3920116f2
more work on federated polls
zotlabs
2018-03-03 13:52:55 -08:00
226aad357d
add federation property to webfinger
zotlabs
2018-03-01 16:38:14 -08:00
7c5f1e814b
Merge remote-tracking branch 'mike/master' into dev
Mario Vavti
2018-03-02 20:25:17 +01:00
49a236345f
New strings for Spanish translation.
Manuel Jiménez Friaza
2018-03-02 18:32:01 +01:00
840cea680c
New strings for Spanish translation.
Manuel Jiménez Friaza
2018-03-02 18:28:42 +01:00
83365840af
update DB update 1205 to mitigate ERROR 1069 (42000): Too many keys specified; max 64 keys allowed
Mario Vavti
2018-03-02 11:38:21 +01:00
5c46e66694
update DB update 1205 to mitigate ERROR 1069 (42000): Too many keys specified; max 64 keys allowed
Mario Vavti
2018-03-02 11:38:21 +01:00
b44e46f8be
db update to drop index resource_type. we have uid_resource_type now.
Mario Vavti
2018-03-02 10:10:29 +01:00
bca05dc89f
bump version
Mario Vavti
2018-03-02 10:23:53 +01:00
6ee6285670
db update to drop index resource_type. we have uid_resource_type now.
Mario Vavti
2018-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.
zotlabs
2018-03-02 01:01:30 -08:00
8fd619da71
zot revision => 6.0a, not yet needed or referenced
zotlabs
2018-03-01 16:42:32 -08:00
1620691cbe
add federation property to webfinger
zotlabs
2018-03-01 16:38:14 -08:00
b60098ec68
Update composer autoload cache.
Klaus Weidenbach
2018-03-01 11:29:15 +01:00
321611f865
update strings
Mario Vavti
2018-03-01 08:54:09 +01:00
de02fddf89
update strings
Mario Vavti
2018-03-01 08:54:09 +01:00
2e058c9abc
version
Mario Vavti
2018-03-01 08:42:02 +01:00
a7b48b9650
bump version 3.2RC1
Mario Vavti
2018-03-01 08:40:10 +01:00
844bef5070
Merge branch 'dev' into 3.2RC
Mario Vavti
2018-03-01 08:38:17 +01:00
6210b7727f
profile edit: empty dob is set to the date of the first profile save unless you clear it first
zotlabs
2018-02-28 21:39:52 -08:00
01015bc0d5
several email validation issues
zotlabs
2018-02-28 21:15:26 -08:00
2b910eb5aa
Create one and only one 'registration successful, check your email' popup.
zotlabs
2018-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
zotlabs
2018-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.
zotlabs
2018-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'.
zotlabs
2018-02-28 18:01:51 -08:00
39fe80a196
Merge branch 'dev' into oauth2
Andrew Manning
2018-02-28 20:47:14 -05:00
7c28a40c3e✅ Unit Test for HTTPSig.
Klaus Weidenbach
2018-02-15 00:01:11 +01:00
029d155a07
erge remote-tracking branch 'mike/master' into dev
Mario Vavti
2018-02-28 13:02:22 +01:00
97e329906e
typo
Mario Vavti
2018-02-28 10:28:06 +01:00
c92bc60cec
typo
Mario Vavti
2018-02-28 10:28:06 +01:00
551eea05ed
missed one index in the last update
Mario Vavti
2018-02-28 10:21:22 +01:00
6593dff9f5
missed one index in the last update
Mario Vavti
2018-02-28 10:21:22 +01:00
90c82e4394
missed some string for translation - update strings
Mario Vavti
2018-02-28 08:38:56 +01:00
924c8db712
missed some string for translation - update strings
Mario Vavti
2018-02-28 08:38:56 +01:00
be5187718c
provide usage hint on addon settings page to save each panel before opening another. [String change, not for 3.2]
zotlabs
2018-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.
zotlabs
2018-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.
zotlabs
2018-02-27 19:15:12 -08:00
58ee2a49fa
bump version
Mario Vavti
2018-02-27 10:43:19 +01:00
68c6d7a099
fix syntax error
Mario Vavti
2018-02-27 09:55:10 +01:00
6c37a38980
fix public stream app permission check to match the recent fixes to the Module
zotlabs
2018-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.
zotlabs
2018-02-26 20:30:36 -08:00
1035c453ea
Merge branch 'dev' into oauth2
Andrew Manning
2018-02-26 18:19:08 -05:00
87079e8071
require directory servers to be using some modern form of encryption; which means we only currently have 2.
zotlabs
2018-02-26 16:39:12 -08:00
f83b7c2d52
issues with delivery of edited posts to forums
zotlabs
2018-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 Manning
2018-02-26 18:16:43 -05:00
cbcf389f50
fix autoname test
zotlabs
2018-02-26 14:30:04 -08:00
fe7fba4789
update strings
Mario Vavti
2018-02-26 20:40:55 +01:00
3bd2288ea9
fix icon position and make string translatable
Mario Vavti
2018-02-26 20:17:53 +01:00