aboutsummaryrefslogtreecommitdiffstats
path: root/community/nextcloud/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* community/nextcloud: install config.sampleJakub Jirutka2017-06-251-3/+5
|
* community/nextcloud: create user/group for base pkgJakub Jirutka2017-06-251-6/+8
| | | | | It somehow doesn't work when user/group is created by pre-install script of subpackage - installed files have wrong GID.
* community/nextcloud: improve abuildJakub Jirutka2017-06-221-70/+65
|
* community/nextcloud: add missing deps php7-posix and php7-ldapJakub Jirutka2017-06-221-2/+2
|
* community/nextcloud: add subpkg -initscriptJakub Jirutka2017-06-221-3/+25
|
* community/nextcloud: modernize abuildtmpfile2017-06-091-16/+16
|
* community/nextcloud: upgrade to 12.0.0Leonardo Arena2017-05-241-35/+44
| | | | | | - Move some larger apps into subpkgs in order to shrink main pkg size - Install php-fileinfo in order to suppress a warning - Cosmetic APKBUILD fixes
* community/nextcloud: fix dependenciesShiz2017-05-141-7/+7
| | | | | | | According to https://github.com/nextcloud/server/blob/v11.0.3/lib/private/DB/ConnectionFactory.php, pdo_sqlite and pdo_pgsql are very much needed for their respective databses. Furthermore, additional dependencies are detailed here: https://github.com/nextcloud/server/blob/v11.0.3/lib/private/legacy/util.php#L739
* community/nextcloud: update dependsLeonardo Arena2017-05-101-8/+6
| | | | Adapted from http://patchwork.alpinelinux.org/patch/3407/
* community/nextcloud: add logrotate supportLeonardo Arena2017-05-081-2/+5
|
* community/nextcloud: depends fixLeonardo Arena2017-05-031-3/+3
|
* community/nextcloud: upgrade to 11.0.3Leonardo Arena2017-04-241-3/+3
|
* community/nextcloud: use php7Leonardo Arena2017-04-031-2/+2
|
* community/*: move php5 and dependent pkgs from mainJakub Jirutka2017-03-281-0/+161
There two main reasons for this change: * Active support of PHP 5.x ended on January 2017, security support will end on December 2018. Packages in the main repository should be supported for at least 2 years, this means until first quarter of 2019 for the upcoming v3.6. * php7 and its extensions are currently in the community repository, so we can't use single abuild for both php5-* and php7-* packages (as we do for Python and Lua packages). This change was suggested by @vakartel, approved by @ncopa, @kaniini, and @jirutka.