summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add fclose on opened resourcesCôme Chilliet2023-05-111-0/+7
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Rename command to drop-legacy-filekey and remove comment about legacy mode.Côme Chilliet2023-05-115-112/+114
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Copy data back instead of renaming to avoid changing the fileidCôme Chilliet2023-05-111-2/+11
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Copy and move files to migrate them to the new keyCôme Chilliet2023-05-091-12/+21
| | | | | | | We have to rewrite the header, so the whole file needs to be rewritten, so we just use the same strategy as DecryptAll. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Log failures to delete legacy file keyCôme Chilliet2023-05-041-1/+6
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix fopen modeCôme Chilliet2023-05-041-3/+8
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add an occ command to scan files for legacy file key in use and get rid of thoseCôme Chilliet2023-05-046-109/+246
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #37148 from nextcloud/enh/noid/increase-imaginary-timeoutsSimon L2023-05-041-0/+2
|\ | | | | increase imaginary timeouts as for big files the processing could take very long
| * increase imaginary timeouts as for big files the processing could take very longSimon L2023-03-091-0/+2
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Merge pull request #38028 from nextcloud/fix/36958Ferdinand Thiessen2023-05-043-6/+6
|\ \ | | | | | | fix(settings): Increase "Edit your profile visibility button" contrast
| * | fix(settings): Increase "Edit your profile visibility button" contrastFerdinand Thiessen2023-05-023-6/+6
| | | | | | | | | | | | | | | | | | | | | Before this the contrast of the button was too low in terms of accessibility. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #38050 from nextcloud/fix/skip-content-buttonsFerdinand Thiessen2023-05-045-5/+7
|\ \ \ | | | | | | | | Fix "skip content"-buttons on small screen sizes
| * | | chore: Build css assetsFerdinand Thiessen2023-05-034-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | fix(core): Show skip content buttons on lowres displays correctlyFerdinand Thiessen2023-05-031-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #38051 from nextcloud/fix/weather-menu-ariaFerdinand Thiessen2023-05-043-3/+4
|\ \ \ \ | | | | | | | | | | fix(weather_status): Override the default `NcActions` aria-label
| * | | | Compile assetsnextcloud-command2023-05-032-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(weather_status): Override the default `NcActions` aria-labelFerdinand Thiessen2023-05-031-0/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #38046 from nextcloud/bugfix/noid/abort-dav-requests-with-429Joas Schilling2023-05-046-7/+70
|\ \ \ \ | | | | | | | | | | fix(dav): Also throw in basic auth requests
| * | | | fix(dav): Abort requests with 429 instead of waitingJoas Schilling2023-05-036-7/+70
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #38056 from nextcloud/dependabot/npm_and_yarn/engine.io-6.4.2dependabot[bot]2023-05-041-6/+6
|\ \ \ \
| * | | | build(deps): Bump engine.io from 6.4.1 to 6.4.2dependabot[bot]2023-05-041-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [engine.io](https://github.com/socketio/engine.io) from 6.4.1 to 6.4.2. - [Release notes](https://github.com/socketio/engine.io/releases) - [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/engine.io/compare/6.4.1...6.4.2) --- updated-dependencies: - dependency-name: engine.io dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-0498-84/+226
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #38034 from ↵Daniel2023-05-031-112/+75
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | | | Update psalm baselinenextcloud-command2023-05-031-112/+75
| | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | Merge pull request #38016 from nextcloud/oracle-limit-workaroundDaniel2023-05-031-0/+1
|\ \ \ \ \ | | | | | | | | | | | | fix: add workaround for oci and limit queries
| * | | | | fix: add workaround for oci and limit queriesDaniel Kesselberg2023-05-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DBAL uses a helper column "doctrine_rownum" for top-n queries Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | Merge pull request #38045 from nextcloud/fix/35760Julius Härtl2023-05-033-7/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix app overflow menu on bright color theme
| * | | | | | fix(AppMenu): On bright color theme the app icons in the overflow menu must ↵Ferdinand Thiessen2023-05-033-7/+13
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be inverted Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | Merge pull request #38012 from nextcloud/fix/a11y-share-inputPytal2023-05-033-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix share input idChristopher Ng2023-05-023-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | Merge pull request #37967 from ↵Julia Kirschenheuter2023-05-033-3/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/36926-The_visually_hidden_elements_of_the_navigation_on_the_left_are_always_read_by_screen_readers Add `aria-hidden` attr to the whole navigation depending on a sidebar state
| * | | | | | Add `aria-hidden` attr to the whole navigation depending on a sidebar statejulia.kirschenheuter2023-05-033-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | | | | Merge pull request #38025 from ↵Johannes2023-05-031-0/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enh/37800/write-profile-prop-to-system-adressbook enh(contacts): write profile prop and backend prop to system addressbook
| * | | | | | | enh(contacts): write profile prop and backend prop to system addressbookJohannes Merkel2023-05-021-0/+6
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de>
* | | | | | | Merge pull request #37787 from nextcloud/fix/rollback-files-locked-by-appsJulius Härtl2023-05-032-16/+67
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix: catch ManuallyLockedException and use app context
| * | | | | | | fix: catch ManuallyLockedException and use app contextMax2023-05-032-16/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The files_lock app may throw ManuallyLockedExceptions when attempting to revert a file that is currently opened. This would prevent the user from rolling back a opened file. Text and Richdocuments handle changes of the file while editing. Allow reverting files even when they are locked by these apps and let the apps handle the conflict. Signed-off-by: Max <max@nextcloud.com>
* | | | | | | | Merge pull request #37937 from nextcloud/artonge/feat/remove_non_existing_jobsArthur Schiwon2023-05-031-1/+2
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Remove job from oc_jobs when the file is not findable
| * | | | | | | Remove job from oc_jobs when the file is not findableLouis Chemineau2023-05-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When an application is disabled, or when a background jobs is removed by the app developer, then the job won't be found. In those cases, it makes sense to remove those jobs from oc_job. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | | Merge pull request #38003 from nextcloud/bugfix/noid/improve-translations-apiJoas Schilling2023-05-036-12/+73
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Improve translations api with detecting languages
| * | | | | | | | feat(translation): Return the detected language so clients can show more detailsJoas Schilling2023-05-026-9/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | fix(translation): Detect the language first and then ask all providers for ↵Joas Schilling2023-05-021-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | translations Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | Merge pull request #37385 from ↵Joas Schilling2023-05-033-15/+194
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/dont-allow-adding-the-same-email-multiple-times fix(provisioning_api): Don't allow to configure the same additional e…
| * | | | | | | | | fix(tests): Fix new integration testsJoas Schilling2023-04-261-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The integration tests are not isolated, so we can not reuse previously used data Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | | fix(provisioning_api): Don't allow to configure the same additional email ↵Joas Schilling2023-04-263-4/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | multiple times Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | | Merge pull request #37802 from nextcloud/fix/37729Marcel Klehr2023-05-033-4/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Compile assetsnextcloud-command2023-05-022-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | | | fix(files_sharing): Don't show copy action when !canDownload and no update ↵Marcel Klehr2023-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | permissions Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | | | | Merge pull request #37958 from ↵Arthur Schiwon2023-05-031-30/+19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/artonge/fix/better_handle_expireDate_for_share Mutualize expireDate handling when creating and updating a share
| * | | | | | | | | | Mutualize expireDate handling when creating and updating a shareLouis Chemineau2023-04-271-30/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | | | | | Merge pull request #37943 from nextcloud/fix/fix-getcontent-return-typeArthur Schiwon2023-05-0310-13/+16
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix file_get_content signatures to make it clear it can return false