Commit Graph

42 Commits

Author SHA1 Message Date
Cilibiu Bogdan
66f9442563 update copyright (#1302)
* update copyright

* update year
2020-01-16 18:15:34 +02:00
Martin Muller
f0a03c8a30 [ACA-2782] Header - sidenav menu button expanded/collapsed state not exposed via ARIA (#1239)
* Implement the expanded aria for the sidenav toogle button
2019-11-06 11:00:36 +01:00
Denys Vuika
9db1c2989f shared library (#1080)
* shared project scaffold

* rules package

* move evaluators to shared lib

* add rxjs peer dependency

* use dedicated material namespaces

* create store package, move actions

* move selectors to shared library

* move generic effects to shared lib

* move routing extensions

* minor code reorg

* fix unit tests

* move content-api service

* move permission service

* update tests

* update plint config

* move page layout

* css variables

* use dedicated css property

* move generic error component to shared lib

* fix test
2019-04-25 14:56:54 +01:00
Denys Vuika
3a4cff505f add missing typings to code (#1050)
* remove unused parameters

* add missing types

* add missing typing information

* fix tests

* restore old code
2019-04-02 14:38:29 +01:00
Adina Parpalita
6ac697564d update copyright year (#1022)
* update copyright year

* forgot a file

* update year on licence header
2019-03-19 15:41:27 +02:00
Denys Vuika
ecc94a6dd2 upgrade libraries (#910)
* upgrade libraries

* fix breaking changes

* fix divider

* remove header workarounds
2019-02-01 19:19:44 +00:00
Denys Vuika
fe8c459637 use dynamic columns from ADF (#889)
* upgrade to latest ADF 3.0.0 alpha

* migrate to ADF column components

* use dynamic column from ADF

* fix e2e tests
2019-01-04 11:50:51 +00:00
Suzana Dirla
462cc09146 [ACA-1968] style search input for smaller screens (#833)
* [ACA-1968] more friendly small screen style

* [ACA-1968] media queries

* [ACA-1968] fix margin

* [ACA-1968] small fixes

* [ACA-1968] cleanup unused code
2018-11-29 10:05:33 +00:00
Suzana Dirla
2c9e68ada7 [ACA-1822] input search options (#768)
* [ACA-1822] input search options - needs cleanup and styling

* [ACA-1822] input search options cleanup

- needs styling
- needs tests

* [ACA-1822] input search options cleanup

- needs styling
- needs tests

* [ACA-1822] input search options styling

* [ACA-1822] add translation keys

* [ACA-1822] reformat with Prettier

* [ACA-1822] fix pointer event on FF

* [ACA-1822] fix e2e test

* [ACA-1822] update unit tests

* [ACA-1822] fix spellcheck

* [ACA-1822] fix display

* [ACA-1822] some theme cleanup

* [ACA-1822] reposition icon

* [ACA-1822] code review changes

* [ACA-1822] more unit tests
2018-11-02 07:31:29 +00:00
Denys Vuika
f975650850 fix imports (#757)
* fix imports

* fix lazy paths
2018-10-26 16:09:31 +01:00
Denys Vuika
f580b96a78 more detailed code coverage reports (#664)
* add about to coverage

* add more components to coverage

* more truth for coverage reports

* even more fun

* switch off json formatting

* deploy war file after unit test run
2018-09-24 14:35:14 +01:00
Denys Vuika
8a7fbaa70a [ACA-1809] app header extensions (#659)
* move header to separate component

* code fixes

* project header buttons and menus

* app menu example

* delete empty style

* logout action

* update docs

* and one more test
2018-09-23 17:53:56 +01:00
Suzana Dirla
5d8a9057bc [ACA-1440] use ADF Header component (#508)
* [ACA-1440] use ADF HEADER component

* moved style to theme

* removed ACA HeaderComponent

* remove aca header component theme

* Update layout.component.html

* update app header locator
2018-07-17 08:38:36 +03:00
Denys Vuika
718a32a907 [ACA-1529] performance fixes for permission checks (#498)
* fix recent files

* fix files component

* fix shared files

* don't evaluate permissions for empty selection

* fix info drawer

* fix viewer

* fix tests

* reduce one more check

* track upload errors on app level

* remove console log

* reduce service dependencies
2018-07-08 12:25:20 +01:00
Denys Vuika
ac6e96530f unit test cleanup (#454)
* auth mock

* avoid using jasmine

* cleanup preview tests

* cleanup recent files tests

* cleanup shared files tests

* remove fdescribe

* update tests

* move adf services to single place

* move app specific services to single place

* cleanup directive tests

* cleanup directive tests

* update directive tests
2018-06-24 17:33:50 +01:00
Denys Vuika
e2eed9b71c style and theming fixes (#428)
* fix generic error text and styles

* search input layout and style fixes

* settings theme

* layout theme support

* current user theme

* theming support for header component

* disable "use-host-property-decorator" tslint rule

* sorting picker button theme
2018-06-17 16:16:38 +01:00
Denys Vuika
8c7cbd4caf ngrx store cleanup (#425)
* merge app actions into single file

* rename action containers and cleanup imports

* fix tests

* license headers
2018-06-15 21:20:26 +01:00
Denys Vuika
c6cae392e2 minor refactoring, rename AcaState to AppStore
rename main store to a more traditional name
2018-06-09 08:11:45 +01:00
Denys Vuika
f0c0fe162b [ACA-1432] unified selection and single info drawer (#385)
* track document list selection state

* selection management enhancements

* (fix) hide info drawer on selection reset

* use store selection

* remove event handler

* upgrade info drawer for personal files

* upgrade favorties

* upgrade recent files

* move info drawer to a separate component

* test fixes

* update tests

* test fixes

* remove obsolete directive

* use last selection entry

* switch back to first selected node

* selection improvements, versioning uses same node

* optimised toolbar visibility evaluation

* upgrade libs

* update js api

* test fixes

* test fixes

* test updates

* test fixes

* fix e2e tests

* show metadata for last clicked node
2018-06-06 12:44:13 +01:00
Denys Vuika
a67dd43ad6 [ACA-1430] Initial NgRx setup (#384)
* initial ngrx integration, migrate header

* update header tests

* update spellcheck rules

* fix locked image path for virtual paths
2018-06-04 10:57:50 +03:00
Denys Vuika
71ac843c5f upgrade libs (#370)
* upgrade libs

* fix toolbar in the header

* restore breadcrumb e2e tests
2018-05-26 11:28:18 +01:00
Denys Vuika
58a71ad12a cleanup toolbar styles (#369)
* cleanup toolbar styles

* a11y fixes, add missing tooltip

* fix tests
2018-05-25 22:00:50 +01:00
Denys Vuika
cb409335b0 cleanup styles (#320) 2018-04-18 17:47:27 +01:00
Denys Vuika
b63f6c0197 [ACA-1086] search container (#271)
* rename search to search-input

* search results placeholder

* initial search filter integration

* layout

* upgrade to latest ADF alpha to get pagination fixes

* set default page size for search results to 25

* disable test until full search implementation
2018-04-03 17:26:49 +03:00
Bogdan Cilibiu
4e8210b7fb mini sidenav variant 2018-03-14 05:18:39 +02:00
Adina Parpalita
6688e236d9 update copyright year on license headers and login page (#212) 2018-03-02 14:11:31 +00:00
Cilibiu Bogdan
9bbc11b0b0 granular dependencies (#200) 2018-02-24 07:52:10 +00:00
Denys Vuika
d4a55c5b95 [ACA-1042] switch license (#129) 2017-12-11 14:58:25 +00:00
Cilibiu Bogdan
17ae9af1fe logo config reference (#123) 2017-12-08 08:27:00 +00:00
Cilibiu Bogdan
358ffe2197 [ACA] Header - custom color (#114)
* custom header color

* use SecurityContext.STYLE
2017-12-06 06:10:31 +00:00
Denys Vuika
1679106e8d ability to control full logo path (#102)
helps switching between root hosting and virtual paths
2017-12-04 06:08:46 +02:00
Denys Vuika
5fd2482488 update header and location link colours (#91) 2017-11-27 13:15:23 +02:00
Cilibiu Bogdan
ca8231496a [ACA] Logo height (#85) 2017-11-27 10:12:12 +02:00
Denys Vuika
89fb92d1d9 Upgrade to ADF 2.0.0-beta2 (#65)
* upgrade to 2.0.0-beta2

* search fixes

* test fixes

* test fixes

* cleanup CLI config

* remove unused property
2017-11-20 18:23:23 +02:00
Cilibiu Bogdan
fd685a6591 config logo (#63) 2017-11-18 20:27:35 +00:00
Denys Vuika
3bf1af209d fix logo image reference 2017-11-03 13:41:14 +00:00
Denys Vuika
96239694d7 [ACA-919] style fixes for search and toolbar (#27)
* style fixes for search and toolbar

* inherited font family
2017-11-02 16:51:22 +00:00
Denys Vuika
f3078d6718 AoT fixes 2017-10-20 12:12:52 +01:00
Bogdan Cilibiu
46b9f124e9 remove build number 2017-10-20 00:30:58 +03:00
Denys Vuika
34a27b3b31 simplify sass imports 2017-10-19 22:00:06 +01:00
Denys Vuika
3439e0f943 fix logo image path 2017-10-19 21:25:01 +01:00
Denys Vuika
1bf4f26df8 main application 2017-10-19 11:21:51 +01:00