Commit Graph

411 Commits

Author SHA1 Message Date
Benoît Burnichon
f684550ab1 Merge pull request #1555 from bburnichon/rebase-web-gallery-v4
Rebase web gallery v4
2015-11-09 17:48:22 +01:00
Benoît Burnichon
034a8f5d14 Wrong Base Controller used in PluginsController 2015-11-09 16:10:25 +01:00
Thibaud Fabre
938c92b0c1 Disable demand status emails when mail notifications are disabled 2015-11-02 15:50:19 +01:00
Benoît Burnichon
4a4511b0a9 Add a fallback plugin handling twig 2015-10-28 14:50:14 +01:00
Benoît Burnichon
625df89bb7 Use Voter in Admin for configurationPanes 2015-10-28 14:48:50 +01:00
Benoît Burnichon
924f20d19d Add Basic handling of plugins in admin 2015-10-28 13:05:00 +01:00
Benoît Burnichon
c01f3f238f Add basic template and hooks in Admin 2015-10-28 13:03:00 +01:00
Nicolas Le Goff
af2b2ac374 PHRAS-288 Check if storage engines is available 2015-10-27 11:27:53 +01:00
Thibaud Fabre
6882424a01 Add registration related webhooks 2015-10-20 17:45:16 +02:00
Jean-Yves Gaulier
bb67a1a4bc PHRAS-752 #time 4h
fix : tf-* (phraseanet) admin / field / source does not says "invalid"
add : better completion for field source : now can type things like "phr:tim" to match namespace(s) and tagname(s)
2015-10-13 17:23:52 +02:00
Jean-Yves Gaulier
5146881076 PHRAS-716 #time 3d
fix : admin/base progress bar (indexation)
fix : reindex button
fix : indexation does not skip records between fetches
2015-09-17 11:03:42 +02:00
Benoît Burnichon
8ee5279d58 Remove all uses of databox_field::get_instance 2015-07-08 11:08:07 +02:00
Benoît Burnichon
f920e8354a Replace phraseanet.appbox by getApplicationBox() method calls. 2015-07-02 12:33:19 +02:00
Benoît Burnichon
4880f2bf5a Add getAuthenticator usage
Replace $app['authentication']->getUser() by $app->getAuthenticatedUser()
replace twig app['authentication'].getUser() with corresponding method
2015-07-02 12:33:18 +02:00
Benoît Burnichon
6e651f3b07 Replace app['phraseanet.appbox']->get_databox using trait 2015-07-02 12:27:26 +02:00
Benoît Burnichon
dbb33c85b9 Rename GlobalElasticOptions ElasticsearchOptions 2015-07-02 12:27:25 +02:00
Benoît Burnichon
28fee99fc4 Add Form for ElasticSearch Configuration.
Also changed type from array to Options object.
2015-06-29 17:10:32 +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
94133aabe4 Create UserQueryAware trait. 2015-05-25 10:49:05 +02:00
Benoît Burnichon
205dc746f4 Remove 400 status code on globals submission
PHRAS-535
2015-05-20 16:20:38 +02:00
Benoît Burnichon
4eabe26e58 Use NotifierAware in some controllers 2015-05-12 19:17:10 +02:00
Benoît Burnichon
61206fd517 Replace calls to mediavorus to getMediaFromUri 2015-05-12 18:12:02 +02:00
Benoît Burnichon
634f5366ae use DispatcherAware wherever possible 2015-05-12 17:15:11 +02:00
Benoît Burnichon
62b8e5a6e4 Refactoring of API V1 Controller 2015-04-27 20:35:36 +02:00
Benoît Burnichon
21195820f2 Fixup form submission.
In our case, we want to allow empty requests... If using handleRequest, the form should at least contains the CSRF tokens.
2015-04-14 11:07:26 +02:00
Benoît Burnichon
e90687e4ff Missing ControllerProvider in Application and error in private method 2015-04-13 19:49:55 +02:00
Benoît Burnichon
27f1f98dbe Refactor TaskManagerController 2015-04-13 19:29:51 +02:00
Benoît Burnichon
14a62fd9e8 Split TaskManager ControllerProvider into 2 classes 2015-04-13 19:01:37 +02:00
Benoît Burnichon
8136f06a54 Refactor SubdefsController 2015-04-13 18:25:28 +02:00
Benoît Burnichon
9b96e96e04 Refactor Admin/SetupController 2015-04-13 18:03:37 +02:00
Benoît Burnichon
6d4fcbbe9a Refactor SearchEngineController 2015-04-13 17:44:44 +02:00
Benoît Burnichon
52e11a4b76 AdminRoot Controller refactoring 2015-04-08 11:50:40 +02:00
Benoît Burnichon
fb6e04c018 FeedController creation 2015-04-08 11:50:40 +02:00
Benoît Burnichon
bdec67aac7 FieldsController refactor 2015-04-02 14:33:12 +02:00
Benoît Burnichon
5f8dab86fd Use BaseController 2015-04-02 13:35:44 +02:00
Benoît Burnichon
447029bc6a FieldsController Split 2015-04-02 13:34:30 +02:00
Benoît Burnichon
10a655e294 DataboxesController Refactor, CS fixup 2015-04-02 10:50:51 +02:00
Benoît Burnichon
5c2fab88a0 Finish Admin Databox refactoring 2015-04-02 00:55:33 +02:00
Benoît Burnichon
e069d335ad Partial DataboxController Refactor 2015-04-01 20:17:53 +02:00
Benoît Burnichon
c19b1559c9 DashboardController Refactoring 2015-04-01 19:24:24 +02:00
Benoît Burnichon
feddae6ac7 UserController refactor 2015-04-01 10:23:05 +02:00
Benoît Burnichon
9c7af31080 Admin Connected Users 2015-03-31 14:29:11 +02:00
Benoît Burnichon
26e6b91804 Admin Collection Controller 2015-03-30 17:25:14 +02:00
Benoît Burnichon
1342756b84 Rename Controller to ControllerProvider 2015-03-27 12:55:43 +01:00
Benoît Burnichon
10cf918ff2 Add specific Commands for TaskSchedulerManagement 2015-03-25 18:13:07 +01:00
Benoît Burnichon
c627e3c559 Fix some 'use' statements related to TaskManagr 2015-03-24 20:06:50 +01:00
Benoît Burnichon
12ad4ee40f Proper use of tasks repo instead task manipulator 2015-03-24 16:51:29 +01:00
Nicolas Le Goff
ed3ffb59a6 Merge remote-tracking branch 'upstream/master' into 20150306-elastic-indexer
Conflicts:
	bin/console
	bower.json
	composer.json
	composer.lock
	lib/Alchemy/Phrasea/Application.php
	lib/Alchemy/Phrasea/Border/Manager.php
	lib/Alchemy/Phrasea/Controller/Api/V1.php
	lib/Alchemy/Phrasea/Core/PhraseaEvents.php
	lib/Alchemy/Phrasea/SearchEngine/SearchEngineOptions.php
	lib/classes/caption/field.php
	lib/classes/record/Interface.php
	templates/web/prod/index.html.twig
	www/skins/prod/000000/prodcolor.css
2015-03-10 14:36:31 +01:00
Nicolas Le Goff
111755fa9b Refactor status display 2015-02-19 15:14:23 +01:00
Nicolas Le Goff
9a3e92ed9c Multiple ORMs for all database 2015-02-12 17:58:45 +01:00