Julio
186eaba851
Minor - Fix missing setting
7 years ago
Julio Montoya
1c84bd8be0
Use custom login classes see #2322
...
- Allow to customize login form, login error messages, login redirects
7 years ago
Angel Fernando Quiroz Campos
52aca51002
GraphQL new structure for set context entities #2644
7 years ago
Julio Montoya
78f945f315
Minor - only use login route from FOSUserBundle instead of "all"
...
"All" means "registration", "reset password", "login", etc.
7 years ago
Julio Montoya
ce69d8b3a1
Add login main page when login fails, fix message, fix lost pass URL
7 years ago
Julio Montoya
7af7b8f295
Fix course listener, check roles when user connects to a course/session
...
Set temporal roles ROLE_CURRENT_*
7 years ago
Julio Montoya
fa8cb2345f
Restore loading of plugins in regions for v2
7 years ago
Julio Montoya
520cffe0d8
Minor - remove display_individual_user() move code into a controller
...
- user.php file deleted using controller to render user information
public/user/usernameX
7 years ago
Julio Montoya
87bc659c2a
Move system announcements as a controller
...
- Use symfony twig to render tpls
- Remove double code
7 years ago
Julio Montoya
59e13abcaf
Minor - use correct ckeditor js file
7 years ago
Julio Montoya
f5688d28b8
Minor - format code, use ckeditor from chamilo in dashboard
...
- Remove unused, sonata categories
7 years ago
Julio Montoya
1bd367e3c6
Minor - fix ckeditor files to use controller instead of legacy code
7 years ago
Angel Fernando Quiroz Campos
c3cb05085e
GraphQL separates config for resolver and mutation bundle #2644
7 years ago
Angel Fernando Quiroz Campos
f4d41383a5
GraphQL Add dependency injection #2644
7 years ago
Julio
6ea18f45bf
Fix loading language using listeners and lang priorities
7 years ago
Angel Fernando Quiroz Campos
1fde6cc054
GraphQL re-organize types folder #2644
7 years ago
Julio Montoya
35a65154b6
Remove unused tpls, restore footer, use TwigListener to setup vars
...
- Put "display.accessibility_font_resize" in tpl
7 years ago
Angel Fernando Quiroz Campos
7bb57001e2
GraphQL Authenticate user
...
Refs #2644
7 years ago
Angel Fernando Quiroz Campos
99bf33b720
GraphQL Start bundle
...
Refs #2644
7 years ago
Julio Montoya
c62a23f081
Remove sql_mode ONLY_FULL_GROUP_BY setting
...
When this is set there's the following error:
SELECT list is not in GROUP BY clause and contains nonaggregated column
lp_view.view_count which is not functionally dependent on columns
in GROUP BY clause; this is incompatible with
sql_mode=only_full_group_by
7 years ago
Julio Montoya
6d3284a555
Minor - format code
7 years ago
Julio Montoya
ac354cd3d5
WIP - Add new resources CRUD see #2326
...
- Improve UI grid
- Allow create resource inside a resource.
- create file, edit resource, and show actions implemented:
When a new CDocument is created the 3 tables are filled:
ResourceNode, ResourceLink, ResourceRights.
- Not yet added to the "classic" document list
- Database migrations from v1 to v2 (requires testing)
7 years ago
Julio Montoya
6e36d64abd
Add hwi_oauth settings in .env.dist see #2645
7 years ago
Julio Montoya
3f8b6c39f8
WIP - Add document dummy code to add resources
...
- New datagrid bundle added (apy/datagrid-bundle)
- api_get_group_entity() added
- ResourceController and uploader fixed using new version of Resource
bundle.
- Add interface and trait to capture the course and session from the url
with a listener.
- Add new form type to manage Resource (Link, Node and Rights)
- Fix ResourceRepository with new changes
- New templates added for the document list (dummy code)
7 years ago
Angel Fernando Quiroz Campos
4d43e7fe01
Integrade OneUpFlySystem to create admin blocks #2321
7 years ago
Julio Montoya
1a32cb96b3
WIP: Add oneup/uploader-bundle #2321
...
- Dummy upload process added
- Resource code added from experimental
7 years ago
Julio Montoya
534d8f779f
WIP: Add oneup/uploader-bundle
7 years ago
Julio Montoya
04cbf04fdd
Minor - Fix autowire issues, remove deprecated @method annotation
...
- Fix class namespace
- Use interfaces in order autowire works correctly for CoreBundle
7 years ago
Julio Montoya
b1896c2484
Remove use of is_profile_editable() replace by DB setting
...
New setting DB "profile.is_editable"
8 years ago
Julio Montoya
ea927109c9
Fix migration from 1.11.x to v2
8 years ago
Julio Montoya
efc6d8bb41
Minor - add docs, format code
8 years ago
Julio Montoya
c2ca824e89
Minor - update version, fix js calls
...
bundles/fosjsrouting/js/router.min.js already added in app.js
Fix path
8 years ago
Julio Montoya
698c48feab
Add ThemeBundle autowire + add TwigListener to load the favicon
8 years ago
Julio Montoya
339de65b2a
Minor - format code
8 years ago
Julio Montoya
c5c4e2a3ff
Fix error "Specified key was too long; max key length is 767 bytes in"
8 years ago
Julio Montoya
8184f0075f
Minor - fix validator version
8 years ago
Julio Montoya
fd6ea9b268
Minor - Fix/restore ivoryckeditor settings
8 years ago
Julio Montoya
d548e7fb11
Set url append
8 years ago
Julio Montoya
a29a50dd78
Use fos_js_routing to load URL in js file
...
- rename main.js to vendor.js (third party libs)
- create new app.js with the chamilo js code
8 years ago
Julio Montoya
ed0a5eb50b
Minor - flint fixes
8 years ago
Julio Montoya
32790d9788
Create page that replace the "home" folder
...
Now it works in different languages and portals.
8 years ago
Julio Montoya
e381e3d431
Use sonata page to handle "configure_inscription.php"
...
Instead of saving content in a html file in home/
now we save the page in the database using "sonata page bundle"
The same happens with the welcome message
8 years ago
Julio Montoya
910353b77c
Minor - format code
8 years ago
Julio Montoya
74fcbb017f
Minor - Fix course access
8 years ago
Julio Montoya
cac83af385
Minor - partial merge with 1.11.x
8 years ago
Julio Montoya
791a25abe9
Use "XBundle\Repository" namespace instead of XBundle\Entity\Repository
8 years ago
Julio Montoya
0fe01eeac1
Minor - format code
8 years ago
Julio Montoya
d36367f5a6
Fix composer update, restore sonata media to stable version
8 years ago
Julio Montoya
354b02f059
Minor - update symfony settings
8 years ago
Julio
510a0c2154
Minor - flint fixes
8 years ago