aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2015-06-30Merge pull request #881 from Alkarex/ForceAutocompleteOffGravatar Alexandre Alapetite
Force autocomplete off
2015-06-29Orthographe validitéGravatar Alexandre Alapetite
2015-06-14Force autocomplete offGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/880 Put a space in the user field instead of empty to avoid autocomplete. Use feed ID in the username/password field name.
2015-06-06Merge pull request #875 from aledeg/keyboard-nav-installGravatar Alexandre Alapetite
Add tab navigation on install
2015-06-06Add tab navigation on installGravatar Alexis Degrugillier
2015-06-06Merge pull request #874 from aledeg/855-keyboard-navigationGravatar Alexandre Alapetite
Remove the auto-focus on install
2015-06-06Increased max number of posts per pageGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/872
2015-06-06Remove the auto-focus on installGravatar Alexis Degrugillier
The javascript code used was confusing on Chrome and Internet Explorer. So I removed it. It has no real value so I think it is better without it. See #855
2015-06-06Bug labelGravatar Alexandre Alapetite
2015-06-03Merge branch 'FreshRSS/beta' into FreshRSS/devGravatar Alexandre Alapetite
2015-06-03PHP 5.2 compatiblityGravatar Alexandre Alapetite
Namespaces are not needed so far. https://github.com/FreshRSS/FreshRSS/commit/aacd1ffd4052b04c724c2783b3ee2845ca4ada35#commitcomment-11503581
2015-06-01Merge from devGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/312
2015-05-31Minor comment 1.1.1Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/845
2015-05-31MySQL create table bugGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/845 And updated version comments to 1.1.1
2015-05-30Merge pull request #849 from Alkarex/RssFeedGravatar Alexandre Alapetite
Minz getBaseUrl correction and RSS template bug
2015-05-24Merge branch 'FreshRSS/dev' into PubSubHubbubGravatar Alexandre Alapetite
2015-05-24Bug EntryDAO filterGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/850
2015-05-23PubSubHubbub: remove white listGravatar Alexandre Alapetite
The tests so far are good. Ready to test more broadly. https://github.com/FreshRSS/FreshRSS/pull/831 https://github.com/FreshRSS/FreshRSS/issues/312
2015-05-23Minz getBaseUrl correction and RSS template bugGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/848 Corrections in Minz (HTTP_HOST was not sanitized, getURI() was never used and not working anyway with absolute base_url) $this->url was not defined in rss.phtml
2015-05-18Merge branch 'FreshRSS/dev' into PubSubHubbubGravatar Alexandre Alapetite
2015-05-18Merge pull request #842 from Alwaysin/patch-9Gravatar Alexandre Alapetite
Language fix
2015-05-18Merge pull request #843 from Alwaysin/patch-10Gravatar Alexandre Alapetite
Language fix
2015-05-18Language fixGravatar Alwaysin
2015-05-18Language fixGravatar Alwaysin
2015-05-18Language fixGravatar Alwaysin
2015-05-17Merge branch 'FreshRSS/dev' into PubSubHubbubGravatar Alexandre Alapetite
2015-05-17PubSubHubbub better gestion of errorsGravatar Alexandre Alapetite
Do not assume that PubSubHubbub works until the first successul push https://github.com/FreshRSS/FreshRSS/issues/312#issuecomment-102706500
2015-05-17i18n: en-GB revertGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/commit/af166f6c5344d727744e08d22f605cc57ec618f8#commitcomment-11229341
2015-05-17Merge pull request #840 from Alwaysin/patch-6Gravatar Alexandre Alapetite
Language fix
2015-05-17Merge pull request #839 from Alwaysin/patch-5Gravatar Alexandre Alapetite
Language fix + en_GB standardisation
2015-05-17Language fixGravatar Alwaysin
2015-05-17Language fix + en_GB standardisationGravatar Alwaysin
2015-05-17Language fixGravatar Alwaysin
2015-05-16Merge branch 'FreshRSS/dev' into PubSubHubbubGravatar Alexandre Alapetite
2015-05-16PubSubHubbub bug skip pullGravatar Alexandre Alapetite
Do not pull refresh feeds that are PubSubHubbub too often during cron refresh. And more debugging info during the test phase. https://github.com/FreshRSS/FreshRSS/pull/831
2015-05-16Typo fixGravatar Alwaysin
2015-05-16i18n: German PubSubHubbubGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/831/files#r30463016 https://github.com/FreshRSS/FreshRSS/issues/312
2015-05-16Merge branch 'FreshRSS/dev' into PubSubHubbubGravatar Alexandre Alapetite
2015-05-16i18n: GermanGravatar Alexandre Alapetite
Completed cherry-pick of https://github.com/FreshRSS/FreshRSS/pull/832 + corrections
2015-05-16Update install.phpGravatar thomasE1993
2015-05-16Update index.phpGravatar thomasE1993
2015-05-16Update gen.phpGravatar thomasE1993
2015-05-16Update feedback.phpGravatar thomasE1993
2015-05-16Update conf.phpGravatar thomasE1993
2015-05-16Update admin.phpGravatar thomasE1993
2015-05-16More PubSubHubbubGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/312 Show whether PubSubHubbub is enabled in the Web interface of feed configuration. When PubSubHubbub is used, do not pull refresh so often (hard-coded to max once per 24h for now). Improved logic for lease renewal, and some detection of lease problems. Updated read-me and changelog.
2015-05-15Change some error messagesGravatar Alexandre Alapetite
2015-05-15PubSubHubbub active only when refreshing, not adding a feedGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/312
2015-05-15Revert bug HTTP 301 introduced by Refactor feedControllerGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/commit/e2da6e6e6b871dc3dbc289cdd40ba401a21d8e91
2015-05-15First alpha of PubSubHubbubGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/312 Using a white list limited to http://push-pub.appspot.com/feed for alpha testing.