Commit Graph

775 Commits

Author SHA1 Message Date
JKakku
0a0ab02b11 Latest labels in Finnish 2013-05-27 00:06:44 +03:00
Athou
e0a6d6d5cf prevent quote issues (fix #189) 2013-05-26 20:23:34 +02:00
Athou
b133b2aee5 pad entry in expanded view only 2013-05-26 18:22:18 +02:00
Athou
52f4f7d353 fix broken tabs since angularjs upgrade 2013-05-26 18:18:49 +02:00
Athou
7a14dd4d76 responsive homepage 2013-05-26 18:10:47 +02:00
Athou
77ca2d44df better mobile layout 2013-05-26 17:51:32 +02:00
Athou
03a9a23742 new label (#129) 2013-05-26 17:19:20 +02:00
Athou
89ae981f37 css only hovering solution, easier on the cpu 2013-05-26 17:17:52 +02:00
Athou
e5668d0196 name functions 2013-05-26 17:17:52 +02:00
Athou
da11b5707a angularjs update 2013-05-26 17:17:51 +02:00
Athou
501e7f9bc5 Merge pull request #187 from LpSamuelm/patch-6
Added global.close/translated to Swedish
2013-05-26 07:57:14 -07:00
Raffael Thome
894085b3eb update german translation 2013-05-26 16:54:27 +02:00
LpSamuelm
263cc6341e Added global.close/translated to Swedish
...I might've jumped the gun on this one.
2013-05-26 16:46:24 +02:00
Athou
237d9cc752 missing semicolons 2013-05-26 15:38:16 +02:00
Athou
5124a092d3 build icon url server side 2013-05-26 15:36:55 +02:00
Athou
c6a8c288ce initial mobile design (#54) 2013-05-26 14:35:59 +02:00
Athou
d4b284eb80 simulate the meta key pressed when clicked, for macosx (#179) 2013-05-26 11:32:36 +02:00
Athou
f04b24796c resolve entry link when url is relative (fix #181) 2013-05-26 07:29:10 +02:00
Athou
122acfcf70 Merge pull request #184 from tlvince/https-getfavicon
Retrieve favicons using protocol-relative URLs
2013-05-25 22:15:34 -07:00
Gabriel Peixoto
e94c1db5fb Updated portuguese translation 2013-05-26 01:42:21 -03:00
Tom Vincent
e640c81aa2 Retrieve favicons using protocol-relative URLs
If you are serving commafeed over https, many mixed content warnings are thrown
on the getfavicon requests, e.g.:

    The page at https://commafeed.com/ displayed insecure content from
    http://d.getfavicon.appspot.com/http%3A%2F%2Fwww.dailywritingtips.com?defaulticon=none.

However, simply removing 'http:' from getfavicon's iconUrl to give a
[protocol-relative url][1] causes some browsers (Chromium) to throw an 'Identity
not verified' error because you are using getfavicon's 'multiple domains'
feature.

Presumably, appspot.com's SSL certificate does not match sub-sub domain's and/or
Chromium has stricter SSL policies (the same thing works in Safari).

We can workaround that by dropping the multiple domain support and hence
removal of the 'firstLetterDomain' function. Hopefully there's not too much of
a performance degradation?

[1]: http://www.paulirish.com/2010/the-protocol-relative-url/
2013-05-26 12:25:17 +08:00
LpSamuelm
1c0885d499 Translated new labels to Swedish
Would you look at that? More translations! :D
2013-05-26 04:27:22 +03:00
Athou
2f2afcf274 missing semicolons 2013-05-26 01:08:21 +02:00
Athou
6666205ab7 new labels (#129 2013-05-26 01:07:03 +02:00
Athou
2eebbbfdd1 much needed keyboard shortcuts to navigate the feeds list 2013-05-26 00:58:32 +02:00
Athou
84fc09311c shortcut to open link in background (fix #179) 2013-05-26 00:12:16 +02:00
Athou
cc1d9dc4d2 scroll page when item not visible using 'n' and 'p' 2013-05-26 00:07:00 +02:00
Athou
eabdbcc804 reset previous behavior 2013-05-26 00:06:32 +02:00
Athou
91dab3aaa8 Merge pull request #178 from gabrielrcp/master
Updated portuguese translation
2013-05-25 14:31:09 -07:00
LpSamuelm
7aeb938102 Translated new labels to Swedish
Woop woop, more translations.
2013-05-25 23:30:22 +02:00
Gabriel Peixoto
9611037642 Updated portuguese translation 2013-05-25 16:35:53 -03:00
Athou
02c0ef175d make sure the guid fits in the database field 2013-05-25 18:45:24 +02:00
Athou
89c4f999f0 display relative time if difference is less than 24 hours, even if days are not the same 2013-05-25 15:46:42 +02:00
Athou
8adcd35cb4 increment feed update metric only when we actually update the feed 2013-05-25 15:39:54 +02:00
Athou
8a79ebd3e5 Merge pull request #176 from JKakku/patch-1
Updated Finnish translation
2013-05-25 06:15:46 -07:00
JKakku
75cbb9437d Updated Finnish translation
Added the latest labels, tweaked spaces around about section links.
2013-05-25 15:45:16 +03:00
Raffael Thome
58a6def047 Add german translations 2013-05-25 14:10:48 +02:00
Athou
a8080c6bba fix delete account button 2013-05-25 13:18:10 +02:00
Athou
fdd845ca1e set default values when importing 2013-05-25 13:08:11 +02:00
Athou
54aa6c8321 skip update queue if 304 not modified 2013-05-25 11:49:02 +02:00
Athou
464a87939d new translations (#129) 2013-05-25 09:29:01 +02:00
Xose M.
a02e2fee2a Create gl.properties
galician language for commafeed interface
2013-05-25 10:22:01 +03:00
Athou
9dc67ba6f9 handle all entry content sanity check at the same place 2013-05-25 00:21:00 +02:00
Athou
bb4ce2e0e4 remove predestroy responsability from startupbean 2013-05-24 16:50:00 +02:00
Athou
01b8087e43 added index 2013-05-24 15:16:29 +02:00
Athou
7b8d8d3f62 change log level 2013-05-24 12:51:39 +02:00
Athou
5b847d1ba9 display backlog in metrics 2013-05-24 12:42:18 +02:00
Athou
f5951f178c fix localization issues (#148) 2013-05-24 12:34:04 +02:00
Athou
8039915bcf shutdown pool when application stops 2013-05-24 12:28:48 +02:00
Athou
d148fa9df7 build disabledUntil date for feeds with support for http 304 2013-05-24 12:15:19 +02:00