Denys Vuika
1c4f658017
[ACA-1473] fixes for navigation to searched folder ( #429 )
...
* search effects
* "view folder" action
* folder navigation actions and effects
* navigate to folder on double-click (search results)
* update tests
* fix tests
2018-06-17 19:12:08 +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
2c6136ef59
remove old workarounds ( #427 )
...
* remove ADF 2.3 workarounds
* remove old workarounds for styles
* remove old document list workarounds
* style fixes
2018-06-17 13:18: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
90215350a1
update to latest ADF 2.4.0 alpha ( #423 )
...
* update to latest ADF 2.4.0 alpha
* update app config
* fix routing
2018-06-15 19:13:04 +01:00
Denys Vuika
350ae452e1
data store enhancements ( #422 )
...
* separate module for store
* move NodeInfo to models folder
* move store models to correct place
2018-06-15 15:23:47 +01:00
Cilibiu Bogdan
93c716dfb4
conditional preview node ( #421 )
2018-06-15 13:29:43 +01:00
Cilibiu Bogdan
7e1da5030e
title popup ( #420 )
2018-06-15 13:22:30 +01:00
Cilibiu Bogdan
be8edcc9d6
[ACA] Upload - 500 error message ( #419 )
...
* 500 error message
* generic error message
2018-06-15 12:18:30 +01:00
Cilibiu Bogdan
13bfd118d6
enable to search in personal files ( #418 )
2018-06-15 09:54:23 +01:00
Cilibiu Bogdan
4fd455100e
pass entry ( #417 )
2018-06-15 09:20:46 +01:00
Denys Vuika
13a28bebcd
[ACA-1450] "manage versions" dialog enhancements ( #415 )
...
* move dialog to the "dialogs" folder
* rename to node-versions
* style and layout refactoring
* style fixes
* layout fixes
* fix scrollbars
* code polishing
2018-06-15 08:24:47 +01:00
Cilibiu Bogdan
51cd3744c5
size data ( #416 )
2018-06-15 07:45:42 +01:00
Cilibiu Bogdan
b06dcd4391
[ACA-1437] Custom row for search results DL ( #414 )
...
* custom row
* clean up
2018-06-15 07:06:12 +01:00
Denys Vuika
edc9d6ba32
remove console.log
2018-06-14 18:18:31 +01:00
Denys Vuika
0144a53ed4
search result fixes ( #413 )
2018-06-14 16:30:40 +01:00
Suzana Dirla
981b59095c
[ACA-1449][ACA-1448] Show searched term on the extended search input ( #411 )
...
* [ACA-1449][ACA-1448] Show searched term on the extended search input
* [ACA-1449][ACA-1448] fix test
2018-06-14 14:26:25 +01:00
Denys Vuika
f8fe664f1f
[ACA-1455] universal Viewer @effect ( #412 )
...
* viewer @effect
* universal preview effect
* remove router where not needed
* update tests
* update tests
2018-06-14 16:10:31 +03:00
Cilibiu Bogdan
d1e5353d7a
use navigation @effect ( #410 )
2018-06-14 11:32:02 +01:00
Denys Vuika
2d7e844d8f
turn ADF customisations into theme mixins ( #409 )
...
* theming support for upload dialog customisations
* pagination theme
* about dialog theme
* update shared workspace settings for VS code
* remove hardcoded color variable
* upgrade sidenav theme
* document list theme
* upload drag area theme
2018-06-13 18:10:46 +01:00
Cilibiu Bogdan
7a0b2b979c
fix import ( #408 )
2018-06-13 15:25:23 +01:00
Cilibiu Bogdan
1384a0e49d
styling ( #407 )
2018-06-13 15:25:10 +01:00
Cilibiu Bogdan
e8ad0ad9ab
manage version for favorite nodes ( #405 )
2018-06-13 14:56:59 +01:00
Denys Vuika
a849a215bb
[ACA-1379] Search Results Actions and Bulk Actions ( #406 )
...
* download actions and effects
* download multiple search results
* remove inline toolbar
* base page and toolbar for the Search results
* toolbar actions
* update search settings
* toggle favorites from search results
* manage versions dialog
* folder navigation
* sidebar integration
* remove obsolete style
2018-06-13 14:21:09 +01:00
Denys Vuika
6620600550
Revert "fix snackbar selector"
...
This reverts commit b6938060aecec7859fa42a518808afc1f93d69b9.
2018-06-12 20:00:32 +01:00
Denys Vuika
b6938060ae
fix snackbar selector
2018-06-12 19:16:01 +01:00
Denys Vuika
2320265416
search fixes
2018-06-12 19:00:34 +01:00
Denys Vuika
17ceb5e1cf
[ACA-1447] style fixes ( #403 )
...
* style fixes
* style fixes
* fix 'New' label styles
2018-06-12 18:55:23 +01:00
Denys Vuika
0a934930e5
explicit column layout for search results
2018-06-12 15:47:26 +01:00
Denys Vuika
e83cc18964
fix page title service ( #402 )
2018-06-12 12:50:19 +01:00
Denys Vuika
56e4826053
unit testing enhancements ( #401 )
...
* app testing module
* reduce favorites test dependencies
* remove fdescribe
* setup store integration for app testing module
2018-06-12 10:38:20 +01:00
Cilibiu Bogdan
0c696b5991
get info for favorite entry ( #400 )
2018-06-12 10:12:42 +01:00
Suzana Dirla
f1171c06ec
[ACA-117][ACA-1434] navigate to new search results on input change ( #390 )
...
* [ACA-117][ACA-1434] change total results info
* [ACA-117][ACA-1434] update search results on input change
* [ACA-117][ACA-1434] update search results on input change - only when on the results page already
* [ACA-117][ACA-1434] check url if on the search results page
* [ACA-117][ACA-1434] no live search enabled and no expandable search control on the results page
2018-06-12 09:18:42 +01:00
Cilibiu Bogdan
4c1556e475
[ACA-1445] Shared files - verison manager panel ( #397 )
...
* shared files verion manager panel
* show content when loaded
* node info loaded
* cast as boolean
2018-06-12 07:52:34 +01:00
Cilibiu Bogdan
9076c7ee9f
[ACA-1407] Version Manager - file name conflict message ( #398 )
...
* upoad file conflict message
* SnackbarErrorAction
2018-06-12 07:51:57 +01:00
Cilibiu Bogdan
8d58d00c08
[ACA] Shared files- version manager for single node action ( #396 )
...
* single action node
* check shared file allowable operation
2018-06-12 07:31:03 +01:00
Denys Vuika
be891b18a8
[ACA-1436] style fixes ( #399 )
...
* style fixes
* fix 'search results' label colors and font
2018-06-12 08:38:31 +03:00
Denys Vuika
3c01aa7f55
update ADF libs ( #395 )
...
* update ADF libs
* upgrade tests
* fix tests
* remove fdescribe
2018-06-11 16:18:16 +03:00
Denys Vuika
e34e9ee726
[ACA-1442] improved notifications and delete/restore ( #393 )
...
* remove notifications from files component
* remove notifications from favorites page
* remove irrelevant tests
* snackbar effects
* snackbar theme
* improve permanent delete messaging
* cleanup tests
* strongly typed node delete directive, node actions
* strongly-typed directives
* test fixes
* redux dev tools, migrate permanent delete directive
* reload trashcan on service events
* delete and restore nodes, snackbar effects with undo
* wire viewer with store and effects
* test fixes
* migrate events
* fix spelling
* bug fixes
* use notification effects on restore node
* remove fdescribe
* node-versions using snackbar actions
* dispatch snackbars from node-move directive
* store-enabled create folder
* reduce dependency on ContentService for list reloads
* favorites use unified preview api for files
* simplify preview for shared files
* remove test
2018-06-11 06:33:37 +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
1ac85c0149
update test
2018-06-09 07:36:23 +01:00
Denys Vuika
eefba09352
update tests
2018-06-09 07:05:18 +01:00
Denys Vuika
1bd50287a1
update e2e tests according to the toolbar changes
...
View button tests will be reviewed in the future once new "cycling through the selection" is introduced
2018-06-08 21:31:00 +01:00
Denys Vuika
e33ddb38fd
[ACA-1439] Resolve multi-select issues ( #392 )
...
* toolbar enhancements
* code cleanup
2018-06-08 21:07:43 +01:00
Denys Vuika
f73f99ccf2
upgrade libs and code ( #389 )
2018-06-07 15:13:47 +01:00
Cilibiu Bogdan
952c541a9a
input as MinimalNodeEntryEntity ( #388 )
2018-06-07 13:46:05 +01:00
Denys Vuika
15dff74eea
use port 4000 for e2e runs ( #387 )
...
* use port 4000 for e2e runs
* upgrade to latest node images
* Revert "upgrade to latest node images"
This reverts commit 88177f508468f7f9b7d07c388785df1a5c30e27e.
* disable the deletion test for now
2018-06-07 13:32:51 +01:00
Denys Vuika
1bf897639c
fix toolbar test
2018-06-06 14:06:23 +01:00
Cilibiu Bogdan
f30bb86a6e
search sort options ( #386 )
2018-06-06 12:53:56 +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