Joseph Warner
|
229d4f2fd6
|
[feature/oauth] Replace spaces with tabs
PHPBB3-11673
|
2013-07-24 15:47:06 -04:00 |
|
Joseph Warner
|
a72951b799
|
[feature/oauth] Token Storage retrieve access token test
PHPBB3-11673
|
2013-07-24 15:46:23 -04:00 |
|
Joseph Warner
|
0055ab7ad0
|
[feature/oauth] Initial token storage tests
PHPBB3-11673
|
2013-07-24 15:31:54 -04:00 |
|
Joseph Warner
|
9cbf670f51
|
[feature/oauth] Some work on login_link
PHPBB3-11673
|
2013-07-24 15:31:12 -04:00 |
|
Joseph Warner
|
15a2ad3149
|
[feature/oauth] Fix error in token_storage::set_user_id()
PHPBB3-11673
|
2013-07-24 15:08:08 -04:00 |
|
Joseph Warner
|
27ea03d3e0
|
[feature/oauth] Initial login_link ucp class
PHPBB3-11673
|
2013-07-24 14:55:29 -04:00 |
|
Joseph Warner
|
5843294813
|
[feature/oauth] Update comment to better reflect the action
PHPBB3-11673
|
2013-07-24 14:05:54 -04:00 |
|
Joseph Warner
|
581cb37b8c
|
[feature/oauth] Start linking/registering OAuth accounts during login
PHPBB3-11673
|
2013-07-24 13:46:33 -04:00 |
|
Joseph Warner
|
669586c134
|
[feature/oauth] Token must be updated with the user_id
PHPBB3-11673
|
2013-07-24 12:56:27 -04:00 |
|
Joseph Warner
|
58d5820069
|
[feature/oauth] Basic login functionality now working
These changes are currently unique to OAuth and need to be made
generic so that any auth provider can modify the login template.
PHPBB3-11673
|
2013-07-24 10:40:42 -04:00 |
|
Joseph Warner
|
ffb14a6988
|
[feature/oauth] Fix OAuth login
PHPBB3-11673
|
2013-07-24 10:36:08 -04:00 |
|
Joseph Warner
|
5401673f96
|
[feature/oauth] Move language constants for oauth services to common.php
PHPBB3-11673
|
2013-07-24 10:35:36 -04:00 |
|
Joseph Warner
|
38d4eb073e
|
[feature/oauth] Fix last typo. Authentication works for accounts in db
PHPBB3-11673
|
2013-07-23 22:35:54 -04:00 |
|
Joseph Warner
|
5fa08b92a2
|
[feature/oauth] Fix typo in token storage
PHPBB3-11673
|
2013-07-23 22:33:11 -04:00 |
|
Joseph Warner
|
4369cc8876
|
[feature/oauth] Fix more errors related to sql changes
PHPBB3-11673
|
2013-07-23 22:29:27 -04:00 |
|
Joseph Warner
|
da6a8787f8
|
[feature/oauth] Fix SQL error found in install
PHPBB3-11673
|
2013-07-23 22:26:34 -04:00 |
|
Joseph Warner
|
dc050e7ece
|
[feature/oauth] Fix OAuth after schema changes
PHPBB3-11673
|
2013-07-23 22:20:38 -04:00 |
|
Joseph Warner
|
b1c62793c6
|
[feature/oauth] Fix token storage after sql changes
PHPBB3-11673
|
2013-07-23 22:20:04 -04:00 |
|
Joseph Warner
|
2483efe9a3
|
[feature/oauth] Actual final schema changes
PHPBB3-11673
|
2013-07-23 22:18:56 -04:00 |
|
Joseph Warner
|
e60f4bc88b
|
[feature/oauth] Finalize schema changes
PHPBB3-11673
|
2013-07-23 22:16:09 -04:00 |
|
Joseph Warner
|
8d568dae71
|
[feature/oauth] Fix SQL error in token storage
PHPBB3-11673
|
2013-07-23 21:23:07 -04:00 |
|
Joseph Warner
|
fe9c97cfb4
|
[feature/oauth] Fix errors in OAuth
PHPBB3-11673
|
2013-07-23 21:17:05 -04:00 |
|
Joseph Warner
|
c166801fe3
|
[feature/oauth] Remove temporary google testing code
PHPBB3-11673
|
2013-07-23 21:07:18 -04:00 |
|
Joseph Warner
|
b1938576f1
|
[feature/oauth] Fix outstanding issues with OAuth
Includes a temporary change that allows me to test against google.
This will be removed shortly.
PHPBB3-11673
|
2013-07-23 21:04:29 -04:00 |
|
Joseph Warner
|
c26b68cc54
|
[feature/oauth] Update error message with actual error
PHPBB3-11673
|
2013-07-23 19:27:55 -04:00 |
|
Joseph Warner
|
9805927fac
|
[feature/oauth] OAuth init method to minimally validate entered data
PHPBB3-11673
|
2013-07-23 15:26:57 -04:00 |
|
Joseph Warner
|
77c3264543
|
[feature/oauth] OAuth acp() method to return config field names
PHPBB3-11673
|
2013-07-23 14:53:02 -04:00 |
|
Joseph Warner
|
0857d14030
|
[feature/oauth] Update auth provider interface docs for block vars in ACP
PHPBB3-11673
|
2013-07-23 14:41:46 -04:00 |
|
Joseph Warner
|
af6a4b2161
|
[feature/oauth] Clean up the OAuth ACP template
PHPBB3-11673
|
2013-07-23 14:30:06 -04:00 |
|
Joseph Warner
|
2fc4be1a31
|
[feature/oauth] Fix language bug with new ACP OAuth template
PHPBB3-11673
|
2013-07-23 14:24:50 -04:00 |
|
Joseph Warner
|
32678f63ed
|
[feature/oauth] Finish the template so it "works"
PHPBB3-11673
|
2013-07-23 14:14:09 -04:00 |
|
Joseph Warner
|
93cbdc37b5
|
[feature/oauth] ACP options for OAuth, needs some work
PHPBB3-11673
|
2013-07-23 14:06:24 -04:00 |
|
Joseph Warner
|
5578b7a578
|
[feature/oauth] Initial UI element added, this is non-final
At this point, all UI changes are purely for testing and should not
be considered final.
PHPBB3-11673
|
2013-07-22 17:27:56 -04:00 |
|
Joseph Warner
|
0be81468e7
|
[feature/oauth] Possible way of getting the login data to login_box()
PHPBB3-11673
|
2013-07-22 16:36:42 -04:00 |
|
Joseph Warner
|
cd49cfacfb
|
[feature/oauth] Initial step in creating OAuth login support
PHPBB3-11673
|
2013-07-22 16:23:41 -04:00 |
|
Joseph Warner
|
d804842cef
|
[feature/oauth] Fall back to DB login if OAuth is enabled but not requested
PHPBB3-11673
|
2013-07-22 15:58:32 -04:00 |
|
Joseph Warner
|
4c48da0597
|
[feature/oauth] Clean up unneeded complexity
PHPBB3-11673
|
2013-07-18 21:04:10 -04:00 |
|
Joseph Warner
|
f852485513
|
[feature/oauth] Fix a bunch of errors in oauth.php
PHPBB3-11673
|
2013-07-18 21:02:21 -04:00 |
|
Joseph Warner
|
b67032fb02
|
[feature/oauth] Temporary workaround for only allowing one auth provider
PHPBB3-11673
|
2013-07-18 20:49:42 -04:00 |
|
Joseph Warner
|
0f292f70c7
|
[feature/oauth] Fix fatal error
PHPBB3-11673
|
2013-07-18 20:05:26 -04:00 |
|
Joseph Warner
|
a673eb8cbc
|
[feature/oauth] Google support
PHPBB3-11673
|
2013-07-18 16:04:58 -04:00 |
|
Joseph Warner
|
772a977afc
|
[feature/oauth] Facebook support
PHPBB3-11673
|
2013-07-18 16:03:44 -04:00 |
|
Joseph Warner
|
2eb47d00e0
|
[feature/oauth] Remove unused method
PHPBB3-11673
|
2013-07-18 15:33:31 -04:00 |
|
Joseph Warner
|
36f7913cc0
|
[feature/oauth] Finish authenticating user code
PHPBB3-11673
|
2013-07-18 15:31:31 -04:00 |
|
Joseph Warner
|
2faaa7f63c
|
[feature/oauth] Update service files + check for existing links
PHPBB3-11673
|
2013-07-18 12:51:53 -04:00 |
|
Joseph Warner
|
bbbe442c42
|
[feature/oauth] Finish clean up of removed providers
PHPBB3-11673
|
2013-07-18 12:24:30 -04:00 |
|
Joseph Warner
|
662b8fdcec
|
[feature/oauth] Remove OAuth providers to make PR smaller
PHPBB3-11673
|
2013-07-18 12:21:45 -04:00 |
|
Joseph Warner
|
fe9428b725
|
[feature/oauth] Create means to associate phpBB account with external
PHPBB3-11673
|
2013-07-18 12:12:57 -04:00 |
|
Joseph Warner
|
469879716d
|
[feature/oauth] Bitly authentication method, no user_id association
PHPBB3-11673
|
2013-07-18 11:51:59 -04:00 |
|
Joseph Warner
|
e9bf2bf09a
|
[feature/oauth] Update interface appropriately
PHPBB3-11673
|
2013-07-15 15:28:31 -04:00 |
|