Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-24 | 2 | -0/+34 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #44923 from nextcloud/fix/public-share-truncation | Pytal | 2024-04-23 | 6 | -14/+29 |
|\ | | | | | fix: Fix truncation on public page | ||||
| * | chore: compile assets | Christopher Ng | 2024-04-22 | 4 | -4/+4 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | fix: Fix truncation on public shares | Christopher Ng | 2024-04-22 | 2 | -10/+25 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Merge pull request #44745 from nextcloud/fix/auth/2fa-redirect-url | Christoph Wurst | 2024-04-23 | 3 | -5/+11 |
|\ \ | |/ |/| | fix(auth): Keep redirect URL during 2FA setup and challenge | ||||
| * | fix(auth): Keep redirect URL during 2FA setup and challenge | Christoph Wurst | 2024-04-19 | 3 | -5/+11 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #44905 from nextcloud/deps/nextcloud/dialogs-5.3.1 | Pytal | 2024-04-22 | 1 | -1/+1 |
|\ \ | | | | | | | chore(deps): Bump @nextcloud/dialogs to v5.3.1 | ||||
| * | | chore: compile assets | Christopher Ng | 2024-04-22 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-23 | 2 | -0/+12 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix: Revert to OC_App in places where we need all apps even disabled ones | Côme Chilliet | 2024-04-22 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix: use DI to build main Application class in console.php | Côme Chilliet | 2024-04-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix: Migrate away from OC_App toward the IAppManager | Côme Chilliet | 2024-04-22 | 6 | -30/+58 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-22 | 2 | -10/+10 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-21 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #44915 from ↵ | Louis | 2024-04-20 | 1 | -0/+3 |
|\ \ | |/ |/| | | | | | nextcloud/fix/add-missing-file-for-clear-avatar-cache fix: Use static_types in ClearGeneratedAvatarCacheCommand.php | ||||
| * | fix: add missing ClearGeneratedAvatarCacheCommand.php in autoload_static.php ↵ | yemkareems | 2024-04-18 | 1 | -0/+3 |
| | | | | | | | | and declare strict_types for the new file as suggested | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-19 | 2 | -36/+36 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #44640 from nextcloud/fix/noid/returns-real-value-on-details | Maxence Lange | 2024-04-18 | 1 | -2/+2 |
|\ | | | | | fix(appconfig): returns correct value on details | ||||
| * | fix(appconfig): returns correct value on details | Maxence Lange | 2024-04-17 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-18 | 2 | -0/+28 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files): Ensure search query is cleared when changing view or directory | Ferdinand Thiessen | 2024-04-17 | 1 | -4/+6 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #44761 from nextcloud/fix/deps-webauthn-lib | Ferdinand Thiessen | 2024-04-16 | 4 | -156/+83 |
|\ | | | | | fix(deps): Bump web-auth/webauthn-lib from 3.3.9 to 4.8.5 | ||||
| * | fix: Use `@simplewebauthn` for frontend logic | Ferdinand Thiessen | 2024-04-16 | 4 | -156/+83 |
| | | | | | | | | | | | | | | | | | | This simplifies the code a lot and fixes errors with the exisiting custom code, where slightly different base64 values were emitted which are not valid according to the standard. ref: https://github.com/web-auth/webauthn-framework/issues/510 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #44840 from nextcloud/feature/occ-clear-avatar-cache-command | yemkareems | 2024-04-16 | 2 | -0/+49 |
|\ \ | |/ |/| | Feature/occ clear avatar cache command | ||||
| * | feat: wordings corrected as suggested | yemkareems | 2024-04-16 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
| * | feat: license wordings, minor php warnings corrected | yemkareems | 2024-04-16 | 1 | -6/+5 |
| | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
| * | feat: command added to clear avatar cache manually | yemkareems | 2024-04-15 | 2 | -0/+50 |
| | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-16 | 2 | -0/+16 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | chore(deps): Update openapi-extractor | provokateurin | 2024-04-15 | 1 | -0/+2 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-15 | 4 | -6/+14 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | feat(capabilities): Expose if mod-rewrite is working via capabilities | Joas Schilling | 2024-04-12 | 1 | -1/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-12 | 4 | -40/+50 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-11 | 108 | -326/+344 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore: Compile assets | Ferdinand Thiessen | 2024-04-10 | 2 | -2/+2 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat: Deprecate `OC.dialogs` and replace generic dialogs with ↵ | Ferdinand Thiessen | 2024-04-10 | 2 | -131/+131 |
| | | | | | | `@nextcloud/dialogs` alternative Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat: Deprecate `OC.dialogs.prompt` an replace with Vue implementation | Ferdinand Thiessen | 2024-04-10 | 2 | -61/+125 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-10 | 2 | -0/+186 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: Add deprecation to `OC.dialogs.fileexists` | Ferdinand Thiessen | 2024-04-09 | 1 | -0/+2 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(occ): Add --disabled option to occ user:list | Côme Chilliet | 2024-04-09 | 1 | -1/+10 |
| | | | | | | Allows to easily list disabled users from cli in a efficient way Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-09 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore(deps): Update openapi-extractor | provokateurin | 2024-04-08 | 1 | -90/+179 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #43640 from nextcloud/fix/headings-styling | Ferdinand Thiessen | 2024-04-08 | 5 | -14/+28 |
|\ | | | | | fix(styles): Adjust heading styles | ||||
| * | chore: Compile assets | Ferdinand Thiessen | 2024-04-08 | 4 | -4/+4 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | fix(styles): Adjust heading styles | Ferdinand Thiessen | 2024-04-08 | 1 | -10/+24 |
| | | | | | | | | | | | | | | Make headings look like real headings and not just ordinary text. The stylings are copied from the text app where a design review was done on them. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(oc-dialog): Get rid of the overlay | JEEEEEEEEEEEEEEEEEEEEEED | 2024-04-08 | 2 | -3/+3 |
|/ | | | | | | | | - Icrement Z-index of oc-dialog-dim - Increment z-index of oc-dialog- Insert oc-dialog-dim before oc-dialog Co-authored-by: Co-author RayanBekri <rmt.bekri@gmail.com>" Signed-off-by: JEEEEEEEEEEEEEEEEEEEEEED <118366366+jadjoud@users.noreply.github.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-08 | 2 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-07 | 2 | -0/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-05 | 8 | -2/+130 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-04 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-03 | 4 | -0/+28 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |