Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 12.0.0RC1v12.0.0RC1 | Lukas Reschke | 2017-05-19 | 1 | -2/+2 |
* | Merge pull request #4894 from nextcloud/generic-security-activities | Lukas Reschke | 2017-05-19 | 14 | -54/+60 |
|\ | |||||
| * | Update autoloader | Roeland Jago Douma | 2017-05-18 | 2 | -0/+6 |
| * | Fix tests | Roeland Jago Douma | 2017-05-18 | 1 | -4/+4 |
| * | Fix backup codes activity type | Christoph Wurst | 2017-05-18 | 1 | -1/+1 |
| * | Publish 2fa backup codes activities to the right stream | Christoph Wurst | 2017-05-18 | 1 | -1/+1 |
| * | Move activities test code | Christoph Wurst | 2017-05-18 | 3 | -24/+24 |
| * | Change 2FA activities to more generic security activities | Christoph Wurst | 2017-05-18 | 6 | -24/+24 |
* | | Merge pull request #4792 from nextcloud/fix-storage-wrappers-on-scanner | Lukas Reschke | 2017-05-19 | 4 | -2/+57 |
|\ \ | |||||
| * | | use unmasked permissions during scanning | Robin Appelman | 2017-05-18 | 4 | -1/+53 |
| * | | Make sure we use the passed-in storage when there is one | Joas Schilling | 2017-05-10 | 1 | -1/+4 |
* | | | Merge pull request #4704 from nextcloud/add-oauth-code-flow-support | Lukas Reschke | 2017-05-18 | 46 | -50/+1969 |
|\ \ \ | |||||
| * | | | Function accepts only integers | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
| * | | | Bearer comes first on the new endpoint | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
| * | | | Adjust realm from SabreDAV to Nextcloud | Lukas Reschke | 2017-05-18 | 2 | -2/+6 |
| * | | | Make legacy DAV backend use the BearerAuth backend as well | Lukas Reschke | 2017-05-18 | 5 | -7/+22 |
| * | | | Delete token after usage in test | Lukas Reschke | 2017-05-18 | 1 | -0/+1 |
| * | | | Add indexes | Lukas Reschke | 2017-05-18 | 2 | -1/+22 |
| * | | | Adjust token name | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
| * | | | Add additional test for accessing DAV using Bearer Auth | Lukas Reschke | 2017-05-18 | 1 | -0/+4 |
| * | | | Use a standardized Bearer now | Lukas Reschke | 2017-05-18 | 1 | -2/+2 |
| * | | | Use Bearer backend for SabreDAV | Lukas Reschke | 2017-05-18 | 6 | -12/+220 |
| * | | | Don't ignore OAuth2 app | Lukas Reschke | 2017-05-18 | 1 | -0/+1 |
| * | | | Add tests for OAuth2 app | Lukas Reschke | 2017-05-18 | 9 | -8/+563 |
| * | | | Add test for DefaultTokenMapper | Lukas Reschke | 2017-05-18 | 1 | -0/+11 |
| * | | | Fix style issues pointed out in review | Lukas Reschke | 2017-05-18 | 2 | -2/+1 |
| * | | | Rename table back to lowercase | Lukas Reschke | 2017-05-18 | 2 | -14/+18 |
| * | | | Add tests for ClientFlowLoginController | Lukas Reschke | 2017-05-18 | 2 | -25/+185 |
| * | | | Add app to autoenabled provisioning API scenario | Lukas Reschke | 2017-05-18 | 1 | -0/+1 |
| * | | | Add OAuth state to session | Lukas Reschke | 2017-05-18 | 2 | -32/+27 |
| * | | | Cleanup code | Lukas Reschke | 2017-05-18 | 2 | -3/+6 |
| * | | | Add XSD definitions | Lukas Reschke | 2017-05-18 | 2 | -3/+3 |
| * | | | delete auth token when client gets deleted | Bjoern Schiessle | 2017-05-18 | 7 | -18/+79 |
| * | | | use name of oauth app to identify auth token | Bjoern Schiessle | 2017-05-18 | 1 | -2/+10 |
| * | | | hide client secret by default | Bjoern Schiessle | 2017-05-18 | 3 | -2/+26 |
| * | | | add some spacing between the logo and the content of the page | Bjoern Schiessle | 2017-05-18 | 1 | -1/+1 |
| * | | | show error page if no valid client identifier is given and if it is not a API... | Bjoern Schiessle | 2017-05-18 | 1 | -5/+24 |
| * | | | handle case if no valid client identifier is given | Bjoern Schiessle | 2017-05-18 | 1 | -0/+5 |
| * | | | remove 'Alternative login using app token' in case of oauth login | Bjoern Schiessle | 2017-05-18 | 1 | -0/+2 |
| * | | | Remove special characters | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
| * | | | It's a bearer | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
| * | | | Fetch signle row | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
| * | | | Change to POST | Lukas Reschke | 2017-05-18 | 1 | -2/+1 |
| * | | | Increase length of encrypted token in database | Lukas Reschke | 2017-05-18 | 2 | -2/+2 |
| * | | | Get a single row | Lukas Reschke | 2017-05-18 | 2 | -8/+4 |
| * | | | Use query builder | Lukas Reschke | 2017-05-18 | 2 | -6/+14 |
| * | | | Add basic implementation for OAuth 2.0 Authorization Code Flow | Lukas Reschke | 2017-05-18 | 17 | -23/+838 |
| | |/ | |/| | |||||
* | | | Merge pull request #4888 from nextcloud/theming-fallback-icons | Lukas Reschke | 2017-05-18 | 3 | -37/+85 |
|\ \ \ | |||||
| * | | | Inject FileAccessHelper for proper testing | Julius Härtl | 2017-05-18 | 2 | -8/+21 |
| * | | | Add proper Content-Type to icons | Julius Härtl | 2017-05-17 | 2 | -4/+4 |