aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/TemplateLayout.php
Commit message (Collapse)AuthorAgeFilesLines
* fix: Shipped apps should include the Nextcloud version in the cache busterfix/shipped-app-versionFerdinand Thiessen2024-10-141-47/+57
| | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(rtl): Make clear that the direction is based on languagefeat/31420/bidi-backend-supportJoas Schilling2024-09-231-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(rtl): Set layout direction based on languageali ghorbani2024-09-231-1/+3
| | | | Signed-off-by: ali ghorbani <ghorbani.ali.developer@gmail.com>
* chore(legacy): Introduce public version ct plass and drop version methods ↵clean/version-ocpJulius Knorr2024-09-201-0/+2
| | | | | | from OC_Util Signed-off-by: Julius Knorr <jus@bitgrid.net>
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-4/+4
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(TemplateLayout): Use NavigationManager to get default app nameprovokateurin2024-09-091-5/+4
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix: Support Safari mobileFerdinand Thiessen2024-08-211-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Disable auto-zoom on iOSFerdinand Thiessen2024-08-211-0/+9
| | | | | | | | When using iOS and focussing an input element the view should not be zoomed. So if we set a maximum scale iOS will not auto-zoom but still allow users to zoom. But we can not do this by default as this will disable user zoom on Chrome. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Add new forbidden filename options to CapabilitiesFerdinand Thiessen2024-07-111-0/+2
| | | | | | | | | Allow clients to access the new filename validation options and make frontend name validation possible. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Make active apps initial state consistent with OCS APIFerdinand Thiessen2024-07-101-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #43942 from nextcloud/fix/43612/avoid-pwd-confirm-ssoArthur Schiwon2024-06-071-1/+3
|\ | | | | fix(Session): avoid password confirmation on SSO
| * fix(Session): avoid password confirmation on SSOArthur Schiwon2024-06-051-1/+3
| | | | | | | | | | | | | | | | | | | | | | SSO backends like SAML and OIDC tried a trick to suppress password confirmations as they are not possible by design. At least for SAML it was not reliable when existing user backends where used as user repositories. Now we are setting a special scope with the token, and also make sure that the scope is taken over when tokens are regenerated. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge branch 'master' into refactor/OC-Server-getL10NFactoryJohn Molakvoæ2024-05-301-46/+35
|\| | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * chore: Add SPDX headerAndy Scherzinger2024-05-241-39/+4
| | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
| * fix: php-cs `CapabilitiesManager`John Molakvoæ2024-03-151-1/+0
| | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * Refactor `OC\Server::getCapabilitiesManager`Andrew Summers2024-03-151-1/+2
| | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
| * chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some appsCôme Chilliet2024-02-051-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Add global accessibility switchLouis Chemineau2023-12-191-2/+2
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * Rename "global search" to "unified search"fenn-cs2023-12-121-2/+2
| | | | | | | | | | | | | | | | | | - Changes appearances of "Global search" to "Unified search" in UI - Refactors code, to remove usage of term "GlobalSearch" in files and code structure - Rename old unified search to `legacy-unified-search` Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * Enable new global search by defaultfenn-cs2023-11-301-5/+2
| | | | | | | | | | | | | | | | The new global search would now be activated by default and users, have the option to revert to the old unified search by setting `unified_search.enabled` to true in the NC `config.php` file. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * feat: update sign up link in share pagesLuka Trovic2023-11-211-0/+16
| | | | | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com>
| * Add unified search toggle in configfenn-cs2023-11-101-6/+12
| | | | | | | | | | | | | | | | | | The new global search UI is new and might be unstable, hence we are giving users the option to use the old unified search UI, if the encounter signficant bottlenecks. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * Feat: New UI global searchfenn-cs2023-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are introducing a new search UI that providers a lot more space for users via a large centralized modal and providers various filters which can by applied by adding various chips on the UI. For example, users can now filter their search or scope it by limiting the results to specific apps, time period and people by apply the appropriate filters on the new UI, previously filters where applied using text in the search box by prefixing with `::`. Resolves: #39162 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * Make logo in header clickable in the shared file viewKonstantin Myakshin2023-10-041-0/+4
| | | | | | | | Signed-off-by: Konstantin Myakshin <molodchick@gmail.com>
| * Refactor "substr" calls to improve code readabilityHamid Dehnavi2023-07-071-1/+1
| | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* | Refactor `OC\Server::getL10NFactory`Andrew Summers2023-08-291-3/+4
|/ | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-061-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update TemplateLayout.phpFaraz Samapoor2023-05-171-1/+1
| | | | | https://github.com/nextcloud/server/pull/38261#discussion_r1196711637 Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
| | | | Signed-off-by: Faraz Samapoor <fsamapoor@gmail.com>
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-3/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add label for logo linkChristopher Ng2023-03-291-1/+7
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Port user menu to VueChristopher Ng2023-02-091-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Revert "Add alt to the logo, adapt css for logo"John Molakvoæ2023-01-171-5/+4
| | | | This reverts commit bba5ab0532bcf71dc421fd15efd890cd25bdc8d3.
* Merge pull request #35071 from ↵Julia Kirschenheuter2022-12-081-4/+5
|\ | | | | | | | | nextcloud/fix/384-missing_alt_text_for_logo_on_multiple_pages Add alt to the logo, adapt css for logo
| * Add alt to the logo, adapt css for logojulia.kirschenheuter2022-12-081-4/+5
| | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Use single resource locator instanceJulius Härtl2022-12-071-25/+18
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Allow single character search by defaultChristopher Ng2022-11-111-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Move app menu to vueJulius Härtl2022-08-311-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add skip content buttons to the public page layoutJulius Härtl2022-07-181-2/+2
| | | | 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-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove SCSSCacherJohn Molakvoæ2022-05-131-8/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix `Undefined array key "enabledThemes"` on layout.user.phpJohn Molakvoæ2022-04-281-0/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix default fallback theme on setup ang guests pagesJohn Molakvoæ2022-04-261-1/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add default theming disabled fallbackJohn Molakvoæ2022-04-221-0/+5
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Write body theme selector straight in the templateJohn Molakvoæ2022-04-211-0/+8
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Start theming providersJoas Schilling2022-04-211-11/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make typeahead and search limit/length configurableJulius Härtl2022-04-131-1/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Retrieve user status only once when displaying pageCarl Schwan2022-04-051-13/+0
| | | | | | | We don't need to inject it in the template if the data is already available in the initial state. This is also a bit cleaner. Signed-off-by: Carl Schwan <carl@carlschwan.eu>