aboutsummaryrefslogtreecommitdiffstats
path: root/community/nextcloud/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* community/nextcloud: upgrade to 14.0.2Leonardo Arena2018-10-121-3/+3
|
* community/nextcloud: bump pkgrelAndy Postnikov2018-10-121-1/+1
|
* community/nextcloud: fix php dependenciesAndy Postnikov2018-10-111-2/+2
| | | | Closes #9545
* community/nextcloud: remove "rotate" directive from logrotate configJakub Jirutka2018-10-101-1/+1
| | | | | rotate is predefined in the global config (/etc/logrotate.conf) and logrotate configs from the packages should respect it.
* community/nextcloud: fix logrotate configJakub Jirutka2018-10-101-2/+2
| | | | | | | error: skipping "/var/log/nextcloud/nextcloud.log" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation.
* community/nextcloud: put back comments into the patchesJakub Jirutka2018-10-101-3/+3
| | | | | All three patches were added by me and @rnalrd had removed the comments that explains their purpose when he updated them.
* community/nextcloud: upgrade to 14.0.1Leonardo Arena2018-09-271-2/+2
|
* community/nextcloud: upgrade to 14.0.0Leonardo Arena2018-09-101-6/+6
|
* community/nextcloud: upgrade to 13.0.6Leonardo Arena2018-09-041-2/+2
|
* community/nextcloud: upgrade to 13.0.5Leonardo Arena2018-07-241-2/+2
|
* community/nextcloud: upgrade to 13.0.4Leonardo Arena2018-06-121-2/+2
|
* community/nextcloud: upgrade to 13.0.3Leonardo Arena2018-06-081-3/+3
|
* community/nextcloud: add commented-out config for Redis cachingJakub Jirutka2018-05-241-2/+2
|
* community/nextcloud: use recommended settings for OpCacheJakub Jirutka2018-05-241-2/+2
|
* community/nextcloud: remove local _pkgver which was used in source for RC ↵Leonardo Arena2018-05-021-6/+4
| | | | releases
* community/nextcloud: upgrade to 13.0.2Leonardo Arena2018-04-261-1/+1
|
* community/nextcloud: upgrade to 13.0.1Leonardo Arena2018-03-141-1/+1
|
* community/nextcloud: upgrade to 13.0.0Leonardo Arena2018-02-061-3/+3
|
* community/nextcloud: upgrade to 13.0.0_rc3Leonardo Arena2018-02-051-2/+2
|
* community/nextcloud: install occ wrapper script into /usr/binJakub Jirutka2018-01-241-1/+4
|
* community/nextcloud: $install should not be defined in split funcJakub Jirutka2018-01-241-2/+2
|
* community/nextcloud: add php7-pcntl to dependenciesJakub Jirutka2018-01-241-2/+2
| | | | | | $ ./occ check The process control (PCNTL) extensions are required in case you want to interrupt long running commands - see http://php.net/manual/en/book.pcntl.php
* community/nextcloud: federatedfilesharing is now a required appLeonardo Arena2018-01-231-3/+3
| | | | Settings page generates an exception without it
* community/nextcloud: clarify licenseJakub Jirutka2018-01-201-1/+1
|
* community/nextcloud: upgrade to 13.0.0-rc2Leonardo Arena2018-01-191-9/+9
|
* community/nextcloud: fix update on PGSQL10Leonardo Arena2017-12-111-1/+3
| | | | GH#5930
* community/nextcloud: upgrade to 12.0.4Leonardo Arena2017-12-051-9/+3
|
* community/nextcloud: add upstream fix for project issue #6028Leonardo Arena2017-11-141-6/+12
| | | | Remove chmod() from other places
* community/nextcloud: upgrade to 12.0.3Leonardo Arena2017-09-201-3/+3
|
* community/nextcloud: fix issue #6028Leonardo Arena2017-08-251-1/+3
| | | | Missing icons in Files app after 12.0.1 upgrade
* community/nextcloud: upgrade to 12.0.2Leonardo Arena2017-08-151-2/+2
|
* community/nextcloud: upgrade to 12.0.1Leonardo Arena2017-08-071-3/+3
|
* community/nextcloud: fix subpackage -default-appsJakub Jirutka2017-06-271-1/+4
|
* community/nextcloud: move docs to separate subpackageJakub Jirutka2017-06-271-1/+14
| | | | And patch help page to use placeholder text when docs are not installed.
* community/nextcloud: replace bundled CA bundle with our ca-certificatesJakub Jirutka2017-06-271-3/+8
|
* community/nextcloud: file_sharing needs federatedfilesharingJakub Jirutka2017-06-271-2/+6
|
* community/nextcloud: move provisioning_api to base packageJakub Jirutka2017-06-271-3/+3
| | | | | | It seems that this "app" is essential, for example settings/admin/sharing doesn't work without it (changes are never saved).
* community/nextcloud: fix error in user_ldap w/ iconv ASCII//TRANSLITJakub Jirutka2017-06-261-1/+3
|
* community/nextcloud: fix installation of cron scriptJakub Jirutka2017-06-261-2/+2
|
* community/nextcloud: add missing makedep xmlstarletJakub Jirutka2017-06-261-1/+2
|
* community/nextcloud: add missing checksumJakub Jirutka2017-06-251-0/+1
|
* community/nextcloud: disable integrity check as defaultJakub Jirutka2017-06-251-0/+1
| | | | | It's unnecessary, APK ensures integrity of all installed files, and problematic (we need to patch some files).
* community/nextcloud: add cron jobJakub Jirutka2017-06-251-0/+3
|
* community/nextcloud: improve default settingsJakub Jirutka2017-06-251-2/+2
|
* community/nextcloud: remove php7-opcache from -initscript's depsJakub Jirutka2017-06-251-1/+1
| | | | | Zend OPcache is only one of multiple options, someone may want to use Memcached or Redis instead of it.
* community/nextcloud: move almost all apps to subpackagesJakub Jirutka2017-06-251-74/+73
|
* community/nextcloud: remove -doc subpackageJakub Jirutka2017-06-251-4/+1
| | | | | | This documentation is part of the application, it's referenced in the NextCloud's web interface. Moreover NextCloud has some files consistency check that doesn't like when the documentation is missing.
* community/nextcloud: remove some garbageJakub Jirutka2017-06-251-0/+8
|
* community/nextcloud: remove updater and disable messing w/ htaccessJakub Jirutka2017-06-251-1/+8
|
* community/nextcloud: move bundled apps to /usr/shareJakub Jirutka2017-06-251-15/+12
| | | | | | | | | | | | It's totally wrong to install pkg's files into /var/lib and make them writable by webserver! Moreover when Nextcloud supports multiple app paths. So we use two apps locations: * /usr/share/webapps/nextcloud/apps - for apps installed by apk, * /var/lib/nextcloud/apps - for apps installed from AppStore. BTW Fedora uses the same approach.