| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix width of input on contacts menu | julia.kirschenheuter | 2023-10-18 | 1 | -1/+0 |
* | chore: compile assets | Christopher Ng | 2023-10-18 | 2 | -2/+2 |
* | Merge pull request #39852 from nextcloud/pragmaHeader | Ferdinand Thiessen | 2023-10-18 | 2 | -2/+0 |
|\ |
|
| * | Stop sending deprecated Pragma header | Git'Fellow | 2023-08-28 | 2 | -2/+0 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-18 | 126 | -518/+554 |
* | | fix(xhr-request): Make sure to also allow strings as url | Ferdinand Thiessen | 2023-10-17 | 1 | -12/+17 |
* | | Replace password dialog with dialog from library | julia.kirschenheuter | 2023-10-17 | 4 | -154/+8 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-17 | 136 | -3204/+1014 |
* | | enh(a11y): Add label to app menu nav | Christopher Ng | 2023-10-16 | 1 | -1/+2 |
* | | enh(a11y): Add avatar description | Christopher Ng | 2023-10-16 | 1 | -5/+79 |
* | | enh(a11y): Add accessible user menu semantics | Christopher Ng | 2023-10-16 | 1 | -71/+64 |
* | | Merge pull request #40749 from nextcloud/refactor/contacts-menu-to-vue | Christoph Wurst | 2023-10-16 | 12 | -947/+537 |
|\ \ |
|
| * | | refactor: Contacts menu to Vue | Christoph Wurst | 2023-10-16 | 12 | -947/+537 |
* | | | Merge pull request #40890 from nextcloud/fix/search/close-unified-search-seco... | Christoph Wurst | 2023-10-16 | 1 | -0/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | fix(search): Close unified search at the second ctrl+f | Christoph Wurst | 2023-10-16 | 1 | -0/+3 |
* | | | only add x-requested-with header if requests point to NC | Julien Veyssier | 2023-10-16 | 1 | -1/+12 |
|/ / |
|
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-15 | 2 | -0/+6 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-14 | 2 | -4/+6 |
* | | chore: compile assets | Christopher Ng | 2023-10-10 | 4 | -4/+4 |
* | | fix: Scope app nav caption styles | Christopher Ng | 2023-10-10 | 1 | -11/+12 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-10 | 2 | -0/+2 |
* | | adjust color of focus-visible to be better visible | Simon L | 2023-10-09 | 5 | -6/+6 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-08 | 6 | -4/+36 |
* | | chore: compile assets | Christopher Ng | 2023-10-06 | 2 | -2/+2 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-06 | 2 | -2/+2 |
* | | rename oauth2_access_token's created_at to code_created_at | Julien Veyssier | 2023-10-05 | 1 | -1/+1 |
* | | make oauth2 authorization code expire after 10 minutes | Julien Veyssier | 2023-10-05 | 1 | -0/+3 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-05 | 96 | -96/+96 |
* | | Merge pull request #40660 from nextcloud/bugfix/noid/fix-missing-user-status-... | Joas Schilling | 2023-10-04 | 3 | -4/+40 |
|\ \ |
|
| * | | fix(autocomplete): Fix missing user status on autocomplete endpoint | Joas Schilling | 2023-09-28 | 3 | -4/+40 |
* | | | Merge pull request #40439 from Koc/feature/clickable-logo | John Molakvoæ | 2023-10-04 | 1 | -3/+11 |
|\ \ \ |
|
| * | | | Make logo in header clickable in the shared file view | Konstantin Myakshin | 2023-10-04 | 1 | -3/+11 |
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-04 | 4 | -0/+4 |
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-03 | 4 | -2/+8 |
* | | | | Remove unneeded class | julia.kirschenheuter | 2023-10-02 | 5 | -5/+4 |
* | | | | Merge pull request #40576 from nextcloud/fix/36915-_The_page_only_has_one_h1_... | Julia Kirschenheuter | 2023-09-29 | 5 | -20/+21 |
|\ \ \ \ |
|
| * | | | | Split list to navigation for the left sidebar | julia.kirschenheuter | 2023-09-28 | 5 | -20/+21 |
| | |/ /
| |/| | |
|
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-29 | 2 | -12/+12 |
* | | | | fix(unifiedsearch): Allow searching for "0" | Christoph Wurst | 2023-09-28 | 1 | -1/+1 |
|/ / / |
|
* / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-28 | 4 | -0/+8 |
|/ / |
|
* | | Fix OCS-APIRequest header for OpenAPI | jld3103 | 2023-09-27 | 1 | -64/+96 |
* | | Add single status code descriptions for OpenAPI | jld3103 | 2023-09-27 | 8 | -11/+33 |
* | | Merge pull request #40565 from nextcloud/fix/remove-writelog | Côme Chilliet | 2023-09-26 | 1 | -4/+5 |
|\ \ |
|
| * | | Remove deprecated methods Util::writeLog and DIContainer::log | Côme Chilliet | 2023-09-25 | 1 | -4/+5 |
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-26 | 2 | -0/+30 |
|/ / |
|
* | | chore(deps): Bump @nextcloud/dialogs from 5.0.0-beta.2 to 5.0.0-beta.4 | dependabot[bot] | 2023-09-24 | 2 | -2/+2 |
* | | core: Fix OCM OpenAPI | jld3103 | 2023-09-23 | 2 | -30/+25 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-23 | 4 | -2/+16 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-22 | 2 | -0/+2 |
* | | small fixes | Maxence Lange | 2023-09-20 | 2 | -5/+121 |