1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2025-11-04 20:28:40 +01:00
Nextcloud package for YunoHost
Find a file
eric_G 4c9942cc83
Testing (#833)
* Update ADMIN.md: update advice to open shell + add a note on how to promote a user to admin

* Update ADMIN.md: markdown tweak

* Update ADMIN_fr.md: propagate changes to fr doc

* fix settings enable_mail_forward in install and upgrade scripts

* try fix ldap_email-attribute

* unused value settings

* Update manifest.toml

* There's no point in having a setting for 'enable_forward_email' and 'system_addressbook_exposed'. Those aren't used anywhere, the source of truth being Nextcloud's conf itself

* Update manifest.toml

* Update manifest.toml

* Update manifest.toml

* Auto-update READMEs

* Fix syntax error in config script

a missing space in notify push systemd service removal was causing an error

* Update manifest.toml

* Auto-update READMEs

* Update config

* fix linter warnings (#827)

* fix linter warnings

* Update tests.toml

* Update systemd.service

* Update manifest.toml

* Auto-update READMEs

* Update manifest.toml

* Update watcher.service

* Update watcher.service

* revert

* revert changes made to make the linter happy

* Update manifest.toml

* Auto-update READMEs

* 0 Bytes chunks bug : configuration fix (#832)

* Testing (#829)

* Update ADMIN.md: update advice to open shell + add a note on how to promote a user to admin

* Update ADMIN.md: markdown tweak

* Update ADMIN_fr.md: propagate changes to fr doc

* fix settings enable_mail_forward in install and upgrade scripts

* try fix ldap_email-attribute

* unused value settings

* Update manifest.toml

* There's no point in having a setting for 'enable_forward_email' and 'system_addressbook_exposed'. Those aren't used anywhere, the source of truth being Nextcloud's conf itself

* Update manifest.toml

* Update manifest.toml

* Update manifest.toml

* Auto-update READMEs

* Fix syntax error in config script

a missing space in notify push systemd service removal was causing an error

* Update manifest.toml

* Auto-update READMEs

* Update config

* fix linter warnings (#827)

* fix linter warnings

* Update tests.toml

* Update systemd.service

* Update manifest.toml

* Auto-update READMEs

* Update manifest.toml

* Update watcher.service

* Update watcher.service

* revert

* revert changes made to make the linter happy

* Update manifest.toml

* Auto-update READMEs

---------

Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
Co-authored-by: Rodolphe Robles <rodinux07@rodinux.fr>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Mohamed Tita <46422846+mdtita@users.noreply.github.com>

* 0 Bytes chunks bug config fix

---------

Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
Co-authored-by: Rodolphe Robles <rodinux07@rodinux.fr>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Mohamed Tita <46422846+mdtita@users.noreply.github.com>

* Update manifest.toml

* Auto-update READMEs

---------

Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
Co-authored-by: Rodolphe Robles <rodinux07@rodinux.fr>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Mohamed Tita <46422846+mdtita@users.noreply.github.com>
Co-authored-by: Yarkane <45920565+Yarkane@users.noreply.github.com>
2025-10-24 13:19:20 +02:00
.github [autopatch] Update issue and PR templates 2021-05-13 17:50:19 +02:00
conf Testing (#833) 2025-10-24 13:19:20 +02:00
doc Testing (#823) 2025-07-30 08:09:41 +02:00
hooks Testing (#814) 2025-07-07 11:55:46 +02:00
patches Testing (#814) 2025-07-07 11:55:46 +02:00
scripts Testing (#828) 2025-09-11 18:06:26 +02:00
.gitignore Testing | 30.0.4 (#752) 2024-12-19 07:43:05 +01:00
config_panel.toml Testing | 30.0.4 (#752) 2024-12-19 07:43:05 +01:00
LICENSE [enh] Add LICENSE and some manifest keys 2016-05-09 21:43:56 +02:00
manifest.toml Testing (#833) 2025-10-24 13:19:20 +02:00
README.md Testing (#833) 2025-10-24 13:19:20 +02:00
tests.toml Testing (#828) 2025-09-11 18:06:26 +02:00

Logo of Nextcloud Nextcloud, packaged for YunoHost

Online storage, file sharing platform and various other applications

🌐 Official app website App Demo Version: 31.0.10~ynh1

Screenshots

Screenshot of Nextcloud

📦 Developer info

Automatic tests level

🛠️ Upstream Nextcloud repository: https://github.com/nextcloud/server

Pull request are welcome and should target the testing branch.

The testing branch can be tested using:

# fresh install:
sudo yunohost app install https://github.com/YunoHost-Apps/nextcloud_ynh/tree/testing

# upgrade an existing install:
sudo yunohost app upgrade nextcloud -u https://github.com/YunoHost-Apps/nextcloud_ynh/tree/testing

📚 App packaging documentation

Please see https://doc.yunohost.org/packaging_apps for more information.