Diogo Cordeiro
|
46f98b3142
[VersionBump] 1.19.0, fairly late
|
5 years ago |
Chimo
|
2c5cba28b6
Change status.net/wiki URLs to git.gnu.io
|
8 years ago |
Mikael Nordfeldth
|
871912a00a
Plugins didn't match lib/plugin.php onPluginVersion function definition
|
9 years ago |
Mikael Nordfeldth
|
f110fc5c9a
Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION
|
11 years ago |
Mikael Nordfeldth
|
3cab5b36c1
Replace common_good_random with common_random_hexstr
|
11 years ago |
Mikael Nordfeldth
|
de55d8f83b
plugins onAutoload now only overloads if necessary (extlibs etc.)
|
11 years ago |
Siebrand Mazeland
|
e6d053ac41
Update translator documentation.
|
13 years ago |
Craig Andrews
|
6317f7d92b
Assigning my copyrights to the Free Software Foundation
|
14 years ago |
Craig Andrews
|
23bad16bba
don't attempt to read a user's ldap password
|
14 years ago |
Craig Andrews
|
6b538cd9b3
Fix some regressions caused by refactor of LDAP plugin
|
14 years ago |
Craig Andrews
|
eb563937df
Need to pass the password parameter to checkPassword
|
14 years ago |
Craig Andrews
|
295e05ea39
Refactor common parts of LdapAuthorization and LdapAuthentication plugins into a separate class
|
14 years ago |
Jeffery To
|
3f696ff0ed
ldap_get_connection() to return null when passed a config with bad user/pw.
|
14 years ago |
Craig Andrews
|
3bfe3345df
Use common_nicknamize() in better places.
|
14 years ago |
Craig Andrews
|
74bcc6929d
Show messaging on the login and registration forms informing users that they may use their LDAP credentials
|
14 years ago |
Craig Andrews
|
489bd935eb
Make LDAP connection error fatal - there really is no way to recover from that.
|
14 years ago |
Craig Andrews
|
61d4709eb8
Pass username and nickname to autoregister so auth plugins can set the nickname correct when creating a new user.
|
15 years ago |
Craig Andrews
|
a27aef9206
Add nickname suggestion capability for use during autoregistration.
|
15 years ago |
Craig Andrews
|
c758b1b1d4
Add version information to a bunch of plugins
|
15 years ago |
Craig Andrews
|
0f6ccee6d3
remove invalid calls to AuthenticationPlugin::onAutoload
|
15 years ago |
Craig Andrews
|
9e2e0605ed
Move Authorization and Authentication plugin structures into core, instead of as plugins.
|
15 years ago |
Craig Andrews
|
a43c310fbc
Cache the LDAP schema in memcache (if memcache is available)
|
15 years ago |
Eric Helgeson
|
4002c18065
Allow caching of ldap schema, greatly improves performance.
|
15 years ago |
Eric Helgeson
|
490238faf6
search->count() doesnt seem to be cached, so we will
|
15 years ago |
Eric Helgeson
|
f70c3b6ae9
Limit search to only the basedn we're looking in
|
15 years ago |
Craig Andrews
|
a00141a180
You cannot use static that way - using another approach to save reuse the default ldap connection
|
15 years ago |
Craig Andrews
|
6d69d89cfe
Reuse ldap connections for the default config
|
15 years ago |
Craig Andrews
|
297f320e6f
attributes['username'] is required
|
15 years ago |
Craig Andrews
|
d07df8a796
Added Authorization plugin
|
15 years ago |
Craig Andrews
|
1d6bacc681
Improved parameter checking
|
15 years ago |