aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-18128-606/+788
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(theming): Add `aria-pressed` attribute to active backgroundFerdinand Thiessen2023-10-182-10/+27
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Reduce left margin of files list headerjulia.kirschenheuter2023-10-171-1/+2
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Merge pull request #40932 from nextcloud/enh/36965/fix-account-settingsSimon L2023-10-178-24/+9
|\ | | | | fix profile visibility settings being too wide
| * address reviewSimon L2023-10-173-9/+3
| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix profile visibility settings being too wideSimon L2023-10-178-23/+14
| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #40872 from nextcloud/fix/36965-fix-status-message_dialogJulia Kirschenheuter2023-10-171-0/+1
|\ \ | | | | | | Change width for input field
| * | Change `flex-direction` for input fieldjulia.kirschenheuter2023-10-171-0/+1
| |/ | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* / fix(files): fix new folder encodingJohn Molakvoæ2023-10-171-4/+10
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #40907 from nextcloud/enh/36965/fix-personal-settingsSimon L2023-10-174-38/+48
|\ | | | | fix several personal settings problems
| * fix several personal settings problemsSimon L2023-10-174-38/+48
| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | fix(files): hide grid view button on narrow screenJohn Molakvoæ2023-10-172-2/+5
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | perf(files): optimize virtual scroller computationJohn Molakvoæ2023-10-173-13/+37
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | feat(files): add grid toggle buttonJohn Molakvoæ2023-10-175-4/+53
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | perf(files): reuse keys for virtual scrollingJohn Molakvoæ2023-10-171-6/+35
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | feat(files): grid viewJohn Molakvoæ2023-10-178-66/+604
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | fix(files): split FileEntry NameJohn Molakvoæ2023-10-174-254/+352
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | fix(files): split FileEntry ActionsJohn Molakvoæ2023-10-172-189/+292
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | fix(files): split FileEntry Checkbox and fix range selectionJohn Molakvoæ2023-10-172-52/+137
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | chore(files): split FileEntry PreviewJohn Molakvoæ2023-10-174-158/+238
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): migrate template pickerJohn Molakvoæ2023-10-1713-151/+210
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Append to body all selects inside of user tablejulia.kirschenheuter2023-10-173-4/+11
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1744-30/+406
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40931 from nextcloud/bugfix/noid/fix-unit-tests-on-8.3Joas Schilling2023-10-161-0/+3
|\ | | | | Fix unit tests on PHP 8.3
| * Fix unit tests on PHP 8.3Joas Schilling2023-10-161-0/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #40927 from ↵F. E Noel Nfebe2023-10-161-8/+12
|\ \ | |/ |/| | | | | nextcloud/allow-expiry-dates-less-than-enforced-limit Allow share expiry dates lower than enforced limits
| * Allow share expiry dates lower than enforced limitsfenn-cs2023-10-161-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, users could change the share expiry date up to the enforced maximum. The new share flow imposed the enforced share expiry date maximum literally and did not allow even dates lower than the maximum enforced. That does not make much sense, if the enforced expiry date is 30 days from creation date, then it's logical to allow users set the date to anything less than 30 days from the creation date. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | Merge pull request #40367 from nextcloud/fix/user_ldap-update-groups-on-loginCôme Chilliet2023-10-168-5/+188
|\ \ | |/ |/| Fire group membership events from LDAP at login
| * Fix LDAP LoginListener by adding new group relationships to caches before ↵Côme Chilliet2023-10-123-3/+38
| | | | | | | | | | | | firing the event Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fire group events at login for LDAP groupsCôme Chilliet2023-10-127-183/+149
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Add logging to be able to debug FirstLoginListenerCôme Chilliet2023-10-121-0/+21
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Move event listener registration to register()Côme Chilliet2023-10-121-12/+8
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Use a standard array for the stateful cacheCôme Chilliet2023-10-121-6/+18
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Add FirstLoginListener to accept shares upon first ldap user loginCôme Chilliet2023-10-122-0/+153
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1666-308/+314
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #40893 from nextcloud/enh/a11y/files-header-sortJohn Molakvoæ2023-10-155-531/+15
|\ \
| * | chore(files): Clean up unused componentsChristopher Ng2023-10-143-523/+0
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | fix(files): Remove unnecessary sort direction from labelChristopher Ng2023-10-141-5/+1
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | enh(files): Add accessible sort directionChristopher Ng2023-10-141-3/+14
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-156-0/+58
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1418-6/+78
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix several admin settings problemsSimon L2023-10-134-5/+34
| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | feat(OCM): Add a way for apps to create a new IOCMResourceJoas Schilling2023-10-131-4/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix(OCM): Make the OCM provider stateful so apps can add resourcesJoas Schilling2023-10-132-9/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1326-4/+172
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #40871 from nextcloud/enh/36965/fix-my-apps-viewSimon L2023-10-124-10/+20
|\ \
| * | Fix my-apps view on mobileSimon L2023-10-124-10/+20
| | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #40864 from ↵Joas Schilling2023-10-123-19/+17
|\ \ \ | |/ / |/| | | | | | | | nextcloud/bugfix/noid/use-allowSelfSignedCertificates-for-all-OCM-requests fix(federation): Use `sharing.federation.allowSelfSignedCertificates` config for all OCM requests
| * | Fix unit testsJoas Schilling2023-10-121-1/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(federation): Use `sharing.federation.allowSelfSignedCertificates` config ↵Joas Schilling2023-10-112-18/+13
| | | | | | | | | | | | | | | | | | for all OCM requests Signed-off-by: Joas Schilling <coding@schilljs.com>