summaryrefslogtreecommitdiff
path: root/app/Controllers
AgeCommit message (Collapse)Author
2014-09-24Remove queries at the same time as feedsGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-24Refactor removing query by get paramGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-24Fix a bug when $query['state'] doesn't existGravatar Marien Fressinaud
Add a test in addQueryAction().
2014-09-24Remove queries at the same time as categoriesGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-24Coding style configureController.phpGravatar Marien Fressinaud
2014-09-21Fix user queriesGravatar Alexis Degrugillier
Before, when adding a user query where the state contains the strict filter, the label applied to the query was wrong. Now, the strict filter is always removed so the label applied is correct.
2014-09-21Change param filter for user queriesGravatar Alexis Degrugillier
Before, the filter was based on a blacklist so the user could add something and have unwanted behavior. Now, the filter is based on a whilelist so the user can use only predetermined parameters.
2014-09-21Remove number values for shortcuts as they are used in the default configurationGravatar Alexis Degrugillier
2014-09-21Change parameter settings to be consistent through out the fileGravatar Alexis Degrugillier
2014-09-21Change notification codeGravatar Alexis Degrugillier
Before, it was using the old way to display notifications to the user. Now, it uses the encapsulated method to do that.
2014-09-21Change todo alignGravatar Alexis Degrugillier
2014-09-21Add comments on the stat controllerGravatar Alexis Degrugillier
2014-09-21Add a todoGravatar Alexis Degrugillier
2014-09-21Fix typoGravatar Alexis Degrugillier
2014-09-21Add some commentsGravatar Alexis Degrugillier
It is a work in progress. I only did that for a single class so you can tell me if this is a good idea, if the content is missing something. Any comments are welcome.
2014-09-19Auto-redirect from formLogin if already logged inGravatar Marien Fressinaud
2014-09-19Improve redirection when deleting an idle feedGravatar Marien Fressinaud
2014-09-19Load $nb/2 articles when reading viewGravatar Marien Fressinaud
Fix https://github.com/marienfressinaud/FreshRSS/commit/7d5e57b35b4eca07417c296c156edb3b88eef90b See https://github.com/marienfressinaud/FreshRSS/issues/559
2014-09-19Coding style (user queries)Gravatar Marien Fressinaud
2014-09-19Fix blank page for invalid user queriesGravatar Marien Fressinaud
Add a "deprecated" information See https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-18Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into devGravatar Marien Fressinaud
2014-09-18Reset auth system: i18n and styleGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/521
2014-09-18Improve resetAuth redirectionsGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/521
2014-09-18Improve reset auth systemGravatar Marien Fressinaud
- Add bcrypt.js in resetAuthAction() - Rename init_loginForm() in init_crypto_form() - Load init_crypto_form() everytime (if no #crypto-form, do nothing)
2014-09-18Add page for reset auth type [NOT WORKING]Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/521
2014-09-18Merge pull request #620 from plopoyop/devGravatar Alexandre Alapetite
Ajout d'un timeout pour la notification HTML5
2014-09-18Add timeout option for HTML5 notificationGravatar plopoyop
2014-09-17No cache for update systemGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/616
2014-09-17Move button to apply update outside the messageGravatar Marien Fressinaud
2014-09-17Load $nb/2 articles when articles are unfoldedGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/559
2014-09-16Message if last update checking is closeGravatar Marien Fressinaud
last_update.txt is updated even if there is no update If last_update.txt has been modified during last hour, show a message See https://github.com/marienfressinaud/FreshRSS/issues/480#issuecomment-55765373
2014-09-16Mark many as read must be a POST actionGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/599
2014-09-15Change loading of base-theme cssGravatar Marien Fressinaud
If metadata.json indicates it should use "_template.css" or "_base.css", base-theme/template|base.css is used. It facilitates theme maintenance.
2014-09-15Import/Export: use transactionsGravatar Marien Fressinaud
List of articles must be iterated twice since feeds must be in DB before using transaction for articles. It may be improved? See https://github.com/marienfressinaud/FreshRSS/issues/591
2014-09-12FIXME (import/export) Use entryDAO addEntryPrepareGravatar Marien Fressinaud
2014-09-12Import all .json filesGravatar Marien Fressinaud
Before, only feed_*.json and *starred*.json was imported. Now, all *.json files are imported.
2014-09-12Log error if update.freshrss.org is unreachableGravatar Marien Fressinaud
2014-09-12Check if update has been done during last minuteGravatar Marien Fressinaud
Cancel check action if update has been done during last hour.
2014-09-08Add data/last_update.txtGravatar Marien Fressinaud
Remember last update timestamp.
2014-09-08Check FRESHRSS_PATH is writable.Gravatar Marien Fressinaud
FRESHRSS_PATH needs to be writable before performing update.
2014-09-08Merge branch 'dev' into 411-update-systemGravatar Marien Fressinaud
Conflicts: constants.php
2014-09-01Add average on repartition charts.Gravatar Alexis Degrugillier
It needs some verification on the value used to calculate the averages.
2014-08-23Fix bug add favorite entryGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-23Fix problem with starred files for import/exportGravatar Marien Fressinaud
Improve guessFileType method See https://github.com/marienfressinaud/FreshRSS/issues/494
2014-08-23Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into devGravatar Marien Fressinaud
2014-08-23Add category reading optionGravatar Alexis Degrugillier
Before, when a category was selected, it was expanded to show the feeds in that category. Now, there is a parameter that allows the user to choose either if he wants the old behaviour or if he wants to expand only when needed (when selecting a feed or when clicking the appropriate button)
2014-08-23Correction pagination bug for read articlesGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/587
2014-08-19Syntax 581Gravatar Alexandre Alapetite
#581
2014-08-19Add a feed selector in repartition statistics.Gravatar Alexis Degrugillier
Before we could choose the feed in the statistics only from the feed options in the main view. Now with the new drop-down list, it is possible to choose it from the statistics page. The rendering needs to be polished to be nicer.
2014-08-17Refactor import / export source codeGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/494