phab/src/applications/authfeature/better-testing
phab/src/applications/auth
feature/better-testing
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
fc2973c5d34b | epriestley | Allow AuthenticationProviderConfig to be enabled and disabled | Jun 17 2013 | |||
07423211e98e | epriestley | Show edit transactions for AuthProviders | Jun 17 2013 | |||
c6374e25d59c | epriestley | Very rough edit workflow for AuthProvider configuration | Jun 17 2013 | |||
abb367dd5b47 | epriestley | Add initial create screen for auth providers | Jun 17 2013 | |||
b927dc057d83 | epriestley | Add List/ApplicationSearch to AuthProviderConfig | Jun 17 2013 | |||
f0ddfe656547 | epriestley | Add PhabricatorAuthProviderConfigQuery | Jun 17 2013 | |||
5f29ccaacae0 | epriestley | Add storage for Auth configuration in preparation for moving it into a web… | Jun 17 2013 | |||
86ff112eebe3 | epriestley | Fix some account profile image derps | Jun 17 2013 | |||
7271547132fb | epriestley | Show account cards for external accounts on "linked accounts" screen and "link… | Jun 17 2013 | |||
b040f889dee2 | epriestley | Move all account link / unlink to new registration flow | Jun 17 2013 | |||
61a0c6d6e389 | epriestley | Add a blanket "will login" event | Jun 17 2013 | |||
0250b48c0557 | epriestley | Add login buttons for button logins, fix LDAP form | Jun 17 2013 | |||
7cf7f3645293 | epriestley | Restyle username/password login for reduced hideousness | Jun 17 2013 | |||
e71564fc75fd | epriestley | Store the digest of the registration key, not the key itslef | Jun 16 2013 | |||
8c3ef4b73c66 | epriestley | Support "state" parameter in OAuth | Jun 16 2013 | |||
fdbd3776255f | epriestley | Replace old login validation controller with new one | Jun 16 2013 | |||
068263a6df18 | epriestley | Move LDAP to new registration flow | Jun 16 2013 | |||
70b30ab52737 | epriestley | Add Google support to new registration flow | Jun 16 2013 | |||
2bc44a130c85 | epriestley | Add GitHub auth to new flows | Jun 16 2013 | |||
a12a6d5c7d1e | epriestley | Add Disqus OAuth to new flows | Jun 16 2013 | |||
1329b7b51ef8 | epriestley | Add password authentication and registration to new registration | Jun 16 2013 | |||
104d3221d9b8 | epriestley | Implement new auth login flow and login validation controller | Jun 16 2013 | |||
c108ada7e4cb | epriestley | Provide start screen and full registration flow on the new auth stuff | Jun 16 2013 | |||
7efee51c384d | epriestley | Put some glue in between PhabricatorAuthProvider and the OAuth adapters | Jun 16 2013 | |||
c05ee9ed6844 | epriestley | Generalize login flows for new registration | Jun 16 2013 | |||
db1cf41ec425 | epriestley | New Registration Workflow | Jun 16 2013 | |||
8744cdb69981 | epriestley | Migrate PhabricatorUserLDAPInfo to PhabricatorExternalAccount | Jun 16 2013 | |||
8111dc74bf89 | epriestley | Migrate the OAuthInfo table to the ExternalAccount table | Jun 14 2013 | |||
bce4b7addfce | epriestley | Internalize storage access for PhabricatorUserOAuthInfo | Jun 14 2013 | |||
3005811b9e13 | epriestley | Remove OAuth token/expiry interfaces | Jun 14 2013 | |||
f1bf27959f96 | Chad Little | PHUIList, PHUIDocument updates | Jun 5 2013 | |||
28858df713bb | Jakub Vrana | Allow add_user.php without password auth | May 25 2013 | |||
664fe7ef730a | epriestley | Add a User-Agent header to OAuth requests | Apr 26 2013 | |||
141233565afd | Jakub Vrana | Fix whitespace around methods | Apr 23 2013 | |||
e3181fcbe730 | Bob Trahan | make applicationTransactionsCommentView have a "Login to comment." button if… | Mar 7 2013 | |||
a22bea2a74cf | epriestley | Apply lint rules to Phabricator | Feb 19 2013 | |||
ef7f16180ce5 | epriestley | Restore merge of phutil_tag. | Feb 13 2013 | |||
73cce6e1310b | epriestley | Revert "Promote phutil-tag again" | Feb 13 2013 | |||
4eb84149c2f1 | vrana | Convert everything to safe HTML | Feb 13 2013 | |||
868ca71451d3 | vrana | Fix some HTML problems | Feb 12 2013 | |||
c9ab1fe50553 | vrana | Return safe HTML from all render() | Feb 12 2013 | |||
a22ef4e9b472 | vrana | Kill most of phutil_escape_html() | Feb 12 2013 | |||
9b8da7376550 | vrana | Convert AphrontTableView to safe HTML | Feb 10 2013 | |||
58b6e2cac641 | vrana | Convert AphrontDialogView to safe HTML | Feb 10 2013 | |||
d817dfa8fcce | vrana | Convert some phutil_escape_html() to hsprintf() | Feb 9 2013 | |||
afc5333bb3aa | vrana | Convert AphrontFormView to safe HTML | Feb 8 2013 | |||
059920c2dac5 | vrana | Convert AphrontErrorView to safe HTML | Feb 8 2013 | |||
be4662e6670d | vrana | Convert setCaption() to safe HTML | Feb 6 2013 | |||
0f1bdbe147a7 | epriestley | Merge branch 'master' into phutil_tag | Feb 4 2013 | |||
30dedb225142 | epriestley | Allow `PhabricatorMenuView` to have items inserted in the middle | Feb 3 2013 | |||
5459af3bdda7 | vrana | Fix dynamic string usage as safe input | Feb 3 2013 | |||
f705c978b5d7 | epriestley | render_tag -> tag: phabricator_render_form -> phabricator_form | Jan 30 2013 | |||
39221b1d3f28 | epriestley | Merge branch 'master' into phutil_tag | Jan 29 2013 | |||
5017c80b3103 | Afaque Hussain/epriestley | Installation & Uninstallion of Applications | Jan 29 2013 | |||
f9030885c414 | epriestley | Merge branch 'master' into phutil_tag | Jan 27 2013 | |||
251a7b060224 | Chad Little | Reasonable pht pass at auth. | Jan 27 2013 | |||
20768d65d566 | vrana | Convert phutil_render_tag(X, Y, '...') to phutil_tag | Jan 25 2013 | |||
727c326e2ea5 | Asher Baker/epriestley | Complete missing bits of Google OAuth2 provider | Jan 22 2013 | |||
117589c160f6 | Chad Little | Clean up Login, Responsive Forms | Jan 19 2013 | |||
c7c25e141a9a | Tristan Pemble/epriestley | Added support for STARTTLS with LDAP | Jan 17 2013 | |||
f306cab653d8 | epriestley | Use application icons for "Eye" menu and Crumbs | Dec 7 2012 | |||
e3f6bbfff888 | epriestley | Refactor the main menu in preparation for a mobile application menu | Dec 7 2012 | |||
3b977e3b001d | Hangjun Ye/epriestley | Support to bind to an anonymous LDAP user before searching. | Nov 30 2012 | |||
874fb9b6d96d | Espen Volden/epriestley | <LDAP: If available use DN from previously retrieved user> | Nov 17 2012 | |||
ef85f49adc07 | vrana | Delete license headers from files | Nov 5 2012 | |||
5bde6c71ce4e | vrana | Declare used properties | Oct 4 2012 | |||
6b1c27eb0ead | epriestley | Make "public" pastes meaningfully visible to logged-out users | Oct 1 2012 | |||
2d66798c5d99 | epriestley | Fix one more issue for username "0". | Sep 14 2012 | |||
0e672e243558 | epriestley | Fix GitHub login failure for user with username "0". | Sep 14 2012 | |||
e3c6dc687ad0 | epriestley | Fall back to LDAP search attribute if username attribute is not configured | Sep 3 2012 | |||
b0802a779762 | Brian Cline/epriestley | Resolve LDAP registration DAO exception due to empty username | Aug 24 2012 | |||
d5aaa54d0b8f | epriestley | Allow installs to configure an arbitrary block of HTML to show on the login… | Aug 15 2012 | |||
47b96fdebe5e | epriestley | Use sprites for all the menu icons | Aug 14 2012 | |||
f748a472370f | Bob Trahan | strncmp is better than strpos | Aug 14 2012 | |||
7bb3c39cdeff | Bob Trahan | Polish removal of conduit shield, including legacy stripping for phabricator on… | Aug 14 2012 | |||
dd26bc6d1af9 | Bob Trahan | Remove shield for Conduit API responses | Aug 13 2012 | |||
20ac900e8b6a | epriestley | Make settings panels more modular and modern | Aug 13 2012 | |||
81f8b507fe21 | epriestley | Use shinier menu icons | Aug 10 2012 | |||
ebb7807bb41e | epriestley | Fix an issue with URIs missing trailing slashes, like "/maniphest" | Aug 6 2012 | |||
92fd606df3a4 | Danny Su/epriestley | Allow custom LDAP port | Aug 6 2012 | |||
314c25365d2d | epriestley | Drive menu icons from Applications | Aug 5 2012 | |||
94445d41e7d2 | Evan Priestley | Merge pull request #168 from ossareh/support_ldap_search_for_users | Jul 26 2012 | |||
a9af5d611d14 | Michael Ossareh | Prevent the ability to scrape for valid usernames | Jul 26 2012 | |||
0a0607d2f706 | Michael Ossareh | Support searching for users to find their LDAP entry | Jul 26 2012 | |||
94bc4003f191 | epriestley | Show a "Logout?" dialog when the user goes to /logout/ | Jul 25 2012 | |||
823555ce302b | Marcel Beck | Add LDAP Referrals Option | Jul 18 2012 | |||
7081923bd73c | Neal Poole | Adding 'Secure Browsing' config setting to Facebook OAuth. | Jul 18 2012 | |||
30deacdbaf48 | epriestley | Fix some more ldap issues | Jul 17 2012 | |||
dd70c5946505 | epriestley | Use OpaqueEnvelopes for all passwords in Phabricator | Jul 17 2012 | |||
226cf288e97c | Avishay Lavie | Add active-directory domain-based ldap authentication support | Jul 13 2012 | |||
62e039b74871 | Evan Priestley | Merge pull request #150 from linead/ldap_dir | Jul 12 2012 | |||
51d2d06e3722 | linead | Added ldap import controller | Jul 4 2012 | |||
2b946459b590 | vrana | Inform user about associated accounts in failed login | Jun 26 2012 | |||
37df05c7a580 | Daniel Fullarton/epriestley | T1354 : Resize profile pics (specifically to handle github v3 api) | Jun 25 2012 | |||
e68323679309 | linead/epriestley | Extract ldap auth from password auth completely | Jun 25 2012 | |||
c762050b7ce8 | vrana | Get rid of file_get_contents($uri) | Jun 19 2012 | |||
726041584f98 | Espen Volden/epriestley | Made it possible to login using LDAP | Jun 13 2012 | |||
06371bc2cdbf | epriestley | Upgrade to GitHub v3 API | Jun 12 2012 | |||
0e1bbbd489a2 | epriestley | Allow administrators to change usernames | Jun 6 2012 | |||
0a7b4591efe1 | epriestley | Allow usernames to include ".", "-" and "_" | Jun 6 2012 |
c4science · Help