Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
f0674d2
Add custom build for debugging merge
tsdicloud Jan 31, 2024
0bf330f
Add script for automatic backport PR creation
tsdicloud Feb 12, 2024
587419d
Update script for adding new stable branch
TSI-amrutwaghmare Mar 29, 2024
a1acb60
Update stable branch 5.2.7
TSI-amrutwaghmare Apr 15, 2024
bf2ad47
Update new version 5.2.7
TSI-amrutwaghmare May 22, 2024
7133842
Update nmc-custom-client.yml
TSI-amrutwaghmare Jul 26, 2024
3e2ccf6
Update nmc-custom-stables.yml
TSI-amrutwaghmare Aug 26, 2024
ec98d60
Update nmc-custom-stables.yml for NC stable 5.5.5
TSI-amrutwaghmare Sep 30, 2024
d63b556
Update nmc-custom-client.yml for NC Stable 5.5.5
TSI-amrutwaghmare Sep 30, 2024
28a9dc0
Update nmc-custom-stables.yml for stable-6.1.3
harshada-15-tsys Nov 18, 2024
9391933
Update nmc-custom-stables.yml
harshada-15-tsys Mar 31, 2025
70012f3
Update nmc-custom-client.yml
harshada-15-tsys Mar 31, 2025
7b814d6
Update nmc-custom-stables.yml for NC stable-6.6.0
harshada-15-tsys Apr 16, 2025
07e6f4e
Update nmc-custom-stables.yml for NC Stable 6.5.0
harshada-15-tsys Apr 17, 2025
fbaeae0
Update nmc-custom-stables.yml for NC stable-6.6.0
harshada-15-tsys Apr 17, 2025
d9efd9c
NMC 2611 - Branding changes
TSI-amrutwaghmare Oct 16, 2023
27220c3
NMC 2611 - Branding changes
TSI-amrutwaghmare Oct 16, 2023
71a15cc
NMC 2611 - Branding changes
TSI-amrutwaghmare Oct 16, 2023
3a3f465
NMC 2611 - Theming customisation changes
harshada-15-tsys Oct 6, 2025
3129769
NMC 2611 - Branding customisation changes
harshada-15-tsys Apr 15, 2025
c8431ab
NMC 2611 - Theming customisation changes
harshada-15-tsys Dec 19, 2025
5e58349
NMC-2611 - Update theming customisation changes
harshada-15-tsys Dec 29, 2025
374626d
NMC-2611 - Update theming customisation to remove confilcts
harshada-15-tsys Dec 30, 2025
a38137e
Merge branch 'nmc/2611-theming_customisation' of https://github.com/n…
harshada-15-tsys Dec 30, 2025
3ae979b
Revert "Merge branch 'nmc/2611-theming_customisation' of https://gith…
harshada-15-tsys Dec 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
43 changes: 43 additions & 0 deletions .github/workflows/nmc-custom-client.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
###
# SPDX-License-Identifier: AGPL-3.0
#
# Author: Bernd rederlechner <[email protected]>
#
# Builds a stable release package based on a release assembly
# customisation-<version>-<increment>
#
# As soon as a package is deployed to production, the tag and the branch
# MUST STAY FOR 2 years and not deleted.
#
# Release packages, tags and customisation branches not delivered to production should
# be deleted asap a newer release is available.
#

name: MCLOUD custom client merge

on:
workflow_dispatch:
inputs:
branch:
type: choice
description: Custom build from base branch
options:
- master
- stable-4.9.7
- stable-5.2.1
- stable-5.2.7
- stable-5.5.0
- stable-5.5.5
- stable-6.1.3
- stable-6.2.7
# - v3.0.8
default: master

jobs:
assemble-custom:
uses: nextmcloud/.github/.github/workflows/nmc-custom-client.yml@master
with:
trunk: 'master'
stable: ${{ inputs.branch }}
result: ${{ format('customisation-{0}-{1}', github.actor, inputs.branch) }}
secrets: inherit
44 changes: 44 additions & 0 deletions .github/workflows/nmc-custom-stables.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
###
# SPDX-License-Identifier: AGPL-3.0
#
# Author: Bernd rederlechner <[email protected]>
#
# Builds a stable release package based on a release assembly
# customisation-<version>-<increment>
#
# As soon as a package is deployed to production, the tag and the branch
# MUST STAY FOR 2 years and not deleted.
#
# Release packages, tags and customisation branches not delivered to production should
# be deleted asap a newer release is available.
#

name: MCLOUD create stable backports

on:
workflow_dispatch:
inputs:
branch:
type: choice
description: Custom build from base branch
options:
- stable-6.6.0
- stable-6.5.0
- stable-6.2.7
- stable-6.1.3
- stable-5.5.5
- stable-5.5.4
- stable-5.2.7
- stable-5.2.1
- stable-4.9.7
- 4.9.6
- 4.9.5
default: stable-6.6.0

jobs:
backport-custom:
uses: nextmcloud/.github/.github/workflows/nmc-custom-stables.yml@master
with:
trunk: 'master'
stable: ${{ inputs.branch }}
secrets: inherit
33 changes: 33 additions & 0 deletions Brand/Custom.xcassets/introSlide1.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"images" : [
{
"filename" : "introSlide1.png",
"idiom" : "iphone",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"idiom" : "iphone",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "iphone",
"scale" : "3x"
},
{
"filename" : "Tablet Portrait - first slide-1.png",
"idiom" : "ipad",
"scale" : "1x"
},
{
"filename" : "Tablet Portrait - first slide.png",
"idiom" : "ipad",
"scale" : "2x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions Brand/Custom.xcassets/introSlide2.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"images" : [
{
"filename" : "introSlide2.png",
"idiom" : "iphone",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"idiom" : "iphone",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "iphone",
"scale" : "3x"
},
{
"filename" : "Tablet Portrait - third slide-1.png",
"idiom" : "ipad",
"scale" : "1x"
},
{
"filename" : "Tablet Portrait - third slide.png",
"idiom" : "ipad",
"scale" : "2x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions Brand/Custom.xcassets/introSlide3.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"images" : [
{
"filename" : "introSlide3.png",
"idiom" : "iphone",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"idiom" : "iphone",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "iphone",
"scale" : "3x"
},
{
"filename" : "Tablet Portrait - second slide-1.png",
"idiom" : "ipad",
"scale" : "1x"
},
{
"filename" : "Tablet Portrait - second slide.png",
"idiom" : "ipad",
"scale" : "2x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions Brand/Custom.xcassets/introSlideEight1.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions Brand/Custom.xcassets/introSlideEight2.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions Brand/Custom.xcassets/introSlideEight3.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions Brand/Custom.xcassets/introSlideLand1.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"images" : [
{
"filename" : "introSlide1.png",
"idiom" : "iphone",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"idiom" : "iphone",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "iphone",
"scale" : "3x"
},
{
"filename" : "Tablet Landscape - first slide.png",
"idiom" : "ipad",
"scale" : "1x"
},
{
"filename" : "Tablet Landscape - first slide-1.png",
"idiom" : "ipad",
"scale" : "2x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions Brand/Custom.xcassets/introSlideLand2.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"images" : [
{
"filename" : "introSlide2.png",
"idiom" : "iphone",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"idiom" : "iphone",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "iphone",
"scale" : "3x"
},
{
"filename" : "Tablet Landscape - second slide.png",
"idiom" : "ipad",
"scale" : "1x"
},
{
"filename" : "Tablet Landscape - second slide-1.png",
"idiom" : "ipad",
"scale" : "2x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions Brand/Custom.xcassets/introSlideLand3.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"images" : [
{
"filename" : "introSlide3.png",
"idiom" : "iphone",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"idiom" : "iphone",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "iphone",
"scale" : "3x"
},
{
"filename" : "Tablet Landscape - third slide.png",
"idiom" : "ipad",
"scale" : "1x"
},
{
"filename" : "Tablet Landscape - third slide-1.png",
"idiom" : "ipad",
"scale" : "2x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading