Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-11 | 42 | -42/+42 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #43946 from nextcloud/feat/315/login-behavior-and-text-update | Eduardo Morales | 2024-03-10 | 6 | -9/+64 |
|\ | | | | | fix: changed login-page to reflect correct LDAP settings | ||||
| * | chore(assets): compile assets | Eduardo Morales | 2024-03-10 | 2 | -3/+3 |
| | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
| * | chore: update logincontroller tests | Eduardo Morales | 2024-03-10 | 1 | -5/+12 |
| | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
| * | fix: login page now correctly shows email LDAP settings | Eduardo Morales | 2024-03-10 | 2 | -1/+18 |
| | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
| * | feat: added login's initial possible email-states | Eduardo Morales | 2024-03-10 | 1 | -0/+31 |
|/ | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-10 | 10 | -14/+40 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #43589 from nextcloud/feat/reminder-status | Pytal | 2024-03-09 | 18 | -111/+269 |
|\ | | | | | feat(files_reminders): Add reminder status indicator | ||||
| * | chore: compile assets | Christopher Ng | 2024-03-08 | 6 | -9/+9 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | fix(files_reminders): Fix translations | Christopher Ng | 2024-03-08 | 3 | -4/+4 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | chore(files_reminders): Drop moment in favour of native js Date API | Christopher Ng | 2024-03-08 | 1 | -43/+63 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | fix(files_reminders): Add year to date string if not in the same year | Christopher Ng | 2024-03-08 | 1 | -3/+20 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | feat(files_reminders): Add reminder status indicator | Christopher Ng | 2024-03-08 | 4 | -48/+122 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | chore(files_reminders): Register dav plugin directly | Christopher Ng | 2024-03-08 | 5 | -10/+57 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | fix(files): Close submenu actions after click like top-level actions | Christopher Ng | 2024-03-08 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Merge pull request #44103 from ↵ | dependabot[bot] | 2024-03-09 | 2 | -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.26 | dependabot[bot] | 2024-03-09 | 2 | -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-audit | Maxence Lange | 2024-03-09 | 2 | -3/+3 |
|\ \ | | | | | | | [master] Fix npm audit | ||||
| * | | chore(deps): fix npm audit | nextcloud-command | 2024-03-08 | 2 | -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 Transifex | Nextcloud bot | 2024-03-09 | 72 | -2/+440 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #44073 from nextcloud/fix/provide-correct-icon | Joas Schilling | 2024-03-08 | 4 | -16/+44 |
|\ \ | | | | | | | fix(AppManager): Allow to query dark **or** bright icon | ||||
| * | | fix(AppManager): Allow to query dark **or** bright icon | Ferdinand Thiessen | 2024-03-08 | 4 | -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 Lange | 2024-03-08 | 1 | -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 exist | Maxence Lange | 2024-03-08 | 1 | -23/+34 |
| | |/ | |/| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | Merge pull request #42170 from nextcloud/fix/noid/copy-live-photos | Maxence Lange | 2024-03-08 | 12 | -89/+151 |
|\ \ \ | | | | | | | | | handle copy of live photos | ||||
| * | | | feat(files): copy live photos | Maxence Lange | 2024-03-08 | 12 | -89/+151 |
|/ / / | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | Merge pull request #43778 from nextcloud/fix/edge-csp | Julius Härtl | 2024-03-08 | 3 | -4/+5 |
|\ \ \ | | | | | | | | | Fix CSP for script-src with nonce on edge | ||||
| * | | | fix: Allow nonce in csp header also if no other reasons are given | Julius Härtl | 2024-03-08 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | | fix: Add edge as supported user agent for CSPv3 nonces | Julius Härtl | 2024-03-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | | fix: Adjust user agent pattern for Edge | Julius Härtl | 2024-03-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | Merge pull request #44083 from nextcloud/revert-44066-pulsejet/ver-nc | Louis | 2024-03-08 | 1 | -5/+0 |
|\ \ \ \ | |_|/ / |/| | | | Revert "files_versions: add missing null check" | ||||
| * | | | Revert "files_versions: add missing null check" | Louis | 2024-03-08 | 1 | -5/+0 |
| | |/ | |/| | |||||
* | | | Merge pull request #44064 from ↵ | Robin Appelman | 2024-03-08 | 3 | -81/+52 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/deprecate-getNumberOfUnreadCommentsForFolder refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's … | ||||
| * | | | refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's ↵ | Robin Appelman | 2024-03-07 | 3 | -81/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | implementation based on getNumberOfUnreadCommentsForObjects Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #44082 from nextcloud/fix/setup-checks | Ferdinand Thiessen | 2024-03-08 | 2 | -5/+5 |
|\ \ \ \ | |_|_|/ |/| | | | fix(settings): Adjust order of parameters for `runRequest` | ||||
| * | | | fix(settings): Adjust order of parameters for `runRequest` | Ferdinand Thiessen | 2024-03-08 | 2 | -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-lock | Robin Appelman | 2024-03-08 | 1 | -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 copied | Julius Härtl | 2024-03-08 | 1 | -1/+1 |
|/ / | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #43992 from nextcloud/fix/avoid-cache-clear | John Molakvoæ | 2024-03-08 | 1 | -1/+10 |
|\ \ | | | | | | | fix: Avoid clear cache with prefix | ||||
| * | | fix: Avoid clear cache with prefix | Julius Härtl | 2024-03-08 | 1 | -1/+10 |
|/ / | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #44074 from nextcloud/fix/updatenotification-test | Joas Schilling | 2024-03-08 | 4 | -32/+34 |
|\ \ | | | | | | | fix(updatenotification): Adjust tests for changed IAppConfig | ||||
| * | | fix(updatenotification): Adjust tests for changed IAppConfig | Ferdinand Thiessen | 2024-03-08 | 4 | -32/+34 |
|/ / | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-08 | 502 | -1498/+3224 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #44062 from nextcloud/fix/preview-cancel | John Molakvoæ | 2024-03-07 | 4 | -10/+22 |
|\ \ | | | | | | | fix(files): properly reset preview component | ||||
| * | | fix(files): properly reset preview component | John Molakvoæ (skjnldsv) | 2024-03-07 | 4 | -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/fixMemExaust | John Molakvoæ | 2024-03-07 | 1 | -2/+7 |
|\ \ \ | | | | | | | | | fix(filecache): Move from array_merge to avoid memory exhaustion on large scans | ||||
| * | | | fix(filecache): Move from array_merge to avoid memory exhaustion | Git'Fellow | 2024-03-04 | 1 | -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.0beta1 | Arthur Schiwon | 2024-03-07 | 1 | -2/+2 |
|\ \ \ \ | |_|/ / |/| | | | 29.0.0 beta 1 | ||||
| * | | | 29.0.0 beta 1 | Arthur Schiwon | 2024-03-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | Merge pull request #43967 from nextcloud/feat/app-updated-notification | John Molakvoæ | 2024-03-07 | 52 | -217/+1558 |
|\ \ \ \ | | | | | | | | | | | feat: Provide app-updated notifications for users |