summaryrefslogtreecommitdiffstats
path: root/tinydns-model.lua
Commit message (Expand)AuthorAgeFilesLines
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-211-23/+25
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-4/+4
* Removed unneeded views by updating CFE for autoviewTed Trask2012-10-271-4/+4
* Use authenticator.get_subauth function rather than public auth variableTed Trask2012-10-261-8/+14
* Removed call to redirect_to_referrerTed Trask2012-08-151-7/+13
* Fixed bug with SRV records having Priority and Weight swappedTed Trask2012-06-211-1/+1
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-3/+3
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-5/+9
* Standalone A-entry should not be called 'Alias'. 'Alias' is generallyTimo Teräs2011-04-131-4/+4
* Modified permissions to work with acf-core-0.11.0Ted Trask2010-10-081-12/+8
* Sort the permissions alphabetically.Ted Trask2010-03-151-0/+2
* Sort domains.Ted Trask2010-03-041-0/+1
* Fixed bug displaying perms result, made auth field by prefix..controller.Ted Trask2010-01-041-9/+8
* Change processname to match prefix - this allows multiple instances without e...Ted Trask2009-12-251-0/+6
* UI fix, bumped to 0.3.2v0.3.2Ted Trask2009-12-101-0/+6
* Finished support for SRV and NAPTR records. Bumped to 0.3.1v0.3.1Ted Trask2009-11-111-3/+3
* Added support for SRV and NAPTR records, some UI cleanup.Ted Trask2009-11-101-0/+4
* More work to remove unnecessary popen calls.Ted Trask2009-01-261-3/+1
* Added escapespecialcharacters to format.lua to escape shell special character...Ted Trask2009-01-211-1/+1
* Fixed tinydns bug caused by 1596 with write_file_with_audit, fixed bug in cre...Ted Trask2009-01-161-4/+3
* Modified fs.lua to survive nil parameters. Added create_directory and used w...Ted Trask2009-01-131-3/+3
* Removed access to APP from tinydns.Ted Trask2008-11-171-1/+1
* Slight change to tinydns to be more flexible with naming.Ted Trask2008-11-101-8/+8
* superuser commiting the conf.d stuff generates an auditNathan Angelacos2008-11-091-1/+1
* editor roles allow editing existing domains, but not creation of new domainsNathan Angelacos2008-11-091-1/+1
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ...Ted Trask2008-10-241-3/+4
* Modified TinyDNS to include more intelligence. Changed listfiles and newfile...Ted Trask2008-10-211-1/+4
* Modified modelfunctions library to include validation in get/setfiledetails. ...Ted Trask2008-10-071-18/+2
* Modified format library. parse_configfile2, update_configfile2, get_section,...Ted Trask2008-10-031-2/+2
* Modified authenticator to make sub-authenticator visible rather that redefini...Ted Trask2008-09-301-8/+8
* Removed getopts library and added functionality to format library as opts_to_...Ted Trask2008-09-291-3/+2
* Removed the languages and most error descriptions from validator.lua.Ted Trask2008-09-261-3/+2
* Modified tinydns to fix an exception when saving file, fix scrolling to line ...Ted Trask2008-09-031-1/+1
* Fixed tinydns validation bugTed Trask2008-08-211-2/+2
* Simply tinydns change to reflect change to roles library.Ted Trask2008-08-161-2/+2
* Modified tinydns to add in role-based permissions.Ted Trask2008-07-251-10/+66
* Tinydns bug fixTed Trask2008-07-251-1/+1
* Modified tinydns to remove dnsfiles from session and replace with calls to au...Ted Trask2008-07-251-25/+90
* Modified tinydns to implement access control.Ted Trask2008-07-231-25/+45
* Modifed tinydns view to combine all record types, except for locations, and d...Ted Trask2008-07-171-27/+14
* Modified tinydns to use controllerfunctions, modelfunctions, common lsp files...Ted Trask2008-07-081-79/+21
* Updated tinydns as follows: Renames status to view and basicstatus to status....Ted Trask2008-06-241-34/+39
* Modified dns edit page to use javascriptTed Trask2008-06-191-3/+4
* Rewrite of tinydns to simplify code and use new cfe model.Ted Trask2008-06-181-521/+147
* Graphical bugfix - Modifying path to images.v0.2.3Mika Havela2008-05-221-15/+0
* Rewrote getopts.getoptsfromfile function to handle more complicated config fi...Ted Trask2008-05-071-4/+3
* Now you can delete config-files that you no longer want.Mika Havela2008-04-281-0/+14
* Saving work for today.Mika Havela2008-04-261-0/+22
* Cleaned up code. Added start/stop/restart buttons.Mika Havela2008-04-091-0/+9
* Cleaning up the code.v0.1.1Mika Havela2008-04-081-218/+105