Marien Fressinaud
50f07febae
Add dataTransfer property to event for JQuery
...
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-02 12:13:16 +02:00
Marien Fressinaud
db4da3babc
First draft for drag and drop
...
We can change feed category by drag and drop! Need improvements...
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-02 11:39:51 +02:00
Marien Fressinaud
fe655e0d9d
Fix close slider when a feed is selected
...
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01 13:58:09 +02:00
Marien Fressinaud
405f23050b
Design of the slider
...
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01 13:55:30 +02:00
Marien Fressinaud
7481887db7
Load feed configuration on the same page
...
Need improvements
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01 10:06:04 +02:00
Marien Fressinaud
bcb1e3750a
More explicit message when deleting feeds or cats
...
Introduce "data-str-confirm" to override default message for confirm actions.
Fix https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-24 13:56:40 +02:00
Marien Fressinaud
635ea04d52
Move loading of crypto form
...
See f727a13836 (commitcomment-7853832)
2014-09-19 18:38:00 +02:00
Marien Fressinaud
ffbee0d59c
Merge pull request #622 from plopoyop/dev
...
Ajout du tag sur la notification HTML5
2014-09-18 15:46:36 +02:00
Marien Fressinaud
0947b780c9
Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into dev
2014-09-18 15:42:00 +02:00
plopoyop
bafe851f90
Ajout du tag sur la notification HTML5
2014-09-18 15:29:16 +02:00
Marien Fressinaud
c0d0279b03
Use openNotification instead of alert (main.js)
2014-09-18 15:09:31 +02:00
Marien Fressinaud
f727a13836
Improve reset auth system
...
- Add bcrypt.js in resetAuthAction()
- Rename init_loginForm() in init_crypto_form()
- Load init_crypto_form() everytime (if no #crypto-form, do nothing)
2014-09-18 14:50:54 +02:00
plopoyop
4211539c24
Add timeout option for HTML5 notification
2014-09-18 10:46:34 +02:00
Marien Fressinaud
c2ca9805fa
Same behaviour for middle click on article
...
Middle click was not catched by JavaScript so when opening article in a
new page, itwas not marked as read.
See https://github.com/marienfressinaud/FreshRSS/issues/454
2014-09-16 17:46:16 +02:00
Marien Fressinaud
7eb71edecf
Improve align article on previous article
...
Always align view on previous article IF its top is not too far (magic
number: 150px).
See https://github.com/marienfressinaud/FreshRSS/issues/470
2014-09-16 17:23:25 +02:00
Marien Fressinaud
6f8413403b
Change #bigMarkAsRead link in button
...
See https://github.com/marienfressinaud/FreshRSS/issues/599#issuecomment-55735615
2014-09-16 14:58:25 +02:00
Marien Fressinaud
497d3564c8
Fix bug with shortcut "mark all as read"
...
See https://github.com/marienfressinaud/FreshRSS/issues/599
2014-09-16 14:19:55 +02:00
Marien Fressinaud
d67242884d
Revert setTimeout for refreshUnreads
...
See 6374f9ec98 (commitcomment-7790536)
2014-09-16 10:53:20 +02:00
Marien Fressinaud
6374f9ec98
Use setTimeout instead of setInterval (JavaScript)
...
See https://github.com/marienfressinaud/FreshRSS/pull/585
2014-09-15 16:19:12 +02:00
Alexandre Alapetite
ea79967ff9
Merge pull request #606 from aledeg/navigation
...
Fix navigation on hidden categories and feeds
2014-09-05 23:00:36 +02:00
Alexis Degrugillier
88ec538ef5
Fix navigation on hidden categories and feeds
...
Before, when navigating with the keyboard, hidden categories and feeds where shown.
Now, they stay hidden.
See #604
2014-09-04 23:45:40 -04:00
Alexandre Alapetite
228e89dbe3
Merge pull request #592 from aledeg/more-shortcuts
...
Add shortcuts
2014-09-04 18:58:08 +02:00
Alexis Degrugillier
5d718b5c3b
Fix collapse shortcut behavior
...
Before, the collapse shortcut was marking all articles as read when used. No matter what configuration you use.
Now, the collapse shortcut marks articles only if the appropriate configuration is used (when article is viewed).
2014-09-03 21:33:29 -04:00
Alexis Degrugillier
7b17c60bb1
Add shortcuts
...
Add a shortcut to open the wiki. Shortcut is F1 and is not modifiable.
Add a shortcut to access user filters the same way to access share actions.
2014-08-24 11:37:07 -04:00
Marien Fressinaud
d04f7ac9ea
Fix bug link at article bottom not mark as read
...
See https://github.com/marienfressinaud/FreshRSS/issues/578
2014-08-23 22:41:28 +02:00
Alexis Degrugillier
393fce3e8a
Add a feed selector in repartition statistics.
...
Before we could choose the feed in the statistics only from the feed options in the main view. Now with the new drop-down list, it is possible to choose it from the statistics page.
The rendering needs to be polished to be nicer.
2014-08-19 08:55:44 -04: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
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
2a2ae12ba3
Merge branch 'dev' of github.com:marienfressinaud/freshrss into dev
2014-08-08 22:17:15 +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
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
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
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
Alexandre Alapetite
d19824b919
Hide read feeds and read categories when in unread mode
...
https://github.com/marienfressinaud/FreshRSS/issues/430
There are some repeated HTML attributes (`data-unread` and `active`)
which could maybe be simplified.
If some people do not like this behaviour, we could consider having an
option.
2014-07-26 13:56:44 +02:00
Alexandre Alapetite
b466b6075e
Merge pull request #535 from aledeg/confirm
...
Add a confirmation when using shortcuts
2014-07-17 12:07:30 +02:00
Alexandre Alapetite
5a7e602005
Bug main view prefix title
...
https://github.com/marienfressinaud/FreshRSS/issues/536
2014-07-14 00:30:55 +02:00
Alexandre Alapetite
fb65d7ee49
Bug compatibility prefix title
...
https://github.com/marienfressinaud/FreshRSS/issues/536
The previous syntax worked only in Firefox
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/default_parameters
2014-07-13 22:42:33 +02:00
Alexandre Alapetite
2da4c13263
Number of unread articles as prefix in page title
...
https://github.com/marienfressinaud/FreshRSS/issues/536
2014-07-13 22:36:34 +02:00
Alexis Degrugillier
32fca7c4e1
Add a confirmation when using shortcuts
...
Before, it was possible to mark everything as read with no confirmation using shortcut even if the configuration introduced in a previous commit asked for a confirmation.
Now, depending of the configuration, a confirm dialog box is displayed when requested in the configuration.
2014-07-12 09:00:26 -04:00
Marien Fressinaud
ab9d656135
Block user to click many times on the refresh button
...
See https://github.com/marienfressinaud/FreshRSS/issues/513
2014-07-09 20:20:17 +02:00