Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(files): selected files actions position on scroll/with readme block | Grigorii K. Shartsev | 2024-01-30 | 2 | -9/+16 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | chore: Update `@nextcloud/vue` to 8.5.1 | Ferdinand Thiessen | 2024-01-30 | 1 | -35/+35 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #43194 from ↵ | Côme Chilliet | 2024-01-30 | 57 | -36/+78 |
|\ | | | | | | | nextcloud/fix/fix-psalm-missing-template-parameter | ||||
| * | chore: Fix twofactor_backupcodes tests | Côme Chilliet | 2024-01-30 | 2 | -24/+12 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix: Fix template parameter for some listeners | Côme Chilliet | 2024-01-30 | 2 | -3/+4 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix(twofactor_backupcodes): Mirate away from deprecated event | Côme Chilliet | 2024-01-30 | 3 | -9/+10 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 54 | -4/+56 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix(files): Improve inaccessible files message in file reference widget | Jonas | 2024-01-30 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Jonas <jonas@freesources.org> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-30 | 80 | -0/+140 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #42331 from nextcloud/fix/auth-token-settings | Ferdinand Thiessen | 2024-01-29 | 2 | -1/+2 |
|\ | | | | | fix(settings): Disable renaming for tokens marked to be wiped | ||||
| * | fix(settings): Disable renaming for tokens marked to be wiped | Ferdinand Thiessen | 2024-01-29 | 2 | -1/+2 |
| | | | | | | | | | | | | This otherwise a WipeException will be thrown when trying to rename Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Migrate debug mode check to new SetupCheck API | Côme Chilliet | 2024-01-29 | 4 | -0/+59 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-29 | 10 | -0/+10 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-28 | 118 | -142/+106 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files): Consistent sorting for folders before files (user configurable) | Ferdinand Thiessen | 2024-01-27 | 4 | -4/+15 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(assets): Recompile assets | John Molakvoæ | 2024-01-27 | 2 | -35/+11 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(files): disable `Unshare` until proper fix | John Molakvoæ | 2024-01-27 | 2 | -7/+9 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix: added a label element to the NcSelect in update settings | Eduardo Morales | 2024-01-27 | 1 | -4/+10 |
| | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | chore: Update `@nextcloud/dialogs` to 5.1.1 | Ferdinand Thiessen | 2024-01-27 | 1 | -2/+6 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-27 | 104 | -270/+984 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #41003 from nextcloud/chore/migrate-behat-to-github | Joas Schilling | 2024-01-26 | 3 | -5/+20 |
|\ | | | | | chore(tests): Run all unit tests on GitHub instead of Drone | ||||
| * | fix(tests): Make PHP 8.1.2 with Datetime Diff Bug pass the notifier test | Joas Schilling | 2024-01-26 | 1 | -3/+11 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | fix(CS): Fix coding style | Joas Schilling | 2024-01-26 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | fix(encryption): Fix deprecated syntax in encryption tests | Ferdinand Thiessen | 2024-01-26 | 1 | -1/+7 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | fix(user_ldap): Ensure host is a string when checking if `ldapi` | Ferdinand Thiessen | 2024-01-26 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(files_sharing): Return focus to trigger element on sharing details close | Christopher Ng | 2024-01-26 | 3 | -62/+91 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Move modal outside of the Version component. | Louis Chemineau | 2024-01-26 | 4 | -237/+290 |
|/ | | | | | | This is for accessibility, to have the NcListItem (<li>) as a direct child of the <ul> Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-26 | 538 | -2436/+2534 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(tests): Adjust legacy tests for nextcloud-router update | Ferdinand Thiessen | 2024-01-25 | 1 | -3/+3 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #43078 from nextcloud/version-expire-handle-storage | Robin Appelman | 2024-01-25 | 1 | -0/+5 |
|\ | | | | | handle storage not available when expiring versions | ||||
| * | handle storage not available when expiring versions | Robin Appelman | 2024-01-24 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #42939 from ↵ | Côme Chilliet | 2024-01-25 | 6 | -25/+91 |
|\ \ | | | | | | | | | | nextcloud/enh/migrate-fairuseoffreepushservice-setupcheck | ||||
| * | | Rename to "Push service" and enable on all instances to avoid trouble | Côme Chilliet | 2024-01-25 | 4 | -10/+16 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Migrate fair use of free push service check to new SetupCheck API | Côme Chilliet | 2024-01-25 | 6 | -25/+85 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #43104 from nextcloud/chore/cleanup | John Molakvoæ | 2024-01-25 | 13 | -515/+0 |
|\ \ \ | |||||
| * | | | chore(files): cleanup old templates | John Molakvoæ | 2024-01-25 | 13 | -515/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | | | Merge pull request #42552 from ↵ | Ferdinand Thiessen | 2024-01-25 | 3 | -44/+36 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/41849/theming--change-color-button-contrast fix(theming): change color button contrast | ||||
| * | | | | fix(theming): change color button contrast on admin settings | Grigorii K. Shartsev | 2024-01-24 | 2 | -29/+14 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
| * | | | | fix(theming): change color button contrast on user settings | Grigorii K. Shartsev | 2024-01-24 | 1 | -15/+22 |
| | |_|/ | |/| | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | | | | fix(files): Ensure the correct `dir` query is set on folder action | Ferdinand Thiessen | 2024-01-25 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | fix(files): Make sure to add the `fileid` on favorite folders navigation entries | Ferdinand Thiessen | 2024-01-25 | 5 | -53/+90 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | fix(files): Make sure `$navigation` is observable to react on changes | Ferdinand Thiessen | 2024-01-25 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | fix(files): Set default view and match also child routes | Ferdinand Thiessen | 2024-01-25 | 3 | -18/+29 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | fix(files): Add declaration for `$navigation` | Ferdinand Thiessen | 2024-01-25 | 1 | -0/+7 |
| |_|/ |/| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Merge pull request #42839 from nextcloud/enh/migrate-s3tempspace-setupcheck | Joas Schilling | 2024-01-25 | 6 | -110/+130 |
|\ \ \ | | | | | | | | | Migrate available temp space check to new SetupCheck API | ||||
| * | | | Merge writable temporary space check with the s3 one, and improve | Côme Chilliet | 2024-01-25 | 6 | -40/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | It will now show available space and path of both PHP and Nextcloud temporary directories if they differ. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | Remove old version of temporary space setup check and fix tests | Côme Chilliet | 2024-01-25 | 2 | -88/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | Migrate available temp space check to new SetupCheck API | Côme Chilliet | 2024-01-25 | 4 | -0/+97 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | Merge pull request #42896 from nextcloud/fix/42451/revert-in-a-meeting-status | Christoph Wurst | 2024-01-25 | 3 | -25/+110 |
|\ \ \ \ | | | | | | | | | | | fix(userstatus): CALL status should overwrite MEETING status | ||||
| * | | | | fix(userstatus): Also set the user status when the user has no status at all | Joas Schilling | 2024-01-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |