Alexandre Alapetite
a41163ac46
CSP compatibility for home page
...
https://github.com/FreshRSS/FreshRSS/issues/1075
2016-03-17 21:09:34 +01:00
Alexandre Alapetite
c4ebc5c4a9
CSP for SVG
...
And moved .htaccess rules in the folder there are used
https://github.com/FreshRSS/FreshRSS/issues/1114
2016-03-08 18:20:14 +01:00
Wanabo
2740dd0401
Added files via upload
...
Added missing loader.gif
`.loading { background: url("loader.gif") center center no-repeat; font-size: 0; }`
2016-03-06 11:52:35 +01:00
Alexandre Alapetite
cb913a3a76
CSP for statistics and forms
...
https://github.com/FreshRSS/FreshRSS/issues/1075
2016-02-21 19:15:23 +01:00
Alwaysin
5d7fc35e89
More viewable visual alert for categories with problematic feeds
2015-10-25 11:10:50 +01:00
Alexandre Alapetite
52564957e6
Add a visual alert on categories
...
By @aledeg
https://github.com/FreshRSS/FreshRSS/pull/984
https://github.com/FreshRSS/FreshRSS/pull/983
2015-10-24 21:38:30 +02:00
Alexis Degrugillier
ef18adb8dc
Replace CSS pseudo-element syntax
...
Before, in the CSS files, :after and :before were in use. But those are not pseudo-classes in CSS3.
They are pseudo-elements. The syntax should use ::before and ::after instead.
See http://www.w3.org/TR/css3-selectors/#gen-content
2015-09-12 19:54:12 -04:00
Alexis Degrugillier
84824f8599
Add a visual alert on categories
...
When a category has one or more feeds with errors, a visual warning is displayed before the name of the category.
2015-09-12 18:58:08 -04:00
Marien Fressinaud
b355a45c35
Change behaviour of #add_rss input.extend
...
UI was frustrating when input had the focus: we needed to click elsewhere to
be able to open the next dropdown.
See https://github.com/FreshRSS/FreshRSS/issues/777
2015-01-29 09:52:43 +01:00
Marien Fressinaud
01683ba136
Remove information about me and update links
...
FreshRSS should not be associated to me but to the community:
- Remove links to send me email or references to a "lead developer"
- Change old Github links marienfressinaud/FreshRSS to FreshRSS/FreshRSS
2015-01-27 17:19:57 +01:00
Marien Fressinaud
9e40639495
Enlarge the .item.date to contain larger date
...
I know it's not the best solution, a dynamic width would be the best but there
are some CSS constraints. I don't want to spend my time on this problem ;)
Fix https://github.com/FreshRSS/FreshRSS/issues/756
2015-01-18 12:33:55 +01:00
Marien Fressinaud
53cdfc660f
Fix #slider in Dark theme
...
See 6b560c6133
Fix https://github.com/FreshRSS/FreshRSS/issues/750
2015-01-17 11:38:27 +01:00
Alexis Degrugillier
6b560c6133
Fix slider css rule (see issue #750 )
2015-01-17 00:08:31 -05:00
Marien Fressinaud
f31b02be78
Remove sticky feed aside. Work on an extension.
...
See https://github.com/FreshRSS/FreshRSS/issues/697
2015-01-13 14:10:31 +01:00
Marien Fressinaud
7584364a4c
Fix behaviour when favicon url is not found
...
If url is not find, we copy default favicon into favicon dir so at the next
try, we don't search the url again.
See https://github.com/FreshRSS/FreshRSS/issues/290
See https://github.com/FreshRSS/FreshRSS/issues/727
2014-12-29 11:56:22 +01:00
Marien Fressinaud
d234304580
Add files for the new favicon system
...
Use https://github.com/ArthurHoaro/favicon
See https://github.com/FreshRSS/FreshRSS/issues/290
2014-12-29 11:22:22 +01:00
Marien Fressinaud
6078888de6
Remove user-select: none in theme selector
...
See https://github.com/FreshRSS/FreshRSS/issues/571
2014-12-12 14:27:50 +01:00
Marien Fressinaud
bf87db31d9
Second fix for theme slider
2014-12-12 12:43:34 +01:00
Marien Fressinaud
c1c0011d04
Quick fix for theme slider
...
Bluelagoon description was overflowed by its screenshot
2014-12-12 12:40:11 +01:00
Alexis Degrugillier
82745a509a
Optimize screwdriver theme icons.
2014-11-26 18:14:17 -05:00
Alexis Degrugillier
498f8315f7
Optimize bluelagoon theme icons.
...
In the future, we should pay attention to those icons since I've done that a couple of time now. We should have some documentation for new contributions.
2014-11-26 18:05:51 -05:00
Marien Fressinaud
b9b3e963b4
Add BlueLagoon theme
2014-11-24 15:49:13 +01:00
Marien Fressinaud
7781add6da
Update Screwdriver theme
2014-11-24 15:45:47 +01:00
Alexis Degrugillier
91388c5b76
Theme properties are more visible
2014-11-16 08:55:19 -05:00
Alexis Degrugillier
ec55aa94bf
Theme selection redesign
...
I made a CSS3 gallery to select the theme. Now you can see the theme before applying it.
Comments are welcome.
See #571
2014-11-15 18:08:14 -05:00
Alexis Degrugillier
2dcea37e70
Remove border on Dark and Origin for unread entry counters
2014-11-01 10:11:11 -04:00
Alexis Degrugillier
afe51884d9
Add CSS numbering on user query list
2014-11-01 09:58:06 -04:00
Marien Fressinaud
724e13f0a6
Fix global view mark as read
2014-10-31 16:43:05 +01:00
Marien Fressinaud
482f995d61
All the category area is clickable
...
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-26 21:22:34 +01:00
Marien Fressinaud
01ef0ef2b8
Fix nav_entries menu width
...
See https://github.com/marienfressinaud/FreshRSS/issues/678
2014-10-26 18:58:43 +01:00
Marien Fressinaud
6595158625
Fix themes (aside_feed)
2014-10-26 14:13:05 +01:00
Marien Fressinaud
cdad09ae2c
Fix feed colors on subscription page (all themes)
2014-10-24 14:53:38 +02:00
Marien Fressinaud
27c380400d
Fix feed in error or empty (all the themes)
...
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24 14:42:46 +02:00
Marien Fressinaud
98fbc736ec
Fix all the themes for global view
...
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24 14:34:08 +02:00
Marien Fressinaud
62727b1d4f
Fix Origine and base-theme themes for global view
...
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24 14:10:45 +02:00
Marien Fressinaud
fa0c7d75e6
Begin to fix global view
2014-10-24 13:50:08 +02:00
Marien Fressinaud
9fc536c287
Fix .state_unread .items with data-unread="0"
2014-10-24 12:43:05 +02:00
Marien Fressinaud
f8f16fdeea
Fix a small bug in Screwdriver theme
2014-10-24 12:10:20 +02:00
Marien Fressinaud
c886daef82
Fix Screwdriver theme
2014-10-24 12:06:23 +02:00
Marien Fressinaud
ea564ee821
Fix Pafat theme
...
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24 11:37:59 +02:00
Marien Fressinaud
b9b2bfe6cb
Fix Flat theme
...
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24 10:38:18 +02:00
Marien Fressinaud
958503251f
Fix Dark theme
...
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24 10:23:16 +02:00
Marien Fressinaud
0c8b55fc13
First iteration to update all the themes
...
See See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24 10:07:53 +02:00
Marien Fressinaud
45dbe94890
Fix aside on mobile (Origine)
2014-10-23 13:54:18 +02:00
Marien Fressinaud
cb730c3734
Last fix for Origine (I hope!)
...
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-23 13:33:48 +02:00
Marien Fressinaud
132235fc4b
Fix nb unread in aside_feed (Origine)
2014-10-23 13:04:12 +02:00
Marien Fressinaud
ef64003481
Better tree-folder-title:hover (Origine)
2014-10-23 12:40:03 +02:00
Marien Fressinaud
6dc1267b98
Fix Origine theme
...
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-23 12:33:22 +02:00
Marien Fressinaud
4708eb7daf
Fix Origine theme
...
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-23 11:17:05 +02:00
Marien Fressinaud
4204336bd6
Begin to fix JS for new aside
2014-10-23 10:44:45 +02:00