| Age | Commit message (Collapse) | Author |
|
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
|
|
- Seperate view mode from default state in conf
- Load read articles if no unread articles only if view is adaptive
See https://github.com/marienfressinaud/FreshRSS/issues/634
|
|
- Context object raises correct Exception if get is invalid
- RSS feed is well-indicated on the home page
- State is better calculated
- Add some comments
See https://github.com/marienfressinaud/FreshRSS/issues/634
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/634
|
|
See See https://github.com/marienfressinaud/FreshRSS/issues/634
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/634
|
|
- Seperate normal, global and rss outputs in dedicated actions (NOT WORKING YET!)
- Rewrite aside_flux and nav_menu to use Context object
- Improve Context object
See https://github.com/marienfressinaud/FreshRSS/issues/634
|
|
Global view has been moved to a different action (all is not working)
See https://github.com/marienfressinaud/FreshRSS/issues/634
and https://github.com/marienfressinaud/FreshRSS/issues/655
|
|
- Replace $this->view->conf in controllers
- Replace $this->conf in views
|
|
AuthController is dedicated to auhentication.
Persona is back, greater than ever!
See https://github.com/marienfressinaud/FreshRSS/issues/655
|
|
Big work, not finished. A lot of features have been removed.
See https://github.com/marienfressinaud/FreshRSS/issues/655
|
|
Please not use Minz_Log::record anymore!
See https://github.com/marienfressinaud/FreshRSS/issues/655
|
|
Remove spaces before parenthesis.
See https://github.com/marienfressinaud/FreshRSS/issues/655
|
|
Minz_Translate::t\s? replaces by _t
See https://github.com/marienfressinaud/FreshRSS/issues/655
|
|
As discussed on
https://github.com/marienfressinaud/FreshRSS/issues/493#issuecomment-56266415
For performance, but this is also a good simplification.
Will help with PostgreSQL
https://github.com/marienfressinaud/FreshRSS/issues/416 and SQLite too
https://github.com/marienfressinaud/FreshRSS/issues/100 because the main
query becomes simpler.
Me may need to introduce another system to hide old articles, if this is
a problem for some users.
Also, the feature showing "empty feeds" in another colour may need to be
adapted.
|
|
|
|
Fix https://github.com/marienfressinaud/FreshRSS/commit/7d5e57b35b4eca07417c296c156edb3b88eef90b
See https://github.com/marienfressinaud/FreshRSS/issues/559
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/521
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/521
|
|
- Add bcrypt.js in resetAuthAction()
- Rename init_loginForm() in init_crypto_form()
- Load init_crypto_form() everytime (if no #crypto-form, do nothing)
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/521
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/559
|
|
https://github.com/marienfressinaud/FreshRSS/issues/587
|
|
https://github.com/marienfressinaud/FreshRSS/issues/465
|
|
https://github.com/marienfressinaud/FreshRSS/issues/465
|
|
Token system
https://github.com/marienfressinaud/FreshRSS/issues/465
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/465
|
|
Add an option to keep logged in.
Change lifetime of session cookie to 1 year.
See https://github.com/marienfressinaud/FreshRSS/issues/465
|
|
Now the number of unread articles in only shown in the favicon
https://github.com/marienfressinaud/FreshRSS/issues/539
|
|
https://github.com/marienfressinaud/FreshRSS/issues/536
|
|
Refactor statistics
|
|
Following introduction of user-queries
https://github.com/marienfressinaud/FreshRSS/commit/2b8dc666345d334f50bf2f4f32f0b127edb40c3a#diff-be03dd1f6b53ebb2682ba9dd334bc273
|
|
https://github.com/marienfressinaud/FreshRSS/issues/100
|
|
https://github.com/marienfressinaud/FreshRSS/issues/100
|
|
https://github.com/marienfressinaud/FreshRSS/commit/300c508d9e4732a7c6e8025ee62f934f7ecc5328
|
|
|
|
I made a new controller to handle statistics. The old statistics have been moved in that controller and a new action has been added to display idle feeds. I also added a menu in the left panel to navigate between the statistics pages.
See #90
|
|
aledeg-user-queries
Conflicts:
app/layout/nav_menu.phtml
|
|
Token was visible in all URLs of nav menu
|
|
It's an intermediary step to remove the favorite button.
I add a button to store the current query as a favorite query. It redirects automatically to the configuration page where it is possible to name and remove user queries.
To make the queries more straigtforward, I removed the default behavior when searching for a string. This way, when we search for a string, the filter is not defaulted to all articles.
|
|
|
|
|
|
I made the conversion in every file I can think of.
It should not have any reference to the string 'all' for the state context
|
|
I extract drop-down menu actions to make them as button action in the page header.
I removed the favorite button on the category list because it is a duplicate from the button action.
Now button action act as filters and you can combine them.
It is a test to see if we can keep it like that. There is still work to do to extract other actions from the drop-down list.
I did not want to change everything if we don't keep it.
See #376 and #277
|
|
Change the URL to the refresh link. Before it was redirecting to the home page.
Now it is redirecting to the same page, which make more sense.
See #457
|
|
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
|