summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-10-19[tx-robot] updated from transifexNextcloud bot
2017-10-15[tx-robot] updated from transifexNextcloud bot
2017-10-14[tx-robot] updated from transifexNextcloud bot
2017-10-02[tx-robot] updated from transifexNextcloud bot
2017-09-30[tx-robot] updated from transifexNextcloud bot
2017-09-29Update feeds are not updated help for v12 (#223)b_b
Fix #202
2017-09-29[tx-robot] updated from transifexNextcloud bot
2017-09-27[tx-robot] updated from transifexNextcloud bot
2017-09-24[tx-robot] updated from transifexNextcloud bot
2017-09-23App to css guidelines (#220)John Molakvoæ
* Editing and deletion Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * Always collapsible Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-09-23Bump nextcloud version to 13 (#216)Hanzei
2017-09-19[tx-robot] updated from transifexNextcloud bot
2017-09-18[tx-robot] updated from transifexNextcloud bot
2017-09-15[tx-robot] updated from transifexNextcloud bot
2017-09-11[tx-robot] updated from transifexNextcloud bot
2017-09-07[tx-robot] updated from transifexNextcloud bot
2017-09-02[tx-robot] updated from transifexNextcloud bot
2017-09-01[tx-robot] updated from transifexNextcloud bot
2017-08-28Fix check for path to composer, Fixes #213 (#214)Daniel Schaal
2017-08-25[tx-robot] updated from transifexNextcloud bot
2017-08-24[tx-robot] updated from transifexNextcloud bot
2017-08-22[tx-robot] updated from transifexNextcloud bot
2017-08-21[tx-robot] updated from transifexNextcloud bot
2017-08-20[tx-robot] updated from transifexNextcloud bot
2017-08-19[tx-robot] updated from transifexNextcloud bot
2017-08-18[tx-robot] updated from transifexNextcloud bot
2017-08-14Split binary to booleans (#203)Daniel Opitz
* replaced old status with 2 flags for unread and starred * add fields to db, replace int(1,0) with booleans in sql queries, removed StatusFlags class + refactor code relying to it * add repair step for migration * again use integer(1,0) instead of bool in sql queries, because of sqlite doesn't support true/false * add/fix unit tests for new boolean status * set unread/starred flags as statements in sql * fixed mysql unknown column items.unread, fixed marking of read items on repair step * remove unnecessary bool casts * add empty checks to Items::is* methods * update migration to use native sql instead of the querybuilder * don't cast the flags manually, let the api do the work
2017-08-14[tx-robot] updated from transifexNextcloud bot
2017-08-13[tx-robot] updated from transifexNextcloud bot
2017-08-12[tx-robot] updated from transifexNextcloud bot
2017-08-06[tx-robot] updated from transifexNextcloud bot
2017-08-03[tx-robot] updated from transifexNextcloud bot
2017-08-02fixed camelCase and PascalCase as their meaning was inverted (#208)Daniel Opitz
2017-07-30[tx-robot] updated from transifexNextcloud bot
2017-07-29[tx-robot] updated from transifexNextcloud bot
2017-07-25[tx-robot] updated from transifexNextcloud bot
2017-07-24[tx-robot] updated from transifexNextcloud bot
2017-07-23[tx-robot] updated from transifexNextcloud bot
2017-07-22[tx-robot] updated from transifexNextcloud bot
2017-07-21Misc makefile fixes (#207)Daniel Schaal
* Only run composer update * Exit with error message when npm is not available * Set composer variable to downloaded file * Use $(MAKE) instead of make * Use simply expanded variables in Makefile
2017-07-21[tx-robot] updated from transifexNextcloud bot
2017-07-18Use firefox in headless mode on travis (#206)Daniel Schaal
Headless mode is available since ff 55 which is in beta right now, so use latest-beta until released.
2017-07-18[tx-robot] updated from transifexNextcloud bot
2017-07-17[tx-robot] updated from transifexNextcloud bot
2017-07-16Add code of conduct linkBernhard Posselt
2017-07-16Merge pull request #205 from schaal/travis-trustyKoen Martens
Use trusty and postgresql 9.6 on travis
2017-07-15Use trusty and postgresql 9.6 on travisDaniel Schaal
2017-07-15[tx-robot] updated from transifexNextcloud bot
2017-07-14[tx-robot] updated from transifexNextcloud bot
2017-07-13Rakekniven patch 1 (#204)rakekniven
* Update FeedFetcher.php * Update part.content.warnings.php * Update part.content.warnings.php