aboutsummaryrefslogtreecommitdiffstats
path: root/community/nextcloud
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-102-2/+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-102-2/+3
| | | | | | | 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-104-3/+13
| | | | | 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-105-52/+21
|
* 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-243-2/+16
|
* community/nextcloud: use recommended settings for OpCacheJakub Jirutka2018-05-242-2/+12
|
* community/nextcloud: remove local _pkgver which was used in source for RC ↵Leonardo Arena2018-05-022-16/+12
| | | | 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: print notice to run "occ upgrade" after upgradeJakub Jirutka2018-01-241-0/+5
|
* community/nextcloud: install occ wrapper script into /usr/binJakub Jirutka2018-01-242-1/+14
|
* 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-194-47/+16
|
* community/nextcloud: fix update on PGSQL10Leonardo Arena2017-12-112-1/+23
| | | | GH#5930
* community/nextcloud: upgrade to 12.0.4Leonardo Arena2017-12-054-434/+3
|
* community/nextcloud: add upstream fix for project issue #6028Leonardo Arena2017-11-146-18/+481
| | | | Remove chmod() from other places
* community/nextcloud: upgrade to 12.0.3Leonardo Arena2017-09-201-3/+3
|
* community/nextcloud: fix issue #6028Leonardo Arena2017-08-252-1/+25
| | | | 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-272-1/+79
| | | | 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-262-1/+16
|
* 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-252-0/+16
| | | | | 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-252-0/+9
|
* community/nextcloud: improve default settingsJakub Jirutka2017-06-253-3/+11
|
* 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-253-83/+106
|
* 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-253-1/+54
|