Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Throw if creation date is read before inserting into database | Côme Chilliet | 2023-06-20 | 2 | -2/+8 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Improve typing in ICommentsManager | Carl Schwan | 2023-06-20 | 1 | -4/+2 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Cleanup comments code | Carl Schwan | 2023-06-20 | 3 | -164/+83 |
| | | | | | | | - Fix various psalm issues - Add as much typing as possible while preserving stable API Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | use source cache when listing folder during recursive copy | Robin Appelman | 2023-06-19 | 1 | -5/+6 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-18 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-17 | 6 | -12/+14 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #38843 from nextcloud/message-log-event-type | Robin Appelman | 2023-06-16 | 1 | -3/+6 |
|\ | | | | | fix type in BeforeMessageLoggedEvent | ||||
| * | fix type in BeforeMessageLoggedEvent | Robin Appelman | 2023-06-15 | 1 | -3/+6 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-16 | 2 | -8/+8 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-15 | 4 | -54/+54 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #38490 from nextcloud/log-dispatch-event | Robin Appelman | 2023-06-14 | 6 | -1/+114 |
|\ | | | | | emit an event when a message is logged | ||||
| * | emit an event when a message is logged | Robin Appelman | 2023-06-13 | 6 | -1/+114 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-14 | 4 | -2/+4 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #38745 from nextcloud/feature/ocs-xml-stdclass | Kate | 2023-06-13 | 1 | -0/+4 |
|\ | | | | | Allow stdClass in XML responses | ||||
| * | Allow stdClass in XML responses | jld3103 | 2023-06-13 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | | Fix deprecated method call | Dominik Fuchß | 2023-06-13 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Dominik Fuchß <develop@fuchss.org> | ||||
* | | Changes after code review. | Dominik Fuchß | 2023-06-13 | 1 | -2/+7 |
| | | | | | | | | Signed-off-by: Dominik Fuchß <develop@fuchss.org> | ||||
* | | Add config variable for curl timeout | Dominik Fuchß | 2023-06-13 | 1 | -2/+6 |
|/ | | | | | | Add the config variable for curl calls ("remote_curl_timeout"). E.g., needed for nextcloud federation. Signed-off-by: Dominik Fuchß <develop@fuchss.org> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-13 | 4 | -12/+14 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #38642 from ↵ | Simon L | 2023-06-12 | 1 | -18/+1 |
|\ | | | | | | | | | nextcloud/chore/appframework/drop-emptycontentsecuritypolicy-allowinlinescript chore(appframework)!: Drop \OCP\AppFramework\Http\EmptyContentSecurityPolicy::allowInlineScript | ||||
| * | chore(appframework)!: Drop ↵ | Christoph Wurst | 2023-06-12 | 1 | -18/+1 |
| | | | | | | | | | | | | \OCP\AppFramework\Http\EmptyContentSecurityPolicy::allowInlineScript Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | 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 #38735 from ↵ | Simon L | 2023-06-12 | 1 | -0/+2 |
|\ \ \ | |_|/ |/| | | | | | | | | nextcloud/enh/noid/update-disabled-updater-wording allow to specify upgrade.cli-upgrade-link in order to link to the correct documentation | ||||
| * | | allow to specify upgrade.cli-upgrade-link in order to link to the correct ↵ | Simon L | 2023-06-10 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | documentation Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
* | | | Merge pull request #38725 from nextcloud/dropMetaRobots | Simon L | 2023-06-12 | 1 | -1/+0 |
|\ \ \ | |_|/ |/| | | Drop meta robots header | ||||
| * | | Drop meta robots tag | Git'Fellow | 2023-06-09 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | Revert mistake Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-12 | 2 | -18/+20 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-11 | 4 | -8/+10 |
| |/ |/| | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #38226 from nextcloud/file-object-utils | Robin Appelman | 2023-06-09 | 1 | -1/+5 |
|\ \ | |/ |/| | add utility command for object store objects | ||||
| * | add utility command for object store objects | Robin Appelman | 2023-06-09 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | avoid requests to opengraph image if no host detected | Julien Veyssier | 2023-06-09 | 1 | -16/+21 |
|/ | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-08 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(apache): Serve `mjs` (module javascript) as static files | Ferdinand Thiessen | 2023-06-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | encrypt oauth2 client secrets | Julien Veyssier | 2023-06-07 | 1 | -2/+0 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | shorten oauth2 client names before resizing the column | Julien Veyssier | 2023-06-06 | 1 | -0/+21 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | drop the oauth2_clients trusted column, delete unsupported clients and their ↵ | Julien Veyssier | 2023-06-06 | 1 | -0/+34 |
| | | | | | | access tokens Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | chore: Drop dead private methods in /lib | Christoph Wurst | 2023-06-06 | 4 | -43/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #38322 from nextcloud/bugfix/noid/throw-early-app-container | Julius Härtl | 2023-06-06 | 1 | -2/+4 |
|\ | |||||
| * | fix: Throw early when a service cannot be found in the app container | Julius Härtl | 2023-05-16 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-06 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #38478 from nextcloud/backport/38440/master | Simon L | 2023-06-05 | 1 | -2/+2 |
|\ \ | | | | | | | [master] fix: Catch Deadlock properly as execute throws Doctrine exceptions not our wrapped ones | ||||
| * | | fix: execute throws docrine exceptions not our wrapped ones | Julius Härtl | 2023-05-26 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Merge pull request #38524 from nextcloud/chore/app/clear-unused-cache-key | Arthur Schiwon | 2023-06-05 | 1 | -2/+0 |
|\ \ \ | | | | | | | | | chore(app): Do not clear unused cache key | ||||
| * | | | chore(app): Do not clear unused cache key | Christoph Wurst | 2023-05-30 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | Refactors "strpos" calls in lib/public to improve code readability. | Faraz Samapoor | 2023-06-05 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <fsamapoor@gmail.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-05 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | refactor: migrate OC_EventSource to dependency injection | Daniel Kesselberg | 2023-06-03 | 7 | -21/+102 |
| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-03 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | chore: remove check for suhosin.executor.func.blacklist | Daniel Kesselberg | 2023-06-02 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Suhosin is/was a PHP extension. The last release was 2015-05-21. Suhosin does not support PHP 8. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> |