summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix(workflow): Check tag attributeJoas Schilling2023-03-161-8/+29
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-03-1620-20/+150
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-03-1520-74/+172
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-03-148-6/+44
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-03-1316-24/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-03-128-22/+28
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-03-1128-0/+80
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-03-1034-2/+122
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-03-09158-144/+336
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-03-0820-4/+66
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-03-074-2/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-03-0646-148/+436
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-03-0510-0/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-03-0432-0/+52
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(security): Bump "Expires" of well-known/security.txtJoas Schilling2023-03-031-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-03-03100-44/+376
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-03-02146-484/+678
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-03-0134-30/+386
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36746 from nextcloud/backport/36465/stable24MichaIng2023-02-281-24/+0
|\ | | | | [stable24] Avoid locking on restore/delete and limit concurrent requests
| * fix(files_trashbin): Remove unnecessary scanner logic when getting versions ↡Julius HΓ€rtl2023-02-261-24/+0
| | | | | | | | | | | | from trash Signed-off-by: Julius HΓ€rtl <jus@bitgrid.net>
* | Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-02-2818-2/+326
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(caldav): Fix reminder timezone drift for all-day eventsChristoph Wurst2023-02-272-15/+236
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-02-2724-24/+94
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-02-2624-14/+212
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-02-2518-6/+130
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36732 from nextcloud/backport/35365/stable24MichaIng2023-02-241-0/+2
|\ | | | | [stable24] Check for opcache.file_cache_only=1
| * Check for opcache.file_cache_only=1MichaIng2023-02-151-0/+2
| | | | | | | | | | | | which disables shared memory based OPcache with disk file cache used only, if enabled. In this case, "opcache.memory_consumption" and others do not apply, so show the correct performance recommendation to enable memory cache. Signed-off-by: MichaIng <micha@dietpi.com>
* | Merge pull request #36798 from nextcloud/backport/36795/stable24Joas Schilling2023-02-241-5/+5
|\ \ | | | | | | [stable24] Avoid extra parenthesis around SQL in IN expressions
| * | Avoid extra parenthesis around SQL in IN expressionsCΓ΄me Chilliet2023-02-211-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | The expression builder already suround the SQL with parenthesis when using in(), so we must not add another pair, this confuses at least sqlite. Signed-off-by: CΓ΄me Chilliet <come.chilliet@nextcloud.com>
* | | Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-02-2416-2/+130
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Also check the scope when reading operations from the databaseJoas Schilling2023-02-232-0/+76
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Validate the scope when validating operationsJoas Schilling2023-02-232-8/+118
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-02-232-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-02-2268-192/+280
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-02-2178-186/+394
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-02-2024-14/+52
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-02-1922-8/+402
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-02-1728-10/+36
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-02-1634-2/+48
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-02-15148-364/+286
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-02-1438-30/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-02-1322-22/+0
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-02-1214-10/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-02-112-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-02-1020-70/+164
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36413 from nextcloud/backport/36380/stable24blizzz2023-02-091-1/+0
|\ | | | | [stable24] fix(caldav): Fix wrong Psalm report for nullable calendar data
| * fix(caldav): Fix wrong Psalm report for nullable calendar dataChristoph Wurst2023-02-071-1/+0
| | | | | | | | | | | | | | | | > Docblock-defined type Sabre\VObject\Component\VCalendar for $vcalendar is never falsy ^ is a lie Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #35837 from nextcloud/backport/35814/stable24blizzz2023-02-091-5/+2
|\ \ | | | | | | [stable24] Fix parameter type for EntityCollection::setReadMarker in comments app
| * | Fix parameter type for EntityCollection::setReadMarker in comments appCΓ΄me Chilliet2023-02-071-5/+2
| | | | | | | | | | | | Signed-off-by: CΓ΄me Chilliet <come.chilliet@nextcloud.com>
* | | Fix(l10n): πŸ”  Update translations from TransifexNextcloud bot2023-02-092-0/+18
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>