84 Commits

Author SHA1 Message Date
Denys Vuika
07bad77547 i18n fixes (#1614)
* i18n fixes

- fix issue with default (fallback) language set to browser language
- fix issue with fallback language loading when browser language set to
non-English locale

* code and UI fixes

- move document list i18n strings into own scope
- replace MDL menu with @angular/material menu (fixes issue with menu
items translation, not supported by MDL)
- minor improvements

* fix unit tests

* improve i18n docs and code

- provide basic documentation for Translation service
- remove custom Login component localisation in favour of documentation
sample
- simplified i18n setup for demo shell (single path for dev/prod env)

* remove unnecessary comments
2017-02-10 11:22:25 +00:00
Mario Romano
3fad45394a #1564 remove unused code (#1565) 2017-01-28 14:51:57 +00:00
Mario Romano
9655e51943 #1471 rollback className change (#1472) 2017-01-16 11:49:43 +00:00
Denys Vuika
d42f41ec00 Migrate from window.console to LogService 2017-01-05 21:06:30 +00:00
Mario Romano
f89fe8e50a #1393 remove old redirect code (#1394) 2017-01-04 22:29:01 +00:00
mauriziovitale84
896c57fa53 #1370 Removed deprecated AlfrescoAuthenticationService 2017-01-04 17:28:29 +00:00
mauriziovitale84
58af422d62 #1370 Remove use of AlfrescoSettingsService 2017-01-04 17:27:41 +00:00
Eugenio Romano
d3b2108ac2 add header missing app.component and minor clean 2016-12-19 17:38:06 +00:00
Mario Romano
72ae760b85 improve style demo shell (#1326) 2016-12-19 16:13:07 +00:00
Denys Vuika
9432b2aa60 webpack: production settings (#1226)
* vendor libraries

* vendor libraries settings

* additional vendor libs settings

* production settings for i18n

* fix pdfs and favicon paths

* readme update

* code cleanup
2016-12-12 14:20:12 +00:00
Denys Vuika
c7167bb812 basic webpack setup 2016-12-06 15:39:22 +00:00
Denys Vuika
800a2a6530 Demo shell improvements (#1199)
* #1197 auth guards

* #1197 restore lost router dependency to all libs

* #1197 ecm/bpm auth guards, home page

- ECM auth guard (redirect to Login if ECM auth is missing)
- BPM auth guard (redirect to Login if BPM auth is missing)
- new Home page and route, show details on demo areas

* css improvements

make app text white as per request
2016-12-03 18:57:43 +00:00
Mario Romano
d768f84838 fix header options for mobile (#1186)
* #1178 show header bar on mobile and tablet

* #1178 add all options to burger icon on the right
2016-12-01 09:45:36 +00:00
Denys Vuika
da70a72bba Login dialog shows error for Safari with Private Window mode (#1172)
* #958 new StorageService service

abstraction around ‘Storage’ to allow switching to in-memory store
whenever ‘localStorage’ is not available (i.e. private/incognito modes,
etc.)

* fix unit tests

* update unit tests

- disable incorrect auth tests (core)
- simplify widget visibility tests (activiti-form)

* fix unit tests
2016-11-30 11:32:16 +00:00
mauriziovitale84
f23ed9d774 #1076 remove unused code 2016-11-25 19:09:07 +00:00
mauriziovitale84
2a6ef8bf51 #1076 Fix demo shell translation 2016-11-25 19:09:06 +00:00
Denys Vuika
3c1c2ec94b Add missing user info reference
includes minor code readability improvements
2016-11-07 12:04:10 +00:00
Mario Romano
3877cd60b2 redirect to login page not loggedin users 2016-11-02 09:51:49 +00:00
Mario Romano
665e5de7f7 hide header bar for login page 2016-11-02 00:56:19 +00:00
Eugenio Romano
62abe21063 move settings in another page and hide the bar if you are not logged in #908 2016-11-01 14:12:37 +00:00
Denys Vuika
3fcc84cd02 Upgrade demo-shell 2016-09-21 12:09:14 +01:00
Will Abson
e394f874b2 Ensure logout link still redirects to login page after session time-out
Refs #653
2016-09-20 14:44:52 +01:00
Denys Vuika
2c830d9693 Single place for translate pipe 2016-09-17 19:56:55 +01:00
Mario Romano
e1603d8a24 replace hardcoded ip with dynamic local ip 2016-08-18 12:34:13 +01:00
Mario Romano
1ac64c5bc7 make default 127.0.0.1 in demoshell 2016-08-04 19:47:14 +01:00
Denys Vuika
5dc42b9e6c #489 Upgrade to angular/router 2016-07-28 15:48:37 +01:00
Mario Romano
7de2b65684 #441 fix code style 2016-07-26 11:41:13 +01:00
Mario Romano
53957532ed #441 store data on localstorage 2016-07-26 11:12:01 +01:00
Mario Romano
126fecdf34 #441 add dynamic host to activiti components 2016-07-25 19:31:27 +01:00
Mario Romano
dab19277f4 #421 add config tab for BPM in demo app 2016-07-25 18:38:04 +01:00
Mario Romano
4b6785c91b #421 set host url in the left menu bar 2016-07-25 18:38:04 +01:00
Mario Romano
925da1389a #441 set bpm host 2016-07-25 18:38:04 +01:00
Denys Vuika
e370d7feee #455 about page with alfresco packages versions 2016-07-22 11:52:17 +01:00
Denys Vuika
ab891ff5c2 Merge branch 'development' into dev-denys-440
# Conflicts:
#	.travis.yml
#	demo-shell-ng2/app/app.component.html
#	demo-shell-ng2/app/app.component.ts
#	demo-shell-ng2/package.json
#	demo-shell-ng2/systemjs.config.js
2016-07-22 09:59:44 +01:00
Eugenio Romano
60106239b7 integrate call in the demo shell and script demo shell 2016-07-18 17:27:12 +01:00
Denys Vuika
c55c6b8bc3 #440 demo page for demo shell 2016-07-18 14:28:41 +01:00
Enzo Rivello
c2b4f0adef changing endpoint for demo-shell 2016-07-01 10:45:01 +01:00
Will Abson
4f171c8fd4 Demo shell hiding app title when search bar expanded
Refs #228
2016-06-28 09:33:45 +01:00
Denys Vuika
0a973ef025 Improve 'ng2-alfresco-upload' imports 2016-06-15 14:26:36 +01:00
Denys Vuika
bd1100c33b Improve 'ng2-alfresco-core' imports 2016-06-15 13:57:47 +01:00
Denys Vuika
bcff692a7b Upgrade Demo App to angular 2.0.0-rc.1 2016-06-14 12:06:29 +01:00
Will Abson
e67d043a54 Preview search-as-you-type results in the viewer
Refs #173
2016-06-09 18:32:59 +01:00
Eugenio Romano
b465689fe3 rename my-app in alfresco-app 2016-06-09 09:56:12 +01:00
Denys Vuika
133f6d0171 Tasks placeholder 2016-06-08 18:13:53 +01:00
mauriziovitale84
441d65a0e1 # Changed TranslationService 2016-06-08 17:48:30 +01:00
Denys Vuika
7d1911b189 Fix 'files' route 2016-06-08 13:38:04 +01:00
Mario Romano
f1424d1a8a default login 2016-06-07 18:02:26 +01:00
Eugenio Romano
97799f50a3 #68 remove viewer tab from demo shell 2016-06-07 10:15:25 +01:00
mauriziovitale84
58dff66d9c #148 Fixed translation 2016-06-06 09:47:52 +01:00
mauriziovitale84
4b33ff877c Fixed translation services 2016-06-03 15:54:40 +01:00