julienfastre
5027228a20
allow to customize logo on login screen and main layout
2019-10-23 12:28:11 +02:00
julienfastre
9c6a3de0ff
Allow to group exports
2019-06-18 21:01:32 +02:00
test
4b759ec096
impersonate, change exit link destination
2019-05-16 16:30:27 +02:00
test
7bcb80be54
add optional impersonate feature (if firewall option switch_user is true)
2019-05-16 14:59:09 +02:00
julienfastre
45a5583ab8
adding twig helper for routing and more
2019-05-02 23:11:09 +02:00
julienfastre
8bfa3c5028
add title of the export at the download page
2019-04-03 15:32:22 +02:00
julienfastre
722274964c
api for grouping centers, select centers as group in "pick centers" step
...
for exports
2019-01-28 15:21:31 +01:00
julienfastre
6ee7a834cb
handle DirectExport in controller and export manager
2019-01-16 10:58:05 +01:00
julienfastre
6abf51be4b
[export] layout of page "export list"
2018-10-05 11:45:46 +02:00
julienfastre
9a0a9a5569
fix errors on permission groups form when not using flags
2018-09-11 13:52:26 +02:00
julienfastre
f571250296
split layout to different files to allow overriding
2018-09-07 16:26:08 +02:00
julienfastre
b9a7314975
add flags to permissions groups
...
Flags can be added to permissions group to store some metadata.
An interface `PermissionsGroupFlagProvider` allow to add some flag to the form which create/
edit permissions groups.
2018-09-07 16:24:36 +02:00
julienfastre
e88265adcd
fix errors when creating user and updating password
2018-09-04 16:55:34 +02:00
julienfastre
1fd6a4ed2c
allow users to recover password
2018-08-17 13:32:08 +02:00
julienfastre
5b1ba71a8a
require actual password for change + insert link in menu
2018-08-16 13:41:32 +02:00
julienfastre
af803cc87d
Merge branch 'upgrade-sf3' into edit-user-password
2018-08-16 11:31:07 +02:00
julienfastre
7bf090b753
load open sans from css, background image from css and create login css
2018-07-19 10:42:36 +02:00
julienfastre
4f9626e65f
Build section menu using knp menu builder
2018-07-17 16:49:45 +02:00
julienfastre
25d00877ae
add email to user and allow to connect through email or username
2018-07-10 12:53:44 +02:00
julienfastre
2bb3b332f3
fix authentication error message
2018-07-09 19:09:26 +02:00
julienfastre
26a4d80ce6
load postal codes dynamically
2018-07-05 14:51:40 +02:00
julienfastre
8624b3f941
improve money type rendering + DQL "jsonbexistsInArray"
2018-06-22 10:09:04 +02:00
julienfastre
587b248549
improve script for downloading exports
2018-06-12 17:58:02 +02:00
julienfastre
d3d8f27c6d
Collection: amélioration + lancement d'événements
2018-05-25 00:58:20 +02:00
julienfastre
4f7e350945
adding a collection type for chill
2018-05-18 17:54:12 +02:00
julienfastre
42f17f11e0
set same layout to user menu and section menu
2018-05-09 00:05:29 +02:00
julienfastre
02ffcbb9ae
adapt config to load select2 and other values. Removed unused constants
2018-05-04 15:11:27 +02:00
nobohan
ce39359fce
style user menu
2018-05-02 10:48:08 +02:00
nobohan
65251650fc
add HTML meta tags in the HEAD of layout.html.twig
2018-05-02 09:32:07 +02:00
julienfastre
395787f1bb
integration of knp menu bundle
2018-04-30 17:42:24 +02:00
julienfastre
9b4bf04c9c
add notification counter in user menu
2018-04-27 22:22:21 +02:00
julienfastre
8d9d737dd8
Merge remote-tracking branch 'origin/upgrade-sf3' into upgrade-sf3
2018-04-27 13:37:34 +02:00
julienfastre
050a4ff031
allow to show menu entries without icons
2018-04-27 13:36:34 +02:00
nobohan
49b18ba110
Merge remote-tracking branch 'origin/add_webpack' into upgrade-sf3
...
merge add_webpack into upgrade-sf3
2018-04-27 10:52:29 +02:00
nobohan
8456045088
add webpack config + export chill.js
2018-04-18 11:40:28 +02:00
nobohan
f7502b4e9e
add a page for modifying password for user
2018-04-10 16:19:35 +02:00
julienfastre
29e3c74bd7
advanced search (bis)
...
Ce commit contient des modifications qui sont peut-être dans un autre commit d'une
autre branche.
2018-04-04 09:46:30 +02:00
julienfastre
ffd2ee6f69
add advanced search
2017-08-22 22:32:58 +02:00
julienfastre
d7a34cf8be
improve layout of buttons, address, and record_actions
2017-08-19 20:13:35 +02:00
julienfastre
0e5ab47474
Make a hierarchy in roles
...
This is more understandable for users.
2017-04-19 21:24:35 +02:00
julienfastre
b6d1f05e00
Improve type detection
...
We use blob.type property to detect the content-type
2017-04-19 14:24:34 +02:00
julienfastre
bf12046afa
add specific page for download
2017-04-19 00:30:36 +02:00
julienfastre
e4b4483845
replace flashbag
2017-04-18 22:14:42 +02:00
julienfastre
d5c26c6d47
[export] adding spreadsheet formatter
2017-02-19 21:40:55 +01:00
julienfastre
5c0ca70ebf
add api to add a validation on export elements
...
Exports elements should implements "ExportElementValidatedInterface"
2017-02-02 22:45:10 +01:00
julienfastre
9d18581db1
add an interface for export which are lists
...
Lists does not supports aggregators.
The export manager will filter the aggregators applying on the export
depending on the interface implemented by the export: if the export implements
`Export\ListInterface`, no aggregators will be returned for this export.
2016-12-09 19:52:54 +01:00
julienfastre
34c0ff3ba1
improve layout of export
...
The filters and aggregators form are now displayed only if
the form is checked.
2016-12-01 15:49:48 +01:00
julienfastre
d33500f764
improve layout and messages for export
2016-11-24 22:48:11 +01:00
julienfastre
6c1c481e1a
adding a container for form rows
...
fix #14
2016-11-23 21:47:02 +01:00
julienfastre
eb624ac63d
improve layout of export form
2016-11-21 23:05:31 +01:00