1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

split readme and changelog

This commit is contained in:
Xavier ROOT 2015-12-15 22:04:46 +01:00
parent eeb82e71f4
commit e9fb0addd5
2 changed files with 73 additions and 71 deletions

71
CHANGELOG Normal file
View file

@ -0,0 +1,71 @@
**Changelog**
1.4 ?
- Changelog is now on a separate file
1.3 2015-12-15
- Update to Movim 0.9 git2015-12-15
- script/upgrade : reinstall composer instead of update (Movim requirement)
1.2 2015-11-14
- script/install : fix #11 (composer prompt user, and db needs upgrade)
- script/upgrade : fix #11 (composer prompt user, and db needs upgrade)
1.1 2015-11-13
- Update to Movim 0.9 git2015-11-13 to fix a bug (impossible to login)
- conf/nginx.conf : fix #10 (timeout set to 4h)
1.0 2015-10-21
- Stable release
0.9b 2015-09-24
- Update to upstream Movim 0.9 git2015-09-22.
- Add notes in README about public pods & whitelisting.
- script/install now check if path is empty.
- script/remove now delete /etc/php/fpm/pool.d/movim.conf (fix #8).
- script/remove now delete 'movim' user only after Movim service is stopped.
- script/remove now stop php5-fpm in order to remove Movim user.
- script/update now updates php dependancies (composer update).
- conf/movim.service now has a PID and a syslog identifier.
- conf/movim.service starts after mysql.service.
- conf/movim.service is now located in /etc/systemd/system.
- conf/movim.init starts after mysql.
- conf/nginx.conf : proxy_read_timeout and proxy_send_timeout removed (default is 60s).
- conf/php-fpm.conf add timezone parameter.
0.8b 2015-08-24
- Added language selection : ar, de, es, it, ja, nl, ru
- Fix URL in manifest.json (was https://https://...)
- Public/Private policy changed. The SSO portal is not used anymore
But when a pod is marked as "private", only accounts with @yourdomain.com are able to connect.
This change was necessary for public content (blog)
- Add dedicated php-fpm pool for Movim
- Protect /log and /config properly
- Update to upstream Movim 20150824
- Fix #6 and #7
0.7b 2015-08-20
- Update to upstream Movim 20150820 to fix #5
0.6b 2015-08-19
- Replace 'www-data' system user with 'movim'
- Update to upstream Movim 20150818.
0.5b 2015-08-17
- Add default port (9537)
0.4b 2015-08-14
- Add restart command to movim daemon after upgrade
- Add licence
0.3b 2015-08-12
- Check if admin exists
- Check if admin password is not empty
0.2b 2015-08-12
- Add php5-cli as required
- Fixed a warning for sysvinit script installation
- Fixed a LSB warning with movim sysvinit script
0.1b 2015-08-12
- Beta release

View file

@ -7,75 +7,6 @@ You need a "valid" (example: StartSSL) certificate to use Movim, auto-signed is
Current Movim version : 0.9 git2015-12-15 Current Movim version : 0.9 git2015-12-15
**Changelog**
1.3 2015-12-15
- Update to Movim 0.9 git2015-12-15
- script/upgrade : reinstall composer instead of update (Movim requirement)
1.2 2015-11-14
- script/install : fix #11 (composer prompt user, and db needs upgrade)
- script/upgrade : fix #11 (composer prompt user, and db needs upgrade)
1.1 2015-11-13
- Update to Movim 0.9 git2015-11-13 to fix a bug (impossible to login)
- conf/nginx.conf : fix #10 (timeout set to 4h)
1.0 2015-10-21
- Stable release
0.9b 2015-09-24
- Update to upstream Movim 0.9 git2015-09-22.
- Add notes in README about public pods & whitelisting.
- script/install now check if path is empty.
- script/remove now delete /etc/php/fpm/pool.d/movim.conf (fix #8).
- script/remove now delete 'movim' user only after Movim service is stopped.
- script/remove now stop php5-fpm in order to remove Movim user.
- script/update now updates php dependancies (composer update).
- conf/movim.service now has a PID and a syslog identifier.
- conf/movim.service starts after mysql.service.
- conf/movim.service is now located in /etc/systemd/system.
- conf/movim.init starts after mysql.
- conf/nginx.conf : proxy_read_timeout and proxy_send_timeout removed (default is 60s).
- conf/php-fpm.conf add timezone parameter.
0.8b 2015-08-24
- Added language selection : ar, de, es, it, ja, nl, ru
- Fix URL in manifest.json (was https://https://...)
- Public/Private policy changed. The SSO portal is not used anymore
But when a pod is marked as "private", only accounts with @yourdomain.com are able to connect.
This change was necessary for public content (blog)
- Add dedicated php-fpm pool for Movim
- Protect /log and /config properly
- Update to upstream Movim 20150824
- Fix #6 and #7
0.7b 2015-08-20
- Update to upstream Movim 20150820 to fix #5
0.6b 2015-08-19
- Replace 'www-data' system user with 'movim'
- Update to upstream Movim 20150818.
0.5b 2015-08-17
- Add default port (9537)
0.4b 2015-08-14
- Add restart command to movim daemon after upgrade
- Add licence
0.3b 2015-08-12
- Check if admin exists
- Check if admin password is not empty
0.2b 2015-08-12
- Add php5-cli as required
- Fixed a warning for sysvinit script installation
- Fixed a LSB warning with movim sysvinit script
0.1b 2015-08-12
- Beta release
**Installation** **Installation**
yunohost app install https://github.com/src386/movim_ynh yunohost app install https://github.com/src386/movim_ynh
@ -107,7 +38,7 @@ Username and password are defined during installation.
**Notes** **Notes**
* URL rewriting is disabled (experimental feature) * URL rewriting is disabled (experimental feature)
* No SSO auto login * No SSO (auto login) yet
**Public Pod & Whitelisting** **Public Pod & Whitelisting**
@ -118,4 +49,4 @@ If you want to allow more domains, connect to yourserver.yourdomain.org/movim/?q
**Help** **Help**
support@conference.yunohost.org src386_ support@conference.yunohost.org src386_ or just open an issue.