summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Use correct filter for app icons in the right sidebar of app managementJoas Schilling2022-12-091-1/+1
* [tx-robot] updated from transifexNextcloud bot2022-12-094-4/+10
* Merge pull request #35666 from nextcloud/fix/header-bright-no-bgJohn Molakvoæ2022-12-082-10/+17
|\
| * Invert header if primary is bright and background disabledJohn Molakvoæ2022-12-082-10/+17
* | Merge pull request #24574 from zenlord/ldapi-unix-socket-supportCôme Chilliet2022-12-085-76/+106
|\ \ | |/ |/|
| * Merge branch 'master' into ldapi-unix-socket-supportCôme Chilliet2022-11-221863-17536/+23241
| |\
| * | Add ldap-unix-socket support - squashed commits to files Connection.php, Conf...Vincent Van Houtte2022-09-095-67/+97
* | | [tx-robot] updated from transifexNextcloud bot2022-12-0818-2/+118
* | | Merge pull request #35590 from J0WI/encryption.getsysvalueJulius Härtl2022-12-073-9/+9
|\ \ \
| * | | Replace getSystemValue in encryption appJ0WI2022-12-053-9/+9
* | | | [tx-robot] updated from transifexNextcloud bot2022-12-0716-12/+54
* | | | Fix profile visibility not appearingCarl Schwan2022-12-066-47/+8
* | | | Merge pull request #35547 from nextcloud/enh/noid/delete-background-size-vari...Simon L2022-12-061-7/+0
|\ \ \ \
| * | | | delete the --image-background-size variableSimon L2022-12-051-7/+0
| |/ / /
* | | | Merge pull request #35596 from nextcloud/fix/move-to-ocp-timedjobCôme Chilliet2022-12-0613-43/+81
|\ \ \ \
| * | | | Fix job tests in updatenotification and user_ldap applicationsCôme Chilliet2022-12-052-11/+19
| * | | | Adapt tests to new job constructorsCôme Chilliet2022-12-052-7/+10
| * | | | Use TimedJob from OCP instead of OCCôme Chilliet2022-12-059-25/+52
* | | | | Merge pull request #34819 from nextcloud/tests/fix-phpunit-warningsCôme Chilliet2022-12-064-50/+128
|\ \ \ \ \
| * | | | | Use the correct Server class in apps/dav/tests/unit/CalDAV/CalendarImplTest.phpCôme Chilliet2022-12-051-1/+1
| * | | | | Fix codestyle in modified filesCôme Chilliet2022-12-051-1/+0
| * | | | | Merge branch 'master' into tests/fix-phpunit-warningsCôme Chilliet2022-12-05693-3769/+8070
| |\| | | |
| * | | | | Improve typing on new methodsCôme Chilliet2022-12-053-12/+8
| * | | | | Next attemp on imip testsJulius Härtl2022-11-091-29/+28
| * | | | | Attempt to fix CalendarImpl testsJulius Härtl2022-11-093-39/+121
| * | | | | Fix some phpunit test warningsJulius Härtl2022-11-093-4/+4
* | | | | | Merge pull request #35600 from nextcloud/fix/empty-secret-migration-files-ext...Simon L2022-12-062-2/+10
|\ \ \ \ \ \
| * | | | | | Add commentsCarl Schwan2022-12-052-0/+2
| * | | | | | Fix migration to non-empty secretCarl Schwan2022-12-052-2/+8
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #35521 from nextmcloud/nmcpr/1416-prevents-selection-of-en...Simon L2022-12-061-4/+4
|\ \ \ \ \ \
| * | | | | | Prevents the selection of encrypted files when scroll the pagekavita.sonawane@t-systems.com2022-12-011-4/+4
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-06100-96/+436
* | | | | | | Merge pull request #35549 from nextcloud/enh/a11y-contrast-bordersPytal2022-12-054-11/+14
|\ \ \ \ \ \ \
| * | | | | | | Lighten default color slightly for increased contrastChristopher Ng2022-12-062-11/+11
| * | | | | | | Add new border color variable for increased contrastChristopher Ng2022-12-063-0/+3
* | | | | | | | Add success popup message for copying share linksChristopher Ng2022-12-062-6/+11
|/ / / / / / /
* | | | | | | Bump sass from 1.52.1 to 1.56.1dependabot[bot]2022-12-0516-108/+39
* | | | | | | Merge pull request #35400 from nextcloud/fix/remove-unused-dynamic-var-in-fil...Côme Chilliet2022-12-051-3/+5
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Put back the variable but make sure it is properly declaredCôme Chilliet2022-12-051-1/+6
| * | | | | | Remove dymanic var $mountOptions to fix PHP 8.2 compatibilityCôme Chilliet2022-11-241-3/+0
* | | | | | | Merge pull request #35249 from nextcloud/fix/33854-User_management_pages_-_Wi...Simon L2022-12-051-1/+18
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Adapt router.js for setting document titlejulia.kirschenheuter2022-12-031-1/+18
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-0516-32/+104
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-0418-96/+272
|/ / / / / /
* | | | | | Merge pull request #35271 from nextcloud/enh/a11y-share-successSimon L2022-12-032-1/+9
|\ \ \ \ \ \
| * | | | | | Show success on share actionsChristopher Ng2022-12-032-1/+9
* | | | | | | Merge pull request #34232 from nextcloud/fix/noid/refresh-filesize-on-conflictSimon L2022-12-031-1/+13
|\ \ \ \ \ \ \
| * | | | | | | compare cached filesize on downloadMaxence Lange2022-12-011-1/+13
* | | | | | | | Merge pull request #35563 from nextcloud/revert/35315Simon L2022-12-034-17/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "Fix border color contrast"Christopher Ng2022-12-034-17/+17
| | |/ / / / / / | |/| | | | | |