Alexandre Alapetite
8a04454655
Merge pull request #1564 from aledeg/open-site-shortcut
...
Add support for a new shortcut in reader view
2017-06-03 12:02:27 +02:00
Alexis Degrugillier
c86ad2d660
Improve js comments
2017-06-03 07:23:01 +02:00
Alexis Degrugillier
5f942cc1c9
Add support for a new shortcut in reader view
...
Now you can open the original page in the reader view with the same shortcut you'll use in the normal view.
I've changed how we identify the link to make it more flexible.
The previous way was too restrictive since the selector used a really strict path to get the url.
There was another way to achieve the same thing without changing the selector.
It was quite ugly since some meaningless class would be added on the markup to match the selector query.
See #1400
2017-06-02 22:53:13 +02:00
Alexandre Alapetite
2b0c9100ea
Merge pull request #1550 from mszkb/dev
...
fix font-sizes of input fields for exotic browsers
2017-05-28 02:23:33 +02:00
Alexandre Alapetite
d2f65e6986
font-size for input
2017-05-28 02:19:33 +02:00
Alexandre Alapetite
eeb5d6dd5e
More uniform styling of A and BUTTON in drop-downs
...
https://github.com/FreshRSS/FreshRSS/issues/1556
2017-05-27 23:05:44 +02:00
mszkb
20281fb7eb
fixed typo in css for font-size
2017-05-26 18:23:42 +02:00
mszkb
c7b79a6527
fix font-sizes of input fields for exotic browsers
2017-05-26 15:57:10 +02:00
Alexandre Alapetite
5208872481
sides_close_article: JS syntax
2017-05-26 13:08:00 +02:00
Alexandre Alapetite
e12f9d4a98
Merge remote-tracking branch 'FreshRSS/dev' into dev
2017-05-26 12:19:41 +02:00
Alexandre Alapetite
b848511574
Merge pull request #1541 from hoilc/simplified-chinese-translation
...
simplified chinese translation
2017-05-26 12:16:28 +02:00
hoilc
1828e0c27a
add default simplified chinese font for Windows and MacOS
2017-05-24 11:55:05 +08: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
af8960b8b3
Move default configuration files
...
https://github.com/FreshRSS/FreshRSS/issues/1531
2017-05-12 23:33:58 +02:00
Seokseong Jeon
0bc59ba140
Make actualizeFeed returns values consistent&safe
2017-05-05 17:18:16 +09:00
Alexandre Alapetite
44c9ae51c4
Rewriten Favicon library using cURL
...
Reduce the number of requests, more robust, many more cases working,
reduced code
2017-04-23 14:06:37 +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
dbead5879a
More padding bottom menu
...
https://github.com/FreshRSS/FreshRSS/issues/1479
2017-04-08 11:20:15 +02:00
Alexandre Alapetite
0d4c26c673
Add manual commit & refresh cache to deferred insertion
2017-03-29 21:42:40 +02: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
9e698108fe
Do not mark as read in anonymous mode
...
And avoid HTTP 403 https://github.com/FreshRSS/FreshRSS/issues/1431
2017-03-04 11:21:57 +01:00
Alexandre Alapetite
07dbdd2474
Merge pull request #1388 from kevinpapst/minimal
...
Added Minimal theme
2017-03-02 23:36:21 +01:00
Kevin Papst
ac4cc6436e
renamed theme to Origine-compact
2017-03-01 21:19:00 +01:00
Alexandre Alapetite
fb6bb8e826
Merge pull request #1423 from plopoyop/feature/username-in-cli
...
[WIP] Feature/username in cli
2017-02-25 13:08:45 +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
bade06668e
Un-disable mark-as-read button
...
https://github.com/FreshRSS/FreshRSS/issues/1421
https://github.com/FreshRSS/FreshRSS/issues/1348
2017-02-23 23:31:10 +01:00
Crupuk
c281d6a43c
Update main.js
2017-01-23 09:05:13 +01:00
Crupuk
7a215f9de9
Switch to FreshRss tab
...
Switch to FreshRss tab when notification is clicked and close notification
2017-01-19 11:41:30 +01:00
Kevin Papst
7b9f83d779
added Minimal theme
2016-12-03 00:59:35 +01:00
Alexandre Alapetite
8e68ee54e0
init confirm after DOM load
...
https://github.com/FreshRSS/FreshRSS/issues/1348
2016-11-15 22:15:54 +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
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
8058c059d7
CSS line-height bug with sup in dates
...
https://github.com/FreshRSS/FreshRSS/issues/534#issuecomment-255519269
https://www.cs.tut.fi/~jkorpela/www/linespacing.html
2016-10-22 18:57:58 +02:00
Alexandre Alapetite
6cd38d73d0
mark_read optimisation
2016-10-16 16:10:58 +02:00
Alexandre Alapetite
3f78bad397
Scroll as read: keep unread function
...
https://github.com/FreshRSS/FreshRSS/pull/1309
2016-10-16 15:53:08 +02:00
Alexandre Alapetite
eb88fee64b
Scroll performance
...
Fewer events, and ensure an event is fired after the end of the scroll.
https://github.com/FreshRSS/FreshRSS/pull/1309
2016-10-16 15:10:21 +02:00
Alexandre Alapetite
ce14841cc0
Scroll as read for Global view + throttle event
...
https://github.com/FreshRSS/FreshRSS/issues/1317
https://github.com/FreshRSS/FreshRSS/pull/1309
2016-10-16 12:31:13 +02:00
Alexandre Alapetite
36320c40b3
Global view scroll top
2016-10-15 19:55:15 +02:00
Alexandre Alapetite
626d9cbccb
Scroll as read: mark as unread bug
2016-10-14 09:20:11 +02:00
Alexandre Alapetite
f766f34775
Scroll as read minor variable
2016-10-13 23:38:25 +02:00
Alexandre Alapetite
b4298f498f
Scroll as read
...
https://github.com/FreshRSS/FreshRSS/issues/1258
2016-10-13 23:33:42 +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
c64918f839
Randomize favicon refresh
...
https://github.com/FreshRSS/FreshRSS/issues/1298
2016-10-12 09:49:38 +02:00
Alexandre Alapetite
189692e6ad
Fix bug share
...
https://github.com/FreshRSS/FreshRSS/issues/1289
Was using deprecated non-standard parameter in string.replace()
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replace#Firefox-specific_notes
2016-10-10 21:57:33 +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
8c9ec7e8d5
jQuery 3.1.1
2016-10-07 22:32:39 +02:00
Alexandre Alapetite
f777541ed9
Merge pull request #1290 from Alkarex/refresh-favicon
...
Auto-refresh favicons
2016-10-07 21:55:10 +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
b5ffa8cb47
Auto-refresh favicons
...
Every 15 days. https://github.com/FreshRSS/FreshRSS/issues/1181
2016-10-07 19:50:59 +02:00