aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* refactor: remove non-shallow getSharesInFolderRobin Appelman2024-05-013-17/+33
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-01144-260/+296
* refactor(trashbin): Move columns into separate fileChristopher Ng2024-04-302-115/+146
* feat(trashbin): Show user who deleted a fileChristopher Ng2024-04-302-0/+61
* feat: include file id in audit logsyemkareems2024-04-302-101/+194
* fix: Avoid useless reference usage in user_ldapCôme Chilliet2024-04-303-2/+3
* fix(files_external): Be extra safe with null handling to please psalmCôme Chilliet2024-04-301-0/+3
* fix: Fix incorrect phpdoc typing in dav appCôme Chilliet2024-04-301-1/+1
* fix(user_ldap): Improve typing and fix a var nameCôme Chilliet2024-04-304-9/+15
* fix(theming): Fix erronous phpdoc typingCôme Chilliet2024-04-301-5/+5
* fix(setupchecks): Fix opcache buffer checkCôme Chilliet2024-04-301-1/+3
* fix(files): Fix ownership transfer encrypted files detectionCôme Chilliet2024-04-301-1/+1
* fix: Fix newly spotted psalm issues, add exhaustive typed magic properties fo...Côme Chilliet2024-04-302-43/+141
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-306-6/+8
* fix(files): Use string array instead of string for forbidden charactersFerdinand Thiessen2024-04-292-8/+6
* fix(files): Use OCP\Util::getForbiddenFileNameChars instead of direct access ...Ferdinand Thiessen2024-04-292-9/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-296-0/+100
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-282-4/+4
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-2726-2/+260
* Merge pull request #44938 from nextcloud/fix/remove-unknown-from-imip-serviceAnna2024-04-261-1/+1
|\
| * fix(CalDAV): remove UNKNOWN from room / resource considerationAnna Larch2024-04-191-1/+1
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-2694-220/+120
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-2526-6/+300
* | Merge pull request #45001 from nextcloud/bugfix/noid/convert-exceptions-to-sa...Julius Härtl2024-04-241-11/+19
|\ \
| * | fix(DAV): Migrate known exceptions to Sabre exceptions when copyingJoas Schilling2024-04-241-11/+19
* | | fix(migration): Bump files_trashbin version to trigger migrationJoas Schilling2024-04-241-1/+1
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-24138-138/+1016
* | feat(trashbin): Add deleted by propertiesChristopher Ng2024-04-231-0/+10
* | chore(trashbin): Add method to get deleted by from trash itemChristopher Ng2024-04-238-44/+55
* | chore(trashbin): Store deleted by userChristopher Ng2024-04-231-2/+4
* | chore(trashbin): Add deleted_by column to files_trashChristopher Ng2024-04-233-0/+58
* | Merge pull request #44982 from nextcloud/fix/account-listFerdinand Thiessen2024-04-231-3/+18
|\ \
| * | fix(provisioning_api): Show warning but do not fail when listing accounts in ...Ferdinand Thiessen2024-04-231-3/+18
* | | Merge pull request #44973 from nextcloud/feat/legal-privacy-linksPytal2024-04-232-1/+22
|\ \ \ | |/ / |/| |
| * | feat: Update help entry nameChristopher Ng2024-04-221-1/+1
| * | feat: Add legal notice and privacy policy links to help pageChristopher Ng2024-04-222-0/+21
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-2314-2/+160
|/ /
* | Merge pull request #44858 from nextcloud/artonge/feat/support_multiple_scope_...Louis2024-04-221-17/+74
|\ \
| * | feat(dav): Support multiple scopes in DAV searchLouis Chemineau2024-04-171-17/+74
* | | fix: Migrate a few more classes away from OC_App::getAppPathCôme Chilliet2024-04-221-1/+1
* | | Merge pull request #44860 from nextcloud/fix/remove-unicode-logs-user-ldapCôme Chilliet2024-04-222-23/+23
|\ \ \
| * | | fix(user_ldap): Remove unicode character from log linesCôme Chilliet2024-04-162-23/+23
| |/ /
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-224-0/+72
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-2120-12/+278
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-2052-22/+532
| |/ |/|
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-19154-538/+704
* | Merge pull request #44904 from nextcloud/fix/transfer-ownershipFerdinand Thiessen2024-04-181-38/+73
|\ \
| * | fix(files): Also restore shares after ownership transfer for object storageFerdinand Thiessen2024-04-181-38/+73
* | | Merge pull request #44916 from nextcloud/followup/44910/share-date-timeJoas Schilling2024-04-181-2/+2
|\ \ \
| * | | fix(sharing): Don't change the type of the controller argumentJoas Schilling2024-04-181-2/+2