aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Add OCP interface for SetupCheckManagerCôme Chilliet2023-10-191-2/+3
* Migrate InternetConnectivity check to new APICôme Chilliet2023-10-195-51/+106
* Merge setupchecks from new API into old UICôme Chilliet2023-10-191-21/+1
* Fix description for SetupChecks/NeedsSystemAddressBookSyncCôme Chilliet2023-10-191-1/+1
* Migrate ReadOnlyConfig and DefaultPhoneRegionSet to new APICôme Chilliet2023-10-195-0/+122
* Migrate NeedsSystemAddressBookSync to new ISetupCheck APICôme Chilliet2023-10-193-18/+27
* Move existing setup checks to new APICôme Chilliet2023-10-195-62/+65
* Fix lint problems in vue filesCôme Chilliet2023-10-192-5/+8
* Small cleanups in SetupCheck classesCôme Chilliet2023-10-193-19/+14
* Fix UI and add PhpOutdated checkCôme Chilliet2023-10-195-6/+62
* Fix SetupChecks/LdapInvalidUuids.phpCôme Chilliet2023-10-191-12/+11
* ProgressCarl Schwan2023-10-198-56/+104
* Add api to register setup checksCarl Schwan2023-10-197-34/+145
* fix(files): drop visible and adjust drag-to-scroll featureJohn Molakvoæ2023-10-195-38/+16
* perf(files): performance optimizationsVarun Patil2023-10-194-15/+25
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1940-14/+96
* chore: Remove unnecessary dialogs css importsChristopher Ng2023-10-186-6/+0
* Merge pull request #39852 from nextcloud/pragmaHeaderFerdinand Thiessen2023-10-182-5/+2
|\
| * Stop sending deprecated Pragma headerGit'Fellow2023-08-282-5/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-18128-606/+788
* | fix(theming): Add `aria-pressed` attribute to active backgroundFerdinand Thiessen2023-10-182-10/+27
* | Reduce left margin of files list headerjulia.kirschenheuter2023-10-171-1/+2
* | Merge pull request #40932 from nextcloud/enh/36965/fix-account-settingsSimon L2023-10-178-24/+9
|\ \
| * | address reviewSimon L2023-10-173-9/+3
| * | fix profile visibility settings being too wideSimon L2023-10-178-23/+14
* | | Merge pull request #40872 from nextcloud/fix/36965-fix-status-message_dialogJulia Kirschenheuter2023-10-171-0/+1
|\ \ \
| * | | Change `flex-direction` for input fieldjulia.kirschenheuter2023-10-171-0/+1
| |/ /
* / / fix(files): fix new folder encodingJohn Molakvoæ2023-10-171-4/+10
|/ /
* | Merge pull request #40907 from nextcloud/enh/36965/fix-personal-settingsSimon L2023-10-174-38/+48
|\ \
| * | fix several personal settings problemsSimon L2023-10-174-38/+48
* | | fix(files): hide grid view button on narrow screenJohn Molakvoæ2023-10-172-2/+5
* | | perf(files): optimize virtual scroller computationJohn Molakvoæ2023-10-173-13/+37
* | | feat(files): add grid toggle buttonJohn Molakvoæ2023-10-175-4/+53
* | | perf(files): reuse keys for virtual scrollingJohn Molakvoæ2023-10-171-6/+35
* | | feat(files): grid viewJohn Molakvoæ2023-10-178-66/+604
* | | fix(files): split FileEntry NameJohn Molakvoæ2023-10-174-254/+352
* | | fix(files): split FileEntry ActionsJohn Molakvoæ2023-10-172-189/+292
* | | fix(files): split FileEntry Checkbox and fix range selectionJohn Molakvoæ2023-10-172-52/+137
* | | chore(files): split FileEntry PreviewJohn Molakvoæ2023-10-174-158/+238
|/ /
* | feat(files): migrate template pickerJohn Molakvoæ2023-10-1713-151/+210
* | Append to body all selects inside of user tablejulia.kirschenheuter2023-10-173-4/+11
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-1744-30/+406
* | 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.3Joas Schilling2023-10-161-0/+3
* | | Merge pull request #40927 from nextcloud/allow-expiry-dates-less-than-enforce...F. E Noel Nfebe2023-10-161-8/+12
|\ \ \ | |/ / |/| |
| * | Allow share expiry dates lower than enforced limitsfenn-cs2023-10-161-8/+12
* | | Merge pull request #40367 from nextcloud/fix/user_ldap-update-groups-on-loginCôme Chilliet2023-10-168-5/+188
|\ \ \ | |/ / |/| |
| * | Fix LDAP LoginListener by adding new group relationships to caches before fir...Côme Chilliet2023-10-123-3/+38
| * | Fire group events at login for LDAP groupsCôme Chilliet2023-10-127-183/+149
| * | Add logging to be able to debug FirstLoginListenerCôme Chilliet2023-10-121-0/+21