Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/nextcloud: upgrade 12.0.13 | Leonardo Arena | 2018-11-27 | 1 | -2/+2 |
| | |||||
* | community/nextcloud: upgrade to 12.0.12 | Leonardo Arena | 2018-10-12 | 1 | -2/+2 |
| | |||||
* | community/nextcloud: upgrade to 12.0.11 | Leonardo Arena | 2018-09-04 | 1 | -2/+2 |
| | |||||
* | community/nextcloud: upgrade to 12.0.6 | Jakub Jirutka | 2018-04-18 | 1 | -2/+2 |
| | |||||
* | community/nextcloud: upgrade to 12.0.5 | Leonardo Arena | 2018-01-24 | 1 | -2/+2 |
| | |||||
* | community/nextcloud: upgrade to 12.0.4 | Leonardo Arena | 2017-12-05 | 2 | -27/+3 |
| | |||||
* | community/nextcloud: upgrade to 10.0.3 | Leonardo Arena | 2017-09-28 | 1 | -3/+3 |
| | |||||
* | community/nextcloud: fix issue #6028 | Leonardo Arena | 2017-08-25 | 2 | -2/+26 |
| | | | | | | Missing icons in Files app after 12.0.1 upgrade (cherry picked from commit d54f08bc7de4047eae688dc80764c6231e30526b) | ||||
* | 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-09 | 1 | -2/+2 |
| | |||||
* | 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. |