Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #42880 from nextcloud/backport/42607/stable26 | Arthur Schiwon | 2024-01-17 | 1 | -2/+5 |
|\ | | | | | [stable26] 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> | ||||
* | | fix(systemreport): Mark more configs as sensitive | Joas Schilling | 2024-01-17 | 2 | -0/+4 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.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> | ||||
* | Merge pull request #42775 from nextcloud/fix/exif-content-provider-stable26 | Arthur Schiwon | 2024-01-15 | 1 | -3/+4 |
|\ | | | | | [stable26] fix: handle exif metadata read errors gracefully | ||||
| * | fix: handle exif metadata read errors gracefully | Richard Steinmetz | 2024-01-15 | 1 | -3/+4 |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | fix semaphore unguarding | Simon L | 2024-01-15 | 1 | -4/+4 |
|/ | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
* | 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> | ||||
* | Merge pull request #42548 from nextcloud/lock-restore-ttl-26 | John Molakvoæ | 2024-01-02 | 5 | -6/+113 |
|\ | |||||
| * | adjust redis compareSetTTL to use a lua script | Robin Appelman | 2024-01-02 | 1 | -9/+7 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | restore shared lock ttl when releasing | Robin Appelman | 2024-01-02 | 5 | -6/+115 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge branch 'stable26' into backport/39044/stable26 | Andy Scherzinger | 2023-12-07 | 18 | -67/+138 |
|\ \ | |||||
| * \ | Merge pull request #42086 from nextcloud/backport/41999/stable26 | Joas Schilling | 2023-12-07 | 1 | -0/+4 |
| |\ \ | | | | | | | | | [stable26] fix(security): Handle idn_to_utf8 returning false | ||||
| | * | | fix(security): Handle idn_to_utf8 returning false | Joas Schilling | 2023-12-07 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | Merge pull request #42079 from nextcloud/backport/40071/stable26 | Git'Fellow | 2023-12-07 | 1 | -1/+3 |
| |\ \ \ | | | | | | | | | | | [stable26] fix(updatecheck): Don't wait 120s for a response of updater.nextcloud… | ||||
| | * | | | fix(updatecheck): Don't wait 120s for a response of updater.nextcloud.com | Joas Schilling | 2023-12-07 | 1 | -1/+3 |
| | |/ / | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * / / | fix(systemreport): Mask onlyoffice secret as sensitive | Joas Schilling | 2023-12-07 | 1 | -0/+3 |
| |/ / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Merge pull request #42003 from nextcloud/backport/41995/stable26 | Arthur Schiwon | 2023-12-04 | 1 | -0/+5 |
| |\ \ | | | | | | | | | [stable26] fix(TemplateManager): Bail early if templatedirectory is empty | ||||
| | * | | fix(TemplateManager): Bail early if templatedirectory is empty | Marcel Klehr | 2023-12-04 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | fixes #39266 Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | | fix: Fix linkToOCSRouteAbsolute() without index.php and subfolder | Joas Schilling | 2023-11-20 | 1 | -3/+12 |
| |/ / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Merge pull request #41505 from nextcloud/backport/40935/stable26 | Benjamin Gaussorgues | 2023-11-16 | 1 | -2/+31 |
| |\ \ | | | | | | | | | [stable26] add some support for rename on case insensitive local filesystems | ||||
| | * | | add some support for rename on case insensitive local filesystems | Robin Appelman | 2023-11-15 | 1 | -2/+31 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
| * | | | Reverse X-Forwarded-For list to read the correct proxy remote address | Joas Schilling | 2023-11-16 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | Merge pull request #41386 from nextcloud/backport/41302/stable26 | Arthur Schiwon | 2023-11-15 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | [stable26] Lower log level about invalid session token | ||||
| | * | | | Lower log level about invalid session token | Patrick Fischer | 2023-11-10 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #41185 from nextcloud/backport/41120/stable26 | Arthur Schiwon | 2023-11-15 | 1 | -0/+3 |
| |\ \ \ \ | | |_|/ / | |/| | | | [stable26] Don't pass invalid streams to Imaginary | ||||
| | * | | | Don't pass invalid streams to Imaginary | Git'Fellow | 2023-11-14 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Update Imaginary.php Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Update Imaginary.php Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
| * | | | | Merge pull request #41213 from ↵ | Benjamin Gaussorgues | 2023-11-15 | 1 | -20/+17 |
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | nextcloud/backport/fix/aborted_pgsql_transaction_on_error/stable26 [stable26] fix(twofactor): avoid DB error on Twofactor (en/dis)abled event | ||||
| | * | | | fix(twofactor): avoid error in pgsql for duplicate entry | Benjamin Gaussorgues | 2023-10-31 | 1 | -20/+17 |
| | | |/ | | |/| | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
| * | | | Merge pull request #41433 from nextcloud/backport/41417/stable26 | Arthur Schiwon | 2023-11-13 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | [stable26] fix(workflowengine): use andWhere() not second where() | ||||
| | * | | | fix(workflowengine): use andWhere() not second where() | Arthur Schiwon | 2023-11-13 | 1 | -1/+1 |
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | - an unconditional where() condition is added right before - fixes also wrongly named methods in the Exception message Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | | Merge pull request #41233 from nextcloud/stable26-catchImaginaryErrors | Richard Steinmetz | 2023-11-13 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | [stable26] Catch Imaginary processing errors | ||||
| | * | | | [stable26] Catch Imaginary processing errors | Git'Fellow | 2023-11-02 | 1 | -1/+1 |
| | | |/ | | |/| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
| * | | | fix(log): Log exception class when message is empty | Joas Schilling | 2023-11-13 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | optimize cache jail creation | Robin Appelman | 2023-11-07 | 2 | -6/+1 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | Merge pull request #41151 from nextcloud/backport/40885/stable26 | Joas Schilling | 2023-11-06 | 2 | -27/+25 |
| |\ \ | | | | | | | | | [stable26] fix(OCM): Make the public API only rely on OCP | ||||
| | * | | fix(OCM): Make the public API only rely on OCP | Joas Schilling | 2023-10-27 | 2 | -27/+25 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | fix(session): Log why session renewal failed | Christoph Wurst | 2023-11-02 | 1 | -1/+2 |
| | |/ | |/| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | | enh(IMountManager): Add method to get MountPoint from CachedMountInfo | Jonas | 2023-10-27 | 2 | -1/+20 |
| |/ | | | | | | | Signed-off-by: Jonas <jonas@freesources.org> | ||||
* | | setup filesystem wrappers before we mark the root as setup | Robin Appelman | 2023-10-24 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | add more checks to ensure mounts aren't empty | Robin Appelman | 2023-10-24 | 2 | -1/+15 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(ci): update return type in php doc | Arthur Schiwon | 2023-10-11 | 1 | -1/+1 |
| | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | fix type hints | Robin Appelman | 2023-10-11 | 4 | -8/+6 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix unencrypted folder size when no children with unencrypted size set are left | Robin Appelman | 2023-10-11 | 2 | -31/+26 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix unencrypted_size for files when scanning | Robin Appelman | 2023-10-11 | 2 | -1/+12 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix unencrypted_size for folders when scanning the filesystem with ↵ | Robin Appelman | 2023-10-11 | 2 | -6/+16 |
| | | | | | | encryption enabled Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #38815 from nextcloud/backport/38490/stable26 | Arthur Schiwon | 2023-10-11 | 3 | -0/+28 |
|\ | | | | | [stable26] emit an event when a message is logged | ||||
| * | emit an event when a message is logged | Robin Appelman | 2023-09-18 | 3 | -0/+28 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> |