miniflux-legacy/models
Mathias Kresin 525048bbb2 code cleanup
Add feeds only once to the feed_ids array (feed model), drop now unused select-db action.

Use $_SESSION['loggedin'] in favour of $_SESSION['user'] to reflect which information we do
expect from this session variable. Add nothing else than a flag, which indicates a logged in
user, to $_SESSION['loggedin'].

It's not necessary to know the current user name, since we do only have one user
per database. Same for the language setting. The database defines the front-end language.

Resolves bug where the password gets stored in the $_SESSION['user'] after a remember_me
login.
2015-01-28 05:24:17 +01:00
..
.htaccess Add autoflush value 'immediately' and improve gitignore 2013-12-22 21:25:54 -05:00
auto_update.php Minor cleanups 2015-01-17 18:53:40 -05:00
config.php Minor cleanups 2015-01-17 18:53:40 -05:00
database.php code cleanup 2015-01-28 05:24:17 +01:00
feed.php code cleanup 2015-01-28 05:24:17 +01:00
item.php Update vendor 2015-01-27 20:13:16 -05:00
proxy.php minor improvements 2015-01-13 20:27:33 +01:00
remember_me.php code cleanup 2015-01-28 05:24:17 +01:00
schema.php Add favicon support 2014-12-24 17:54:27 -05:00
service.php Add Instapaper support 2014-12-24 13:50:20 -05:00
user.php code cleanup 2015-01-28 05:24:17 +01:00