Alexandre Alapetite
e399bc4b92
Remove warning for CURLOPT_FOLLOWLOCATION with open_basedir ( #1734 )
...
For PHP 5.6.0- http://www.php.net/ChangeLog-5.php#5.6.0
https://bugs.php.net/bug.php?id=65646
https://github.com/FreshRSS/FreshRSS/pull/1733
https://github.com/FreshRSS/FreshRSS/pull/1657
https://github.com/FreshRSS/FreshRSS/issues/1655
2017-12-17 20:14:20 +01:00
Alexandre Alapetite
b1c317a253
Log rotation, use Minz_Log, new log constants
...
ADMIN_LOG, API_LOG, PSHB_LOG
2017-12-10 21:58:24 +01:00
Alexandre Alapetite
4f06b17e00
Extension function to override entry hash ( #1707 )
...
Extension function to override entry hash
https://github.com/FreshRSS/FreshRSS/issues/1706
2017-12-03 17:30:02 +01:00
Alexis Degrugillier
afffbfce07
Add a Mastodon share ( #1674 )
...
See #1521
2017-11-04 21:19:51 +01:00
Alexandre Alapetite
f632a34626
CLI optimize database ( #1663 )
...
CLI optimize database https://github.com/FreshRSS/FreshRSS/issues/1583
And VACUUM in SQLite https://github.com/FreshRSS/FreshRSS/issues/918
Add VACUUM for PostgreSQL (Not tested yet)
2017-10-12 20:11:06 +02:00
Alexandre Alapetite
1eb19409b5
CURLOPT_FOLLOWLOCATION open_basedir bug ( #1657 )
...
CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set
https://github.com/FreshRSS/FreshRSS/issues/1655#issuecomment-334999448
https://stackoverflow.com/questions/6918623/curlopt-followlocation-cannot-be-activated
2017-10-08 17:26:43 +02:00
Alexandre Alapetite
4058ff3ff4
Remove SimplePie name from HTTP User-Agent string
...
https://github.com/FreshRSS/FreshRSS/issues/1622#issuecomment-334928486
https://github.com/FreshRSS/FreshRSS/issues/1627
https://github.com/FreshRSS/FreshRSS/issues/1607
2017-10-07 13:51:45 +02:00
Alexandre Alapetite
62d68f8c66
Quick fix PSHB encoding after Travis refactoring
...
https://github.com/FreshRSS/FreshRSS/pull/1619
Related to https://github.com/FreshRSS/FreshRSS/pull/1633
2017-09-24 12:16:41 +02:00
Alexandre Alapetite
2e8d8834c4
Quick fix small bug from 1619 ( #1633 )
...
https://github.com/FreshRSS/FreshRSS/pull/1619
2017-09-22 13:05:42 +02:00
Frans de Jonge
4e174ed9dd
[ci] Add Travis ( #1619 )
...
* [ci] Add Travis
* Exclude some libs
* Semi-auto whitespace fixes
* line length in SQLite
* Exclude tests from line length
* Feed.php line length
* Feed.php: get rid of unnecessary concat
* Feed.php: line length
* bootstrap.php: no newline at end of file
* Allow concatenating across multiple lines
* Add Travis badge
* do-install line length
* update-or-create-user line length
* cli/create-user line length
* tests/app/Models/SearchTest.php fix indentation
* tests/app/Models/UserQueryTest.php fix indentation
* tests/app/Models/CategoryTest.php fix indentation
* [fix] PHP 5.3 on precise
* cli/do-install no spaces
* cli/list-users line length
* cli/reconfigure line length
* empty catch statements
* api/index line length nonsense
* spaces before semicolon
* app/Models/EntryDAO bunch of indentation
* extra blank lines
* spaces before comma in function call
* testing tabwidth
* increase to 10
* comment out tabwidth line
* try older phpcs version 3.0.0RC4
* line length exception for app/install.php
* proper spaces
* stray spaces in i18n
* Minz/ModelPdo line length
* Minz whitespace
* greader line length
* greader elseif placement
* app/Models/Feed.php spacing in function argument
* ignore php 5.3
* app/Models/ConfigurationSetter.php stray whitespace
* EntryDAOSQLite line length
* I vote for higher max line length =P
* ignore SQL
* remove classname complaint
* line length/more legible SQL
* ignore line length nonsense
* greader line length
* feedController issues
* uppercase TRUE, FALSE, NULL
* revert
* importExportController lowercase null
* Share.php default value not necessary because ! is_array () a few lines down
* CategoryDAO constants should be UPPERCASE
* EntryDAO reduce line length
* contentious autofix
* Allow failures on all versions of PHP except 7.1 because reasons
2017-09-22 12:13:46 +02:00
Alexandre Alapetite
07cce02ad3
May abbreviation conflict
2017-08-20 11:10:22 +02:00
Alexandre Alapetite
4f74193b4a
May abbreviation
...
https://github.com/FreshRSS/FreshRSS/issues/1560
2017-08-20 11:02:00 +02:00
Alexandre Alapetite
18285d2729
Author HTML to text
...
https://github.com/FreshRSS/FreshRSS/issues/1590#issuecomment-313914174
https://github.com/FreshRSS/FreshRSS/pull/1592#issuecomment-320290049
2017-08-19 13:48:47 +02:00
Adrien Dorsaz
074ab63bb1
commitNewEntries: fixup to use unique aliases
2017-08-15 11:39:21 +02:00
Adrien Dorsaz
3b8b9eabd0
commitNewEntries should ignore conflicting keys on migration from entrytmp to entry
...
Fixes #1610 by first ignoring all entries from entrytmp which exists
already inside the entry table.
2017-08-15 10:45:26 +02:00
Alexandre Alapetite
97fe573ace
SimplePie: Do not generate hash instead of GUID
...
https://github.com/FreshRSS/FreshRSS/issues/1552
2017-05-28 02:02:58 +02:00
Paulius Šukys
e98b510cbb
Merge branch 'master' into dev
2017-05-22 11:24:52 +02:00
Paulius Šukys
67dd80f842
Added additional configuration setting for #1530 . This includes default settings and translation entry for English
2017-05-22 09:33:55 +02:00
Alexandre Alapetite
77e698617d
Fix download regression
...
https://github.com/FreshRSS/FreshRSS/issues/1236#issuecomment-299732610
2017-05-07 22:38:29 +02:00
Alexandre Alapetite
e9e6fc3483
Download icon 💾 for other MIME types
...
https://github.com/FreshRSS/FreshRSS/issues/1236#issuecomment-299627105
2017-05-07 17:00:46 +02:00
Alexandre Alapetite
510045b3c5
Merge branch 'FreshRSS/dev' into multiuser-token
2017-04-10 19:46:22 +02:00
Alexandre Alapetite
535aa35ba7
PSHB better unsubscribe
...
Cases when a user is deleted, or when a feed is deleted.
Removed random key do reduce the risk of subscribing several times to
the same PSHB feed.
2017-04-10 19:09:21 +02:00
Alexandre Alapetite
0ce43be9de
Multi-user token
...
https://github.com/FreshRSS/FreshRSS/issues/1390
https://github.com/FreshRSS/FreshRSS/issues/366
2017-04-09 00:25:04 +02:00
Alexandre Alapetite
dadd6e7bee
Use link instead of title fallback
2017-04-05 14:50:16 +02:00
Alexandre Alapetite
d42a20506b
Fallback when GUID is empty
...
https://github.com/FreshRSS/FreshRSS/issues/1482
2017-04-05 14:44:18 +02:00
Alexandre Alapetite
3011bbc5e1
Search allow double quotes
...
`author:"some name"`
2017-04-02 11:55:20 +02:00
Alexandre Alapetite
aadba9fb70
Negative searches
...
https://github.com/FreshRSS/FreshRSS/issues/1381
Possibility to exclude authors, titles, tags, urls, words by prefixing
them by ! or - (like Google Search):
* !intitle:unwanted
* -intitle:unwanted
* -author:unwanted
* -#unwanted
* -unwanted
And one can use many of each and combine them with positive searches
2017-04-01 23:41:19 +02:00
Alexandre Alapetite
d9c0d25b85
Improve search: intitle, author, inurl
...
Allow multiple values of intitle: , author:, inurl:
Note: Tests for UserQueryTest are broken due to
https://github.com/sebastianbergmann/phpunit/wiki/Release-Announcement-for-PHPUnit-4.0.0#backwards-compatibility-issues
2017-04-01 22:31:12 +02:00
Alexandre Alapetite
fbdc22f75a
Merge branch 'FreshRSS/dev' into defered-insertion
2017-03-26 19:36:44 +02:00
Alexandre Alapetite
7a6751b50d
PDO fix PHP 7.1
...
http://php.net/manual/migration71.changed-functions.php#migration71.changed-functions.pdo
2017-03-26 18:48:34 +02:00
Alexandre Alapetite
cc235c6af3
SimplePie light manual update
2017-03-26 15:02:35 +02:00
Alexandre Alapetite
e956aee53d
More defered insertion. New SQL index
...
New index entry_feed_read_index
TODO: Auto add this index to existing version
2017-03-26 14:07:06 +02:00
Alexandre Alapetite
a20fd9db9f
Defered insertion MySQL bug
...
The update of cached values remains to be optimized
2017-03-26 01:41:08 +01:00
Alexandre Alapetite
22b41f3bfc
Candidate implementation of defered insertion
...
https://github.com/FreshRSS/FreshRSS/issues/530
2017-03-26 00:01:11 +01:00
Alexandre Alapetite
271a1fdc89
Missing checkUsername and const patten
...
https://github.com/FreshRSS/FreshRSS/pull/1423
https://github.com/YunoHost-Apps/freshrss_ynh/issues/27#issuecomment-279792363
2017-02-25 12:39:08 +01:00
Clément
2e871a0adf
Merge branch 'dev' into feature/username-in-cli
2017-02-25 10:20:59 +01:00
Clément
4eeae5171b
use function with preg_match to check username
2017-02-16 18:54:59 +01:00
Clément
8d2b76334c
Possibility to register user having a '-', a '_' or a '.' in username
2017-02-16 14:27:45 +01:00
Thomas Citharel
ae5a8572d5
postgres fixes
2017-01-27 10:26:31 +01:00
Alexandre Alapetite
eded493796
Merge pull request #1398 from Alkarex/MultipleCookiesBug
...
Send cookie FreshRSS_login only once
2016-12-24 17:33:11 +01:00
Alexandre Alapetite
0150aec07e
Send cookie FreshRSS_login only once
...
Prior to this patch, two cookies with the same name were sent, the first
one was to destroy the cookie, and the second one to create it
2016-12-24 17:22:41 +01:00
Alexandre Alapetite
332a4dec86
Option for cookie duration
...
https://github.com/FreshRSS/FreshRSS/issues/1384
2016-12-24 16:33:28 +01:00
Alexandre Alapetite
f59de4e2b6
Stream JSON export
...
Avoid large in-memory copies
https://github.com/FreshRSS/FreshRSS/issues/1372
2016-11-15 20:43:06 +01:00
Alexandre Alapetite
829d9997d3
Fix small bugs in install
...
Small fixes in install (e.g. better check that DB password works)
2016-11-06 14:04:06 +01:00
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
1182129ce5
CLI option no-default-feeds
...
https://github.com/FreshRSS/FreshRSS/issues/1095
2016-10-24 20:29:08 +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