| Age | Commit message (Collapse) | Author |
|
Replace Minz_Session::_param() by Minz_Session::param() in token()
and checkToken() functions.
Fix https://github.com/FreshRSS/FreshRSS/issues/747
|
|
authorizationToUser() returns now an empty string by default
If it returns an empty string, conf is set to null and api don't die
anymore.
Fix https://github.com/FreshRSS/FreshRSS/issues/747
|
|
$conf->user didn't exist anymore since #730. User name had to be retrieved
by another way. It uses sessions now.
Fix https://github.com/FreshRSS/FreshRSS/issues/747
|
|
See https://github.com/FreshRSS/FreshRSS/issues/747
|
|
See https://github.com/FreshRSS/FreshRSS/issues/747
|
|
See https://github.com/FreshRSS/FreshRSS/issues/697
|
|
Before, the password was hidden again after 2 seconds. Now, the password
is hidden when the mouse is released
Fix https://github.com/FreshRSS/FreshRSS/issues/734
|
|
Conflicts:
app/FreshRSS.php
app/Models/Configuration.php
app/views/index/index.phtml
app/views/index/normal.phtml
lib/Minz/Configuration.php
lib/Minz/Translate.php
lib/lib_rss.php
|
|
- FreshRSS_Share is the only object we manipulate
- Add a way to register new share options easily
- Move some i18n keys from index.php to gen.php
See https://github.com/FreshRSS/FreshRSS/issues/730
|
|
See https://github.com/FreshRSS/FreshRSS/issues/730
|
|
- Use only Minz_Configuration
- register() method to load a new configuration file
- get() to get a configuration
- new exceptions related to configuration
- fix a list configuration calls to have FRSS working
Current problems to resolve:
- How to handle configuration param verifications (i.e. check auth_type
is a value from none, http_auth, persona or form)
- We must use $conf = Minz_Configuration::get('system'); $general_conf = $conf->general;
to access global system configuration which is quite annoying. How to change that?
See https://github.com/FreshRSS/FreshRSS/issues/730
|
|
If url is not find, we copy default favicon into favicon dir so at the next
try, we don't search the url again.
See https://github.com/FreshRSS/FreshRSS/issues/290
See https://github.com/FreshRSS/FreshRSS/issues/727
|
|
See https://github.com/FreshRSS/FreshRSS/issues/290
|
|
- Use Favicon library
- Fix coding style
- Change default favicon
Fix https://github.com/FreshRSS/FreshRSS/issues/290
|
|
Use https://github.com/ArthurHoaro/favicon
See https://github.com/FreshRSS/FreshRSS/issues/290
|
|
See https://github.com/FreshRSS/FreshRSS/issues/729
|
|
http://blog.jquery.com/2014/12/18/jquery-1-11-2-and-2-1-3-released-safari-fail-safe-edition/
|
|
Conflicts:
app/i18n/en/admin.php
app/i18n/en/feedback.php
app/i18n/en/gen.php
app/i18n/fr/admin.php
app/i18n/fr/feedback.php
app/i18n/fr/gen.php
app/views/index/normal.phtml
|
|
See https://github.com/FreshRSS/FreshRSS/issues/571
|
|
|
|
Bluelagoon description was overflowed by its screenshot
|
|
Now, ext.php can only serve file under a EXTENSIONS_PATH/ext_dir/static/ directory.
A 400 Bad Request error will be returned for other files.
See https://github.com/FreshRSS/FreshRSS/issues/252
And https://github.com/FreshRSS/FreshRSS/commit/f9b037742a0aeb49cab86782d1a59913c2de47b
|
|
Add an extension->getFileUrl() method to facilitate url generation
|
|
I do not like it since it is partly duplicated. We need to find something better.
|
|
This reverts commit 93af0cf61e6e9368888eedb2d2e36397da3f87bd.
|
|
|
|
|
|
|
|
In the future, we should pay attention to those icons since I've done that a couple of time now. We should have some documentation for new contributions.
|
|
|
|
|
|
Add a feature to hide articles when they are read
|
|
|
|
I made a CSS3 gallery to select the theme. Now you can see the theme before applying it.
Comments are welcome.
See #571
|
|
This is a new reading option to hide articles when they are read. The hidding process occurs when the article is left for an other article. This way, even when the article is marked as read on opening, it is hidden only while navigating to an other article.
I'm not really happy with the behavior when the "mark while scrolling" option is enabled. Please review.
It is missing the i18n since we're not supposed to push them before it exists on i18n.freshrss.org. Or maybe I misunderstood the process.
See #476
|
|
|
|
|
|
|
|
https://github.com/marienfressinaud/FreshRSS/issues/676
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/646
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/678
|
|
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/634
|
|
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/634
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/634
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/634
|
|
|
|
|
|
|