Marien Fressinaud
93a77f84d4
Change cookie lifetime to 1 month.
...
See https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-10 21:08:10 +02:00
Marien Fressinaud
afa8f92b80
Update CHANGELOG
...
Add option to stay logged in
2014-08-10 20:54:46 +02:00
Marien Fressinaud
b43733d847
Forget to change the i18n string
...
See https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-10 20:52:14 +02:00
Marien Fressinaud
eceb7756cf
Add possibility to keep logged in with form
...
Add an option to keep logged in.
Change lifetime of session cookie to 1 year.
See https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-10 20:29:43 +02:00
Marien Fressinaud
6655c1b429
Improve design of actualize notification
...
- Remove progress bar
- Show title of updated feed
2014-08-10 15:28:54 +02:00
Marien Fressinaud
40b2e77b03
Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into dev
2014-08-09 23:52:33 +02:00
Marien Fressinaud
a15c2d5168
Add Screwdriver theme by Mister aiR
...
- Not include screenshot yet (wait
https://github.com/marienfressinaud/FreshRSS/issues/571 )
- Need maybe more tests?
See https://github.com/marienfressinaud/FreshRSS/issues/557
2014-08-09 23:51:58 +02:00
Alexandre Alapetite
b68c5c6630
Dynamic favicon: remove the same number in the title
...
Now the number of unread articles in only shown in the favicon
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-09 22:00:20 +02:00
Alexandre Alapetite
d477373ef2
SQLite: Bug creation new users
...
Not tested much yet. Some MySQL parts changed a bit too to double-check.
https://github.com/marienfressinaud/FreshRSS/issues/574
2014-08-09 19:58:39 +02:00
Alexandre Alapetite
737b206d8c
Reading config: change order of settings
...
https://github.com/marienfressinaud/FreshRSS/issues/430
2014-08-09 18:58:04 +02:00
Alexandre Alapetite
2b25aa8f68
Option to hide (or not) feeds/categories with no unread article
...
https://github.com/marienfressinaud/FreshRSS/issues/430
https://github.com/marienfressinaud/FreshRSS/issues/575
2014-08-09 18:46:22 +02:00
Marien Fressinaud
c81be3c20a
Fix problem token
...
Token was present in RSS url even without token value.
2014-08-09 15:26:12 +02:00
Marien Fressinaud
5490a190da
Fix import/export view
...
Some bugs introduce because I was tired surely ;)
2014-08-09 15:01:22 +02:00
Marien Fressinaud
418ee97f57
Update CHANGELOG
...
- Add HTML5 notifications
- Add Screwdriver theme (not included yet… but soon!)
2014-08-09 14:43:47 +02:00
Marien Fressinaud
509620aa54
Merge branch 'Alwaysin-patch-2' into dev
2014-08-09 12:36:58 +02:00
Alwaysin
5c32d0887f
Correct typo in french translation (missing 's') (dev)
2014-08-09 12:35:15 +02:00
Marien Fressinaud
80e7e15e3f
Show notification only for new articles
...
Now, notifications are shown only if there are new articles not shown
on the page yet.
Before, at the first loading of the page, if there were unread articles,
a notification appeared after two minutes!
2014-08-09 11:50:13 +02:00
Marien Fressinaud
773d73314b
Fix typo
...
Oops? :)
2014-08-09 00:35:06 +02:00
Marien Fressinaud
d007b22beb
Change view import/export if no zip extension
...
Show a select with only one choice is there is no zip extension on
the server.
Fix typo.
See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-09 00:23:22 +02:00
Marien Fressinaud
fda8eba4d1
Add a test to check presence of Zip archive.
...
A notification is shown if we cannot use ZipArchive.
See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-09 00:12:37 +02:00
Marien Fressinaud
84826491a3
Improve export function
...
If there is only one file to export, we don't need of a .zip archive.
So it is exported as a simple file (.json or .opml)
See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-08 23:53:16 +02:00
Marien Fressinaud
2a2ae12ba3
Merge branch 'dev' of github.com:marienfressinaud/freshrss into dev
2014-08-08 22:17:15 +02:00
Marien Fressinaud
ad1ad913f3
Merge branch 'notification' into dev
2014-08-08 22:17:06 +02:00
Marien Fressinaud
bbf773b5c5
Merge pull request #569 from aledeg/confirm
...
Change event handling for confirmation dialog
2014-08-08 21:40:09 +02:00
Marien Fressinaud
d289c5340f
Add support of HTML5 notifications
...
Show a notification if there are at least 1 new article to read.
Support only window.Notification API.
See https://github.com/marienfressinaud/FreshRSS/issues/399
2014-08-08 21:30:23 +02:00
Alexis Degrugillier
e08e8ee633
Change event handling for confirmation dialog
...
See #567
Before, when content was loaded dynamically, the confirmation was not poping.
Now, the confirmation pops by changing event handling.
2014-08-08 07:35:13 -04:00
Alexandre Alapetite
a7632b5429
Dynamic favicon style 2
...
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-07 21:45:52 +02:00
Alexandre Alapetite
eed05c06e9
Dynamic favicon style
...
A bit more transparency in the background of the text
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-07 21:33:38 +02:00
Alexandre Alapetite
83b8af59e5
Revert "Dynamic favicon all unread articles"
...
This reverts commit 6972a46979 .
2014-08-07 20:34:08 +02:00
Alexandre Alapetite
65d6796e92
First bug for old articles first
...
https://github.com/marienfressinaud/FreshRSS/issues/495
2014-08-07 11:29:19 +02:00
Alexandre Alapetite
6972a46979
Dynamic favicon all unread articles
...
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-06 20:41:47 +02:00
Alexandre Alapetite
6ef9fc7a92
Minor change dynamic favicon
...
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-03 20:20:54 +02:00
Alexandre Alapetite
78b9c82aa3
Merge pull request #562 from aledeg/install
...
Refactor install file to check available databases
2014-08-03 15:29:40 +02:00
Alexis Degrugillier
e05e9a8702
Refactor install file to check available databases
...
Now it checks for any pdo driver supported instead of only mysql
2014-08-03 08:47:18 -04:00
Alexandre Alapetite
a9a6192948
Unicode tick without colour
...
https://github.com/marienfressinaud/FreshRSS/issues/560
The former was green in Firefox 32 beta
2014-08-02 20:29:51 +02:00
Alexandre Alapetite
274c8096e3
Experimental: Removed lazyload.js and use postpone attribute instead
...
https://github.com/marienfressinaud/FreshRSS/issues/316
The performance of lazyload.js was not good enough, and not really
needed anyway.
This change mostly affects mainly situations when the content of
articles is shown by default, not so much when they are collapsed
Using HTML5 lazyload and postpone attributes by default on all img,
audio, iframe, video.
http://www.w3.org/TR/resource-priorities/#attr-postpone
Postpone attribute is removed by JavaScript if the user does not want
the lazyload behaviour.
In the case when users do want the lazyload behaviour, in normal view
with articles hidden, we furthermore use the data-original approach to
be sure to support current browsers.
+Corrected some bugs with enclosures, and some images not appearing
before the first scroll.
+Now faster regex processing img and iframe at once (was not practical
with lazyload.js)
2014-08-02 19:57:15 +02:00
Alexandre Alapetite
6bbf7d51cf
Dynamic favicon quick fix Chrome
...
https://github.com/marienfressinaud/FreshRSS/issues/539
Could be done better
2014-08-02 15:33:00 +02:00
Alexandre Alapetite
c685998768
Dynamic favicon large numbers 2
...
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-02 11:43:43 +02:00
Alexandre Alapetite
0246d2340b
Dynamic favicon large numbers
...
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-02 02:12:20 +02:00
Alexandre Alapetite
8e5d98c4be
Dynamic favicon showing the number of unread articles
...
https://github.com/marienfressinaud/FreshRSS/issues/539
Works in Firefox 32 and Opera 12. Does not work in IE 11 but without
error.
We should test if icons still work in many contexts such as placing a
shortcut on the desktop of various platforms.
2014-08-02 01:33:33 +02:00
Alexandre Alapetite
a0930a5ad6
Strict Referer domain against XSRF
...
https://github.com/marienfressinaud/FreshRSS/issues/554
2014-08-01 23:22:41 +02:00
Alexandre Alapetite
d3f730287d
Install script was not keeping all config settings
...
https://github.com/marienfressinaud/FreshRSS/issues/537
2014-08-01 21:36:35 +02:00
Alexandre Alapetite
8750329181
Changelog towards 0.7.4
2014-08-01 20:56:42 +02:00
Alexandre Alapetite
35be1769de
Basic protection against XSRF using Referer
...
https://github.com/marienfressinaud/FreshRSS/issues/554
Also edited the error controler to use the log message passed in
Minz_Error::error().
2014-08-01 20:20:25 +02:00
Marien Fressinaud
aafcd3a879
Merge branch 'dev' of github.com:marienfressinaud/freshrss into dev
2014-07-31 17:21:09 +02:00
Marien Fressinaud
3ffa2e3018
Fix bug collapse and mark_read
...
Articles was not marked as read when open with shortcuts.collapse_entry
Fix https://github.com/marienfressinaud/FreshRSS/issues/556
2014-07-31 17:19:25 +02:00
Marien Fressinaud
4a0e5ac037
Merge pull request #548 from aledeg/more-stats
...
Add article repartition in stats
2014-07-29 00:07:07 +02:00
Alexis Degrugillier
1739e2e9d2
Remove unnecessary title property
2014-07-28 17:59:20 -04:00
Alexis Degrugillier
2739817cfb
Small fixes to follow @marienfressinaud recommandations (take 2)
2014-07-28 17:46:03 -04:00
Alexandre Alapetite
1d73286aaa
Merge pull request #550 from plopoyop/dev
...
Correct bug in add/remove users
2014-07-26 19:37:06 +02:00