aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1142-42/+42
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #43946 from nextcloud/feat/315/login-behavior-and-text-updateEduardo Morales2024-03-106-9/+64
|\ | | | | fix: changed login-page to reflect correct LDAP settings
| * chore(assets): compile assetsEduardo Morales2024-03-102-3/+3
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
| * chore: update logincontroller testsEduardo Morales2024-03-101-5/+12
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
| * fix: login page now correctly shows email LDAP settingsEduardo Morales2024-03-102-1/+18
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
| * feat: added login's initial possible email-statesEduardo Morales2024-03-101-0/+31
|/ | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1010-14/+40
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #43589 from nextcloud/feat/reminder-statusPytal2024-03-0918-111/+269
|\ | | | | feat(files_reminders): Add reminder status indicator
| * chore: compile assetsChristopher Ng2024-03-086-9/+9
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * fix(files_reminders): Fix translationsChristopher Ng2024-03-083-4/+4
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * chore(files_reminders): Drop moment in favour of native js Date APIChristopher Ng2024-03-081-43/+63
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * fix(files_reminders): Add year to date string if not in the same yearChristopher Ng2024-03-081-3/+20
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * feat(files_reminders): Add reminder status indicatorChristopher Ng2024-03-084-48/+122
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * chore(files_reminders): Register dav plugin directlyChristopher Ng2024-03-085-10/+57
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * fix(files): Close submenu actions after click like top-level actionsChristopher Ng2024-03-081-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #44103 from ↵dependabot[bot]2024-03-092-5/+5
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/types/dockerode-3.3.26
| * | chore(deps-dev): bump @types/dockerode from 3.3.24 to 3.3.26dependabot[bot]2024-03-092-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) from 3.3.24 to 3.3.26. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode) --- updated-dependencies: - dependency-name: "@types/dockerode" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #44091 from nextcloud/automated/noid/master-fix-npm-auditMaxence Lange2024-03-092-3/+3
|\ \ | | | | | | [master] Fix npm audit
| * | chore(deps): fix npm auditnextcloud-command2024-03-082-3/+3
| | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-0972-2/+440
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #44073 from nextcloud/fix/provide-correct-iconJoas Schilling2024-03-084-16/+44
|\ \ | | | | | | fix(AppManager): Allow to query dark **or** bright icon
| * | fix(AppManager): Allow to query dark **or** bright iconFerdinand Thiessen2024-03-084-16/+44
| | | | | | | | | | | | | | | | | | The navigation needs the bright icon, while the notifications and activity need a dark icon. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #43425 from ↵Maxence Lange2024-03-081-23/+34
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/enh/noid/no-insert-statement-if-we-know-it-exists enh(appconfig): only try to insert new value if in doubt
| * | | fix(appconfig): no insert statement if data already existMaxence Lange2024-03-081-23/+34
| | |/ | |/| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #42170 from nextcloud/fix/noid/copy-live-photosMaxence Lange2024-03-0812-89/+151
|\ \ \ | | | | | | | | handle copy of live photos
| * | | feat(files): copy live photosMaxence Lange2024-03-0812-89/+151
|/ / / | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #43778 from nextcloud/fix/edge-cspJulius Härtl2024-03-083-4/+5
|\ \ \ | | | | | | | | Fix CSP for script-src with nonce on edge
| * | | fix: Allow nonce in csp header also if no other reasons are givenJulius Härtl2024-03-081-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | fix: Add edge as supported user agent for CSPv3 noncesJulius Härtl2024-03-081-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | fix: Adjust user agent pattern for EdgeJulius Härtl2024-03-081-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #44083 from nextcloud/revert-44066-pulsejet/ver-ncLouis2024-03-081-5/+0
|\ \ \ \ | |_|/ / |/| | | Revert "files_versions: add missing null check"
| * | | Revert "files_versions: add missing null check"Louis2024-03-081-5/+0
| | |/ | |/|
* | | Merge pull request #44064 from ↵Robin Appelman2024-03-083-81/+52
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/deprecate-getNumberOfUnreadCommentsForFolder refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's …
| * | | refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's ↵Robin Appelman2024-03-073-81/+52
| | | | | | | | | | | | | | | | | | | | | | | | implementation based on getNumberOfUnreadCommentsForObjects Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #44082 from nextcloud/fix/setup-checksFerdinand Thiessen2024-03-082-5/+5
|\ \ \ \ | |_|_|/ |/| | | fix(settings): Adjust order of parameters for `runRequest`
| * | | fix(settings): Adjust order of parameters for `runRequest`Ferdinand Thiessen2024-03-082-5/+5
| | |/ | |/| | | | | | | | | | | | | Fixing invalid request to host `HEAD`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #43983 from nextcloud/fix/s3-upload-shared-lockRobin Appelman2024-03-081-1/+1
|\ \ \ | |/ / |/| | Use the proper path to check if a file needs to be copied/moved to the actual target storage
| * | fix: Use proper path when trying to check if a file needs to get copiedJulius Härtl2024-03-081-1/+1
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #43992 from nextcloud/fix/avoid-cache-clearJohn Molakvoæ2024-03-081-1/+10
|\ \ | | | | | | fix: Avoid clear cache with prefix
| * | fix: Avoid clear cache with prefixJulius Härtl2024-03-081-1/+10
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #44074 from nextcloud/fix/updatenotification-testJoas Schilling2024-03-084-32/+34
|\ \ | | | | | | fix(updatenotification): Adjust tests for changed IAppConfig
| * | fix(updatenotification): Adjust tests for changed IAppConfigFerdinand Thiessen2024-03-084-32/+34
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-08502-1498/+3224
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #44062 from nextcloud/fix/preview-cancelJohn Molakvoæ2024-03-074-10/+22
|\ \ | | | | | | fix(files): properly reset preview component
| * | fix(files): properly reset preview componentJohn Molakvoæ (skjnldsv)2024-03-074-10/+22
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #43982 from nextcloud/fixMemExaustJohn Molakvoæ2024-03-071-2/+7
|\ \ \ | | | | | | | | fix(filecache): Move from array_merge to avoid memory exhaustion on large scans
| * | | fix(filecache): Move from array_merge to avoid memory exhaustionGit'Fellow2024-03-041-2/+7
| | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | Merge pull request #43991 from nextcloud/release/29.0.0_beta_1v29.0.0beta1Arthur Schiwon2024-03-071-2/+2
|\ \ \ \ | |_|/ / |/| | | 29.0.0 beta 1
| * | | 29.0.0 beta 1Arthur Schiwon2024-03-051-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #43967 from nextcloud/feat/app-updated-notificationJohn Molakvoæ2024-03-0752-217/+1558
|\ \ \ \ | | | | | | | | | | feat: Provide app-updated notifications for users