// Import global variables @import "shared/variables"; // Import all utility mixins and functions @import "util/bourbon/bourbon"; @import "util/lists"; @import "util/css3"; @import "util/color"; @import "util/anim"; @import "util/gradient"; @import "util/bevel-and-shadow"; @import "util/util"; // Import custom font mixins @import "fonts/fonts"; // Include custom font faces if they are used by the theme @if contains($v-font-family, "Open Sans") { @include font-open-sans($light: true, $regular: true, $medium: true); } @if contains($v-font-family, "Source Sans Pro") { @include font-source-sans-pro($light: true, $regular: true, $medium: true); } @if contains($v-font-family, "Roboto") { @include font-roboto($light: true, $regular: true, $medium: true); } @if contains($v-font-family, "Lato") { @include font-lato($light: true, $regular: true, $bold: true); } @if contains($v-font-family, "Lora") { @include font-lora($regular: true, $bold: true); } // Import global mixins @import "shared/global"; // Import component specific mixins @import "components/all"; // Include global styles directly, without a theme name prefix (this is done only once) @include valo-global; /** * The main Valo theme mixin, which outputs all the selectors and properties to produce * the variation specified by global variables. Should not be included multiple times * per compilation. */ @mixin valo { @include valo-common; @include valo-components; } value='Fix/app-menu-overflow'>Fix/app-menu-overflow Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/l10n/mg.json
blob: 8e0cd6f6783da99f5a77d883625b4432d8a87e0f (plain)
1
2
3
4
5
>
Ferdinand Thiessen2023-12-052-3/+3
* chore: Compile assetsFerdinand Thiessen2023-12-052-3/+3
* chore(assets): Recompile assetsnextcloud-command2023-12-032-3/+3
* fix(dav): Allow single-day out of officeChristoph Wurst2023-12-012-3/+3
* feat(out-of-office): Migrate frontend to OCS endpointJoas Schilling2023-12-014-6/+6
* chore: Update `@nextcloud/vue` to 8.3.0Ferdinand Thiessen2023-11-3098-147/+147
* Merge pull request #41932 from nextcloud/backport/41923/stable28Ferdinand Thiessen2023-11-302-3/+3
|\
| * chore(assets): recompile assetsGrigorii K. Shartsev2023-11-302-3/+3
* | Migrate openResult method to SearchResult componentfenn-cs2023-11-302-3/+3
* | Fix date filter wording & improve search feedbackfenn-cs2023-11-3012-18/+18
* | Merge pull request #41930 from nextcloud/41792-manual-backportF. E Noel Nfebe2023-11-302-3/+3
|\ \
| * | Handle close GlobalSearchModal gracefullyfenn-cs2023-11-302-3/+3
* | | Merge pull request #41934 from nextcloud/41885-manual-backportAndy Scherzinger2023-11-306-7/+7
|\ \ \ | |/ / |/| |
| * | Improve share logic for enforced password & expiry datefenn-cs2023-11-306-7/+7
| |/
* / Always emit search eventfenn-cs2023-11-302-3/+3
|/
* Fix more active entry iconsJoas Schilling2023-11-304-6/+6
* update @nextcloud/upload to 1.0.2root2023-11-297-9/+9
* fix(dav): Convert dates without tz driftChristoph Wurst2023-11-292-3/+3
* Change to capital letterValdnet2023-11-292-3/+3
* Merge pull request #41815 from nextcloud/backport/41809/stable28Andy Scherzinger2023-11-296-9/+9
|\
| * chore: compile assetsChristopher Ng2023-11-286-9/+9
* | fix(dav): Make ooo settings a form and the message requiredChristoph Wurst2023-11-293-3/+24
|/
* chore: compile assetsChristopher Ng2023-11-272-3/+3
* compile assetsJulien Veyssier2023-11-272-3/+3
* Ensure share has download permissions in F2VLouis2023-11-242-3/+3
* chore: Compile assetsFerdinand Thiessen2023-11-244-6/+6
* Fix action button labelsMarco Ambrosini2023-11-242-3/+3
* Remove unneeded links and add `focus-visible` state on a linkjulia.kirschenheuter2023-11-242-3/+3
* fix(core): Subscribe to navigation changes on mounted for Unified searchFerdinand Thiessen2023-11-234-6/+6
* Focus global search input on openfenn-cs2023-11-232-3/+3
* Merge pull request #41700 from nextcloud/backport/41669/stable28Andy Scherzinger2023-11-232-3/+3
|\
| * Add app-based filtering to global searchfenn-cs2023-11-232-3/+3
* | Merge pull request #41691 from nextcloud/backport/41680/stable28Andy Scherzinger2023-11-236-7/+7
|\ \ | |/ |/|
| * npm run buildJérôme Herbinet2023-11-23