646f653368
Update library.js
2022-09-17 08:15:08 +00:00
20c1362858
Merge branch 'evert-master-patch-82943' into 'master'
...
new oauth2 server
See merge request IcyNetwork/nodebb-plugin-sso-oauth!1
2022-09-17 08:10:19 +00:00
23aaf61b70
new oauth2 server
2022-09-17 08:10:03 +00:00
1b15b4f3b7
new version
2019-09-06 19:03:42 +03:00
dependabot[bot]
37c3c04e86
Bump eslint-utils from 1.4.0 to 1.4.2
...
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils ) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases )
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.4.0...v1.4.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-08-27 10:14:21 -04:00
Julian Lam
32e061cfe4
0.3.4
2019-07-15 11:21:07 -04:00
Julian Lam
68f3c84585
fix: bump dependencies
2019-07-15 11:21:06 -04:00
Julian Lam
b82a4cf4f9
fix: some additional style changes
2019-01-18 12:09:45 -05:00
Julian Lam
2840b0568e
fix: updated readme to add email address for commissions
2019-01-17 16:51:44 -05:00
Julian Lam
9f6ab199de
fix: linted library.js
2019-01-17 16:51:32 -05:00
Julian Lam
8c57b5c105
feat: added eslint, husky, lint-staged to development workflow
2019-01-17 16:41:52 -05:00
Julian Lam
0ebdabd79a
Merge pull request #21 from LudwikJaniuk/fix-delete
...
Fix deleteUser
2018-08-07 14:44:31 -04:00
Ludvig Janiuk
0de77d75b2
comment mistake
2018-08-02 11:41:24 +02:00
Ludvig Janiuk
8cfdd45de7
Whitelist filter. Fix #20
2018-08-02 11:38:15 +02:00
d4af131481
auto-assign profile pic
2017-09-07 00:06:17 +03:00
a632baf6cb
icynetify
2017-09-06 22:21:59 +03:00
Julian Lam
5e502244cc
0.3.3
2017-07-06 11:19:52 -04:00
Julian Lam
312321b79b
closes #16
2017-07-06 11:19:51 -04:00
Julian Lam
03dc0d3ea4
0.3.2
2017-01-09 13:48:49 -05:00
Julian Lam
7b45882aec
closes #14
2017-01-09 13:48:37 -05:00
Julian Lam
427dbe9890
changed line ref #
2016-10-25 16:22:14 -04:00
Julian Lam
1c60102bc3
0.3.1
2016-04-13 18:33:28 -04:00
Julian Lam
74ae8adace
fixed location of onSuccessfulLogin call
2016-04-13 18:33:23 -04:00
Julian Lam
e301e6b8bf
0.3.0
2016-03-30 12:09:36 -04:00
Julian Lam
354850244b
calling onSuccessfulLogin on successful login
2016-03-30 12:09:31 -04:00
Julian Lam
d1d9ab0cee
0.2.5
2015-08-27 15:31:24 -04:00
Julian Lam
f0cf6b82f3
updating compatibility string for 0.8.0
2015-08-27 15:31:22 -04:00
Julian Lam
81e2826ad0
0.2.4
2015-02-17 16:51:25 -05:00
Julian Lam
8cd170f8f7
instructing nbbpm to not index me
2015-02-17 16:51:20 -05:00
Julian Lam
3969ffc5a9
compatibility hash in package.json
2014-11-10 13:26:14 -05:00
Julian Lam
8779144d41
removing missing templates folder property in plugin.json, re: #8
2014-09-26 13:20:25 -04:00
Julian Lam
a1d495676d
0.2.2
2014-09-18 12:42:10 -04:00
Julian Lam
8ba28e2046
passing uid in through the user deletion filter
2014-09-18 12:41:59 -04:00
Julian Lam
7d4ea98b5f
0.2.1
2014-08-21 10:52:26 -04:00
Julian Lam
b320406dcc
more keywords and removed unused template
2014-08-21 10:52:18 -04:00
Julian Lam
18af0afe2d
Merge pull request #6 from julianlam/upstream
...
updated readme
2014-08-15 23:03:22 -04:00
Julian Lam
4cbba36c76
updated readme
2014-08-15 23:01:47 -04:00
Julian Lam
2dda12ad6b
0.2.0
2014-08-15 22:54:52 -04:00
Julian Lam
458635ef40
beter intro message
2014-08-15 22:54:24 -04:00
Julian Lam
48c9d4fa92
more bugs
2014-08-15 22:48:52 -04:00
Julian Lam
3efedd0eed
bugfixes
2014-08-15 22:41:49 -04:00
Julian Lam
08338c9467
simplifying the plugin a bit for new users
2014-08-15 22:21:03 -04:00
Julian Lam
f41afad49a
0.1.3
2014-07-28 12:57:54 -04:00
Julian Lam
b31d963570
static:app.load
2014-07-28 12:57:26 -04:00
Julian Lam
28a8874e01
Merge branch 'master' of github.com:Fastinyoh/nodebb-plugin-sso-oauth into Fastinyoh-master
...
Conflicts:
plugin.json
2014-07-22 10:15:36 -04:00
Julian Lam
b0b5160de4
closed #4
2014-07-22 10:03:52 -04:00
dhingey
327a84f222
Fix OAuth.deleteUserData to use filter hook
...
The action:user.create hook in NodeBB was recently changed to
filter.user:create, which allows the OAuth.deleteUserData method to remove
OAuth data for the user more directly.
2014-07-10 00:22:44 -07:00
dhingey
5df4097aa0
Add OAuth.deleteUserData method
...
Removes the user's oAuthId-to-uid mapping from Redis upon user deletion.
This fixes an issue where OAuth services could not link to a user if a
user account was deleted and then re-created.
2014-07-09 00:32:44 -07:00
Julian Lam
f8306923de
0.1.2
2014-03-19 08:42:09 -04:00
Julian Lam
95a2bdd950
error handling and proper handling of missing settings on first install
2014-03-19 08:42:01 -04:00