Commit Graph

423 Commits (c662e56ed9c2d281ea4f2e6dafc09df506c27100)

Author SHA1 Message Date
Tobias Reich bad7819ff6 Moved Album::getAll into a separated file
8 years ago
Tobias Reich 4c130211b1 Replaced return false in database updates with error messages
8 years ago
Tobias Reich 46f520e1fe Removed medium option
8 years ago
Tobias Reich 72b4321c0c Always response with Response::()
8 years ago
Tobias Reich a02ba0143f Improved error handling when album/photo not found
8 years ago
Tobias Reich 109880475a Photo add function only adds the first file in the array
8 years ago
Tobias Reich 3c45bbf4d1 Added phpDoc comments
8 years ago
Tobias Reich fcb80c9f32 Run self::fnNotFound() when no match found in access class
8 years ago
Tobias Reich 36f43c3e27 Strict if condition
8 years ago
Tobias Reich 025f6e974b Added phpDoc comments
8 years ago
Tobias Reich aa00ebc77b Removed unnecessary title trimming
9 years ago
Tobias Reich 66edea4d71 Added partial php documentation to the Config class
9 years ago
Tobias Reich 9a1e51c8bd Added partial php documentation to the Log class
9 years ago
Tobias Reich e9accae2a7 Use Response in Access
9 years ago
Tobias Reich f4e909895f Added Response class to handle exit() responses
9 years ago
Tobias Reich be5bb7ee6e Removed unused Log::warning
9 years ago
Tobias Reich 8edb990213 Updated notice message
9 years ago
Tobias Reich c4c2e9169e Removed thumb quality setting
9 years ago
Tobias Reich 7b86a737af Added Database::execute to run a query
9 years ago
Tobias Reich f650de8967 Removed newline at end of file
9 years ago
Tobias Reich 64e0d66d83 Improved if conditions
9 years ago
Tobias Reich 34839d3805 Added error handling to getGraphHeader
9 years ago
Tobias Reich 0b5d605860 Removed unused function
9 years ago
Tobias Reich 207e98a81c fnNotFound was not callable from extending class
9 years ago
Tobias Reich 026702114d Missing parameter
9 years ago
Tobias Reich 84afba9548 Added missing Album and Photo class to search
9 years ago
Tobias Reich b78cc31127 Fixed ZipArchive not found
9 years ago
Tobias Reich e2eaa38b9c Added missing argument
9 years ago
Tobias Reich 007cecc1d5 Fixed set login of initial username and password
9 years ago
Tobias Reich e8387e8794 Fixed missing Database and Photo in getGraphHeader
9 years ago
Tobias Reich 4c3df96e9e Removed unnecessary namespace
9 years ago
Tobias Reich b89b82fa36 Fixed search
9 years ago
Tobias Reich fe2c56422d Fixed database updates
9 years ago
Tobias Reich e89203bcb1 // for comments and spaces for alignment
9 years ago
Tobias Reich b13283e4d4 Added Validator, removed Module, changed Access classes
9 years ago
Tobias Reich ad4fbf3ffd Code style adjustment
9 years ago
Tobias Reich c904b8e2a5 Remove skipDuplicates from init response when logged out
9 years ago
Tobias Reich 3287e27ccd Default param for Session init
9 years ago
Tobias Reich cafcc2165f Removed unnecessary self::dependencies checks
9 years ago
Tobias Reich 4974adfed0 Activate plugins directly without extending Module
9 years ago
Tobias Reich 61fcaa57c0 Added "use SplObserver"
9 years ago
Tobias Reich 6e7dccc037 Renamed folder to Modules
9 years ago
Tobias Reich 8c76d340a7 Renamed folder to Access
9 years ago
Tobias Reich 145c3f5147 Namespaces, Plugins via Namespaces, API entry file renamned, Settings::set()
9 years ago
Tobias Reich dc35658ddc Fixed name
9 years ago
Tobias Reich 412fbf47ee exit() after using access-file
9 years ago
Tobias Reich aeb62bba48 Moved misc file
9 years ago
Tobias Reich 2f70bfac41 Removed __clone
9 years ago
Tobias Reich 84c4a5b267 Removed version from sql files
9 years ago
Tobias Reich 17e5dba979 Singleton pattern for Settings::get(), Database::get() and Plugins::get()
9 years ago