aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Use helper method for content length and last modifiedDaniel Kesselberg2018-10-011-11/+54
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Reuse information from ListObjects for stat / filetypeDaniel Kesselberg2018-09-301-0/+5
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* [tx-robot] updated from transifexNextcloud bot2018-09-3028-10/+104
|
* Merge pull request #11445 from ↵Roeland Jago Douma2018-09-292-118/+107
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-4.20.2 Bump webpack from 4.19.1 to 4.20.2 in /apps/oauth2
| * Bump webpack from 4.19.1 to 4.20.2 in /apps/oauth2dependabot[bot]2018-09-282-118/+107
| | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.19.1 to 4.20.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.19.1...v4.20.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | [tx-robot] updated from transifexNextcloud bot2018-09-29152-558/+598
|/
* Merge pull request #11432 from nextcloud/assemblystream-eofMorris Jobke2018-09-281-1/+1
|\ | | | | AssemblyStream is also eof if we have no more source stream
| * AssemblyStream is also eof if we have no more source streamRobin Appelman2018-09-281-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #11037 from nextcloud/trash-webui-davMorris Jobke2018-09-2817-710/+387
|\ \ | | | | | | Use trashbin dav endpoint to list trash in webui
| * | fix trashbin js testsRobin Appelman2018-09-261-143/+141
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | use dav trashbin api for restoreRobin Appelman2018-09-202-48/+33
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | use dav trash api for removing from trashbinRobin Appelman2018-09-202-73/+67
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | remove old trashbin apiRobin Appelman2018-09-204-232/+0
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | remove old trashbin endpointRobin Appelman2018-09-202-50/+0
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Use trashbin dav endpoint to list trash in webuiRobin Appelman2018-09-201-43/+39
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | expose additional props from trashbin sabre endpointRobin Appelman2018-09-209-130/+116
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-09-2870-174/+282
| | |
* | | Compile filesummary handlebarsRoeland Jago Douma2018-09-275-13/+26
| |/ |/| | | | | | | | | | | | | | | | | Fixes #11030 For https://github.com/orgs/nextcloud/projects/18 This template is now compiled so this no longer has to happen in the browser. Another step towards a stricter CSP. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix generate button event and show regenerate button only when enabledChristoph Wurst2018-09-273-27/+30
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Bump npm packagesRoeland Jago Douma2018-09-273-435/+314
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Move to standard formatRoeland Jago Douma2018-09-2715-43/+87
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Migrate backup codes settings to VueChristoph Wurst2018-09-2713-223/+4955
| | | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/11034. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2018-09-27130-138/+150
| |
* | Merge pull request #11112 from ↵Morris Jobke2018-09-261-1/+48
|\ \ | | | | | | | | | | | | nextcloud/do-not-hide-the-progress-bar-while-the-chunked-upload-is-being-assembled Do not hide the progress bar while the chunked upload is being assembled
| * | Do not hide the progress bar while the chunked upload is being assembledDaniel Calviño Sánchez2018-09-071-1/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Large files are not uploaded in a single operation, but uploaded in several chunks; once all the chunks are uploaded then the server needs to assemble them to get the final file. Before, once the chunks were uploaded the progress bar was hidden. However, this was confusing for the users, as the file could still need some time to appear in the file list due to the assembling. Now once all the chunks are uploaded the text in the progress bar changes to inform the user that there are still some pending operations, and only when the file is finally assembled the progress bar is hidden. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | do not explode when getting permissions from a FailedStorageArthur Schiwon2018-09-261-1/+9
| | | | | | | | | | | | | | | | | | | | | for instance if a user of an external user backend is not available currently, the whole Files UI would be frozen. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2018-09-2628-50/+52
| | |
* | | Merge pull request #11123 from CrazyEasy/patch-1Roeland Jago Douma2018-09-251-2/+2
|\ \ \ | | | | | | | | Bugfix 2FA theme: buttons white
| * | | Used CSS VariablesEASY2018-09-101-2/+2
| | | |
| * | | Update theming.scssEASY2018-09-091-2/+2
| | | |
* | | | Merge pull request #11363 from nextcloud/update/npm/updatenotificationsRoeland Jago Douma2018-09-254-38/+33
|\ \ \ \ | | | | | | | | | | [npm] Bump updatenotifications
| * | | | [npm] Bump updatenotificationsRoeland Jago Douma2018-09-254-38/+33
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #11364 from nextcloud/update/npm/accessibilityMorris Jobke2018-09-252-511/+305
|\ \ \ \ \ | | | | | | | | | | | | [npm] Bump accessibility
| * | | | | [npm] Bump accessibilityRoeland Jago Douma2018-09-252-511/+305
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / / / [npm] Bump oauth2Roeland Jago Douma2018-09-252-452/+293
|/ / / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #11249 from ↵Roeland Jago Douma2018-09-252-19/+24
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/oauth2/vue-loader-15.4.2 Bump vue-loader from 15.2.6 to 15.4.2 in /apps/oauth2
| * | | | Bump vue-loader from 15.2.6 to 15.4.2 in /apps/oauth2dependabot[bot]2018-09-242-19/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.2.6 to 15.4.2. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-09-2536-226/+260
|/ / / /
* | | | Bump webpack-cli from 3.1.0 to 3.1.1 in /apps/updatenotificationdependabot[bot]2018-09-242-241/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/commits/v3.1.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | [tx-robot] updated from transifexNextcloud bot2018-09-2312-30/+200
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2018-09-2224-76/+110
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2018-09-2134-28/+86
| |_|/ |/| |
* | | Merge pull request #11228 from nextcloud/fix/11144/empty-favorite-namesJoas Schilling2018-09-202-5/+70
|\ \ \ | | | | | | | | Fixes empty favorite names for trailing slashes
| * | | Fixes empty favorite names for trailing slashesMichael Weimann2018-09-192-5/+70
| | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | [tx-robot] updated from transifexNextcloud bot2018-09-202-0/+4
| | | |
* | | | Merge pull request #11041 from ↵Joas Schilling2018-09-193-11/+18
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/noid/get_permission_of_storage_for_shares Check the permission of the underlying storage
| * | | | Update test now that we check permissions properlyRoeland Jago Douma2018-09-061-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that we actually check thepermissions properly we have to update the tests. * We checked an invalid path * We checked from wrong permissions (files never have CREATE permissions for example) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Properly check share permissionsRoeland Jago Douma2018-09-061-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | isCreatable only works on folders isUpdatable if the file is not there but it is a part file also has to be checked on the folder Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Fix shared cacheRoeland Jago Douma2018-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Check the permission of the underlying storageRoeland Jago Douma2018-09-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Else shares might expose more permissions than the storage actually providers. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>