Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(share): use share owner to confirm reshare | Maxence Lange | 2024-03-20 | 1 | -3/+9 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(config): Make sure user keys are strings | Christoph Wurst | 2024-03-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | fix: ensure nested mount points are handled in the correct order | Robin Appelman | 2024-03-18 | 1 | -0/+7 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #44079 from nextcloud/backport/43992/stable27 | John Molakvoæ | 2024-03-16 | 1 | -1/+10 |
|\ | |||||
| * | fix: Avoid clear cache with prefix | Julius Härtl | 2024-03-08 | 1 | -1/+10 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | fix: avoid scanning a non existing directory | Benjamin Gaussorgues | 2024-03-14 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | Refactoring getName function | hopleus | 2024-03-14 | 1 | -5/+3 |
| | | | | | | | | Signed-off-by: hopleus <hopleus@gmail.com> | ||||
* | | Fixes for getting the file name in the cases when the file name key is ↵ | hopleus | 2024-03-14 | 1 | -1/+5 |
|/ | | | | | | received, but it is empty Signed-off-by: hopleus <hopleus@gmail.com> | ||||
* | fix: Fetch custom app store url without internet connection | Julius Härtl | 2024-03-04 | 1 | -2/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Use table prefix in metadata migration | Louis Chemineau | 2024-03-04 | 1 | -1/+5 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Merge pull request #43901 from nextcloud/backport/30957/stable27 | John Molakvoæ | 2024-02-29 | 1 | -2/+2 |
|\ | |||||
| * | fix(collaboration): collaboration MailPlugin: Protect access to a ↵ | Claus-Justus Heine | 2024-02-29 | 1 | -2/+2 |
| | | | | | | | | | | | | potentially missing array component by ??. Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de> | ||||
* | | Merge pull request #43789 from nextcloud/backport/39607/stable27 | John Molakvoæ | 2024-02-29 | 1 | -8/+4 |
|\ \ | |||||
| * | | Fix backport | Git'Fellow | 2024-02-29 | 1 | -8/+4 |
| |/ | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | Merge pull request #43830 from nextcloud/backport/43787/stable27 | John Molakvoæ | 2024-02-29 | 1 | -0/+6 |
|\ \ | |||||
| * | | fix: Throw instead of yielding nothing when listing local directories | Julius Härtl | 2024-02-26 | 1 | -0/+6 |
| |/ | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* / | feat(share): save date and time for expiration | Benjamin Gaussorgues | 2024-02-26 | 2 | -11/+18 |
|/ | | | | | | | | Because of timezones, not saving time can lead to unexpected behaviour when sharing an item sooner than timezone offset Example: sharing a file before 9am when in UTC+9 Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Merge pull request #43580 from nextcloud/artonge/fix/metdata_column_migration | John Molakvoæ | 2024-02-22 | 2 | -8/+80 |
|\ | |||||
| * | Move oc_file_metadata.metadata migration to a background job | Louis Chemineau | 2024-02-22 | 2 | -8/+80 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Merge pull request #41006 from nextcloud/backport/40879/stable27 | John Molakvoæ | 2024-02-22 | 1 | -7/+19 |
|\ \ | |/ |/| | |||||
| * | fix(session): Do not log fresh/empty session as error | Christoph Wurst | 2024-02-09 | 1 | -12/+18 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | fix(session): Log when crypto session data is lost | Christoph Wurst | 2024-02-09 | 1 | -1/+7 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Move away from deprecated utf_encode() on PHP 8.2+ | Git'Fellow | 2024-02-20 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | Lower failed movie preview to info | Git'Fellow | 2024-02-10 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | Merge pull request #43038 from ↵ | Benjamin Gaussorgues | 2024-02-09 | 1 | -0/+3 |
|\ \ | |/ |/| | | | nextcloud/fix/36463/preview-not-generated-stable27 | ||||
| * | fix(preview): Check if node id is null before deleting the preview folder | Marcel Müller | 2024-01-22 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de> | ||||
* | | Merge pull request #43246 from nextcloud/backport/41327/stable27 | Benjamin Gaussorgues | 2024-02-09 | 2 | -8/+32 |
|\ \ | |||||
| * | | also updated parent etags when a changed etag is detected during scanning | Robin Appelman | 2024-01-31 | 2 | -7/+30 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | dont reuse etag for folders marked explicitly unscanned | Robin Appelman | 2024-01-31 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #43390 from nextcloud/backport/43131/stable27 | Git'Fellow | 2024-02-09 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | [stable27] fix(files): Don't attempt to format a partial cache entry | ||||
| * | | | fix(files): Don't attempt to format a partial cache entry | Christoph Wurst | 2024-02-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | continue background scanning different storages if one fails | Robin Appelman | 2024-02-07 | 1 | -23/+27 |
|/ / / | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* / / | make failure to load app commands non-fatal | Robin Appelman | 2024-02-02 | 1 | -1/+8 |
|/ / | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #43182 from nextcloud/backport/42930/stable27 | Arthur Schiwon | 2024-01-30 | 1 | -5/+3 |
|\ \ | | | | | | | [stable27] Fix: config param 'overwritecondaddr' not working | ||||
| * | | code style: ommited space, reverted [code review] | Pavel Kryl | 2024-01-29 | 1 | -1/+1 |
| | | | |||||
| * | | fixing bug #6914: Config Param 'overwritecondaddr' not working | Pavel Kryl | 2024-01-29 | 1 | -6/+4 |
| |/ | | | | | | | | | | | | | - just ignoring/removing extra parameter 'protocol' as suggested by blizzz Signed-off-by: Pavel Kryl <pavel@kryl.eu> | ||||
* / | fix(Request): Catch exceptions in `isTrustedProxy` | Ferdinand Thiessen | 2024-01-29 | 1 | -1/+8 |
|/ | | | | | | | | | The function fails if the configured trusted proxies contain invalid characters and the underlying IpUtils will throw. But as it is used by `getRemoteAddress` which is used by logging / templating, thrown errors are not reported but silently fail with error 500. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(auth): Fix logging in with email, password and login name mismatch | Christoph Wurst | 2024-01-22 | 1 | -13/+24 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #42870 from nextcloud/backport/42607/stable27 | Arthur Schiwon | 2024-01-17 | 1 | -2/+5 |
|\ | | | | | [stable27] fix(session): Avoid useless authtoken DB queries for anonymous requests | ||||
| * | fix(session): Avoid two useless authtoken DB queries for every anonymous request | Git'Fellow | 2024-01-17 | 1 | -2/+5 |
| | | | | | | | | | | | | Co-Authored-By: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #42873 from nextcloud/backport/42658/stable27 | Joas Schilling | 2024-01-17 | 2 | -0/+4 |
|\ \ | | | | | | | [stable27] fix(systemreport): Mark more configs as sensitive | ||||
| * | | fix(systemreport): Mark more configs as sensitive | Joas Schilling | 2024-01-17 | 2 | -0/+4 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Lower to info | Git'Fellow | 2024-01-17 | 1 | -1/+1 |
| | | | | | | | | Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | Lower error to warning | Git'Fellow | 2024-01-17 | 1 | -1/+1 |
|/ | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | Merge pull request #42828 from nextcloud/backport/41272/stable27 | Git'Fellow | 2024-01-16 | 1 | -3/+6 |
|\ | | | | | [stable27] fix: reduce memory consumption of scans | ||||
| * | fix: reduce memory consumption of scans | Git'Fellow | 2024-01-16 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Fix lint Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | fix(appstore): Only send subscription keys to valid appstores | Joas Schilling | 2024-01-16 | 1 | -4/+7 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix: handle exif metadata read errors gracefully | Richard Steinmetz | 2024-01-15 | 1 | -3/+4 |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | fix: Only apply cast if needed when searching users for value | Julius Härtl | 2024-01-09 | 1 | -2/+11 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | perf: Use more performant way to obtain and check the email as a login name ↵ | Julius Härtl | 2024-01-09 | 1 | -2/+11 |
| | | | | | | with token login Signed-off-by: Julius Härtl <jus@bitgrid.net> |