summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-19Improvement for ASC orderGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/495
2014-08-13Long term cookie: purge old tokensGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-13Long term cookie minor changeGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-13Long term cookie to keep session openGravatar Alexandre Alapetite
Token system https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-12Improve import systemGravatar Marien Fressinaud
Catch more errors Code refactoring
2014-08-12Fix missing Minz_ prefix in Minz_HelperGravatar Marien Fressinaud
Nice bug :) It means another hidden bug is now corrected!
2014-08-12Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into devGravatar Marien Fressinaud
2014-08-12Coding style in Minz_HelperGravatar Marien Fressinaud
2014-08-12Move htmlspecialchars_utf8 from Request to HelperGravatar Marien Fressinaud
And remove html_chars_utf8 to use htmlspecialchars_utf8 instead in importExportController
2014-08-12Fix missing REQUEST_METHODGravatar Marien Fressinaud
Useful when executing actualize_script.php
2014-08-12Fix coding style of Minz_RequestGravatar Marien Fressinaud
2014-08-12Fix a Minz_Session TODOGravatar Marien Fressinaud
Not use additional variable to manipulate session variables Fix coding style
2014-08-12Use REQUEST_URI instead of SCRIPT_NAME for cookiesGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/commit/eceb7756cfcf117c2a18984291181a84697ed3cd#commitcomment-7345438
2014-08-12New wrappers Minz_Request::good() and bad()Gravatar Marien Fressinaud
1. Set a notification message in session variable 2. Redirect to a specific url First use in importExportController.php See https://github.com/marienfressinaud/FreshRSS/conversations/576
2014-08-11gitignore /p/i/.htaccessGravatar Alexandre Alapetite
This can be the place of a user's .htaccess, for instance for HTTP password control.
2014-08-11Improve import systemGravatar Marien Fressinaud
Catch errors of zip_open and log it. A notification is shown to indicate something went wrong. See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-11Improve system import/exportGravatar Marien Fressinaud
Miss checking presence of zip extension during import See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-11Revert "Set session.gc_maxlifetime"Gravatar Marien Fressinaud
This reverts commit df47217839ccddb8e03015959c61b61e748d9700. See https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-10Set session.gc_maxlifetimeGravatar Marien Fressinaud
Take the maxvalue between 1440 (24m) and cookie lifetime when calling Minz_Session::keepCookie() See https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-10Add 1 month indication for "keep me logged in"Gravatar Marien Fressinaud
.prompt .form is also now larger See https://github.com/marienfressinaud/FreshRSS/issues/465
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