Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | handle more exceptions in AmazonS3::fopen | Robin Appelman | 2023-07-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-20 | 2 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-19 | 2 | -2/+48 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-14 | 2 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | | Merge pull request #39321 from nextcloud/feature/openapi/files_external | Robin Appelman | 2023-07-13 | 6 | -4/+215 | |
| |\ \ | | |/ | |/| | files_external: Add OpenAPI spec | |||||
| | * | files_external: Add OpenAPI spec | jld3103 | 2023-07-11 | 6 | -4/+215 | |
| | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
| * | | Merge pull request #39323 from nextcloud/fix/noid/getstorge-before-rm | Maxence Lange | 2023-07-13 | 1 | -0/+6 | |
| |\ \ | | | | | | | | | files_external: getStorage before remove | |||||
| | * | | getStorage before remove | Maxence Lange | 2023-07-11 | 1 | -0/+6 | |
| | |/ | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
| * / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-12 | 2 | -2/+2 | |
| |/ | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-08 | 2 | -6/+6 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-06 | 4 | -2/+10 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix event names of 2FA related typed events | Joas Schilling | 2023-07-03 | 2 | -53/+47 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-28 | 4 | -2/+6 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-27 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-26 | 2 | -20/+20 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Clean-up some remaining readdir calls with undesirable false evaluation ↵ | Josh Richards | 2023-06-24 | 1 | -2/+2 | |
|/ | | | | | | potential Signed-off-by: Josh Richards <josh.t.richards@gmail.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-24 | 4 | -12/+138 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-20 | 2 | -6/+6 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-16 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-15 | 2 | -24/+24 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-14 | 2 | -18/+18 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-13 | 2 | -2/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #38591 from nextcloud/fix/caching/avoid-haskey-get | Simon L | 2023-06-12 | 1 | -2/+3 | |
|\ | | | | | fix(caching): Avoid checking existence before fetching | |||||
| * | fix(caching): Avoid checking existence before fetching | Christoph Wurst | 2023-06-12 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | The cache might expire between checking for key existence and fetching the value. In this rare case the code continues with a null value when it doesn't expect one. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | Merge pull request #38619 from ↵ | Simon L | 2023-06-12 | 5 | -9/+9 | |
|\ \ | |/ |/| | | | | | fsamapoor/replace_strpos_calls_in_files_external_app Refactors "strpos" calls in /apps/files_external | |||||
| * | Update apps/files_external/lib/Lib/Storage/SMB.php | Faraz Samapoor | 2023-06-05 | 1 | -3/+1 | |
| | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | |||||
| * | Refactors "strpos" calls in /apps/files_external to improve code readability. | Faraz Samapoor | 2023-06-02 | 5 | -9/+11 | |
| | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-12 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-11 | 4 | -160/+160 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-01 | 2 | -0/+8 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-05-31 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-05-27 | 132 | -264/+132 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-05-26 | 2 | -0/+4 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-05-23 | 2 | -0/+6 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-05-21 | 4 | -8/+8 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-05-20 | 2 | -8/+108 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | chore(release): Bump requirements and versions in apps/ | Joas Schilling | 2023-05-17 | 1 | -2/+2 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Merge pull request #38115 from DerGenaue/patch-1 | Simon L | 2023-05-16 | 1 | -6/+6 | |
|\ | | | | | Rename `numericStorageId` to `numericExternalStorageId` in PersonalMount.php | |||||
| * | Rename `numericStorageId` to `numericExternalStorageId` in PersonalMount.php | Daniel | 2023-05-07 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | so that it doesn't override `numericStorageId` in the `MountPoint` baseclass fixes https://github.com/nextcloud/server/issues/37473 fixes https://github.com/nextcloud/server/issues/37414 Signed-off-by: Daniel <7558512+DerGenaue@users.noreply.github.com> | |||||
* | | Merge pull request #38265 from nextcloud/session-auth-check-username | Robin Appelman | 2023-05-15 | 1 | -0/+5 | |
|\ \ | | | | | | | check the username when doing external storage session auth | |||||
| * | | check the username when doing external storage session auth | Robin Appelman | 2023-05-11 | 1 | -0/+5 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | Require icewind/streams to get the same version as 3rdparty | Côme Chilliet | 2023-05-11 | 1 | -1/+2 | |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | Update icewind/streams to 0.7.7, and remove it from explicit deps in ↵ | Côme Chilliet | 2023-05-11 | 15 | -60/+111 | |
|/ / | | | | | | | | | | | files_external Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-05-09 | 2 | -0/+6 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #33161 from vincentdh/master | Simon L | 2023-04-26 | 1 | -2/+2 | |
|\ | | | | | Fix: External storage - exception for the handler whenSelectAuthMechanism | |||||
| * | Fix: External storage - exception thrown for the handler whenSelectAuthMechanism | Vincent Handfield | 2023-04-17 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Vincent Handfield <vincent@accestech.com> | |||||
* | | Merge pull request #37763 from ↵ | Joas Schilling | 2023-04-24 | 2 | -2/+2 | |
|\ \ | | | | | | | | | | | | | nextcloud/techdebt/36014/require-scour-0.38.2-for-svg-optimization chore(assets): Require scour 0.38.2 (Ubuntu LTS 22.04+) for SVG optimization | |||||
| * | | fix(assets): Optimize SVGs with scour 0.38.2 | Joas Schilling | 2023-04-24 | 2 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | Merge pull request #37717 from ↵ | Louis | 2023-04-24 | 2 | -2/+177 | |
|\ \ \ | |/ / |/| | | | | | | | | nextcloud/artonge/fix/dont_override_stored_credentials_with_saml Do not override stored credentials when login in with SAML | |||||
| * | | Test StorePasswordListener | Louis Chemineau | 2023-04-19 | 1 | -0/+175 | |
| | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> |