Luke Miller
|
6d5d93b4b7
bug fixes
|
3 years ago |
Luke Miller
|
6258855380
Merge branch 'master' into modules
|
3 years ago |
Luke Miller
|
4eb12d77c9
have a basic form of processes working! see demo.lua for an example
|
3 years ago |
Luke Miller
|
44e40d96e6
added support for making requests to an org (first step of processes)
|
3 years ago |
Luke Miller
|
90da4c70bb
standardizing org template
|
3 years ago |
Nathan Schneider
|
c5c152d466
Merge branch 'save_orgs_fix' into 'master'
|
3 years ago |
Nathan Schneider
|
6073732e6c
Set up dropdowns in dashboard
|
3 years ago |
Nathan Schneider
|
9f65e2bdd3
Changed modpol.orgs.list_all to return table not string
|
3 years ago |
Luke Miller
|
cff1d393c0
bug fixes: orgs load properly (metatable set), orgs can't have same name, orgs now saved on modifying operations
|
3 years ago |
Nathan Schneider
|
6bc5f4077e
Fixes to basic CLI dashboard
|
3 years ago |
Luke Miller
|
ce56ec3fd6
fixed bug where getting org by name wouldn't work
|
3 years ago |
Luke Miller
|
4abee2e603
got rid of old orgs.lua
|
3 years ago |
Luke Miller
|
63ba335b44
fixed typo 'properites' -> 'properties'
|
3 years ago |
user
|
41274b2ff7
add warning to modpol.record
|
3 years ago |
user
|
252c04c6c7
bugfix orgs
|
3 years ago |
Luke Miller
|
f6e6b8acc1
fixed error where orgs without a ledger crash the server when the reset_orgs function is run
|
3 years ago |
MisterE123
|
6ab11d4f2d
try a third time to fix crash
|
3 years ago |
MisterE123
|
1f48e8ff1a
try again to fix crash
|
3 years ago |
MisterE123
|
dae67b3efd
fix dump crash
|
3 years ago |
MisterE123
|
419fc84822
change orgs to use id numbers as their table key and function input param
|
3 years ago |
MisterE123
|
d646a4a8dd
rework orgs. Add various properties to orgs. Make all org functions return success boolean as well as error/success string message.
|
3 years ago |
Nathan Schneider
|
4f53e801c4
Some unfinished, broken additions to processes
|
3 years ago |
Nathan Schneider
|
6a6220b253
Added modpol.approved and modpol.add_policy functions
|
3 years ago |
MisterE123
|
f19796f82d
*Reorganized code so that further expansion is possible in a very organized manner.
|
3 years ago |