aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix testValdnet2022-09-191-4/+4
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* l10n: Spelling unificationValdnet2022-09-193-4/+4
| | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* l10n: Change to a capital letterValdnet2022-09-171-2/+2
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-17308-1030/+1294
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #33502 from nextcloud/enh/27869/localePytal2022-09-1616-131/+338
|\ | | | | Remake locale saving with Vue
| * Fix test failure introduced in https://github.com/nextcloud/server/pull/33819Christopher Ng2022-09-161-0/+6
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Remake locale saving with VueChristopher Ng2022-09-1615-131/+332
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #34113 from ↵Carl Schwan2022-09-162-46/+46
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/scss-tokenizer-and-node-sass-0.4.3 Bump scss-tokenizer and node-sass
| * Bump scss-tokenizer and node-sassdependabot[bot]2022-09-162-46/+46
|/ | | | | | | | | | | | | | | | | | | | | | Bumps [scss-tokenizer](https://github.com/sasstools/scss-tokenizer) and [node-sass](https://github.com/sass/node-sass). These dependencies needed to be updated together. Updates `scss-tokenizer` from 0.3.0 to 0.4.3 - [Release notes](https://github.com/sasstools/scss-tokenizer/releases) - [Commits](https://github.com/sasstools/scss-tokenizer/compare/v0.3.0...v0.4.3) Updates `node-sass` from 7.0.1 to 7.0.3 - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v7.0.1...v7.0.3) --- updated-dependencies: - dependency-name: scss-tokenizer dependency-type: indirect - dependency-name: node-sass dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #34110 from nextcloud/update-nextcloud-vue-7.0.0-beta.4Vincent Petry2022-09-164-11/+11
|\ | | | | Bump @nextcloud/vue from 7.0.0-beta.2 to 7.0.0-beta.4
| * Bump @nextcloud/vue from 7.0.0-beta.2 to 7.0.0-beta.4Vincent Petry2022-09-164-11/+11
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #33819 from nextcloud/fix/user-exists-l10nVincent Petry2022-09-164-12/+4
|\ \ | | | | | | Fix translation of user exists error server-side
| * | Fix translation of user exists error server-sideChristopher Ng2022-09-154-12/+4
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #34073 from nextcloud/login-email-filterVincent Petry2022-09-161-0/+3
|\ \ \ | | | | | | | | dont try email login if the provider username is not a valid email
| * | | dont try email login if the provider username is not a valid emailRobin Appelman2022-09-141-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #34096 from nextcloud/bug/noid/tag-loadingVincent Petry2022-09-169-27/+34
|\ \ \ \ | | | | | | | | | | Tag loading
| * | | | Compile core-systemtags.js and systemtags-systemtags.jsDaniel Kesselberg2022-09-154-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | Rewrite OC.SystemTags.getDescriptiveTag to vanilla jsDaniel Kesselberg2022-09-154-20/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For every tag a deprecation warning is emitted. With 10k tags the ui becomes unresponsive and inspector crashed occasionally. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | Improve loading for tagsDaniel Kesselberg2022-09-151-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When opening the tag select and type something the tags are loaded. If you continue to type but the tags are not finally loaded yet (the first xhr request is still running) another xhr request is triggered. This happens for every keystroke. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | Add minimumInputLength for tags selectDaniel Kesselberg2022-09-152-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #24596 from kofemann/dcache-wormVincent Petry2022-09-162-0/+22
|\ \ \ \ \ | |_|_|_|/ |/| | | | make NextCloud WORM file system friendly
| * | | | config: add a switch to control truncate before updateTigran Mkrtchyan2022-09-162-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To avoid extra truncate on non WORM file systems, add a new config option `localstorage.unlink_on_truncate`, which defaults to false. The OC\Files\Storage\Local is update to respect that option. Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
| * | | | files: remove destination file before copying new content (WORM)Tigran Mkrtchyan2022-09-161-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
| * | | | files: make OC\Files\Storage\Local WORM friendlyTigran Mkrtchyan2022-08-251-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some filesystems run as a Write-Once-Read-Many storages. This makes them impossible to use with NexeCloud, as the file system layers uses `truncate` syscall (through file_put_contents function). As Nextcloud is never updates existing files, removing the old entry and creatint a new one on update will allow NextCoud to update on such file systems. Update Local#fopen and Local#file_put_contents to remote existing file before truncating. Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
* | | | | Merge pull request #34020 from nextcloud/logical-opVincent Petry2022-09-161-18/+12
|\ \ \ \ \ | | | | | | | | | | | | Switch logical operators (and|or)
| * | | | | Switch logical operators (and|or)Git'Fellow2022-09-121-18/+12
| | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | Merge pull request #33658 from nextcloud/dashboard-api-widgetsVincent Petry2022-09-1611-44/+421
|\ \ \ \ \ \ | | | | | | | | | | | | | | Extend dashboard api to allow listing of widgets
| * | | | | | Fix phpunitJoas Schilling2022-09-161-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Add since tagsJoas Schilling2022-09-163-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | adjust empty array checkJulien Veyssier2022-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
| * | | | | | set round item icons for user status widgetRobin Appelman2022-09-151-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | implement IButtonWidget and IIconWidget in user_statusJulien Veyssier2022-09-151-3/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
| * | | | | | implement IAPIWidget in user_statusJulien Veyssier2022-09-151-28/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
| * | | | | | move widget options into a Option classRobin Appelman2022-09-156-11/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | add IItemOptionWidget to define some item-related parameters, only ↵Julien Veyssier2022-09-152-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getItemIconsRound() for now Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
| * | | | | | change widget button api to support multiple button typesRobin Appelman2022-09-155-22/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | allow adding button to dashboard api outputRobin Appelman2022-09-154-8/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | allow filtering dashboard items api by widgetsRobin Appelman2022-09-151-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | add dashboard api to list widgetsRobin Appelman2022-09-153-0/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #34050 from nextcloud/bug/noid/login-form-focusVincent Petry2022-09-165-8/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Set focus to input field for login form
| * | | | | | | Set focus to input fieldDaniel Kesselberg2022-09-165-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix: - TypeError: this.$refs.user.focus is not a function - TypeError: this.$refs.password.focus is not a function Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | Merge pull request #34108 from nextcloud/Valdnet-patch-3Joas Schilling2022-09-165-11/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | l10n: Correct error messages
| * | | | | | | | Compile assetsnextcloud-command2022-09-162-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | | l10n: Remove spacesValdnet2022-09-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * | | | | | | | l10n: Correct error messagesValdnet2022-09-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * | | | | | | | l10n: Correct error messagesValdnet2022-09-161-4/+4
| |/ / / / / / / | | | | | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | | | | | | Merge pull request #34105 from ↵Carl Schwan2022-09-161-4/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | | | | | | | Update psalm baselinenextcloud-command2022-09-161-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | | | Merge pull request #34097 from nextcloud/Rello-patch-1Carl Schwan2022-09-165-5/+2
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | 'overview:hidden' cutting navigation menu
| * | | | | | | | Compile assetsnextcloud-command2022-09-154-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>