Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | feat: add command to scan external storages directly | Robin Appelman | 2024-03-06 | 6 | -74/+295 | |
| | | | | | | | | | | | | the main use case of this over simply scanning through is the ability to provide a username and/or password for cases where login credentials are used Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-05 | 2 | -0/+24 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-29 | 2 | -0/+4 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-27 | 12 | -0/+32 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-26 | 6 | -0/+6 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-25 | 4 | -6/+6 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | fix: Allow to disable multipart copy on external s3 storage | Julius Härtl | 2024-02-24 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | mark MOUNT_TYPE_PERSONAl as deprecated | Maxence Lange | 2024-02-24 | 2 | -0/+4 | |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
| * | full uppercase const | Maxence Lange | 2024-02-24 | 9 | -19/+18 | |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
| * | chore(files_sharing): use `OCSResponse` from `@nextcloud/typings` | skjnldsv | 2024-02-23 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-19 | 2 | -0/+22 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-18 | 6 | -6/+50 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-17 | 2 | -4/+4 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-16 | 6 | -0/+46 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-15 | 10 | -96/+204 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-14 | 130 | -1342/+1500 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | fix: replace `Account name` by `Login` | John Molakvoæ | 2024-02-13 | 11 | -12/+12 | |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
| * | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 16 | -22/+22 | |
| | | | | | | | | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com> | |||||
| * | Merge pull request #39889 from nextcloud/cache-di | John Molakvoæ | 2024-02-13 | 1 | -2/+3 | |
| |\ | ||||||
| | * | use OCP\Server | Robin Appelman | 2024-02-12 | 1 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| | * | also improe cache ci for shared cache | Robin Appelman | 2024-02-09 | 1 | -1/+2 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | Merge pull request #43349 from nextcloud/fix/case-sensitive-root-smb | Arthur Schiwon | 2024-02-12 | 1 | -1/+2 | |
| |\ \ | | | | | | | | | SMB: allow to list root directory when using case-insensitive option | |||||
| | * | | fix(files_external): list root when using SMB case-insensitive option | Benjamin Gaussorgues | 2024-02-05 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
| * | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-11 | 4 | -0/+4 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | | | fix(files_external) Add sensitive S3 values redacted by list command | Josh | 2024-02-07 | 1 | -2/+2 | |
| | |/ | |/| | | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | |||||
| * | | chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps | Côme Chilliet | 2024-02-05 | 1 | -1/+1 | |
| |/ | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | fix successfull authentication detection | Robin Appelman | 2024-02-02 | 1 | -2/+3 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | fix(tests): Adjust `files_external` tests to also work locally with WebDAV | Ferdinand Thiessen | 2024-02-02 | 1 | -4/+4 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
| * | chore(ci): Migrate files-external webdav tests to GitHub | Ferdinand Thiessen | 2024-02-02 | 2 | -40/+0 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
| * | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 4 | -1/+4 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-28 | 2 | -0/+14 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | refactor: Migrate IgnoreOpenAPI attributes to OpenAPI | provokateurin | 2024-01-18 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-16 | 2 | -4/+4 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-15 | 2 | -10/+10 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-12 | 2 | -0/+34 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-12 | 2 | -0/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-10 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-09 | 2 | -2/+4 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-07 | 130 | -776/+776 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | fix(files_external): add back js config files | John Molakvoæ | 2024-01-06 | 3 | -0/+242 | |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-05 | 2 | -0/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-04 | 2 | -0/+318 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | only do a multipart s3 copy when above the regular copy limit | Robin Appelman | 2023-12-28 | 1 | -0/+68 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-24 | 2 | -4/+4 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-23 | 2 | -0/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-18 | 2 | -4/+4 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-17 | 2 | -14/+20 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-15 | 2 | -0/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-12 | 2 | -0/+28 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-11 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |