1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shaarli_ynh.git synced 2024-09-03 20:26:10 +02:00
Commit graph

270 commits

Author SHA1 Message Date
Rafi59
44f7216aa3 Delete check_process package_check not work 2017-06-17 10:17:23 +02:00
Rafi59
21e27fa1e2 Update check_process 2017-06-17 10:13:14 +02:00
Rafi59
735e350b06 Add check_process 2017-06-17 10:06:49 +02:00
rokaz
fbd2fd4ae8 Merge pull request #24 from rokaz/install_script
Install script update, adding configuration and possibility to have a private instance
2017-04-15 19:35:11 +03:00
lapineige
366a6c1ee0 Reorder install questions
Right now it is closer to other Yunohost's apps installation processes (with domain + path as first question) and all the configuration for public/private mode are grouped.
2017-03-05 12:28:54 +01:00
lapineige
f3c0e2f5e4 Make the app private by default 2017-03-05 10:56:13 +01:00
lapineige
15c92da9fc Fix accent in "Proprietaire" 2017-03-05 09:54:10 +01:00
Romain Garbage
0d78874af1 Add the possibility of a private instance and update the README 2017-03-05 10:28:25 +02:00
Romain Garbage
6ceb1b5f1b Fix install script: don't chown to root 2017-03-05 10:28:25 +02:00
Romain Garbage
2a6f053cfb Fix permissions settings in install script 2017-03-05 10:28:25 +02:00
Romain Garbage
3febaaa94f Reorder questions in manifest.json ; add license field 2017-03-05 10:28:25 +02:00
Romain Garbage
963009da65 Fix remove script for multiple instances 2017-03-05 10:26:17 +02:00
Romain Garbage
4902c1ebba Update remove script 2017-03-05 10:26:17 +02:00
Romain Garbage
d72e85f619 Some clean-up in the install script 2017-03-05 10:26:17 +02:00
Romain Garbage
329c1f774b Add support for multi instances and config at install 2017-03-05 10:26:17 +02:00
Romain Garbage
c91c1b6fd9 Cleaning up the conf dir 2017-03-05 10:26:17 +02:00
Romain Garbage
1ac88879d7 Set proper type to vars in manifest.json 2017-03-05 10:26:17 +02:00
rokaz
bed8a2b7ca Merge pull request #1 from YunoHost-Apps/master
Update master from master repo
2017-03-05 10:24:25 +02:00
lapineige
0293bf1b1b Merge pull request #23 from rokaz/backup_script
Backup/restore scripts
2017-03-04 09:04:16 +01:00
Romain Garbage
a365f0d14d Fix permissions in the restore script 2017-03-04 05:01:01 +02:00
Romain Garbage
3d4a46cb0e Fix variable in restore script 2017-02-27 18:22:54 +02:00
Romain Garbage
9f10b80ab7 Update README.md to reflect changes 2017-02-27 03:34:07 +02:00
Romain Garbage
ab96da9776 Add backup/restore scripts 2017-02-27 03:33:24 +02:00
lapineige
720d6b8f6d Make Shaarli private by default (was public) 2017-02-26 20:32:07 +01:00
lapineige
6f01eac4ce Add changelog info 2017-02-19 23:36:03 +01:00
lapineige
bba271e923 Fix wrong comma 2017-02-19 23:24:30 +01:00
lapineige
e7dd78c127 Add Working features + TODO 2017-02-19 23:20:18 +01:00
lapineige
8e6cea0f87 Update install script for 0.8.3 2017-02-19 23:17:19 +01:00
lapineige
2ece80f9af Add _common.sh 2017-02-19 23:16:01 +01:00
lapineige
a47a003f00 fix Readme 2017-02-19 23:14:11 +01:00
lapineige
7020a75afe Update to 0.8.3 + fix typo 2017-02-19 23:13:28 +01:00
lapineige
91e330e0bc Add version number 2017-02-19 23:10:01 +01:00
lapineige
6e1f722c57 fix typo 2016-12-26 23:52:31 +01:00
lapineige
e2929e38a1 fix typo 2016-12-26 23:52:03 +01:00
lapineige
21d5669749 Added Yunohost's forum link 2016-12-26 23:51:39 +01:00
lapineige
702cc31ed2 Remove sources folder 2016-12-01 18:52:38 +01:00
lapineige
f187eabbab Create LICENSE 2016-11-30 00:08:02 +01:00
lapineige
27161bc30d Update README.md 2016-11-29 22:20:37 +01:00
lapineige
9e993e5dae Update manifest.json 2016-11-29 22:16:56 +01:00
lapineige
8f9e99af48 Updated package info - version and url 2016-11-29 22:16:36 +01:00
lapineige
1ab7b51177 Fixed missing comma 2016-11-29 22:07:07 +01:00
lapineige
22d481869c Updated description / maintainer / url + added French translation 2016-11-29 22:06:10 +01:00
lapineige
c1b71f0406 Update README.md 2016-11-28 23:20:40 +01:00
lapineige
303fe8ffbe added shaarli repo link 2016-11-28 23:16:51 +01:00
lapineige
43cd2db9b6 Update description with new app status 2016-11-28 23:16:05 +01:00
julienmalik
c01c54dfa2 Merge pull request #14 from lapineige/patch-1
Fix user listing syntax
2016-11-27 22:50:35 +01:00
lapineige
9d73f6a7c0 Fix user listing syntax
Fix the error:
> TypeError: string indices must be integers
Caused by `print "{0}".format("\n".join(i["username"] for i in userlist))`
`userlist` is a dictionary with {account :{dictionary of parameters}} so I use values() to return the dictionary of parameters.
2016-11-06 15:32:35 +01:00
julienmalik
abd2b745ad Update nginx.conf 2015-12-15 23:06:09 +01:00
julienmalik
c10cf3bf63 Update nginx.conf 2015-12-15 23:05:54 +01:00
julienmalik
f1c145b1d1 Merge pull request #8 from Ackak/master
Fix for failed installation
2015-05-09 12:21:57 +02:00