1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2024-10-18 20:42:51 +02:00
Commit Graph

6863 Commits

Author SHA1 Message Date
Nextcloud bot
ac0587d995
[tx-robot] updated from transifex 2017-10-24 00:20:14 +00:00
Nextcloud bot
a7645b857a
[tx-robot] updated from transifex 2017-10-19 00:18:40 +00:00
Nextcloud bot
234e4dfa03
[tx-robot] updated from transifex 2017-10-15 00:18:25 +00:00
Nextcloud bot
53511bfb17
[tx-robot] updated from transifex 2017-10-14 02:39:28 +00:00
Nextcloud bot
617c6494ff
[tx-robot] updated from transifex 2017-10-02 00:18:26 +00:00
Nextcloud bot
657c9920ee
[tx-robot] updated from transifex 2017-09-30 00:18:37 +00:00
b_b
ee84686344 Update feeds are not updated help for v12 (#223)
Fix #202
2017-09-29 10:05:25 +02:00
Nextcloud bot
60703028c0
[tx-robot] updated from transifex 2017-09-29 00:19:03 +00:00
Nextcloud bot
d51ce41d30
[tx-robot] updated from transifex 2017-09-27 00:18:36 +00:00
Nextcloud bot
6b8c2daa57
[tx-robot] updated from transifex 2017-09-24 00:17:58 +00:00
John Molakvoæ
41e97eb7f5 App to css guidelines (#220)
* 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-23 13:50:01 +02:00
Hanzei
44245fda63 Bump nextcloud version to 13 (#216) 2017-09-23 13:49:32 +02:00
Nextcloud bot
4477f0027b
[tx-robot] updated from transifex 2017-09-19 00:18:56 +00:00
Nextcloud bot
6e35c9051c
[tx-robot] updated from transifex 2017-09-18 00:20:36 +00:00
Nextcloud bot
2964e754e8
[tx-robot] updated from transifex 2017-09-15 00:17:45 +00:00
Nextcloud bot
a03e38e13d
[tx-robot] updated from transifex 2017-09-11 00:18:05 +00:00
Nextcloud bot
acd9536ade
[tx-robot] updated from transifex 2017-09-07 00:18:05 +00:00
Nextcloud bot
7622ce1d53
[tx-robot] updated from transifex 2017-09-02 00:18:13 +00:00
Nextcloud bot
df4d5106b1
[tx-robot] updated from transifex 2017-09-01 00:18:32 +00:00
Daniel Schaal
0847d30603 Fix check for path to composer, Fixes #213 (#214) 2017-08-28 20:54:47 +02:00
Nextcloud bot
0772f8a492
[tx-robot] updated from transifex 2017-08-25 00:19:30 +00:00
Nextcloud bot
64e28731c0
[tx-robot] updated from transifex 2017-08-24 00:18:39 +00:00
Nextcloud bot
053088005a
[tx-robot] updated from transifex 2017-08-22 00:18:25 +00:00
Nextcloud bot
d076b09b36
[tx-robot] updated from transifex 2017-08-21 00:18:12 +00:00
Nextcloud bot
3ce2337599
[tx-robot] updated from transifex 2017-08-20 00:18:06 +00:00
Nextcloud bot
0e8efab59e
[tx-robot] updated from transifex 2017-08-19 00:18:32 +00:00
Nextcloud bot
f38af149c8
[tx-robot] updated from transifex 2017-08-18 00:18:08 +00:00
Daniel Opitz
a97dd58e3b Split binary to booleans (#203)
* 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 10:34:53 +02:00
Nextcloud bot
7d8a85c82c
[tx-robot] updated from transifex 2017-08-14 00:17:50 +00:00
Nextcloud bot
f3593a7dec
[tx-robot] updated from transifex 2017-08-13 00:17:54 +00:00
Nextcloud bot
e598834ce4
[tx-robot] updated from transifex 2017-08-12 00:18:06 +00:00
Nextcloud bot
9b67af21f0
[tx-robot] updated from transifex 2017-08-06 00:17:54 +00:00
Nextcloud bot
c82b64eadc
[tx-robot] updated from transifex 2017-08-03 00:17:43 +00:00
Daniel Opitz
f7eb5f9b32 fixed camelCase and PascalCase as their meaning was inverted (#208) 2017-08-02 09:50:04 +02:00
Nextcloud bot
e3dbfe761c
[tx-robot] updated from transifex 2017-07-30 00:17:55 +00:00
Nextcloud bot
15960a9986
[tx-robot] updated from transifex 2017-07-29 00:18:25 +00:00
Nextcloud bot
416783cbf3
[tx-robot] updated from transifex 2017-07-25 00:17:45 +00:00
Nextcloud bot
71f62bcc06
[tx-robot] updated from transifex 2017-07-24 00:17:51 +00:00
Nextcloud bot
dde6fb4656
[tx-robot] updated from transifex 2017-07-23 00:17:01 +00:00
Nextcloud bot
5725593b7f
[tx-robot] updated from transifex 2017-07-22 00:17:20 +00:00
Daniel Schaal
486efe2dfa Misc makefile fixes (#207)
* 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 11:10:01 +02:00
Nextcloud bot
f44fd157be
[tx-robot] updated from transifex 2017-07-21 00:17:12 +00:00
Daniel Schaal
079fc80b16 Use firefox in headless mode on travis (#206)
Headless mode is available since ff 55 which is in
beta right now, so use latest-beta until released.
2017-07-18 08:13:50 +02:00
Nextcloud bot
b885eb58b2
[tx-robot] updated from transifex 2017-07-18 00:17:14 +00:00
Nextcloud bot
7d580366a7
[tx-robot] updated from transifex 2017-07-17 00:17:05 +00:00
Bernhard Posselt
4c32da50cc Add code of conduct link 2017-07-16 19:56:04 +02:00
Koen Martens
f39b36e4ce Merge pull request #205 from schaal/travis-trusty
Use trusty and postgresql 9.6 on travis
2017-07-16 18:08:01 +02:00
Daniel Schaal
747130dc5c Use trusty and postgresql 9.6 on travis 2017-07-15 09:13:18 +02:00
Nextcloud bot
7f9a0d7414
[tx-robot] updated from transifex 2017-07-15 00:18:20 +00:00
Nextcloud bot
2709630165
[tx-robot] updated from transifex 2017-07-14 00:18:22 +00:00