287 Commits

Author SHA1 Message Date
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
Denys Vuika
294f7c0ec1 #1190 routing improvements, bug fixes (#1193)
- split apps view and single app view to reflect Activiti UI
- dedicated route for each app tasks: /activiti/apps/:appId/tasks
- remove performance bottleneck for activiti demo (AfterViewChecked)
- load stencil controllers together with Tasks view (fixes #1190)
2016-12-01 16:27:07 +00:00
Denys Vuika
8db6a73cc8 #679 support for additional content (#1187)
- allow custom content within login dialog
- move demo shell login switches inside the dialog
- readme updates and fixes
- fixes #679
2016-12-01 11:51:53 +00:00
Denys Vuika
7eab89c5ef #159 improved error reporting for document-list (#1180)
- expose ‘error’ event
- change path only on successful navigation
- extend demo shell with error handling and reporting
- additional unit tests for document-list
2016-11-30 14:52:06 +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
Denys Vuika
3ca2c28a41 Performance improvements (#1166)
#1166 * Update angular libs
document-list: performance improvements
caching ‘heavy’ cell evaluations (i.e. date pipe)
code/test fixes
document-list: performance improvements
Removed ‘AfterViewChecked’ bottleneck as underlying data-table already
does it.
data-table: performance improvements
2016-11-28 21:36:00 +00:00
Eugenio Romano
6006c026dc remove console login log #1147 2016-11-25 19:09:08 +00:00
Will Abson
87412a4590 Do not reload process instances in list after starting new instance
Refs #1048
2016-11-25 19:09:06 +00:00
Will Abson
a6a5400956 Move Start Process form into Process List view
Refs #1048
2016-11-25 19:09:06 +00:00
Will Abson
8a85c69256 Add plain button to allow navigation from Processes screen again
Refs #1048
2016-11-25 19:09:06 +00:00
Will Abson
9e7ca14ec9 Separate Start Process UI from dialog
- Add Start Process section in demo shell
- Remove old component in filters component

Refs #1048
2016-11-25 19:09:06 +00:00
mauriziovitale84
e127837bcc #1107 Fixes demo and documentation 2016-11-25 19:09:05 +00:00
Vito Albano
1121a387fd Fix task reload on form completed 2016-11-25 19:07:32 +00:00
Denys Vuika
24daa074e0 #967 custom stencil mapping demo 2016-11-25 19:07:32 +00:00
mauriziovitale84
709dd7fac0 #1056 fix zindex 2016-11-25 19:07:32 +00:00
Denys Vuika
de4537f0e4 #967 internal demo for custom editors (demo shell) 2016-11-25 19:07:32 +00:00
mauriziovitale84
a66d4d44e8 #987 flatten FilterRepresentationModel 2016-11-25 19:07:30 +00:00
Mario Romano
5c0f894512 Merge pull request #1075 from Alfresco/dev-mvitale-1072
Fix Demo shell login flags
2016-11-11 17:43:37 +00:00
Vito Albano
685349c617 Added more check for file component on demo shell 2016-11-11 15:57:52 +00:00
mauriziovitale84
0db8460623 Improve provider empty cases 2016-11-11 15:28:07 +00:00
mauriziovitale84
93ec758911 Fix login flags 2016-11-11 15:09:06 +00:00
Mario Romano
52cded3efc Merge pull request #1055 from Alfresco/dev-eromano-1050
After cancelling a process list is not refreshed #1050
2016-11-10 22:48:45 +00:00
Eugenio Romano
40dddf32d4 After cancelling a process list is not refreshed #1050 bubbling events and implements reload 2016-11-10 18:55:34 +00:00
Will Abson
4f22a4da14 Reload processlist after starting new process
Refs #1036
2016-11-10 18:15:35 +00:00
Mario Romano
74dc82c445 reduce complexity of the code 2016-11-09 10:56:35 +00:00
Will Abson
0e127c26af Update search component to work with 0.4.0 JS API
- Use new search (query) methods
- Allow search parameters to be overridden by component
- Fix up tests

Refs #555
2016-11-04 14:21:19 +00:00
Mario Romano
ed7a8bc3ab remove unused icons && fix autoselect app 2016-11-02 01:28:53 +00:00
Denys Vuika
2e95e02a80 Fix demo shell code 2016-11-01 16:48:04 +00:00
Denys Vuika
8cffb16132 Merge pull request #968 from Alfresco/dev-eromano-908
move settings in another page and hide the bar if you are not logged …
2016-11-01 15:26:44 +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
0107865072 Merge pull request #927 from Alfresco/dev-wabson-371
Tab into search results
2016-10-31 18:30:36 +00:00
Will Abson
c100412538 Rename search outputs after feedback from @DenysVuyka
Refs #371
2016-10-31 16:36:20 +00:00
Eugenio Romano
24b3af9c9b fix form labels webscript demo #937 2016-10-31 10:47:03 +00:00
mauriziovitale84
a8896a11ef Add No data found message 2016-10-14 12:43:09 +01:00
mauriziovitale84
72e33756fb Add reports filter by appId 2016-10-12 20:16:25 +01:00
mauriziovitale84
d54b318efd Analitycs component demoshell integration 2016-10-10 10:41:21 +01:00
Will Abson
147af98bda Restore navigation to search page in demo-shell
- Remove deprecated router component
- searchChanges and new searchSubmit component outputs work as you would expect
- Update tests

Refs #737
2016-10-04 15:40:51 +01:00
Mario Romano
63fd6591d5 #819 add flag on the login component 2016-09-27 00:33:15 +01:00
Denys Vuika
db063cefba Merge development branch
# Conflicts:
#	ng2-components/ng2-activiti-tasklist/index.ts
#
ng2-components/ng2-activiti-tasklist/src/components/activiti-filters.com
ponent.spec.ts
#
ng2-components/ng2-activiti-tasklist/src/components/activiti-task-detail
s.component.ts
#
ng2-components/ng2-activiti-tasklist/src/components/activiti-tasklist.co
mponent.spec.ts
#	ng2-components/ng2-alfresco-login/demo/package.json
2016-09-26 09:55:38 +01:00
Will Abson
faf4d7eeac Add new Start Task button
Refs #530
2016-09-22 14:55:25 +01:00
mauriziovitale84
01c16c25fd Fix build errors 2016-09-22 10:50:06 +01:00
Maurizio Vitale
eb7c915b6e Merge pull request #783 from Alfresco/dev-wabson-781
Remove maximum username length validation
2016-09-21 20:20:21 +01:00
Denys Vuika
9e0534ff90 Upgrade ng2-alfresco-upload 2016-09-21 18:23:57 +01:00
mauriziovitale84
dda8adbf5f Show the TaskList when an app is select 2016-09-21 14:32:23 +01:00
Denys Vuika
6104c5d669 Upgrade ng2-alfresco-upload, code fixes 2016-09-21 14:12:42 +01:00
Denys Vuika
3fcc84cd02 Upgrade demo-shell 2016-09-21 12:09:14 +01:00
Will Abson
48ed440dcf Remove maximum username length validation
(Text was also mis-leading stating 11 chars not 15)

Refs #781
2016-09-21 09:16:52 +01:00
mauriziovitale84
3eb00a2f83 use sort feature 2016-09-20 13:53:35 +01:00
mauriziovitale84
f8ebff5222 Shows Apps in tab section 2016-09-19 12:15:21 +01:00
mauriziovitale84
4462247a2e Select the first filter as default 2016-09-19 09:48:13 +01:00