Commit graph

9 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 3a3855e939 Added functionality for native zones 2016-05-03 17:42:34 +02:00
Lukas Metzger f628e147cd Added csrf protection 2016-01-29 16:52:23 +01:00
Lukas Metzger 520234c424 Fixed bug
- canceled delete of domain or user disabled click for matching line
2016-01-25 18:37:35 +01:00
Lukas Metzger 3f8156939e Added function to delete a complete domain 2016-01-23 20:38:01 +01:00
Lukas Metzger d2238f1b6e Fixed design of type search select so select2 2016-01-23 19:41:44 +01:00
Lukas Metzger c00b3699b1 Changed method for giving domain id to editor 2016-01-16 16:12:17 +01:00
Lukas Metzger a3ebd21541 Implemented domain overview, permissions are still ignored 2016-01-16 15:46:43 +01:00
Lukas Metzger 801fe2c06c Added domains.php and logout.php, corrected all links for a working flow 2016-01-16 10:58:39 +01:00