| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Remove `newPassword` from share model, if disabled | fenn-cs | 2023-12-07 | 1 | -3/+7 |
| * | Create element reference inside $nextTick() | fenn-cs | 2023-12-07 | 1 | -7/+6 |
* | | Merge pull request #42089 from nextcloud/backport/42077/stable28 | Andy Scherzinger | 2023-12-07 | 3 | -3/+5 |
|\ \ |
|
| * | | enh(settings): Add apps and user management navigation labels | Christopher Ng | 2023-12-07 | 2 | -2/+3 |
| * | | enh(files): Add files navigation label | Christopher Ng | 2023-12-07 | 1 | -1/+2 |
| |/ |
|
* / | fix(dav): Improve handling and logging of bulk upload failures | Joas Schilling | 2023-12-07 | 3 | -5/+22 |
|/ |
|
* | Merge pull request #42058 from nextcloud/backport/42031/stable28 | Simon L | 2023-12-07 | 4 | -3/+12 |
|\ |
|
| * | fix look of personal global credentials settings | Simon L | 2023-12-07 | 4 | -3/+12 |
* | | Merge pull request #42074 from nextcloud/backport/41944/stable28 | Julius Härtl | 2023-12-07 | 1 | -0/+16 |
|\ \
| |/
|/| |
|
| * | fix: Properly fetch version from shared files by accessing the owner storage ... | Julius Härtl | 2023-12-06 | 1 | -0/+16 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-07 | 44 | -36/+164 |
* | | Merge pull request #42069 from nextcloud/backport/41948/stable28 | Ferdinand Thiessen | 2023-12-06 | 4 | -137/+9 |
|\ \
| |/
|/| |
|
| * | fix(theming): Adjust dark theme to be accessible adjust cypress tests | Ferdinand Thiessen | 2023-12-06 | 4 | -137/+9 |
* | | fix(files): Correctly handle dropping folders on file list | Ferdinand Thiessen | 2023-12-06 | 2 | -21/+145 |
|/ |
|
* | Fix AppSettingsController.php overwriting currentLanguage | 1 Man Projects | 2023-12-06 | 1 | -1/+1 |
* | Merge pull request #41949 from nextcloud/backport/stable28/40169 | Andy Scherzinger | 2023-12-06 | 4 | -8/+59 |
|\ |
|
| * | Invert parameter order in getDisabledUserList to be consistent | Côme Chilliet | 2023-12-06 | 2 | -2/+2 |
| * | enh(settings): Load from disabled users endpoint | Christopher Ng | 2023-12-06 | 2 | -6/+57 |
* | | Merge pull request #42029 from nextcloud/backport/41962/stable28 | Joas Schilling | 2023-12-06 | 5 | -26/+231 |
|\ \ |
|
| * | | fix(dav): Make current ooo info time-dependent | Christoph Wurst | 2023-12-06 | 5 | -26/+231 |
| |/ |
|
* / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-06 | 112 | -126/+428 |
|/ |
|
* | fix(files): Adjust table header to look like on previous versions | Ferdinand Thiessen | 2023-12-05 | 2 | -26/+28 |
* | fix: Also filter out undefined entries from the file list | Julius Härtl | 2023-12-05 | 1 | -2/+2 |
* | fix: Properly take show_hidden user setting into account for file listing | Julius Härtl | 2023-12-05 | 1 | -2/+8 |
* | Merge pull request #42014 from nextcloud/backport/41985/stable28 | Benjamin Gaussorgues | 2023-12-05 | 1 | -2/+2 |
|\ |
|
| * | fix(files): allow any throwable in logException | Varun Patil | 2023-12-04 | 1 | -2/+2 |
* | | fix(files): Correct condition for checking copy/move into same directory | Ferdinand Thiessen | 2023-12-05 | 1 | -1/+7 |
* | | Merge pull request #41990 from nextcloud/fix/backport-28-drag-n-drop | Ferdinand Thiessen | 2023-12-05 | 5 | -122/+124 |
|\ \ |
|
| * | | fix(config): Adjust typescript config to allow `.ts` imports and Typescript i... | Ferdinand Thiessen | 2023-12-05 | 3 | -18/+18 |
| * | | fix(files): Show error message if drag-and-drop upload fails | Ferdinand Thiessen | 2023-12-05 | 2 | -4/+9 |
| * | | fix(files): Allow to drag and drop new files also on empty directories | Ferdinand Thiessen | 2023-12-05 | 5 | -124/+121 |
* | | | Merge pull request #42017 from nextcloud/backport/41650/stable28 | Arthur Schiwon | 2023-12-05 | 8 | -2/+158 |
|\ \ \
| |/ /
|/| | |
|
| * | | feat(LDAP): warn about demoting a group while promoting another | Arthur Schiwon | 2023-12-04 | 1 | -8/+23 |
| * | | enh(LDAP): add occ command to promote an LDAP group to admin | Arthur Schiwon | 2023-12-04 | 4 | -0/+116 |
| * | | enh(LDAP): implement IIsAdmin interface | Arthur Schiwon | 2023-12-04 | 4 | -2/+27 |
| |/ |
|
* | | fix(files): Remove confusing table header labels | Ferdinand Thiessen | 2023-12-05 | 2 | -14/+11 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-05 | 18 | -30/+236 |
* | | Missing things in database should be warning, not info | Côme Chilliet | 2023-12-04 | 3 | -3/+3 |
* | | fix(tests) Fix CheckSetupControllerTest | Côme Chilliet | 2023-12-04 | 1 | -2/+0 |
* | | Switch from deprecated hasPrimaryKey to getPrimaryKey function | Côme Chilliet | 2023-12-04 | 1 | -1/+1 |
* | | Migrate missing primary key database check to new API | Côme Chilliet | 2023-12-04 | 6 | -29/+93 |
* | | Migrate missing index database check to new API | Côme Chilliet | 2023-12-04 | 6 | -30/+93 |
* | | Migrate missing column database check to new API | Côme Chilliet | 2023-12-04 | 6 | -26/+93 |
|/ |
|
* | Merge pull request #41955 from nextcloud/backport/41766/stable28 | Joas Schilling | 2023-12-04 | 1 | -1/+0 |
|\ |
|
| * | fix(files_external): Fix "Could not find resource main.js to load" | Joas Schilling | 2023-12-01 | 1 | -1/+0 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-04 | 30 | -6/+48 |
* | | fix(files): Remove aria-label from span and move to favorite icon | Ferdinand Thiessen | 2023-12-03 | 2 | -10/+15 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-12-03 | 102 | -82/+274 |
* | | Merge pull request #41967 from nextcloud/fix/dav/single-day-ooo-stable28 | Joas Schilling | 2023-12-02 | 1 | -1/+7 |
|\ \ |
|
| * | | fix(dav): Allow single-day out of office | Christoph Wurst | 2023-12-01 | 1 | -1/+7 |
| |/ |
|