Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | 12.0.0RC3 | Lukas Reschke | 2017-05-20 | 1 | -2/+2 | |
|/ / / / | ||||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-20 | 118 | -104/+574 | |
* | | | | Merge pull request #4981 from nextcloud/fix-missing-argument-2-getAppContaine... | Morris Jobke | 2017-05-19 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Fix missing argument 2 for Settings classes | Joas Schilling | 2017-05-19 | 1 | -1/+1 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #4943 from nextcloud/rename-secure-drop | Björn Schießle | 2017-05-19 | 2 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | rename secure drop back to files drop because of name collision with securedr... | Bjoern Schiessle | 2017-05-18 | 2 | -2/+2 | |
* | | | | | Merge pull request #4974 from nextcloud/fix-hidden-sidebar | Lukas Reschke | 2017-05-19 | 1 | -0/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fixes visible sidebar even if hidden is applied | Morris Jobke | 2017-05-19 | 1 | -0/+3 | |
* | | | | | | Merge pull request #4972 from nextcloud/fix-group-restriction | Lukas Reschke | 2017-05-19 | 2 | -9/+9 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | Fix group restriction regression | Morris Jobke | 2017-05-19 | 2 | -9/+9 | |
| |/ / / / | ||||||
* | | | | | 12.0.0RC2 | Lukas Reschke | 2017-05-19 | 1 | -2/+2 | |
* | | | | | Merge pull request #4910 from nextcloud/make-the-logo-smaller-cream | Lukas Reschke | 2017-05-19 | 3 | -7/+15 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Scale logo only for custom ones | Julius Härtl | 2017-05-19 | 3 | -5/+14 | |
| * | | | | Fix logo being too big on log in page, fix #4585 | Jan-Christoph Borchardt | 2017-05-16 | 1 | -2/+1 | |
* | | | | | Merge pull request #4956 from nextcloud/endless-loop-on-invalid-asset | Roeland Jago Douma | 2017-05-19 | 3 | -0/+26 | |
|\ \ \ \ \ | ||||||
| * | | | | | Stop infinit loop on invalid settings css/js file | Joas Schilling | 2017-05-19 | 3 | -0/+26 | |
* | | | | | | Merge pull request #4970 from franga2000/patch-1 | Lukas Reschke | 2017-05-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | Fixed typo | Miha Frangez | 2017-05-19 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #4905 from nextcloud/auto-di-for-apps-without-app.php | Joas Schilling | 2017-05-19 | 1 | -2/+18 | |
|\ \ \ \ \ | ||||||
| * | | | | | Allow automatic DI for apps that don't register the container in app.php | Joas Schilling | 2017-05-16 | 1 | -2/+18 | |
* | | | | | | Merge pull request #4950 from nextcloud/master-workaround-4948 | Lukas Reschke | 2017-05-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Lowercase the scriptname again | Lukas Reschke | 2017-05-19 | 1 | -1/+1 | |
* | | | | | | Merge pull request #4951 from nextcloud/transifex-oauth2 | Morris Jobke | 2017-05-18 | 2 | -0/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add oauth2 to transifex | Morris Jobke | 2017-05-18 | 2 | -0/+6 | |
| |/ / / / / | ||||||
* / / / / / | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-19 | 116 | -224/+270 | |
|/ / / / / | ||||||
* | | | | | 12.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 |