Commit graph

3 commits

Author SHA1 Message Date
Maurice Meyer 788c0d1d19 Added pagination (#19)
* Added initial functionality for pagination

* Display of pagination now works for total page number greater than 8. Note that the actual pagination is not yet implemented

* Pagination is now functional and loads the requested sites

* Added cursor pointer to pagination

* page parameter is now set to 1 if not a number or smaller than 1

* page parameter is now checked with isset to prevent errors if it is not supplied

* Changed default number of domains per page to 15

* Added isset check to $input->page to prevent errors if it is not set
2016-06-07 19:00:35 +02:00
Lukas Metzger d13ea918cc Added remote.php API now working 2016-02-06 11:28:27 +01:00
Lukas Metzger dbdda4e2cb Initial commit working login mechanism 2016-01-15 21:17:21 +01:00