Commit Graph

1655 Commits

Author SHA1 Message Date
Alexandre Alapetite
34868cd291 Switch simplify syntax 2016-11-06 11:33:45 +01:00
Alexandre Alapetite
5aeaed8971 PostgreSQL fix updateCachedValues
https://github.com/FreshRSS/FreshRSS/issues/1360
2016-11-06 11:24:51 +01:00
Alexandre Alapetite
aeda49a7d2 Add CLI for user information + Fix last user activity
https://github.com/FreshRSS/FreshRSS/issues/1345
2016-11-05 20:48:46 +01:00
Alexandre Alapetite
8a410969dd Use bindValue instead of bindParam
https://github.com/FreshRSS/FreshRSS/issues/1349
We should later replace all bindParam by bindValue
2016-11-02 21:29:21 +01:00
Alexandre Alapetite
00f446d155 Disable "mark all as read" before confirmation script is loaded
https://github.com/FreshRSS/FreshRSS/issues/1342
2016-10-29 13:11:37 +02:00
Alexandre Alapetite
2cbf307963 Fix install bug 2 2016-10-25 00:32:12 +02:00
Alexandre Alapetite
7dc9862596 Fix OPML import bug 2016-10-25 00:10:49 +02:00
Alexandre Alapetite
8111458632 Fix bugs in install 2016-10-24 23:32:58 +02:00
Alexandre Alapetite
1182129ce5 CLI option no-default-feeds
https://github.com/FreshRSS/FreshRSS/issues/1095
2016-10-24 20:29:08 +02:00
Alexandre Alapetite
ab4ece6780 CLI do-install
https://github.com/FreshRSS/FreshRSS/issues/1095
https://github.com/FreshRSS/FreshRSS/issues/1090
2016-10-24 01:41:09 +02:00
Alexandre Alapetite
fcb9280fc8 CLI export
ZIP export, OPML export.
Corrected height of feeds select in Pafat theme.
https://github.com/FreshRSS/FreshRSS/pull/1338
https://github.com/FreshRSS/FreshRSS/issues/1039
https://github.com/FreshRSS/FreshRSS/issues/1277
2016-10-23 13:37:48 +02:00
Alexandre Alapetite
6d42acf5fd Merge branch 'FreshRSS/dev' into cli 2016-10-23 01:47:47 +02:00
Alexandre Alapetite
1b8eb6c7e7 CLI import ZIP/OPML/JSON for user
https://github.com/FreshRSS/FreshRSS/issues/1095
https://github.com/FreshRSS/FreshRSS/issues/851
2016-10-23 01:46:14 +02:00
Alexandre Alapetite
4d6fdc589e Fix syntax error in new exceptions
Bug from https://github.com/FreshRSS/FreshRSS/pull/1261
2016-10-22 22:04:00 +02:00
Alexandre Alapetite
5b1b43ab57 CLI delete user https://github.com/FreshRSS/FreshRSS/issues/1095 2016-10-22 20:32:16 +02:00
Alexandre Alapetite
9695a27741 Merge branch 'FreshRSS/dev' into cli 2016-10-22 13:48:59 +02:00
Alexandre Alapetite
9f043a701f i18n install corrections
https://github.com/FreshRSS/FreshRSS/issues/1328#issuecomment-255519363
2016-10-22 13:28:53 +02:00
Alexandre Alapetite
e1f214e9e2 CLI list-users and create-user
https://github.com/FreshRSS/FreshRSS/issues/1095
https://github.com/FreshRSS/FreshRSS/issues/1090
2016-10-22 12:58:06 +02:00
Alexandre Alapetite
7f2b0439ec Extract function safe_ascii() 2016-10-20 01:38:23 +02:00
Alexandre Alapetite
1893fc61e0 guid and urls should not contain low/high characters
It looks like SimplePie does not always filter everything
Having a character not in latin1 would create MySQL collate errors
2016-10-20 01:19:59 +02:00
Alexandre Alapetite
38289beb66 Fix updateEntry warning
https://github.com/FreshRSS/FreshRSS/issues/1325
2016-10-16 15:19:11 +02:00
Alexandre Alapetite
f1eaf02a0c PostgreSQL workaround for SERIAL strange behaviour
http://stackoverflow.com/questions/18389537/does-postgresql-serial-work-differently
2016-10-15 23:09:21 +02:00
Alexandre Alapetite
34e38e3a97 SQL DROP TABLE
https://github.com/FreshRSS/FreshRSS/issues/1320
2016-10-15 20:01:48 +02:00
Alexandre Alapetite
8d7ff90594 Fix bug auto load more
https://github.com/FreshRSS/FreshRSS/issues/1318
2016-10-15 18:38:27 +02:00
Alexandre Alapetite
56f66f4b61 Remove superflous category request
A category request was systematically done, although it is not always
needed.
2016-10-15 14:58:40 +02:00
Alexandre Alapetite
50f1e027e3 Fix import bug 2016-10-15 14:18:23 +02:00
Alexandre Alapetite
a0127d980c Fix bug JSON import duplicates
https://github.com/FreshRSS/FreshRSS/issues/1312
2016-10-15 01:27:39 +02:00
Alexandre Alapetite
7ec73a91bc Merge pull request #1313 from Alkarex/postgresql-patch
PostgreSQL compatibility boolean
2016-10-15 00:50:49 +02:00
Alexandre Alapetite
c24d60372a PostgreSQL emulate "INSERT IGNORE"
Would have liked to use UPSERT, but it is first available from
PostgreSQL 9.5.
2016-10-15 00:49:10 +02:00
Alexandre Alapetite
0eb7a717e6 PostgreSQL avoid duplicate category 1
https://github.com/FreshRSS/FreshRSS/issues/1312
2016-10-15 00:04:51 +02:00
Alexandre Alapetite
d184478fb4 PostgreSQL compatibility boolean
https://github.com/FreshRSS/FreshRSS/issues/1311
2016-10-14 23:05:05 +02:00
Alexandre Alapetite
8a923aa8c7 Finalize cron refresh favicons 2016-10-12 21:36:00 +02:00
Alexandre Alapetite
e8d1a6dcc9 Cron refresh favicons
Related to
https://github.com/FreshRSS/FreshRSS/issues/1181
https://github.com/FreshRSS/FreshRSS/issues/1298
2016-10-12 15:47:04 +02:00
Alexandre Alapetite
50827447e3 Better error message in markReadFeed
https://github.com/FreshRSS/FreshRSS/issues/1299
2016-10-11 19:34:46 +02:00
Alexandre Alapetite
cbb6c26db7 Fix share POST
https://github.com/FreshRSS/FreshRSS/issues/1289
2016-10-10 22:07:58 +02:00
Alexandre Alapetite
baa091fa0a Merge pull request #1294 from Alkarex/meta-description
Meta description option
2016-10-08 22:23:36 +02:00
Alexandre Alapetite
6bc37cef47 W3C resource-priorities have been abandonned
https://github.com/FreshRSS/FreshRSS/issues/1222
2016-10-08 21:45:47 +02:00
Alexandre Alapetite
79696f31ad Meta description option
https://github.com/FreshRSS/FreshRSS/issues/1105
2016-10-07 22:54:23 +02:00
Alexandre Alapetite
ca4dcca5b2 PSHB bugs
Introduced by https://github.com/FreshRSS/FreshRSS/pull/1280
2016-10-07 21:46:48 +02:00
Alexandre Alapetite
cba15d3809 Merge branch 'FreshRSS/dev' into anonymous-extensions 2016-10-07 18:21:35 +02:00
Alexandre Alapetite
136d6fb0b4 Merge pull request #1286 from Alkarex/install-message
i18n: Keep previous configuration
2016-10-07 17:28:05 +02:00
Alexandre Alapetite
e6e8cac3c4 Allow extensions for default accout in anonymous mode
https://github.com/FreshRSS/FreshRSS/issues/1257#issuecomment-248111169
2016-10-06 21:00:02 +02:00
Alexandre Alapetite
4efc8f76e6 i18n italian keep previous installation 2016-10-06 17:43:09 +02:00
Alexandre Alapetite
a131190007 i18n: Keep previous configuration
https://github.com/FreshRSS/FreshRSS/issues/1284
2016-10-06 17:41:01 +02:00
Alexandre Alapetite
ad58ae923c Update php-* extension names
https://github.com/FreshRSS/FreshRSS/issues/1283
2016-10-06 17:21:20 +02:00
Alexandre Alapetite
d973d9efab Fix display bug for example of URL with token
https://github.com/FreshRSS/FreshRSS/issues/1274
2016-10-05 22:25:46 +02:00
Alexandre Alapetite
fe65eec5bb Better multiuser update 2016-10-05 17:48:24 +02:00
Alexandre Alapetite
9e34d7275e Typo 2016-10-05 00:44:14 +02:00
Alexandre Alapetite
05cabe99ae Take better advantage of other users refresh 2016-10-05 00:39:54 +02:00
Alexandre Alapetite
f81c441920 Fix bug language option for new user
https://github.com/FreshRSS/FreshRSS/issues/1273
2016-10-04 21:06:37 +02:00