summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-07-28Adapt folder structure changes for 0.15Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <archlinux@bouah.net>
2019-03-01Allow others to access /cache folder for web server to see avatarsMaxime Buquet
2019-02-22Use tmpfiles.d instead of doing everything in the PKGBUILDMaxime “pep” Buquet
2019-02-22Fix theme folder name after upstream changeMaxime “pep” Buquet
2018-12-28Add optdepends on php-sqliteMaxime Buquet
2018-12-28Fix permission/ownership for the config folder/filesMaxime Buquet
2018-12-28Bump versionMaxime Buquet
2018-12-28Rework permissions and ownership for movimMaxime 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-28Fix sysusers.d folder name to properly create the movim userMaxime Buquet
2018-12-20Bump versionMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <archlinux@bouah.net>
2018-12-20Remove dep on php-zmqMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <archlinux@bouah.net>
2018-12-20Create movim user; Use in service fileMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <archlinux@bouah.net>
2018-07-18Add sqlite3 as optdependsMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <archlinux@bouah.net>
2018-06-02Update for new ORM systemMaxime Buquet
2018-05-13mud.php merged into daemon.phpMaxime Buquet
2017-11-23Bump versionMaxime Buquet
2017-11-23Add php-zmq to the depends.Emmanuel Gil Peyrot
2017-10-20'ln -sf' to present symlink already exist error on upgradeMaxime “pep” Buquet
2017-10-20s/pre_remove/pre_upgrade and create symlinks in post_upgradeMaxime “pep” Buquet
2017-10-20Update .SRCINFOMaxime “pep” Buquet
2017-10-20Update checksumMaxime “pep” Buquet
2017-10-20Fix Group in service fileMaxime “pep” Buquet
2017-10-20Now conflicts with 'movim'Maxime “pep” Buquet
2017-10-20Make the cache and users folders symlinks to folders in /var/cacheMaxime “pep” Buquet
2017-10-20chown root:http instead of http:rootMaxime “pep” Buquet
2017-08-29Use https endpoint as sourceMaxime “pep” Buquet
2017-03-04Fix default INTERFACEMaxime Buquet
2017-03-03Update SRCINFOMaxime Buquet
2017-03-03Don’t remove the cache after building, it’s the whole point of it.Emmanuel Gil Peyrot
2017-03-03Add the interface option to the configuration file.Emmanuel Gil Peyrot
2017-03-03Update folder structure; add needed usr/bin for the symlinkMaxime Buquet
2016-11-16Fix systemd unitMaxime Buquet
2016-11-16Fix Unit file command lineMaxime Buquet
2016-11-16Systemd unit file adapted to new daemon argsMaxime Buquet
2016-11-10New revisionMaxime Buquet
2016-11-06New revision. Updated the PKGBUILD so it copies only necessary files, and ↵Maxime Buquet
changed file permissions
2015-12-15Adding first version of this pkgbuild and associated files.Guillaume Friloux