Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
c6f8c79
Update to PHP8.1
ericgaspar Dec 9, 2022
932d296
Auto-update README
yunohost-bot Dec 9, 2022
9ba5ca3
32 bit warning : don't block upgrades
lapineige Dec 10, 2022
e0f7b24
32-bit warning : don't block install
lapineige Dec 10, 2022
7be82b9
Merge pull request #531 from lapineige/master
ericgaspar Dec 10, 2022
862de41
Update manifest.json
ericgaspar Dec 10, 2022
78e934b
Auto-update README
yunohost-bot Dec 10, 2022
2dd5c1e
fic comment
ericgaspar Dec 10, 2022
7a08b37
Merge branch 'testing' of https://github.com/YunoHost-Apps/nextcloud_…
ericgaspar Dec 10, 2022
d0682fe
Fix typo
ericgaspar Dec 10, 2022
c64f5cc
Merge branch 'testing' into Update-to-PHP8.1
ericgaspar Dec 20, 2022
8928841
link tutorial on installing onlyoffice_ynh for arm
Gredin67 Dec 21, 2022
459611c
Update doc/DISCLAIMER.md
Gredin67 Dec 22, 2022
df1884e
Update doc/DISCLAIMER_fr.md
Gredin67 Dec 22, 2022
b5ec7a6
Update doc/DISCLAIMER.md
Gredin67 Dec 22, 2022
327abcc
typo
Gredin67 Dec 22, 2022
a18cc7a
Merge pull request #539 from Gredin67/testing
ericgaspar Dec 24, 2022
4fdca05
Auto-update README
yunohost-bot Dec 24, 2022
dbc4157
fr link
Gredin67 Jan 3, 2023
1b041ce
Merge pull request #544 from Gredin67/patch-1
ericgaspar Jan 3, 2023
840aa67
Auto-update README
yunohost-bot Jan 3, 2023
ce98082
Update screenshot.png
ericgaspar Jan 18, 2023
6fe80fb
Auto-update README
yunohost-bot Jan 18, 2023
2f6ac2f
25.0.3
ericgaspar Jan 21, 2023
46da47c
Merge branch 'testing' into Update-to-PHP8.1
ericgaspar Jan 21, 2023
62f3753
Merge branch 'testing' into Update-to-PHP8.1
ericgaspar Jan 21, 2023
c445a28
Merge branch 'Update-to-PHP8.1' of https://github.com/YunoHost-Apps/n…
ericgaspar Jan 21, 2023
24eeaa2
Update check_process
ericgaspar Jan 21, 2023
8b4ccc9
Auto-update README
yunohost-bot Jan 21, 2023
888808f
Update install
ericgaspar Jan 22, 2023
1bc25a7
Auto-update README
yunohost-bot Jan 22, 2023
c5da6cd
Update upgrade
ericgaspar Jan 22, 2023
54469fe
Merge branch 'testing' of https://github.com/YunoHost-Apps/nextcloud_…
ericgaspar Jan 22, 2023
a7df242
be vague
ericgaspar Jan 22, 2023
8ea0038
Update install
ericgaspar Jan 22, 2023
2e6790a
Update _common.sh
ericgaspar Jan 22, 2023
9e801dc
Fix warning
ericgaspar Jan 22, 2023
8802926
Fix warning
ericgaspar Jan 22, 2023
148726c
Merge branch 'testing' into Update-to-PHP8.1
ericgaspar Jan 23, 2023
eb3b4e2
Merge pull request #530 from YunoHost-Apps/Update-to-PHP8.1
ericgaspar Jan 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update upgrade
  • Loading branch information
ericgaspar committed Jan 22, 2023
commit c5da6cdf711f9df144fd9ecc324897a5fda7d8c1
2 changes: 1 addition & 1 deletion scripts/upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ upgrade_type=$(ynh_check_app_version_changed)
# Check machine architecture (26.0 Nextcloud version will drop support for 32bit architectures)
if [ $YNH_ARCH == "i386" ] || [ $YNH_ARCH == "armhf" ]
then
ynh_print_warn --message="Nextcloud has deprecated 32-bit support. Version 25 is the last one to support 32-bit architectures."
ynh_print_warn --message="Nextcloud will deprecated 32-bit support. Version 25 or 26 should be the last one to support 32-bit architectures."
fi
Copy link
Contributor

@Gredin67 Gredin67 Jan 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My suggestion: "Nextcloud will deprecate 32-bit support within the next years. You should start thinking about upgrading to a 64-bit architecture."


#=================================================
Expand Down