summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #16310 from nextcloud/enh/drop-execution-contextRoeland Jago Douma2019-07-092-3/+3
|\ | | | | Don't send executionContexts for Clear-Site-Data
| * Don't send executionContexts for Clear-Site-DataDaniel Kesselberg2019-07-092-3/+3
| | | | | | | | | | | | | | | | | | | | There are plans to remove executionContexts from the spec: https://github.com/w3c/webappsec-clear-site-data/issues/59 Firefox already removed it https://bugzilla.mozilla.org/show_bug.cgi?id=1548034 Chromium implementation is not finish: https://bugs.chromium.org/p/chromium/issues/detail?id=898503&q=clear-site-data&sort=-modified&colspec=ID%20Pri%20M%20Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #16206 from nextcloud/feature/remote-wipe-allRoeland Jago Douma2019-07-0914-48/+281
|\ \ | | | | | | Make it possible to wipe all tokens/devices of a user as (sub) admin
| * | Update testsRoeland Jago Douma2019-07-091-4/+13
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Make it possible to wipe all tokens/devices of a userChristoph Wurst2019-07-0910-31/+171
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Refactor: move remote wipe token logic to RW serviceChristoph Wurst2019-07-095-13/+97
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #15881 from PhieF/toggle-password-loginRoeland Jago Douma2019-07-094-3/+25
|\ \ | | | | | | adding toggle password to be able to see it when login
| * | adding toggle password to be able to see itPhie2019-07-094-3/+25
| | | | | | | | | | | | Signed-off-by: Phie <phie@phie.ovh>
* | | Merge pull request #16307 from ↵Roeland Jago Douma2019-07-091-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/previewv1adapter-isAvailable Fix ProviderV1Adapter isAvailable wrapper
| * | | Fix ProviderV1Adapter isAvailable wrapperJulius Härtl2019-07-091-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #15867 from nextcloud/preview-versioningRoeland Jago Douma2019-07-094-17/+70
|\ \ \ \ | | | | | | | | | | allow keeping multiple preview "versions" of the same file
| * | | | allow keeping multiple preview "versions" of the same fileRobin Appelman2019-07-084-17/+70
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The main use case here is storage provided versioning where we dont have separate file ids for all the versions, by allowing a prefix for the version we can store separate previews for all the versions. Additionally, by keeping all the version previews in the same folder as the "normal" previews they will be cleaned up properly when the file is deleted Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #15730 from nextcloud/enh/14179/event_for_cspRoeland Jago Douma2019-07-099-6/+167
|\ \ \ \ | | | | | | | | | | Add an event to edit the CSP
| * | | | Add an event to edit the CSPRoeland Jago Douma2019-07-089-6/+167
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces and event that can be listend to when we actually use the CSP. This means that apps no longer have to always inject their CSP but only do so when it is required. Yay for being lazy. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #16301 from nextcloud/dep/js/markedRoeland Jago Douma2019-07-098-12/+12
|\ \ \ \ | |_|_|/ |/| | | Bump marked to 0.7.0
| * | | Bump marked to 0.7.0Roeland Jago Douma2019-07-098-12/+12
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #16295 from nextcloud/csrftokenmanager-injectMorris Jobke2019-07-091-2/+3
|\ \ \ \ | | | | | | | | | | allow injecting CsrfTokenManager by class
| * | | | allow injecting CsrfTokenManager by classRobin Appelman2019-07-091-2/+3
| |/ / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #16195 from nextcloud/bugfix/7556/smb-symlink-share-mtimeRoeland Jago Douma2019-07-091-0/+2
|\ \ \ \ | |/ / / |/| | | Ignore forbidden exception when fetching share mtime on SMB for symlinks
| * | | Ignore forbidden exception when fetching share mtime on SMB for symlinksMorris Jobke2019-07-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/nextcloud/server/pull/7556#issuecomment-499028026 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #16300 from nextcloud/deps/js/babelRoeland Jago Douma2019-07-094-322/+174
|\ \ \ \ | |_|_|/ |/| | | Update babel deps
| * | | Update babel depsRoeland Jago Douma2019-07-084-322/+174
| |/ / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / [tx-robot] updated from transifexNextcloud bot2019-07-0940-34/+22
|/ /
* | Merge pull request #16292 from ↵Roeland Jago Douma2019-07-0810-1130/+0
|\ \ | | | | | | | | | | | | nextcloud/techdebt/noid/cleanup-outdated-repair-steps Remove one time repair steps that have already run when updating to 17
| * | Remove one time repair steps that have already run when updating to 17Morris Jobke2019-07-0810-1130/+0
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #16277 from nextcloud/dependabot/npm_and_yarn/webpack-4.35.2Roeland Jago Douma2019-07-0842-121/+121
|\ \ | | | | | | Bump webpack from 4.35.0 to 4.35.2
| * | Bump webpack from 4.35.0 to 4.35.2dependabot-preview[bot]2019-07-0842-121/+121
| |/ | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.35.0 to 4.35.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.35.0...v4.35.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #16288 from nextcloud/fix/16229/cleanup-cypress-folderRoeland Jago Douma2019-07-084-0/+86
|\ \ | |/ |/| Try to delete the cypress folder of the viewer app
| * Try to delete the cypress folder of the viewer appMorris Jobke2019-07-084-0/+86
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #16153 from akshala/resetPassword-text-changedMorris Jobke2019-07-083-3/+3
|\ | | | | changed the text for reset password
| * Update core/src/components/login/ResetPassword.vueAkshala Bhatnagar2019-07-073-3/+3
| | | | | | | | Co-Authored-By: Julius Härtl <jus@bitgrid.net>
| * changed the text for reset passwordAkshala Bhatnagar2019-07-071-1/+1
| | | | | | | | Signed-off-by: Akshala Bhatnagar <akshala.bhatnagar@gmail.com>
* | Bump vue-router from 3.0.6 to 3.0.7 (#16273)John Molakvoæ2019-07-084-7/+7
|\ \ | | | | | | Bump vue-router from 3.0.6 to 3.0.7
| * | Bump vue-router from 3.0.6 to 3.0.7dependabot-preview[bot]2019-07-084-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.6 to 3.0.7. - [Release notes](https://github.com/vuejs/vue-router/releases) - [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-router/compare/v3.0.6...v3.0.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-07-0816-2/+18
| | |
* | | Properly load permissions in showActions (#15992)John Molakvoæ2019-07-071-1/+1
|\ \ \ | |_|/ |/| | Properly load permissions in showActions
| * | Properly load permissions in showActionsJulius Härtl2019-07-051-1/+1
| | | | | | | | | | | | | | | | | | When setViewerMode(false) is called, the permissions should be fetched from the available dirInfo Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Use theme colors for text selection (#16037)John Molakvoæ2019-07-071-0/+8
|\ \ \ | | | | | | | | Use theme colors for text selection
| * | | Use theme colors for text selectionJan-Christoph Borchardt2019-07-051-0/+8
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Mimetype list integrity check should not fail if it's changed (#15810)John Molakvoæ2019-07-0710-77/+532
|\ \ \ \ | | | | | | | | | | Mimetype list integrity check should not fail if it's changed
| * | | | Remove empty linesXheni Myrtaj2019-07-041-2/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
| * | | | Added Tests for modified mimetypelistXheni Myrtaj2019-07-043-3/+393
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
| * | | | Update lib/private/IntegrityCheck/Checker.phpXheni Myrtaj2019-05-311-1/+1
| | | | | | | | | | | | | | | Co-Authored-By: Morris Jobke <hey@morrisjobke.de>
| * | | | Fix checker testXheni Myrtaj2019-05-301-2/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
| * | | | Update autoload mapXheni Myrtaj2019-05-302-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
| * | | | Add function parameter typehintXheni Myrtaj2019-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
| * | | | Fix indentationXheni Myrtaj2019-05-291-21/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
| * | | | Add new lineXheni Myrtaj2019-05-291-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
| * | | | Do not fail integrity check if mimetype list is changedXheni Myrtaj2019-05-296-97/+155
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
* | | | | Merge pull request #16236 from gary-kim/fix/16076/admin-settings-alignmentJohn Molakvoæ2019-07-072-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix alignment issues in admin settings