Commit Graph

137 Commits

Author SHA1 Message Date
Karsten Heiken
babe7e2368 Move api controller to the root directory.
There are very few actions to perform through the api. We do not
need a special directory for them.
2011-07-22 17:21:58 +02:00
Karsten Heiken
262cdfd227 Create stub dashboard controller and language file 2011-07-22 16:40:56 +02:00
Karsten Heiken
a6b0eaab5e Move Eike's config-stuff to a new folder so he can deal with it later. 2011-07-22 16:07:38 +02:00
Karsten Heiken
3395b43b5d Move API into new folder for better managability. 2011-07-22 16:06:48 +02:00
Eike Foken
7311a8fb31 Move configurations.php to configurations/index.php 2011-05-26 17:42:24 +02:00
Eike Foken
24ce65fcc8 Add header view and controller for configuration fields 2011-05-26 17:35:37 +02:00
Karsten Heiken
6452d6313a Add basic(!) html sites to display project information 2011-05-19 18:29:21 +02:00
Eike Foken
6a1ae19983 Improve settings window and cleanup 2011-05-06 12:33:43 +02:00
Eike Foken
3dd8db9cc5 Fix saving the settings to database 2011-04-22 19:52:15 +02:00
Eike Foken
b754891871 Merge branch 'master' of disposed.de:scattport 2011-04-22 14:06:27 +02:00
Eike Foken
8d2e8c0fe0 Add js language support 2011-04-22 14:06:11 +02:00
Karsten Heiken
bdd469be32 Use the actual project id when requesting it, not the node-path 2011-04-22 13:16:44 +02:00
Karsten Heiken
8bbc04513e Add state 'failed' to a job 2011-04-22 10:54:30 +02:00
Karsten Heiken
1d655b724a Use count() instead of num_rows() when generating JSON 2011-04-22 10:50:45 +02:00
Karsten Heiken
06c96140dc Use a global style scheme
Controllers: underscores
Models: CamelCase
2011-04-22 03:44:23 +02:00
Karsten Heiken
79a2b3bafb Split job logic into model and controller
There was a weird mix between the both of them.
2011-04-22 03:24:18 +02:00
Karsten Heiken
d750a029bb Add internationalization to jobs controller 2011-04-22 03:12:09 +02:00
Karsten Heiken
b381e54d99 Implement a simple rpc system
Servers can transmit their workload and jobstatus updates.
2011-04-22 02:54:24 +02:00
Karsten Heiken
55f4fc9b66 Fixed a bug when accessing the session userdata 2011-04-22 02:02:47 +02:00
Karsten Heiken
f01bf8759b Change reference to session-field 'id' to 'user_id' 2011-04-22 01:51:36 +02:00
Karsten Heiken
c4fce88509 Move getting of a project to the model 2011-04-22 01:29:01 +02:00
Karsten Heiken
32478703f6 Actually check which user is logged in 2011-04-22 01:07:05 +02:00
Karsten Heiken
78b7dd808a Merge branch 'master' of disposed.de:scattport 2011-04-22 01:04:44 +02:00
Karsten Heiken
e60f325a94 Add basic support for configurations 2011-04-22 01:03:16 +02:00
Karsten Heiken
bfddf1af9a Enable searching for projects 2011-04-22 01:02:39 +02:00
Eike Foken
f5795b8721 Improve login 2011-04-22 00:32:39 +02:00
Karsten Heiken
43aadf541d Merge branch 'master' of disposed.de:scattport into feature-projectconfigs 2011-04-21 23:50:29 +02:00
Eike Foken
111799073b Implement user authorization 2011-04-21 23:43:13 +02:00
Karsten Heiken
4079f1aef1 Merge branch 'master' of disposed.de:scattport into feature-projectconfigs 2011-04-21 23:42:12 +02:00
Eike Foken
bc67619ce2 Add language support for projects controller 2011-04-21 21:46:47 +02:00
Eike Foken
c4c7988b5d Add helper for tree views and use it 2011-04-21 20:45:38 +02:00
Karsten Heiken
e961984274 Add simple jobs handler 2011-04-21 20:21:02 +02:00
Eike Foken
5e8408c2cb Fix project tree style 2011-04-21 20:04:14 +02:00
Karsten Heiken
b19aecd821 Add dynamic project tree 2011-04-21 15:17:33 +02:00
Eike Foken
1bb3832ecc Create simple layout for testing 2011-04-16 18:39:29 +02:00
Eike Foken
cd405f8543 Add some comments 2011-04-16 17:42:57 +02:00
Eike Foken
b570685ae8 Initial commit 2011-04-16 13:57:38 +02:00