Kevin Papst
8abfe1cf28
Update panel shows latest version message as success ( #1701 )
...
show latest version message as success, FIXES #1586
2017-12-02 13:45:26 +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
28db5dd285
Fix SQL constraint insert into entrytmp table
...
https://github.com/FreshRSS/FreshRSS/issues/1614
2017-09-23 12:32:35 +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
e046791c93
CLI update user
...
https://github.com/FreshRSS/FreshRSS/issues/1600
Not tested
2017-07-22 20:05:36 +02:00
Alexis Degrugillier
a52dc33353
Add a subscription tools page
...
See #1354
It's missing translations. Only English and French are available.
Contributions wanted.
2017-06-04 09:58:11 +02:00
Alexandre Alapetite
e12f9d4a98
Merge remote-tracking branch 'FreshRSS/dev' into dev
2017-05-26 12:19:41 +02:00
Alexandre Alapetite
1f0c6ee9f7
Merge pull request #1543 from Alkarex/mark-as-read-new-feeds
...
Fix *mark as read* articles when adding a new feed
2017-05-26 10:09:27 +02:00
Alexandre Alapetite
20d1301b46
Do not require write access to check new version
...
Do not require write access to check if new ZIP version is available
https://github.com/FreshRSS/FreshRSS/issues/1450
2017-05-25 14:27:31 +02:00
Alexandre Alapetite
a4aef7bf83
Fix *mark as read* articles when adding a new feed
...
https://github.com/FreshRSS/FreshRSS/issues/1535
2017-05-25 13:03:55 +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
Seokseong Jeon
0bc59ba140
Make actualizeFeed returns values consistent&safe
2017-05-05 17:18:16 +09:00
Seokseong Jeon
cb897980cd
Merge branch 'dev' into cli-act-num-articles
2017-05-05 01:43:34 +09:00
Seokseong Jeon
09787cfd7a
actualizeFeed return number of new articles as 3rd
2017-05-03 22:56:56 +09:00
Alexandre Alapetite
1e5b151d88
Work around for IE / Edge pattern bug
...
Swap order of regex alternatives
https://github.com/FreshRSS/FreshRSS/issues/1511
http://stackoverflow.com/questions/22360235/do-browsers-support-different-html5-pattern-regexp-features
https://connect.microsoft.com/ie/feedback/details/836117/regex-bug-in-pattern-validator
2017-04-27 20:25:26 +02:00
Marien Fressinaud
9ce0bca45f
fix: Fix update via ZIP archive
...
Code from the update server was not loaded anymore before the update
process. This commit brings back missing `require`.
2017-04-15 21:18:43 +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
0d4c26c673
Add manual commit & refresh cache to deferred insertion
2017-03-29 21:42:40 +02:00
Alexandre Alapetite
6c604bc1dd
Minz param bug fix
2017-03-27 23:42:19 +02:00
Alexandre Alapetite
56bbdc543d
Removing TODO
...
Done
2017-03-27 22:16:59 +02:00
Alexandre Alapetite
282ea0cfd7
Defered insertion: feedController bug
2017-03-27 22:09:18 +02:00
Alexandre Alapetite
5541e39512
More defered insertion
2017-03-27 21:26:38 +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
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
9c012e6c81
Fix SQLite CLI install
...
https://github.com/FreshRSS/FreshRSS/issues/1445
https://github.com/FreshRSS/FreshRSS/issues/1443
https://github.com/FreshRSS/FreshRSS/issues/1443
2017-03-02 22:57:02 +01:00
Alexandre Alapetite
972cd0b908
Merge pull request #1441 from Alkarex/Sanitize-Website-URL
...
Sanitize Web site URL
2017-02-28 21:16:55 +01:00
Alexandre Alapetite
0bd4b2c742
Changelog 1423
2017-02-25 13:08:06 +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
Alexandre Alapetite
8a6b381154
Sanitize Web site URL
...
https://github.com/FreshRSS/FreshRSS/issues/1434
2017-02-25 11:51:54 +01:00
Clément
2e871a0adf
Merge branch 'dev' into feature/username-in-cli
2017-02-25 10:20:59 +01:00
Dennis Schwerdel
59d6f3593c
Add config option to disable and hide self-update
2017-02-23 21:22:56 +01:00
Clément
648fcb63b5
correct check username pattern
2017-02-19 15:00:26 +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
Alexandre Alapetite
332a4dec86
Option for cookie duration
...
https://github.com/FreshRSS/FreshRSS/issues/1384
2016-12-24 16:33:28 +01:00
Alexandre Alapetite
568b737b6c
Function to disable MySQL buffering for large exports
2016-11-15 21:38:18 +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
60941b9a40
Merge dev
2016-11-05 20:59:54 +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
21e6359508
Add compatibility with git in Web update
...
https://github.com/FreshRSS/FreshRSS/issues/907
https://github.com/FreshRSS/FreshRSS/issues/1355
2016-11-05 15:08:10 +01:00
Alexandre Alapetite
7dc9862596
Fix OPML import bug
2016-10-25 00:10:49 +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