summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4981 from ↵Morris Jobke2017-05-191-1/+1
|\ | | | | | | | | nextcloud/fix-missing-argument-2-getAppContainer-master Fix missing argument 2 for Settings classes
| * Fix missing argument 2 for Settings classesJoas Schilling2017-05-191-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #4943 from nextcloud/rename-secure-dropBjörn Schießle2017-05-192-2/+2
|\ \ | | | | | | rename secure drop back to files drop
| * | rename secure drop back to files drop because of name collision with ↵Bjoern Schiessle2017-05-182-2/+2
| | | | | | | | | | | | | | | | | | securedrop.org Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Merge pull request #4974 from nextcloud/fix-hidden-sidebarLukas Reschke2017-05-191-0/+3
|\ \ \ | | | | | | | | Fixes visible sidebar even if hidden is applied
| * | | Fixes visible sidebar even if hidden is appliedMorris Jobke2017-05-191-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #4972 from nextcloud/fix-group-restrictionLukas Reschke2017-05-192-9/+9
|\ \ \ \ | | | | | | | | | | Fix group restriction regression
| * | | | Fix group restriction regressionMorris Jobke2017-05-192-9/+9
| |/ / / | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | 12.0.0RC2Lukas Reschke2017-05-191-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Merge pull request #4910 from nextcloud/make-the-logo-smaller-creamLukas Reschke2017-05-193-7/+15
|\ \ \ \ | |/ / / |/| | | Fix logo being too big on log in page, fix #4585
| * | | Scale logo only for custom onesJulius Härtl2017-05-193-5/+14
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Fix logo being too big on log in page, fix #4585Jan-Christoph Borchardt2017-05-161-2/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #4956 from nextcloud/endless-loop-on-invalid-assetRoeland Jago Douma2017-05-193-0/+26
|\ \ \ \ | | | | | | | | | | Stop infinit loop on invalid settings css/js file
| * | | | Stop infinit loop on invalid settings css/js fileJoas Schilling2017-05-193-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't try to find dirname of false... Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #4970 from franga2000/patch-1Lukas Reschke2017-05-191-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | Fixed typo
| * | | | Fixed typoMiha Frangez2017-05-191-1/+1
|/ / / /
* | | | Merge pull request #4905 from nextcloud/auto-di-for-apps-without-app.phpJoas Schilling2017-05-191-2/+18
|\ \ \ \ | | | | | | | | | | Allow automatic DI for apps that don't register the container in app.php
| * | | | Allow automatic DI for apps that don't register the container in app.phpJoas Schilling2017-05-161-2/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #4950 from nextcloud/master-workaround-4948Lukas Reschke2017-05-191-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Lowercase the scriptname again
| * | | | Lowercase the scriptname againLukas Reschke2017-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref https://github.com/nextcloud/server/issues/4948 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Merge pull request #4951 from nextcloud/transifex-oauth2Morris Jobke2017-05-182-0/+6
|\ \ \ \ \ | | | | | | | | | | | | Add oauth2 to transifex
| * | | | | Add oauth2 to transifexMorris Jobke2017-05-182-0/+6
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / / / / [tx-robot] updated from transifexNextcloud bot2017-05-19116-224/+270
|/ / / /
* | | | 12.0.0RC1Lukas Reschke2017-05-191-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Merge pull request #4894 from nextcloud/generic-security-activitiesLukas Reschke2017-05-1914-54/+60
|\ \ \ \ | | | | | | | | | | Change 2FA activities to more generic security activities
| * | | | Update autoloaderRoeland Jago Douma2017-05-182-0/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Fix testsRoeland Jago Douma2017-05-181-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Fix backup codes activity typeChristoph Wurst2017-05-181-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | Publish 2fa backup codes activities to the right streamChristoph Wurst2017-05-181-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | Move activities test codeChristoph Wurst2017-05-183-24/+24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | Change 2FA activities to more generic security activitiesChristoph Wurst2017-05-186-24/+24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #4792 from nextcloud/fix-storage-wrappers-on-scannerLukas Reschke2017-05-194-2/+57
|\ \ \ \ \ | | | | | | | | | | | | Make sure we use the passed-in storage when there is one
| * | | | | use unmasked permissions during scanningRobin Appelman2017-05-184-1/+53
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | Make sure we use the passed-in storage when there is oneJoas Schilling2017-05-101-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #4704 from nextcloud/add-oauth-code-flow-supportLukas Reschke2017-05-1846-50/+1969
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add oauth code flow support
| * | | | | | Function accepts only integersLukas Reschke2017-05-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | | Bearer comes first on the new endpointLukas Reschke2017-05-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | | Adjust realm from SabreDAV to NextcloudLukas Reschke2017-05-182-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | | Make legacy DAV backend use the BearerAuth backend as wellLukas Reschke2017-05-185-7/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | | Delete token after usage in testLukas Reschke2017-05-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | | Add indexesLukas Reschke2017-05-182-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | | Adjust token nameLukas Reschke2017-05-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | | Add additional test for accessing DAV using Bearer AuthLukas Reschke2017-05-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | | Use a standardized Bearer nowLukas Reschke2017-05-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | | Use Bearer backend for SabreDAVLukas Reschke2017-05-186-12/+220
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | | Don't ignore OAuth2 appLukas Reschke2017-05-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | | Add tests for OAuth2 appLukas Reschke2017-05-189-8/+563
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | | Add test for DefaultTokenMapperLukas Reschke2017-05-181-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | | Fix style issues pointed out in reviewLukas Reschke2017-05-182-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | | Rename table back to lowercaseLukas Reschke2017-05-182-14/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>