aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-04206-368/+570
* fix(files): Fix navigating with breadcrumbs not highlighting navigation entryChristopher Ng2024-09-031-1/+4
* Merge pull request #47412 from Luka-sama/feat/shares-reminderJohn Molakvoæ2024-09-037-2/+453
|\
| * fix(files_sharing): Add check for nullStefan Cherniakov2024-09-031-0/+3
| * fix(files_sharing): Add missing check for null & use bool instead of int for ...Stefan Cherniakov2024-09-033-3/+5
| * fix(files_sharing): Make share reminders more stable & fix issuesStefan Cherniakov2024-09-033-142/+90
| * feat(files_sharing): reminder for link shares with expiration dateStefan Cherniakov2024-09-036-1/+499
* | chore: Compile assetsFerdinand Thiessen2024-09-034-4/+4
* | refactor(IMenuAction): Make public menu actions use the new Vue UIFerdinand Thiessen2024-09-032-10/+4
* | chore: Remove legacy JS code for public page menu (header actions)Ferdinand Thiessen2024-09-032-145/+0
* | fix(settings): Fix sharing exclude groups from password requirement option no...provokateurin2024-09-033-10/+10
|/
* Merge pull request #46114 from nextcloud/enh/improve-ldap-group-members-listi...Arthur Schiwon2024-09-036-47/+219
|\
| * chore: composer run cs:fixCôme Chilliet2024-08-271-2/+2
| * fix(user_ldap): Fix user_ldap tests by mocking new method exists in managerCôme Chilliet2024-08-271-20/+64
| * fix(user_ldap): Lowercase value for all attributes in configurationCôme Chilliet2024-08-271-0/+21
| * fix(ldap): Fix user_ldap attribute casing to fix testsCôme Chilliet2024-08-272-4/+5
| * fix(user_ldap): Correctly cache that user exists to avoid a request on mappin...Côme Chilliet2024-08-273-4/+1
| * fix(user_ldap): Avoid extra LDAP request when mapping a user for the first timeCôme Chilliet2024-08-273-24/+133
* | fix(settings): Add translators noteMarcel Klehr2024-09-031-0/+1
* | fix(settings): Don't display built-in task types in AI settings TextProcessingMarcel Klehr2024-09-031-6/+6
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-0324-2/+132
* | Merge pull request #47665 from nextcloud/fix/files-remote-sharesFerdinand Thiessen2024-09-022-10/+65
|\ \
| * | fix(files): Correctly parse external shares for files UIFerdinand Thiessen2024-09-022-10/+65
* | | fix(css): refine css cleanupprotoclown2024-09-022-0/+3
* | | fix(css): re-use old --color-scrollbar variableprotoclown2024-09-025-7/+2
|/ /
* | fix(oauth2): fix testsJulien Veyssier2024-09-023-9/+9
* | fix(oauth2): store hashed secret instead of encryptedJulien Veyssier2024-09-0212-55/+118
* | Merge pull request #47670 from nextcloud/fix/touchicon-calcJulius Härtl2024-09-021-17/+12
|\ \
| * | fix: Properly calculate intermediate icon for touch icon generationJulius Härtl2024-09-011-17/+12
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-0216-6/+56
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-016-6/+8
* | | fix(files): Node loading information should be accessibleFerdinand Thiessen2024-08-311-1/+6
* | | test: Update snapshotsFerdinand Thiessen2024-08-311-459/+15
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-312-0/+2
* | | fix(settings): Hide forbidden UI elements for line managersFerdinand Thiessen2024-08-302-8/+20
* | | fix: Properly handle share attributes if set to nullJulius Härtl2024-08-301-2/+11
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-30130-256/+430
* | | fix(settings): Don't show built-in textprocessing task types in textprocessin...Marcel Klehr2024-08-301-1/+9
* | | fix(settings): Remove STT admin settingsMarcel Klehr2024-08-301-21/+0
* | | chore(files): Fix remaining TypeScript errors in FileEntryPreviewFerdinand Thiessen2024-08-291-7/+9
* | | feat: Use the blurhash in FilesLouis Chemineau2024-08-293-11/+69
|/ /
* | fix(files): Remove margin and width to not break layoutLouis Chemineau2024-08-291-2/+0
* | chore: Add stylelint rules to verify we only use logical propertiesFerdinand Thiessen2024-08-2920-25/+25
* | fix: Adjust more places for logical positionFerdinand Thiessen2024-08-2936-327/+73
* | Fix: float and clearMostafa Ahangarha2024-08-291-0/+7
* | feat: Add bidi support in core directoryMostafa Ahangarha2024-08-2959-273/+517
* | Merge pull request #47551 from nextcloud/fix/files_sharing/share-nullable-labelJoas Schilling2024-08-292-2/+3
|\ \
| * | fix(files_sharing): Make share labels nullableprovokateurin2024-08-272-2/+3
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-29108-184/+294
* | | fix: Allow read-only filename validation to allow reading filesFerdinand Thiessen2024-08-281-1/+1