1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owncloud_ynh.git synced 2024-09-03 19:56:25 +02:00
Commit graph

265 commits

Author SHA1 Message Date
Éric Gaspar
6a65b45f28 Merge branch 'version-2' of https://github.com/YunoHost-Apps/owncloud_ynh into version-2 2023-09-04 20:54:33 +02:00
Éric Gaspar
74214703f3 Update manifest.toml 2023-09-04 20:54:28 +02:00
yunohost-bot
a32e020610 Auto-update README 2023-09-04 18:44:27 +00:00
Éric Gaspar
cf724c19cb v2 2023-09-04 20:44:23 +02:00
Maniack Crudelis
7c500f86c4
Update README.md 2020-03-29 13:29:00 +02:00
ljf
c5c58c7199 [fix] php-zip missing 2020-01-27 01:25:41 +01:00
Maniack Crudelis
dd78f3575b Merge pull request #4 from YunoHost-Apps/remove-redmine-ref
Retour issues sur github
2016-12-26 17:28:10 +01:00
Maniack Crudelis
046925f487 Retour issues sur github
Suite à la décision sur les issues des applications.
https://forum.yunohost.org/t/tickets-pour-la-gestion-des-applications/2154/37

Les issues reviennent sur github.
2016-12-17 14:00:28 +01:00
Jérôme Lebleu
2b30543b5e [enh] Update ownCloud to v9.0.5 2016-10-02 12:00:51 +02:00
JimboJoe
85f2a72d91 Restore: Fix cron config file path (#3)
Fix the cron config file path (conf instead of config)
2016-09-18 18:31:50 +02:00
Jérôme Lebleu
2de9a45ea2 [enh] Upgrade ownCloud to v9.0.4 2016-07-21 21:48:29 +02:00
Jérôme Lebleu
cf253b170a [fix] Improve how .well-known path is checked 2016-07-18 21:46:28 +02:00
Jérôme Lebleu
c8ffee45a5 [enh] Upgrade ownCloud to v9.0.3 2016-07-03 11:25:13 +02:00
Jérôme Lebleu
e480c2af6f [fix] Remove useless mount.json file 2016-07-03 11:24:26 +02:00
Jérôme Lebleu
f289a8c069 [fix] Set email attribute in LDAP configuration 2016-07-02 17:45:00 +02:00
Jérôme Lebleu
85dff2bf2a [enh] Disable code source integrity checking (bugfix #408) 2016-06-30 20:52:25 +02:00
Jérôme Lebleu
90fbb14da8 [doc] Update README.md regarding .well-known paths 2016-06-12 17:41:33 +02:00
Jérôme Lebleu
30086cb956 [fix] Prevent to redefine .well-known paths (fix #400) 2016-06-12 17:30:14 +02:00
Jérôme Lebleu
25698019e7 [enh] Use cron job for background tasks (close #406) 2016-06-10 21:32:55 +02:00
Jérôme Lebleu
562488f04f [man] I can try to maintain this app - but contributions are welcome 2016-06-08 16:44:09 +02:00
Jérôme Lebleu
ad96fdd9e8 [fix] Skip the /.well-known paths in SSOwat 2016-06-07 12:28:31 +02:00
Jérôme Lebleu
6faaee4e9d [enh] Update NGINX conf regarding ownCloud documented one 2016-05-28 21:55:32 +02:00
Jérôme Lebleu
f3e7bb3283 [fix] Typo in _common.sh 2016-05-28 21:53:54 +02:00
Jérôme Lebleu
626144f59e [fix] Check correct user id at removal 2016-05-28 21:52:09 +02:00
Jérôme Lebleu
fe1b69d0f7 [fix] Serve .well-known paths at the root to be discovered 2016-05-28 21:12:12 +02:00
ewilly
01890f728b Fix partialy error on integrity check
By creating all theses files inside the owncloud folder we obtain a lot of failure. In addition by modifying the fiel lib/base.php we create an other failure. The easiest way (but not the proper) is to disable the integrity control by modifyng the value of $OC_Channel in version.php to sth other than 'stable'...
2016-05-17 20:38:44 +02:00
jeromelebleu
ff08d2d1a5 [doc] Update README.md with bugtracker link 2016-05-17 20:11:57 +02:00
Jérôme Lebleu
fc8d70aee1 [fix] Unprotect the whole path to serve public shares and so 2016-05-17 14:41:52 +02:00
Jérôme Lebleu
308832b342 [fix] Typo... 2016-05-17 14:40:59 +02:00
Jérôme Lebleu
f101562b48 [doc] Set proper stylized app name in manifest.json 2016-05-16 19:10:17 +02:00
Jérôme Lebleu
318a58a077 [doc] Update README.md with features, limitations and app list update 2016-05-16 19:06:44 +02:00
Jérôme Lebleu
ad57400bc9 [fix] Set/unset some LDAP config to prevent issues 2016-05-16 17:59:51 +02:00
Jérôme Lebleu
44d2b9ffe1 [enh] Ask to create local mount to user home folder at install 2016-05-14 23:54:35 +02:00
Jérôme Lebleu
6d32b70388 [fix] Print upgrade notice to stderr and tell to activate them instead 2016-05-14 23:12:59 +02:00
Jérôme Lebleu
877cbd9d5a [doc] Notice about disabled third-parties applications at upgrade 2016-05-14 23:02:46 +02:00
Jérôme Lebleu
285a1c3eec [fix] Correct alias in nginx.conf for installation at root domain 2016-05-14 22:01:28 +02:00
Jérôme Lebleu
d37d87fdeb [enh] Make use of ynh_die and YNH_APP_INSTANCE_NAME env var 2016-05-14 21:59:14 +02:00
Jérôme Lebleu
2994c1e80c [enh] Pass user/group to php-fpm.conf and remove old dir at upgrade 2016-05-14 21:52:20 +02:00
Jérôme Lebleu
ae751145b2 [doc] Remove upgrade warning since it seems to be solved 2016-05-12 21:20:31 +02:00
Jérôme Lebleu
077590862a [fix] Protect everything but remote and well-known paths 2016-05-12 20:04:47 +02:00
Jérôme Lebleu
c02d6c39dd [enh] Create as needed local home mount with External Storage 2016-05-10 22:59:03 +02:00
Jérôme Lebleu
2dfd4b482c [fix] Do not attempt to fix path app setting at upgrade 2016-05-10 22:57:56 +02:00
Jérôme Lebleu
c32c8e895a [fix] Do not be quiet in occ commands 2016-05-10 22:57:07 +02:00
Jérôme Lebleu
07a37534f1 [enh] Update to ownCloud 9.0.2 2016-05-09 22:08:28 +02:00
Jérôme Lebleu
f641570b0e [enh] Add LICENSE and some manifest keys 2016-05-09 21:43:56 +02:00
Jérôme Lebleu
990ae1074f [enh] Use new ynh_backup helper to save files and directories 2016-05-06 23:59:26 +02:00
Jérôme Lebleu
b64d802e76 [fix] Set system group in app hooks 2016-05-06 23:58:31 +02:00
Jérôme Lebleu
e2e339fb32 [fix] Do not restrict owncloud user as system one at removal 2016-05-06 23:58:31 +02:00
jeromelebleu
e8daf8bd78 Update README.md 2016-05-06 18:31:23 +02:00
jeromelebleu
f49b36225f Update README.md 2016-05-06 18:30:03 +02:00