summaryrefslogtreecommitdiffstats
path: root/application/views/user/apikeys.php
AgeCommit message (Collapse)AuthorFilesLines
2014-02-21Implement multiple access levels for api keysFlorian Pritz1-2/+24
This allows to use an api key to write a completly standalone client. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-09-25Make tables responsiveMarkus Cisler1-26/+28
2013-09-22fix forms on so called medium device desktopsMarkus Cisler1-5/+5
2013-09-22almost migrated to bootstrap3Markus Cisler1-3/+3
2013-08-12apikeys: allow any chars in commentFlorian Pritz1-1/+1
No real point in restricting those, just leads to people wanting to use special chars that don't work. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-08-11Add API key supportFlorian Pritz1-0/+36
Signed-off-by: Florian Pritz <bluewind@xinu.at>