miniflux-legacy/controllers
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
bookmark.php display & update the number of unread items on every page with an "unread items" menu 2015-01-04 18:48:01 +01:00
common.php code cleanup 2015-01-28 05:24:17 +01:00
config.php improve sub navigation on config page 2015-01-13 22:50:59 +01:00
console.php Minor cleanups 2015-01-17 18:53:40 -05:00
feed.php Improve user notice about failed feeds 2015-01-15 02:04:35 +01:00
history.php display & update the number of unread items on every page with an "unread items" menu 2015-01-04 18:48:01 +01:00
item.php display & update the number of unread items on every page with an "unread items" menu 2015-01-04 18:48:01 +01:00
user.php Minor cleanups 2015-01-17 18:53:40 -05:00