Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/nextcloud: upgrade to 12.0.3 | Leonardo Arena | 2017-09-20 | 1 | -3/+3 |
| | |||||
* | community/nextcloud: fix issue #6028 | Leonardo Arena | 2017-08-25 | 2 | -1/+25 |
| | | | | Missing icons in Files app after 12.0.1 upgrade | ||||
* | community/nextcloud: upgrade to 12.0.2 | Leonardo Arena | 2017-08-15 | 1 | -2/+2 |
| | |||||
* | community/nextcloud: upgrade to 12.0.1 | Leonardo Arena | 2017-08-07 | 1 | -3/+3 |
| | |||||
* | community/nextcloud: fix subpackage -default-apps | Jakub Jirutka | 2017-06-27 | 1 | -1/+4 |
| | |||||
* | community/nextcloud: move docs to separate subpackage | Jakub Jirutka | 2017-06-27 | 2 | -1/+79 |
| | | | | And patch help page to use placeholder text when docs are not installed. | ||||
* | community/nextcloud: replace bundled CA bundle with our ca-certificates | Jakub Jirutka | 2017-06-27 | 1 | -3/+8 |
| | |||||
* | community/nextcloud: file_sharing needs federatedfilesharing | Jakub Jirutka | 2017-06-27 | 1 | -2/+6 |
| | |||||
* | community/nextcloud: move provisioning_api to base package | Jakub Jirutka | 2017-06-27 | 1 | -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//TRANSLIT | Jakub Jirutka | 2017-06-26 | 2 | -1/+16 |
| | |||||
* | community/nextcloud: fix installation of cron script | Jakub Jirutka | 2017-06-26 | 1 | -2/+2 |
| | |||||
* | community/nextcloud: add missing makedep xmlstarlet | Jakub Jirutka | 2017-06-26 | 1 | -1/+2 |
| | |||||
* | community/nextcloud: add missing checksum | Jakub Jirutka | 2017-06-25 | 1 | -0/+1 |
| | |||||
* | community/nextcloud: disable integrity check as default | Jakub Jirutka | 2017-06-25 | 2 | -0/+16 |
| | | | | | It's unnecessary, APK ensures integrity of all installed files, and problematic (we need to patch some files). | ||||
* | community/nextcloud: add cron job | Jakub Jirutka | 2017-06-25 | 2 | -0/+9 |
| | |||||
* | community/nextcloud: improve default settings | Jakub Jirutka | 2017-06-25 | 3 | -3/+11 |
| | |||||
* | community/nextcloud: remove php7-opcache from -initscript's deps | Jakub Jirutka | 2017-06-25 | 1 | -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 subpackages | Jakub Jirutka | 2017-06-25 | 3 | -83/+106 |
| | |||||
* | community/nextcloud: remove -doc subpackage | Jakub Jirutka | 2017-06-25 | 1 | -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 garbage | Jakub Jirutka | 2017-06-25 | 1 | -0/+8 |
| | |||||
* | community/nextcloud: remove updater and disable messing w/ htaccess | Jakub Jirutka | 2017-06-25 | 3 | -1/+54 |
| | |||||
* | community/nextcloud: move bundled apps to /usr/share | Jakub Jirutka | 2017-06-25 | 4 | -16/+57 |
| | | | | | | | | | | | | 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.sample | Jakub Jirutka | 2017-06-25 | 1 | -3/+5 |
| | |||||
* | community/nextcloud: create user/group for base pkg | Jakub Jirutka | 2017-06-25 | 3 | -9/+9 |
| | | | | | It somehow doesn't work when user/group is created by pre-install script of subpackage - installed files have wrong GID. | ||||
* | community/nextcloud: improve abuild | Jakub Jirutka | 2017-06-22 | 2 | -71/+66 |
| | |||||
* | community/nextcloud: add missing deps php7-posix and php7-ldap | Jakub Jirutka | 2017-06-22 | 1 | -2/+2 |
| | |||||
* | community/nextcloud: add subpkg -initscript | Jakub Jirutka | 2017-06-22 | 5 | -3/+245 |
| | |||||
* | community/nextcloud: modernize abuild | tmpfile | 2017-06-09 | 1 | -16/+16 |
| | |||||
* | community/nextcloud: upgrade to 12.0.0 | Leonardo Arena | 2017-05-24 | 1 | -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 dependencies | Shiz | 2017-05-14 | 1 | -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 depends | Leonardo Arena | 2017-05-10 | 1 | -8/+6 |
| | | | | Adapted from http://patchwork.alpinelinux.org/patch/3407/ | ||||
* | community/nextcloud: add logrotate support | Leonardo Arena | 2017-05-08 | 2 | -2/+11 |
| | |||||
* | community/nextcloud: depends fix | Leonardo Arena | 2017-05-03 | 1 | -3/+3 |
| | |||||
* | community/nextcloud: upgrade to 11.0.3 | Leonardo Arena | 2017-04-24 | 1 | -3/+3 |
| | |||||
* | community/nextcloud: use php7 | Leonardo Arena | 2017-04-03 | 1 | -2/+2 |
| | |||||
* | community/*: move php5 and dependent pkgs from main | Jakub Jirutka | 2017-03-28 | 3 | -0/+178 |
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. |