summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* improve app settings designszaimen2022-09-065-46/+46
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #29881 from nextcloud/fix/setting/accessibility-titleCarl Schwan2022-09-061-0/+1
|\ | | | | Improve accessibility of the title of the settings
| * Merge branch 'master' into fix/setting/accessibility-titleCarl Schwan2022-09-02354-6644/+7043
| |\ | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Improve accessibility of the title of the settingsCarl Schwan2022-05-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before every setting page had the same title and this is causing issues for screenreaders since they can't differenciate the title of page. Now a new variable is available for apps to declare the page subtitle. This new variable is implemented for the settings app and while at it I added a bit more type hinting to the stuff I touched :) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #33781 from nextcloud/port/login-form/vue-password-componentsCarl Schwan2022-09-066-242/+176
|\ \ \ | | | | | | | | Use new vue components in login form
| * | | More cleaning up of the login componentCarl Schwan2022-09-066-116/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move css in scopped vue components - Port to NcNoteCard all the warning messages Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | Use new vue components in login formCarl Schwan2022-09-054-149/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Improve accessibility - Simply code Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #33910 from nextcloud/update-header-menu-styleCarl Schwan2022-09-065-2/+21
|\ \ \ \ | | | | | | | | | | Update header menu style
| * | | | Update header menu styleCarl Schwan2022-09-065-2/+21
| |/ / / | | | | | | | | | | | | | | | | | | | | Make it consistent with nextcloud-vue Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* / / / [tx-robot] updated from transifexNextcloud bot2022-09-064-0/+20
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-09-0510-0/+22
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-09-046-0/+6
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-09-03138-138/+148
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #33827 from nextcloud/bugfix/guest-scrollJohn Molakvoæ2022-09-021-0/+2
|\ \ \
| * | | Bring back scrolling to guest bodyJulius Härtl2022-09-021-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #33826 from nextcloud/enh/a11y-unified-searchVincent Petry2022-09-023-54/+76
|\ \ \ \ | |_|_|/ |/| | | Accessibility and design improvements to unified search
| * | | Accessibility improvements to unified searchChristopher Ng2022-09-023-54/+76
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #33409 from nextcloud/enh/27869/avatarPytal2022-09-012-2/+13
|\ \ \ \
| * | | | Remake profile picture saving with VueChristopher Ng2022-09-022-2/+13
| |/ / / | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* / / / [tx-robot] updated from transifexNextcloud bot2022-09-0214-4/+278
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / / Fallback to root if the picker folder doesn't existsJohn Molakvoæ2022-09-011-102/+119
|/ / | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Some more fixesJulius Härtl2022-09-0111-137/+160
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Bump bundled filesJulius Härtl2022-09-0112-148/+216
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix profile page renderingJulius Härtl2022-09-011-5/+13
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix some styling issues with the new containersJulius Härtl2022-09-013-46/+16
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix some minor styling issuesJulius Härtl2022-09-011-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Give header menus a better maximum height for mobileJulius Härtl2022-09-011-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Adjust server popover styleJulius Härtl2022-09-011-2/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Small top border radius on mobileJulius Härtl2022-09-011-0/+13
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Do not prevent scaling due to accessibilityJulius Härtl2022-09-011-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Adapt layout to new base css variablesJulius Härtl2022-09-011-7/+6
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix priority of mobile rules for files appJulius Härtl2022-09-011-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix indentationJulius Härtl2022-09-011-12/+12
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Drop vue specific stylesJulius Härtl2022-09-011-39/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Use proper background image variableJulius Härtl2022-09-011-2/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Temporary vue component stylesJulius Härtl2022-09-011-0/+39
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | More refactoring of app content areasJulius Härtl2022-09-016-24/+66
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Proof of concept: Redesign app-contentCarl Schwan2022-09-012-22/+27
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-09-01138-544/+554
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33494 from nextcloud/enh/referencesJulius Härtl2022-08-314-0/+154
|\ \ | | | | | | Backend for reference metadata fetching
| * | Inject all dependnencies and increase cache timeoutJulius Härtl2022-08-311-1/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Refactor cache handlingJulius Härtl2022-08-311-2/+4
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | CleanupJulius Härtl2022-08-313-20/+20
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Implement image cachingJulius Härtl2022-08-313-42/+108
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | API for fetching reference metadataJulius Härtl2022-08-312-0/+85
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #33475 from nextcloud/rakekniven-patch-1Simon L2022-08-312-2/+2
|\ \ \ | |/ / |/| | l10n: Changed grammar
| * | l10n: Changed grammarrakekniven2022-08-111-1/+1
| | | | | | | | | | | | | | | | | | | | | Fixed tests for #33475 Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
| * | l10n: Changed grammarrakekniven2022-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | See https://en.wikipedia.org/wiki/32-bit_computing and related articles. Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | Merge pull request #33728 from nextcloud/enh/app-menu-vueJulius Härtl2022-08-3110-1165/+314
|\ \ \ | | | | | | | | Move app menu to vue
| * | | Fix active app indicator positionJulius Härtl2022-08-311-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>