Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-04 | 24 | -50/+296 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | add descriptions for background pictures | Simon L | 2023-11-03 | 2 | -1/+20 |
| | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-03 | 22 | -14/+140 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #40597 from nextcloud/fix/public-footer-empty-not-shown | Ferdinand Thiessen | 2023-11-02 | 1 | -5/+10 |
|\ | | | | | fix(theming): Make sure the footer is hidden if no content is rendered | ||||
| * | fix(theming): Make sure the footer is hidden if not content is rendered | Ferdinand Thiessen | 2023-11-02 | 1 | -5/+10 |
| | | | | | | | | | | | | | | Previously the footer was empty, but the backdrop was still shown. This hides the footer if no text content was defined. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(dav): Reduce CalDAV backend memory footprint | Christoph Wurst | 2023-11-02 | 1 | -30/+34 |
|/ | | | | | | | fetchAll inflates memory. Fetching in a loop allows GC to run earlier and more often. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-02 | 30 | -2/+166 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #40852 from nextcloud/feat/contactsmenu/user-status | Christoph Wurst | 2023-11-01 | 4 | -0/+70 |
|\ | | | | | feat(contactsmenu): Show user status | ||||
| * | feat(contactsmenu): Show user status | Christoph Wurst | 2023-10-31 | 4 | -0/+70 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-01 | 12 | -0/+80 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(theming): Add accessible information for screen readers to the app order ↵ | Ferdinand Thiessen | 2023-10-31 | 2 | -13/+80 |
|/ | | | | | | selector Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #41053 from nextcloud/bug/smb/in-place-case-rename | Benjamin Gaussorgues | 2023-10-31 | 2 | -0/+24 |
|\ | | | | | fix(files_external): on case insensitive system, block case change | ||||
| * | fix(files_external): on case insensitive system, block case change | Benjamin Gaussorgues | 2023-10-23 | 2 | -0/+24 |
| | | | | | | | | | | | | | | | | When a file/directory is renamed to the same name with only case change, the rename fail. We block this kind of rename. The user will have to rename to another name first. Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | add index for classification | Akhil | 2023-10-31 | 4 | -1/+58 |
| | | | | | | | | | | Signed-off-by: Akhil <akhil@e.email> Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-31 | 20 | -88/+712 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(theming): App order selector should keep the focus on click | Ferdinand Thiessen | 2023-10-30 | 2 | -5/+24 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #41051 from nextcloud/feat/dav/absence-db | Christoph Wurst | 2023-10-30 | 7 | -1/+315 |
|\ \ | | | | | | | feat(dav): implement personal absence settings backend | ||||
| * | | feat(dav): implement personal absence settings backend | Richard Steinmetz | 2023-10-29 | 7 | -1/+315 |
| | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-30 | 16 | -24/+330 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-29 | 18 | -8/+60 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-28 | 180 | -550/+912 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #40773 from nextcloud/fix/contrast-maxcontrast-vs-hover | Ferdinand Thiessen | 2023-10-27 | 7 | -27/+162 |
|\ \ | | | | | | | fix(theming): Ensure all text colors have enough contrast for accessibility | ||||
| * | | fix(theming): Make changes on primary color less invasiv | Ferdinand Thiessen | 2023-10-27 | 3 | -12/+12 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | fix(theming): Ensure all text colors have enough contrast for accessibility | Ferdinand Thiessen | 2023-10-27 | 6 | -62/+78 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | fix(theming): Make it clearer that color-text-light and -lighter are deprecated | Ferdinand Thiessen | 2023-10-27 | 3 | -6/+8 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | tests: Add accessibility tests for CSS color variables | Ferdinand Thiessen | 2023-10-27 | 1 | -0/+116 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | fix(theming): Ensure that maxcontrast text has always a contrast of 4.5:1 ↵ | Ferdinand Thiessen | 2023-10-27 | 2 | -6/+7 |
| | | | | | | | | | | | | | | | | | | even on hover Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Create semantically right table for the "OAuth 2.0 clients" | julia.kirschenheuter | 2023-10-27 | 5 | -37/+48 |
|/ / | | | | | | | | | | | Adapt styles Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | ||||
* | | Merge pull request #39743 from nextcloud/fixNullArray | Git'Fellow | 2023-10-27 | 1 | -0/+1 |
|\ \ | | | | | | | fix: Don't try to access null array | ||||
| * | | fix: don't try to access null array | Git'Fellow | 2023-08-14 | 1 | -0/+1 |
| | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-27 | 164 | -106/+626 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix: Remove profile from UserStatus component | Christopher Ng | 2023-10-26 | 1 | -133/+27 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | Merge pull request #40889 from nextcloud/feat/check-for-more-php-modules | Côme Chilliet | 2023-10-26 | 6 | -42/+107 |
|\ \ \ | | | | | | | | | Check for more php modules | ||||
| * | | | Add links to documentation for PHP modules | Côme Chilliet | 2023-10-26 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | Adapt CheckSetupControllerTest to the migration to a setup check | Côme Chilliet | 2023-10-24 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | Migrate missing PHP modules check to new API and improve it | Côme Chilliet | 2023-10-19 | 6 | -36/+99 |
| | | | | | | | | | | | | | | | | | | | | | | | | Test all modules listed as required in our documentation Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | Merge pull request #40326 from nextcloud/enh/text-to-image-api | Joas Schilling | 2023-10-26 | 8 | -4/+89 |
|\ \ \ \ | | | | | | | | | | | Implement TextToImage OCP API | ||||
| * | | | | fix(TextToImage): Fix copypasta | Marcel Klehr | 2023-10-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | | | fix(TextToImage): Update testing provider to new interface | Marcel Klehr | 2023-10-26 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | | | en(TextToImage): Add getId method to IProvider | Marcel Klehr | 2023-10-26 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | | | fix(settings/AdminAI): Fix eslint | Marcel Klehr | 2023-10-22 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | | | fix(settings/AdminAI): Fix no-providers-installed view | Marcel Klehr | 2023-10-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | | | fix(Text2Image): Fix FakeText2ImageProvider in testing app | Marcel Klehr | 2023-10-22 | 3 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | | | enh(Text2Image): Add AI settings section to text2image | Marcel Klehr | 2023-10-22 | 3 | -1/+34 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | | | enh(testing app): Add fake text2image provider | Marcel Klehr | 2023-10-20 | 3 | -0/+45 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | | | | Merge pull request #41133 from ↵ | Joas Schilling | 2023-10-26 | 1 | -0/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/dont-duplicate-notification-warning Don't duplicate notification warning | ||||
| * | | | | | Don't duplicate notification warning | Joas Schilling | 2023-10-26 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref https://github.com/nextcloud/notifications/pull/1699 Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | | fix(external): Get storage before update it | Joas Schilling | 2023-10-26 | 1 | -0/+3 |
|/ / / / / | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-26 | 14 | -34/+718 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | fix(files): disable containment in header | Varun Patil | 2023-10-25 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu> |