pdnsmanager/api
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
..
add-domain.php Removed unneccessary debug output 2016-05-06 18:15:15 +02:00
domains.php Added pagination (#19) 2016-06-07 19:00:35 +02:00
edit-master.php Added csrf protection 2016-01-29 16:52:23 +01:00
edit-remote.php Added user interface functions for adding remote permissions 2016-02-05 17:14:49 +01:00
edit-user.php Added csrf protection 2016-01-29 16:52:23 +01:00
index.php Added csrf protection 2016-01-29 16:52:23 +01:00
install.php Changed databaseschema for newer pdns versions 2016-02-14 12:44:53 +01:00
password.php Added csrf protection 2016-01-29 16:52:23 +01:00
remote.php Fixed the getIP command so that the clients IP is always returned, even behind multiple proxies. 2016-04-20 14:59:06 +02:00
upgrade.php Changed databaseschema for newer pdns versions 2016-02-14 12:44:53 +01:00
users.php Added csrf protection 2016-01-29 16:52:23 +01:00