| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-11 | 2 | -0/+146 |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-08 | 2 | -24/+24 |
* | chore: Compile assets | Ferdinand Thiessen | 2024-02-07 | 4 | -4/+4 |
* | fix(theming): The background is the primary color and must not be double inve... | Ferdinand Thiessen | 2024-02-07 | 2 | -3/+2 |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-04 | 2 | -0/+78 |
* | fix(user_status): Migrate to NcUserStatusIcon | Christopher Ng | 2024-02-02 | 1 | -4/+2 |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-02 | 2 | -2/+4 |
* | enh(UnifiedSearch): Keep the searchbar on top of the modal | Ferdinand Thiessen | 2024-02-01 | 1 | -128/+140 |
* | Merge pull request #42777 from nextcloud/backport/42292/stable28 | Ferdinand Thiessen | 2024-02-01 | 1 | -2/+1 |
|\ |
|
| * | fix(a11y): Unified search headings the sequel | Christopher Ng | 2024-01-22 | 1 | -2/+1 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-01 | 2 | -0/+2 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-31 | 2 | -0/+2 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-30 | 70 | -76/+76 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-27 | 2 | -0/+2 |
* | | chore: Compile assets | Ferdinand Thiessen | 2024-01-26 | 1 | -1/+1 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-26 | 92 | -310/+312 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-25 | 2 | -4/+4 |
* | | fix(tests): Adjust legacy tests for nextcloud-router update | Ferdinand Thiessen | 2024-01-24 | 3 | -10/+10 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-24 | 72 | -80/+82 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-23 | 2 | -2/+2 |
|/ |
|
* | Merge pull request #43014 from nextcloud/backport/42963/stable28 | Arthur Schiwon | 2024-01-22 | 5 | -5/+18 |
|\ |
|
| * | chore: Built CSS assets | Ferdinand Thiessen | 2024-01-22 | 4 | -4/+4 |
| * | fix header inversion bug | Simon L | 2024-01-22 | 1 | -1/+14 |
* | | prepare migration to lazy config | Maxence Lange | 2024-01-22 | 1 | -0/+57 |
|/ |
|
* | chore(assets): Recompile JS | Joas Schilling | 2024-01-22 | 4 | -4/+4 |
* | fix(a11y): Fix avatar menu icon color in dark mode | Joas Schilling | 2024-01-22 | 1 | -2/+2 |
* | chore: Compile assets | Ferdinand Thiessen | 2024-01-21 | 2 | -2/+2 |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-21 | 6 | -36/+42 |
* | enh(core): Refactor profile page to use vue components | Ferdinand Thiessen | 2024-01-20 | 3 | -323/+187 |
* | refactor: Migrate IgnoreOpenAPI attributes to OpenAPI | provokateurin | 2024-01-19 | 16 | -36/+36 |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-19 | 100 | -182/+212 |
* | Remove obsolete check of curl SSL version | Côme Chilliet | 2024-01-18 | 1 | -6/+0 |
* | Fix Cron setup check tests | Côme Chilliet | 2024-01-18 | 1 | -56/+0 |
* | Migrate Cron checks to new SetupCheck API | Côme Chilliet | 2024-01-18 | 1 | -22/+0 |
* | Migrate overwrite.cli.url setup check to new API | Côme Chilliet | 2024-01-18 | 2 | -20/+0 |
* | Fix tests because we added escaping to setupchecks | Côme Chilliet | 2024-01-18 | 1 | -1/+1 |
* | Properly escape HTML and add support for highlight links in setupchecks | Côme Chilliet | 2024-01-18 | 1 | -3/+17 |
* | Migrate code integrity to SetupCheck API | Côme Chilliet | 2024-01-18 | 2 | -25/+0 |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-18 | 2 | -2/+2 |
* | enh(a11y): improved contrast on user menu | Eduardo Morales | 2024-01-17 | 1 | -9/+5 |
* | fix(manifest): Check if app exists instead of accessing null as an array | Joas Schilling | 2024-01-17 | 3 | -3/+3 |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-17 | 108 | -668/+684 |
* | Merge pull request #42795 from nextcloud/backport/setupchecks/stable28 | Benjamin Gaussorgues | 2024-01-16 | 3 | -269/+5 |
|\ |
|
| * | Migrate PHP imagick module check to new SetupCheck API | Côme Chilliet | 2024-01-15 | 2 | -75/+0 |
| * | Migrate app dir owner check to SetupCheck API | Côme Chilliet | 2024-01-15 | 2 | -78/+0 |
| * | Migrate opcache check to new SetupCheck API | Côme Chilliet | 2024-01-15 | 2 | -75/+0 |
| * | Merge SQlite warning to existing SupportedDatabase setup check | Côme Chilliet | 2024-01-15 | 1 | -9/+0 |
| * | Migrate database pending bigint conversions check to new API | Côme Chilliet | 2024-01-15 | 3 | -32/+5 |
* | | Complete `<h1>` settings heading | julia.kirschenheuter | 2024-01-16 | 1 | -1/+4 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-16 | 60 | -74/+18 |