aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5010 from ↵Joas Schilling2017-05-221-6/+6
|\ | | | | | | | | nextcloud/fix-starting-lower-case-letter-in-tooltip-of-theming-app Fix starting lower case letter in tooltip of Theming app
| * Fix starting lower case letter in tooltip of Theming appDaniel Calviño Sánchez2017-05-201-6/+6
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #5023 from nextcloud/version_bumpJoas Schilling2017-05-2222-52/+65
|\ \ | | | | | | We are working on 13 now!
| * | Split multi-author entriesJoas Schilling2017-05-229-9/+19
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Bump app versions as wellJoas Schilling2017-05-2222-22/+22
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Adjust version requirementJoas Schilling2017-05-2222-21/+24
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #5000 from nextcloud/phil-davis-filename-input-tooltipMorris Jobke2017-05-222-0/+3
|\ \ \ | |/ / |/| | Make rename file tooltip error text change
| * | Make new file file tooltip error text changePhil Davis2017-05-211-0/+1
| | | | | | | | | | | | Signed-off-by: Phil Davis <phil@jankaritech.com>
| * | Make rename file tooltip error text changePhil Davis2017-05-211-0/+2
| |/ | | | | | | Signed-off-by: Phil Davis <phil@jankaritech.com>
* | [tx-robot] updated from transifexNextcloud bot2017-05-2216-24/+32
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-2110-0/+76
| |
* | fix for sharingDaniel Hansson2017-05-201-0/+1
|/ | | | Signed-off-by: Daniel Hansson <daniel@techandme.se>
* [tx-robot] updated from transifexNextcloud bot2017-05-2040-2/+384
|
* 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 #4951 from nextcloud/transifex-oauth2Morris Jobke2017-05-181-0/+0
|\ \ | | | | | | Add oauth2 to transifex
| * | Add oauth2 to transifexMorris Jobke2017-05-181-0/+0
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2017-05-1962-132/+26
|/ /
* | Merge pull request #4894 from nextcloud/generic-security-activitiesLukas Reschke2017-05-199-505/+2
|\ \ | | | | | | Change 2FA activities to more generic security activities
| * | 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-288/+0
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Change 2FA activities to more generic security activitiesChristoph Wurst2017-05-184-215/+0
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #4704 from nextcloud/add-oauth-code-flow-supportLukas Reschke2017-05-1830-6/+1650
|\ \ \ | | | | | | | | Add oauth code flow support
| * | | Function accepts only integersLukas Reschke2017-05-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Adjust realm from SabreDAV to NextcloudLukas Reschke2017-05-181-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Make legacy DAV backend use the BearerAuth backend as wellLukas Reschke2017-05-184-6/+17
| | | | | | | | | | | | | | | | 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>
| * | | Use Bearer backend for SabreDAVLukas Reschke2017-05-186-12/+220
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Add tests for OAuth2 appLukas Reschke2017-05-188-8/+562
| | | | | | | | | | | | | | | | 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>
| * | | Add OAuth state to sessionLukas Reschke2017-05-181-8/+9
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Cleanup codeLukas Reschke2017-05-182-3/+6
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Add XSD definitionsLukas Reschke2017-05-182-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | delete auth token when client gets deletedBjoern Schiessle2017-05-184-4/+53
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | hide client secret by defaultBjoern Schiessle2017-05-183-2/+26
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | handle case if no valid client identifier is givenBjoern Schiessle2017-05-181-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | It's a bearerLukas Reschke2017-05-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Fetch signle rowLukas Reschke2017-05-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Change to POSTLukas Reschke2017-05-181-2/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Increase length of encrypted token in databaseLukas Reschke2017-05-182-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Get a single rowLukas Reschke2017-05-182-8/+4
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Use query builderLukas Reschke2017-05-182-6/+14
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-1813-0/+761
| |/ / | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #4888 from nextcloud/theming-fallback-iconsLukas Reschke2017-05-183-37/+85
|\ \ \ | |/ / |/| | Fallback to default favicon
| * | Inject FileAccessHelper for proper testingJulius Härtl2017-05-182-8/+21
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Add proper Content-Type to iconsJulius Härtl2017-05-172-4/+4
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Fallback to default faviconJulius Härtl2017-05-173-35/+70
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>