Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-16 | 2 | -4/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-04 | 2 | -2/+548 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-03 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #42548 from nextcloud/lock-restore-ttl-26 | John Molakvoæ | 2024-01-02 | 6 | -7/+131 |
|\ | |||||
| * | 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 | 6 | -7/+133 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-02 | 4 | -2/+4 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-30 | 2 | -0/+4 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-23 | 4 | -0/+6 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-18 | 6 | -10/+12 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-17 | 2 | -10/+10 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-16 | 2 | -4/+4 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-12 | 2 | -0/+20 |
| | | | | | | | | 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> | ||||
* | | Merge branch 'stable26' into backport/39044/stable26 | Andy Scherzinger | 2023-12-07 | 153 | -520/+912 |
|\ \ | |||||
| * \ | 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> | ||||
| * | | | Merge pull request #41627 from nextcloud/backport/41616/stable26 | Arthur Schiwon | 2023-12-04 | 1 | -3/+12 |
| |\ \ \ | | |/ / | |/| | | [stable26] fix: Fix linkToOCSRouteAbsolute() without index.php and with subfolder | ||||
| | * | | fix: Fix linkToOCSRouteAbsolute() without index.php and subfolder | Joas Schilling | 2023-11-20 | 1 | -3/+12 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-04 | 2 | -10/+10 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
| * | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-02 | 4 | -2/+28 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
| * | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-30 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
| * | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-28 | 2 | -0/+24 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
| * | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-27 | 4 | -4/+138 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
| * | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-26 | 2 | -2/+176 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
| * | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-25 | 6 | -2/+92 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
| * | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-24 | 130 | -326/+138 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
| * | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-22 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
| * | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-21 | 2 | -0/+2 |
| |/ / | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
| * | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-17 | 2 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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> | ||||
| * | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-16 | 2 | -0/+22 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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 |
| | | | | |