summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-10Change cookie lifetime to 1 month.Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-10Update CHANGELOGGravatar Marien Fressinaud
Add option to stay logged in
2014-08-10Forget to change the i18n stringGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-10Add possibility to keep logged in with formGravatar Marien Fressinaud
Add an option to keep logged in. Change lifetime of session cookie to 1 year. See https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-10Improve design of actualize notificationGravatar Marien Fressinaud
- Remove progress bar - Show title of updated feed
2014-08-09Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into devGravatar Marien Fressinaud
2014-08-09Add Screwdriver theme by Mister aiRGravatar Marien Fressinaud
- Not include screenshot yet (wait https://github.com/marienfressinaud/FreshRSS/issues/571) - Need maybe more tests? See https://github.com/marienfressinaud/FreshRSS/issues/557
2014-08-09Dynamic favicon: remove the same number in the titleGravatar Alexandre Alapetite
Now the number of unread articles in only shown in the favicon https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-09SQLite: Bug creation new usersGravatar Alexandre Alapetite
Not tested much yet. Some MySQL parts changed a bit too to double-check. https://github.com/marienfressinaud/FreshRSS/issues/574
2014-08-09Reading config: change order of settingsGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/430
2014-08-09Option to hide (or not) feeds/categories with no unread articleGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/430 https://github.com/marienfressinaud/FreshRSS/issues/575
2014-08-09Fix problem tokenGravatar Marien Fressinaud
Token was present in RSS url even without token value.
2014-08-09Fix import/export viewGravatar Marien Fressinaud
Some bugs introduce because I was tired surely ;)
2014-08-09Update CHANGELOGGravatar Marien Fressinaud
- Add HTML5 notifications - Add Screwdriver theme (not included yet… but soon!)
2014-08-09Merge branch 'Alwaysin-patch-2' into devGravatar Marien Fressinaud
2014-08-09Correct typo in french translation (missing 's') (dev)Gravatar Alwaysin
2014-08-09Show notification only for new articlesGravatar Marien Fressinaud
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-09Fix typoGravatar Marien Fressinaud
Oops? :)
2014-08-09Change view import/export if no zip extensionGravatar Marien Fressinaud
Show a select with only one choice is there is no zip extension on the server. Fix typo. See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-09Add a test to check presence of Zip archive.Gravatar Marien Fressinaud
A notification is shown if we cannot use ZipArchive. See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-08Improve export functionGravatar Marien Fressinaud
If there is only one file to export, we don't need of a .zip archive. So it is exported as a simple file (.json or .opml) See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-08Merge branch 'dev' of github.com:marienfressinaud/freshrss into devGravatar Marien Fressinaud
2014-08-08Merge branch 'notification' into devGravatar Marien Fressinaud
2014-08-08Merge pull request #569 from aledeg/confirmGravatar Marien Fressinaud
Change event handling for confirmation dialog
2014-08-08Add support of HTML5 notificationsGravatar Marien Fressinaud
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-08Change event handling for confirmation dialogGravatar Alexis Degrugillier
See #567 Before, when content was loaded dynamically, the confirmation was not poping. Now, the confirmation pops by changing event handling.
2014-08-07Dynamic favicon style 2Gravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-07Dynamic favicon styleGravatar Alexandre Alapetite
A bit more transparency in the background of the text https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-07Revert "Dynamic favicon all unread articles"Gravatar Alexandre Alapetite
This reverts commit 6972a469794a654c6ecd6b32b68a813e1c47f7ec.
2014-08-07First bug for old articles firstGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/495
2014-08-06Dynamic favicon all unread articlesGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-03Minor change dynamic faviconGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-03Merge pull request #562 from aledeg/installGravatar Alexandre Alapetite
Refactor install file to check available databases
2014-08-03Refactor install file to check available databasesGravatar Alexis Degrugillier
Now it checks for any pdo driver supported instead of only mysql
2014-08-02Unicode tick without colourGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/560 The former was green in Firefox 32 beta
2014-08-02Experimental: Removed lazyload.js and use postpone attribute insteadGravatar Alexandre Alapetite
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-02Dynamic favicon quick fix ChromeGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/539 Could be done better
2014-08-02Dynamic favicon large numbers 2Gravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-02Dynamic favicon large numbersGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-02Dynamic favicon showing the number of unread articlesGravatar Alexandre Alapetite
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-01Strict Referer domain against XSRFGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/554
2014-08-01Install script was not keeping all config settingsGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/537
2014-08-01Changelog towards 0.7.4Gravatar Alexandre Alapetite
2014-08-01Basic protection against XSRF using RefererGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/554 Also edited the error controler to use the log message passed in Minz_Error::error().
2014-07-31Merge branch 'dev' of github.com:marienfressinaud/freshrss into devGravatar Marien Fressinaud
2014-07-31Fix bug collapse and mark_readGravatar Marien Fressinaud
Articles was not marked as read when open with shortcuts.collapse_entry Fix https://github.com/marienfressinaud/FreshRSS/issues/556
2014-07-29Merge pull request #548 from aledeg/more-statsGravatar Marien Fressinaud
Add article repartition in stats
2014-07-28Remove unnecessary title propertyGravatar Alexis Degrugillier
2014-07-28Small fixes to follow @marienfressinaud recommandations (take 2)Gravatar Alexis Degrugillier
2014-07-26Merge pull request #550 from plopoyop/devGravatar Alexandre Alapetite
Correct bug in add/remove users