| Age | Commit message (Collapse) | Author |
|
- import and export are now two methods of importExportController
- "opml" has been removed from the title
|
|
https://github.com/marienfressinaud/FreshRSS/issues/13
|
|
https://github.com/marienfressinaud/FreshRSS/issues/443
Bug in
https://github.com/marienfressinaud/FreshRSS/commit/fc6769c1b10314b50be4a3d970c5c4917be6305c
|
|
https://github.com/marienfressinaud/FreshRSS/issues/443
Needed for e.g. EasyRSS
|
|
|
|
https://github.com/marienfressinaud/FreshRSS/issues/440
|
|
This reverts commit 3e7d14ccea6e3805d0e5eb8863c01946d980607d.
|
|
https://github.com/marienfressinaud/FreshRSS/issues/13
|
|
https://github.com/marienfressinaud/FreshRSS/issues/440
Warning, not so safe
|
|
https://github.com/marienfressinaud/FreshRSS/pull/434
https://github.com/marienfressinaud/FreshRSS/issues/428
|
|
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
|
|
https://github.com/marienfressinaud/FreshRSS/issues/13
|
|
https://github.com/marienfressinaud/FreshRSS/issues/13
Expiring token not implemented yet
|
|
https://github.com/marienfressinaud/FreshRSS/issues/13
|
|
https://github.com/marienfressinaud/FreshRSS/issues/13
Hardcoded passwords, no possibility to add/delete feeds or edit
categories yet.
|
|
Now the user can choose if an opened article will be repositioned to the top or not
See #338
|
|
https://github.com/marienfressinaud/FreshRSS/pull/433
|
|
Improve sharing
|
|
https://github.com/marienfressinaud/FreshRSS/issues/432
|
|
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
|
|
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.
|
|
https://github.com/marienfressinaud/FreshRSS/issues/431#issuecomment-35774488
|
|
https://github.com/marienfressinaud/FreshRSS/issues/431#issuecomment-35710258
|
|
Solves https://github.com/marienfressinaud/FreshRSS/issues/431
|
|
Change category modifier for shortcuts
|
|
Place en premier les cas les plus importants (humain qui attend)
|
|
The modifier to change the focus of categories was Ctrl. It was changed to avoid
interference with browser shortcuts.
See #256
|
|
|
|
- code improved
- possibility to move directly from "all" category
- when there is no selected feed and we want the "next one", first feed is
selected (last before). Same for categories
See #256
|
|
- if user cannot log in, a 403 error is showed (and it is done in controller)
- 403 error message has been changed to match with the error
- add blank spaces on persona login page
|
|
- add comments
- forward request is done in the controller (no Minz_Request::forward() in the
view, please)
- "soft" forward to the login form (no need of 302)
- show a 403 page (no authenticated) for rss output when token is wrong
|
|
The token should appear in RSS feed url when anonymous are not allowed
|
|
|
|
Obviously, it's optional! (and deactivate by default)
Need some more tests?
See #351
|
|
A request can fail: in this case, the progress bar is not updated by using
"done".
See #421
|
|
Notifications can be opened directly in JavaScript
Class .notification is now id #notification
New message when there is no feed to refresh
See 06abbd02c2d10934155b2464f73d8ecdb2a68de1 (comments)
|
|
|
|
|
|
|
|
When user is disconnected, current_user_mail must be null and not an empty
string
See #418
|
|
récemment
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/351
|
|
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/351
Nouvelle constante TMP_PATH comme répertoire pour stocker des fichiers
temporaires (si possible en mémoire et non sur disque, tel tmpfs pour
/tmp sur certaines distributions Linux)
Requiert PHP 5.2.1+ (contre 5.2.0 auparavant) pour le
`sys_get_temp_dir()`
|
|
https://github.com/marienfressinaud/FreshRSS/issues/415
https://github.com/marienfressinaud/FreshRSS/issues/420
|
|
Autre fichier oublié dans le patch précédent :-/
https://github.com/marienfressinaud/FreshRSS/issues/295
|
|
Fichier oublié dans le patch précédent
https://github.com/marienfressinaud/FreshRSS/issues/295
|
|
Implémente décision
https://github.com/marienfressinaud/FreshRSS/issues/295
Install.php pourrait peut-être être mis à jour pour supprimer
automatiquement la colonne, mais ce n'est pas fait dans ce patch.
|
|
Ajout de quelques autocomplete="off" sur la page de configuration des
utilisateurs, sans quoi cela posait des petits problèmes avec plusieurs
utilisateurs
|
|
https://github.com/marienfressinaud/FreshRSS/issues/415
http://simplepie.org/wiki/faq/i_m_getting_memory_leaks
(Pas testé)
|
|
https://github.com/marienfressinaud/FreshRSS/pull/414
|
|
Au lieu de lancer un rafraichissement sur l'ensemble des flux, le rafraichissement se fait sur 10 flux simultanément. Quand un flux est rafraichit, il lance le rafraichissement d'un autre flux jusqu'à épuisement des flux disponibles.
|