summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-05-2012-2/+22
|
* 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-191-2/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* [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>
* | Merge pull request #4812 from nextcloud/move-sharing-to-migrationBjörn Schießle2017-05-187-526/+310
|\ \ | | | | | | Move the file sharing app to migration
| * | Fix the share type of guest shares when migrating from ownCloudJoas Schilling2017-05-122-0/+83
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Move the file sharing app to migrationJoas Schilling2017-05-126-526/+227
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Add the column so we keep the value from before the updateJoas Schilling2017-05-181-1/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2017-05-1832-2/+60
| | |
* | | Merge pull request #4921 from nextcloud/filerow-clickabilityLukas Reschke2017-05-171-0/+1
|\ \ \ | | | | | | | | Increase width of clickable area in file row to open file/folder
| * | | Increase width of clickable area in file row to open file/folderJan-Christoph Borchardt2017-05-161-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | [tx-robot] updated from transifexNextcloud bot2017-05-1782-174/+188
| | | |
* | | | Merge pull request #4922 from nextcloud/verbose-uploadmenu-textMorris Jobke2017-05-171-2/+2
|\ \ \ \ | | | | | | | | | | Use more verbose text for upload menu
| * | | | Use more verbose text for upload menuJan-Christoph Borchardt2017-05-161-2/+2
| |/ / / | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #4918 from nextcloud/theming-capabilities-plain-backgroundMorris Jobke2017-05-172-28/+48
|\ \ \ \ | | | | | | | | | | OCS Return color when theming uses no background image
| * | | | Return color when theming uses no background imageJulius Härtl2017-05-172-28/+48
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Fix testsJulius Härtl2017-05-171-5/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Use appdata logo when generating iconsJulius Härtl2017-05-174-33/+65
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2017-05-176-0/+6
| | |