Commit Graph

1653 Commits

Author SHA1 Message Date
Benoît Burnichon
6fdecbe6cb Refactor Report RootController 2015-06-15 17:31:48 +02:00
Benoît Burnichon
58970f6a9c Split Report Root controller into provider/controller 2015-06-15 17:20:58 +02:00
Benoît Burnichon
3dff76f651 Refactor InformationController 2015-06-15 17:13:27 +02:00
Benoît Burnichon
f2306d575c Split ReportInformation into provider/controller 2015-06-15 16:58:19 +02:00
Benoît Burnichon
ea7fb2b182 Refactor ActivityController 2015-06-15 16:51:23 +02:00
Benoît Burnichon
8297793980 Split ReportActivity into provider/controller 2015-06-15 16:12:43 +02:00
Florian BLOUET
05d293a4a1 videos representation screenshots generation code cleanup 2015-06-12 15:33:14 +02:00
Florian BLOUET
a372148d5a Added videos representation screenshots generation for all image subDefinitions 2015-06-11 18:44:28 +02:00
Benoît Burnichon
d473a6f69c Fixup tests with proper clearing of cache. 2015-06-10 14:50:29 +02:00
Thibaud Fabre
c425c3391a CS fixes 2015-06-10 10:50:52 +02:00
Thibaud Fabre
265b40c6e0 List collection rights in /me 2015-06-09 16:51:05 +02:00
Benoît Burnichon
2242e45081 Refactor WorkzoneController 2015-06-08 12:56:39 +02:00
Benoît Burnichon
b1583528b1 Split Workzone into provider/controller 2015-06-08 12:56:39 +02:00
Benoît Burnichon
4529c4dd6b Refactor UsrListController 2015-06-08 11:48:14 +02:00
Benoît Burnichon
a3db27b8d0 Split UsrLists into Provider/Controller 2015-06-08 10:18:05 +02:00
Benoît Burnichon
7be5e332db Add LazyLocator 2015-06-04 12:22:47 +02:00
Benoît Burnichon
06bd5d09bc Merge pull request #1388 from bburnichon/feature/controller-as-service
Controller as service
PHRAS-529
2015-06-02 17:11:42 +02:00
Benoît Burnichon
6df9626fce Use SubDefinitionSubstituerAware in some Controllers 2015-06-02 13:59:33 +02:00
Benoît Burnichon
4eea27d9be Refactor UploadController 2015-06-02 13:59:16 +02:00
Benoît Burnichon
9ce56ae9ef Split Upload into provider/controller 2015-06-02 13:11:26 +02:00
Benoît Burnichon
16d9922530 Refactor TooltipController 2015-06-02 12:33:28 +02:00
Benoît Burnichon
e268920e47 Split Tooltip into provider/controller 2015-06-02 12:23:27 +02:00
Benoît Burnichon
b346e91912 Move ToolsController to Controller directory 2015-06-02 12:23:26 +02:00
Benoît Burnichon
89df907285 Display registration should use pending Registrations.
fixes PHRAS-551
2015-06-02 11:40:03 +02:00
Benoît Burnichon
f850573cae Refactor TOUController 2015-06-01 14:37:07 +02:00
Benoît Burnichon
2a2fb00b61 Split TOU into provider/controller 2015-06-01 14:29:07 +02:00
Benoît Burnichon
c73f770892 Refactor StoryController 2015-06-01 11:57:42 +02:00
Benoît Burnichon
d7b21c65cb Move methods from Story provider to controller 2015-06-01 11:41:00 +02:00
Benoît Burnichon
4f1c654ede Refactor Prod ShareController 2015-06-01 10:59:05 +02:00
Benoît Burnichon
a02886fa62 Split Share into provider/controller classes 2015-06-01 10:55:06 +02:00
Benoît Burnichon
5984a78240 Refactor Prod/RootController 2015-05-28 10:20:06 +02:00
Benoît Burnichon
6f721b5e05 Split Prod/Root Controller into provider/controller 2015-05-28 09:59:16 +02:00
Benoît Burnichon
7581aada18 Merge pull request #1384 from bburnichon/feature/controller-as-service
controller as service
2015-05-27 18:30:40 +02:00
Benoît Burnichon
2489cc6ffe Rework FeedAggregate. Issue with embedded entry collection.
PHRAS-542
2015-05-27 12:56:46 +02:00
Benoît Burnichon
a85f495b23 Fixup return on getEntry to Collection.
PHRAS-542.
2015-05-27 11:11:20 +02:00
Benoît Burnichon
2523320850 Refactor RecordController. Adding SearchEngineTrait 2015-05-25 17:38:09 +02:00
Benoît Burnichon
4536a14f30 Split Record provider into controller/provider 2015-05-25 16:28:06 +02:00
Benoît Burnichon
3ef3a8e697 Refactor QueryController 2015-05-25 16:12:31 +02:00
Benoît Burnichon
2eeef9aa05 Split Query provider into controller/provider 2015-05-25 15:49:08 +02:00
Benoît Burnichon
1a6fa2423f Refactor PushController 2015-05-25 15:42:28 +02:00
Benoît Burnichon
cab9a66082 Split Push provider into controller/provider 2015-05-25 14:19:47 +02:00
Benoît Burnichon
9ec06701dc Refactor PropertyController 2015-05-25 12:38:21 +02:00
Benoît Burnichon
0dd5fffa30 Split Property provider into controller/provider 2015-05-25 12:29:35 +02:00
Benoît Burnichon
32204ebe7c Refactor PrinterController 2015-05-25 12:22:04 +02:00
Benoît Burnichon
3864a31cc8 Split Printer provider into controller/provider 2015-05-25 12:17:20 +02:00
Benoît Burnichon
82da488ba2 Refactor OrderController 2015-05-25 12:01:58 +02:00
Benoît Burnichon
94133aabe4 Create UserQueryAware trait. 2015-05-25 10:49:05 +02:00
Benoît Burnichon
4603159bb2 Split Order Provider into Controller/Provider 2015-05-25 09:08:18 +02:00
Benoît Burnichon
d77b55388d Add extended behavior to listRecord
PHRAS-537
2015-05-22 16:18:14 +02:00
Benoît Burnichon
a9c79973a9 Returns a Not Found exception when providing invalid/expired/before JWT token 2015-05-22 11:06:45 +02:00