summaryrefslogtreecommitdiffstats
path: root/core/templates
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #36633 from ↵Julia Kirschenheuter2023-02-131-1/+5
|\ | | | | | | | | nextcloud/fix/36632-create_an_accessible_name_for_logo Create an accessible name for logo on logged in page
| * Create an accessible name for logo on logged in pagejulia.kirschenheuter2023-02-131-1/+5
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Port user menu to VueChristopher Ng2023-02-091-39/+1
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix event listener race condition on login-formMarcel Müller2023-01-232-2/+2
| | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* composer run cs:fixCôme Chilliet2023-01-209-49/+49
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Revert "Add alt to the logo, adapt css for logo"John Molakvoæ2023-01-173-5/+11
| | | | This reverts commit bba5ab0532bcf71dc421fd15efd890cd25bdc8d3.
* Focus trap contacts menu with NcHeaderMenu portChristopher Ng2023-01-131-8/+1
| | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add alt to the logo, adapt css for logojulia.kirschenheuter2022-12-083-11/+5
| | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Place ```<h1>``` into main contentjulia.kirschenheuter2022-11-153-26/+29
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Disable browser translationsArnout Engelen2022-10-274-4/+4
| | | | | | | | | | | | | | This will tell the browser not to translate the text on the page, since this is very confusing given the good existing translation support in Nextcloud and the fact that the language the Nextcloud UI is set to might not match the language the content of the instance is in, leading to surprising effects. Better to disable it and remove the confusion. Fixes #34857 Signed-off-by: Arnout Engelen <arnout@bzzt.net>
* Use proper error pages instead of always redirectingJulius Härtl2022-10-211-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Cleanup ie and old edge propertiesJohn Molakvoæ (skjnldsv)2022-10-191-0/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #31947 from andyxheli/patch-1blizzz2022-10-061-1/+0
|\ | | | | Fix Error: Undefined index: redirect_url
| * Fix Error: Undefined index: redirect_urlAndy Xheli2022-04-121-1/+0
| | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com> Should fix Undefined index: redirect_url at core/templates/twofactorsetupselection.php #21968
* | Fix install pageVincent Petry2022-09-241-17/+10
| | | | | | | | | | | | | | | | | | | | | | - Use normal labels instead of hiding them - Fix position of the eye button (this is still very hacky) - Define width on the box and not on the text fields This really needs to be ported to vue Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge branch 'master' into fix/setting/accessibility-titleCarl Schwan2022-09-0224-233/+160
|\ \ | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Do not prevent scaling due to accessibilityJulius Härtl2022-09-011-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | More refactoring of app content areasJulius Härtl2022-09-011-1/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Move app menu to vueJulius Härtl2022-08-311-64/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Fix trusted domain error pageJoas Schilling2022-08-111-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-013-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both deprecated since NC 23 IAppManager is the replacement for OCP\App unfortunately it can't be dependency injected in classes used by the installed otherwise the database connection is initialised too early Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Transfer `aria-label` from nav settings menu to settings menu icon-buttonjulia.kirschenheuter2022-07-281-3/+2
| | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
| * | Fix login flowCarl Schwan2022-07-272-3/+3
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Redesign guest pages for better accessibilityCarl Schwan2022-07-2717-130/+120
| | | | | | | | | | | | | | | | | | | | | - Use white box and put content on it - Improve focus indicator Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Merge pull request #33361 from nextcloud/techdebt/noid/further-cleanupVincent Petry2022-07-261-1/+1
| |\ \ | | | | | | | | Further markup cleanup
| | * | Add missing closing spans and avoid empty hrefVincent Petry2022-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | Remove obsolete notification containerVincent Petry2022-07-262-6/+0
| |/ / | | | | | | | | | | | | | | | | | | The future is TOAST 🍞 Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | Replace files app ids to classesVincent Petry2022-07-261-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced ids to classes for the following: - #filestable -> .files-filestable - #fileList -> .files-fileList - #controls -> .files-controls - #emptycontent -> .emptyfilelist.emptycontent Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | Identify the login page explicitly by the page titleChristopher Ng2022-07-201-1/+4
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | Add skip content buttons to the public page layoutJulius Härtl2022-07-181-0/+5
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Fix styling for single skip buttons globallyJulius Härtl2022-07-161-2/+4
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Allow to override #app-content and #app-navigation hrefs for content skippingJulius Härtl2022-07-161-2/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Fix duplicate id "hole"Joas Schilling2022-07-141-4/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add accessible names for file picker grid view toggle and new folder buttonChristopher Ng2022-07-011-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | Fix 2FA setup vs set up typoChristoph Wurst2022-06-141-1/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Use button for grid view toggle instead of hidden checkboxChristopher Ng2022-06-091-2/+1
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | Handle keyboard navigation in the file pickerChristopher Ng2022-06-081-4/+4
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | Various improvements related to the recent implementation of temporary passwordsCyrille Bollu2022-06-081-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for mail shares: 1- Changes style of "forgot password?" and "Back" button 2- Adds information about share password's expiration time in the emails sent. 3- Shows password expiration time in the Share menu 4- Fixes an issue when the message "Password expires..." would be shown for non email share types (which don't have temporary passswords) 5- At share's creation, password should only be sent when it's a permanent one See also https://github.com/nextcloud/server/issues/31952 Signed-off-by: Cyrille Bollu <cyrpub@bollu.be> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | Declare header entries in the order they are displayedLouis Chemineau2022-06-021-1/+1
| | | | | | | | | | | | | | | | | | The notifications entry was declared after the search one, but they are rendered in a different order. This PR switch their declarations, so the order they appear in match their order in the DOM. Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | More meaningfull message when a public authenticated share's password is ↵Cyrille Bollu2022-05-311-1/+1
| | | | | | | | | | | | | | | | | | wrong or has expired Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
* | | 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 #31584 from nextcloud/fix/accessibilityJohn Molakvoæ2022-05-161-2/+2
|\ \
| * | Improve accessibility with more visible focus indication for non vue appsCarl Schwan2022-05-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add visible-focus effect on each header entry - Show focus outline when using focus-visible (keyboard navigation) - Add polyfy for focus-visible since it's only very recently available on webkit - Change text for link to home button to describe the destination and not the current page - Improve focus effect in app sidebar navigation Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Show user account on grant loginflow stepJoas Schilling2022-05-132-3/+15
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Migrate to static icons coloursJohn Molakvoæ2022-05-101-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Fix header apps iconsJohn Molakvoæ2022-04-281-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Lint and psalm fixJohn Molakvoæ2022-04-211-1/+3
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Write body theme selector straight in the templateJohn Molakvoæ2022-04-211-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Update and fix theming imagesJohn Molakvoæ (skjnldsv)2022-04-211-4/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Start theming providersJoas Schilling2022-04-211-3/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>