lychee/php/Modules
Nils Asmussen ef9040870a Added basic subalbum support.
That is, albums can now contain other albums, which are shown at
the top of the album view. This required some changes to album.js
and the contextMenu.js, because this view contains now both
photos and albums.

The contextMenu on this view has been kept simple by requiring
the user to select either only albums or only photos, but not
a mixture of both.

This feature required a database change, so that the version
has been updated to 3.1.3.

At the moment, album and photo operations (make public, download,
delete, merge) are still "flat", i.e. don't respect the album
hierarchy.
2016-07-29 22:36:41 +02:00
..
Album.php Added basic subalbum support. 2016-07-29 22:36:41 +02:00
Albums.php Added basic subalbum support. 2016-07-29 22:36:41 +02:00
Config.php Suppress error messages of failed database connects and config save attempts 2016-03-24 22:09:21 +01:00
Database.php Added basic subalbum support. 2016-07-29 22:36:41 +02:00
Import.php Corrections of Import::url 2016-03-19 10:21:29 +01:00
Log.php Added partial php documentation to the Log class 2016-02-08 22:11:39 +01:00
Photo.php Fixed GD thumb quality using wrong variable 2016-06-12 17:06:25 +02:00
Plugins.php // for comments and spaces for alignment 2016-01-30 23:03:43 +01:00
Response.php Always respond with JSON 2016-03-24 21:41:41 +01:00
Session.php Small adjustments to #491 2016-03-19 16:16:41 +01:00
Settings.php Correction of comment 2016-04-17 21:09:20 +02:00
Validator.php Added Response class to handle exit() responses 2016-02-07 00:16:48 +01:00