aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-16Move import/export operations into an independant classGravatar Marien Fressinaud
- import and export are now two methods of importExportController - "opml" has been removed from the title
2014-03-05API: ChangelogGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/443 https://github.com/marienfressinaud/FreshRSS/issues/13 https://github.com/marienfressinaud/FreshRSS/issues/328
2014-03-04API: put back test getallheadersGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/443
2014-03-04API: Start of compatibility with nginxGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/443
2014-03-04API: Show API password config only when relevantGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/13
2014-03-04API: better test for server compatibilityGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/443
2014-03-04API: test for %2F supportGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/443
2014-03-03API: better unread-countGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/443 For e.g. EasyRSS
2014-03-03API: Bug previous commitGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/443 Bug in https://github.com/marienfressinaud/FreshRSS/commit/fc6769c1b10314b50be4a3d970c5c4917be6305c
2014-03-03API: Add continuation modeGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/443 Needed for e.g. EasyRSS
2014-03-02Merge pull request #444 from aledeg/shareGravatar Alexandre Alapetite
Add a default URL value
2014-03-02Add a default URL valueGravatar Alexis Degrugillier
2014-03-02New unsafe autologin modeGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/440
2014-03-02Revert "Give username/password by GET"Gravatar Alexandre Alapetite
This reverts commit 3e7d14ccea6e3805d0e5eb8863c01946d980607d.
2014-03-02API : SQL optimisation WHERE ... IN, and better compatibility EasyRSSGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/13
2014-03-02Give username/password by GETGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/440 Warning, not so safe
2014-03-02Bug usernames with uppercaseGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/439
2014-03-01Micro-optimisation is_nullGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/pull/434 https://github.com/marienfressinaud/FreshRSS/issues/428
2014-03-01Merge pull request #434 from aledeg/issue428Gravatar Alexandre Alapetite
Show only unread when selecting unread
2014-03-01Merge branch 'issue428' of https://github.com/aledeg/FreshRSS into issue428Gravatar Alexis Degrugillier
Conflicts: app/Controllers/indexController.php
2014-03-01Show only unread when selecting unreadGravatar Alexis Degrugillier
Before, when there was no unread articles, all articles where displayed. This behaviour was not the one intended. Now, when there is no unread articles, a message is displayed to alert that there is no article. See #428 Correction after comment
2014-03-01API: SQL optimisationGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/13
2014-03-01API: Real password systemGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/13 Expiring token not implemented yet
2014-02-28API streamContents for categories and feedsGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/13
2014-02-27API: sanitize usernameGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/13
2014-02-27API: Better temporary securityGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/13 Slightly better security while waiting for a proper authentification system
2014-02-27API: default link to compatibility checkGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/13
2014-02-27Alpha version of Google Reader compatible APIGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/13 Hardcoded passwords, no possibility to add/delete feeds or edit categories yet.
2014-02-25Merge pull request #435 from aledeg/issue338Gravatar Alexandre Alapetite
Add a configuration option to get sticky articles
2014-02-24Add a configuration option to get sticky articlesGravatar Alexis Degrugillier
Now the user can choose if an opened article will be repositioned to the top or not See #338
2014-02-24Show only unread when selecting unreadGravatar Alexis Degrugillier
Before, when there was no unread articles, all articles where displayed. This behaviour was not the one intended. Now, when there is no unread articles, a message is displayed to alert that there is no article. See #428
2014-02-23Sharing: Compatibility 0.7Gravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/pull/433
2014-02-23Merge pull request #433 from aledeg/shareGravatar Alexandre Alapetite
Improve sharing
2014-02-23Test si crypt() fonctionne pour PHP 5.3.3Gravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/432
2014-02-23Requiert PHP 5.3.4 pour l'authentification par formulaireGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/432 En attendant de voir si on peut trouver une meilleure solution, si nécessaire, ou une meilleure documentation
2014-02-22Improve sharingGravatar Alexis Degrugillier
Previously, the share page can handle only a limited number of shares and only one of each type. Now the configuration has been change to be more flexible and allows an unlimited number of shares. The share description is located in an array and the share configuration is stored along with the user configuration. Note: I tried to include the specific javascript code in a separate file but I did not succeded to import it.
2014-02-21Bug "mark all as read" when using DESC and pagination and no scrollGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/431#issuecomment-35774488
2014-02-21Bug "mark all as read" when using DESC and paginationGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/431#issuecomment-35710258
2014-02-21Bug "mark all as read" when using DESC orderGravatar Alexandre Alapetite
Solves https://github.com/marienfressinaud/FreshRSS/issues/431
2014-02-21CHANGELOG 0.7.1 + TMP_PATH 0.8Gravatar Alexandre Alapetite
2014-02-19Switch TMP_PATH to DATA_PATH for the 0.7.1Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/420#issuecomment-35423003
2014-02-18Improve notification design on mobileGravatar Marien Fressinaud
Impact all themes: - Notification is extended from left to right and top (0px) - Close button is hidden: by clicking (or touching) notification it will close the notification See #427
2014-02-17Revert "SimplePie : tolérance caractères UTF-8 invalides"Gravatar Alexandre Alapetite
This reverts commit 7e66db7782b7fa7f7262a70ccea5c377341886cd.
2014-02-17SimplePie: Update to 1.4-devGravatar Alexandre Alapetite
Manual merge of SimplePie master (1.4-dev) Preparation to ease submitting patches upstream.
2014-02-16SimplePie : tolérance caractères UTF-8 invalidesGravatar Alexandre Alapetite
Meilleure implémentation de https://github.com/marienfressinaud/FreshRSS/commit/f5251384c40fbf16c2b7f448884d7583b0119e7a pour corriger https://github.com/marienfressinaud/FreshRSS/issues/419 Revert partiel de https://github.com/marienfressinaud/FreshRSS/commit/316778ef47394b27047abd9c9a739c34d2fd3829#diff-d8be58dcfea709da6131af81563c5c9fR1350
2014-02-16Merge pull request #429 from aledeg/shortcutGravatar Alexandre Alapetite
Change category modifier for shortcuts
2014-02-16Change syntax to have less testsGravatar Alexis Degrugillier
2014-02-16Micro-optimisationGravatar Alexandre Alapetite
Place en premier les cas les plus importants (humain qui attend)
2014-02-16Change category modifier for shortcutsGravatar Alexis Degrugillier
The modifier to change the focus of categories was Ctrl. It was changed to avoid interference with browser shortcuts. See #256
2014-02-15Invert "about" and "logs"Gravatar Marien Fressinaud