Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-28 | Add optdepends on php-sqlite | Maxime Buquet | |
2018-12-28 | Fix permission/ownership for the config folder/files | Maxime Buquet | |
2018-12-28 | Bump version | Maxime Buquet | |
2018-12-28 | Rework permissions and ownership for movim | Maxime Buquet | |
This change is likely to break current setups. The default user is now called "movim", created with the sysuser configuration file, to avoid sharing ownership with other applications (that would use http). This will require a change in your php-fpm or apache setup. You should change it to use "movim". ``` user = movim group = http ``` Also, symlinks for the "cache" and "users" folders that were previously created with the install script, (and thus not owned by the package), are now created directly in the package. You will be told by pacman that these files exist and the package can't be installed. Please remove them before installing the new package. Specifically, the two following symlinks: /usr/share/webapps/movim/cache and /usr/share/webapps/movim/users | |||
2018-12-28 | Fix sysusers.d folder name to properly create the movim user | Maxime Buquet | |
2018-12-20 | Bump version | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <archlinux@bouah.net> | |||
2018-12-20 | Remove dep on php-zmq | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <archlinux@bouah.net> | |||
2018-12-20 | Create movim user; Use in service file | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <archlinux@bouah.net> | |||
2018-07-18 | Add sqlite3 as optdepends | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <archlinux@bouah.net> | |||
2018-06-02 | Update for new ORM system | Maxime Buquet | |
2018-05-13 | mud.php merged into daemon.php | Maxime Buquet | |
2017-11-23 | Bump version | Maxime Buquet | |
2017-11-23 | Add php-zmq to the depends. | Emmanuel Gil Peyrot | |
2017-10-20 | 'ln -sf' to present symlink already exist error on upgrade | Maxime “pep” Buquet | |
2017-10-20 | s/pre_remove/pre_upgrade and create symlinks in post_upgrade | Maxime “pep” Buquet | |
2017-10-20 | Update .SRCINFO | Maxime “pep” Buquet | |
2017-10-20 | Update checksum | Maxime “pep” Buquet | |
2017-10-20 | Fix Group in service file | Maxime “pep” Buquet | |
2017-10-20 | Now conflicts with 'movim' | Maxime “pep” Buquet | |
2017-10-20 | Make the cache and users folders symlinks to folders in /var/cache | Maxime “pep” Buquet | |
2017-10-20 | chown root:http instead of http:root | Maxime “pep” Buquet | |
2017-08-29 | Use https endpoint as source | Maxime “pep” Buquet | |
2017-03-04 | Fix default INTERFACE | Maxime Buquet | |
2017-03-03 | Update SRCINFO | Maxime Buquet | |
2017-03-03 | Don’t remove the cache after building, it’s the whole point of it. | Emmanuel Gil Peyrot | |
2017-03-03 | Add the interface option to the configuration file. | Emmanuel Gil Peyrot | |
2017-03-03 | Update folder structure; add needed usr/bin for the symlink | Maxime Buquet | |
2016-11-16 | Fix systemd unit | Maxime Buquet | |
2016-11-16 | Fix Unit file command line | Maxime Buquet | |
2016-11-16 | Systemd unit file adapted to new daemon args | Maxime Buquet | |
2016-11-10 | New revision | Maxime Buquet | |
2016-11-06 | New revision. Updated the PKGBUILD so it copies only necessary files, and ↵ | Maxime Buquet | |
changed file permissions | |||
2015-12-15 | Adding first version of this pkgbuild and associated files. | Guillaume Friloux | |