Denys Vuika
5a88c8c852
[ACA-1743] extension settings ( #1399 )
...
* upgrade tslib
* initial settings skeleton
* migrate language picker setting
* support string parameters
* remove process extensions workaround
* update extensions schema
* update docs
* unit tests
* fix unit test
2020-04-06 19:58:41 +02:00
Cilibiu Bogdan
8603d13f71
[ACA-1921] Create folder structure from template ( #1309 )
...
* update template actions
* update template effects
* declare menu option
* rename dialog component
* rename service
* update tests
* update docs
* e2e fix locator
* fix translation reference
2020-01-22 10:35:32 +02:00
Cilibiu Bogdan
8b7c7b5ed4
[ACA-2873] Move acaContextActions to aca-shared library ( #1301 )
...
* move to aca-shared library
* export directive
* context menu action
* import directive from shared library
* context menu effect
* test
* update docs
* fix production code
* fix imports
* fix licence header
* fix licence headers
2020-01-20 10:42:42 +02:00
Cilibiu Bogdan
0bc4a3453b
[ACA-2869] Create File from template - keep the dialog open if creation fails due to the usage of a duplicate file name ( #1299 )
...
* rename create from template flow action
* create from template action
* dialog service
* subscribe to dialog service
* dispatch create file from template action on submit
* update tests
* subject value type
* break effects and refactoring
* update tests
* update docs
* change version number
2020-01-16 11:21:06 +02:00
pionnegru
673e1f4d75
update docs
2020-01-07 20:38:17 +02:00
pionnegru
2e2f015a41
update docs
2019-12-12 10:11:38 +02:00
Suzana Dirla
6ded4227ec
Japanese docs - add language picker with Japanese & fix links ( #1202 )
2019-09-13 15:29:00 +03:00
Cilibiu Bogdan
edf1e52e94
[ACA-2745] Viewer - return to location on close ( #1196 )
...
* use viewNodeExtras when calling action
* open viewer based on ViewNodeExtras data
* resolve closing destination based on ViewNodeExtras query params
* remove unused param
* call ViewNodeAction with correct params
* update tests
* update docs
2019-09-06 14:17:29 +03:00
Cilibiu Bogdan
e31c0d6caf
[ACA-2087] Overlay Viewer ( #1175 )
...
* viewer outlet over preview route
* use ViewNodeAction over ViewFileAction
* pass data to dynamic component
* ViewNodeComponent for view file custom actions
* update docs
* pass primary url to show preview outlet
* update tests
* reset selection on navigation event
* document list update selection action when not viewer
* close viewer for move and delete from viewer
* location as router commands to work with search query
* make viewer to behave like former preview
* viewer error route
* call correct preview method
* remove view/error route
* navigate to show error
* span element for action name
* fix folder navigation
* fix test
* page title fix
* update tests
* locate better the viewer toolbar
* fix viewer url link
* update navigation rules
* document-list directive tests
* try workaround for chrome 76
* try another workaround for using chromedriver 75 instead of 76
* ViewerEffects tests
* reset selection over reload
* fix tests
* add reset event test
* remove actions
* context menu action refresh on favourite
* reset selection on navigation
* add delete and upload events
* takeUntil after operators
* remove chrome workaround parameter
* filter navigation event
2019-08-08 15:38:50 +03:00
Yuuki Ebihara
6ecf20a0bb
Fixed invalid url link. ( #1177 )
...
* Fixed invalid url link.
* Update docs/features/side-navigation.md
Co-Authored-By: Suzana Dirla <dirla.silvia.suzana@gmail.com>
2019-08-02 15:07:00 +03:00
dhrn
5491545ac9
[ACA-2471] - close preview action ( #1129 )
2019-06-15 06:17:59 +03:00
Cilibiu Bogdan
d28114f2ee
[ACA-2390] Evaluators - user is admin ( #1116 )
...
* user isAdmin rule
* register rule
* test
* update docs
* remove fdescribe
2019-05-24 16:12:54 +01:00
Denys Vuika
d8e3b9ada0
[ACA-2364] support 'canPreview' rule for the Viewer ( #1102 )
...
* support `canPreview` rule for the Viewer
* update plint settings
* update prettier settings for plint
* test fixes
* update config
2019-05-10 15:08:00 +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
2001bcd447
[ACA-2327] rule and evaluator optimisations ( #1065 )
...
* reduce imports
* canCopyNode rule
* simplify naming
* improve canShareFile rule
* canToggleJoinLibrary rule
* canEditFolder rule
* improve canUploadVersion rule
* isTrashcanItemSelected rule
* improve canDelete usage
* simplify canDownload usage
* canViewFile rule
* canLeaveLibrary rule
* rule usage improvements
* canToggleSharedLink rule
* canShowInfoDrawer rule
* canManageFileVersions rule
* canManagePermissions rule
* canToggleEditOffline rule
* canToggleFavorite rule
* minor polishing
* fix test
* fix evaluator
* code and test fixes
* fix evaluator
2019-04-12 15:26:32 +01:00
Denys Vuika
b69ed7da28
Overlay viewer outlet ( #1054 )
...
* separate outlet for the Viewer
* separate node viewer route
* update docs
2019-04-03 11:43:14 +03:00
Denys Vuika
dd02a8ddd6
support "disabled" rules for Viewer extensions
2019-03-20 15:56:54 +00:00
Denys Vuika
92a5ec44e8
[ACA-2215] toggle search filter ( #998 )
...
* support for toggling search filter
* update docs
* disable e2e test
* update e2e
2019-03-07 14:04:44 +02:00
Denys Vuika
3641e0168f
update evaluator docs, workspace snippet ( #995 )
...
* add missing docs and code hints
* update app evaluator docs and code hints
2019-03-06 14:28:57 +00:00
Denys Vuika
a25385049d
reload active doclist via NgRx actions ( #978 )
...
* doclist reload action and effect
* deprecate folderEdited event
* deprecate "favoriteToggle" event
* deprecate "favoriteRemoved" event
* update docs
* unified reload function
* deprecate "nodesRestored" event
* deprecate "nodesPurged" event
* test fixes
* deprecate "nodesMoved" event
* reduce the use of "nodesDeleted"
2019-02-27 13:45:55 +00:00
Cilibiu Bogdan
525ba7e73e
[ACA-2216] Shared link preview - use extension actions ( #964 )
...
* isSharedFileViewer evaluator
* navigation evaluators tests
* update docs
* fallback for SharedLink entry
* shared link view use extensions
* rules for link shared view actions
* dedicated extension definition for shared link action toolbar
* resolve selection and actions
* update tests
* remove un used imports
* nest shared link viewer toolbar actions in to viewer structure
2019-02-24 12:50:23 +00:00
Cilibiu Bogdan
bb5ce29445
[ACA-2199] Upload Version - granular permission ( #938 )
...
* canUploadVersion evaluator
* change upload version action rule
* update docs
* simplify condition
* unit tests and code fixes
2019-02-13 21:04:48 +00:00
Cilibiu Bogdan
894a928187
[ACA-2193] Lock node - unlock after new version is uploaded ( #924 )
...
* unlock node api call
* unlock action and effect
* unlock node after version upload
* check if locked
* clear version input on dialog cancel event
* update viewer on node version upload
* update viewer on file upload delete
* test
* update tests
* update tests
* rename evaluators
* update docs
2019-02-10 13:56:02 +00:00
Andy Stark
a46e16c28a
[ACA-2157] Fixed structure, markup and links ( #904 )
...
* [ACA-2157] Added brief description and updated links
* [ACA-2157] Fixed broken image URL
2019-01-23 07:45:31 +00:00
Andy Stark
afa6de5687
[ACA-2157] Added basic ABN metadata ( #902 )
2019-01-21 18:38:30 +00:00
Denys Vuika
da3527b0db
unified format for viewer sub-menus ( #901 )
...
* unified format for viewer sub-menus
* fix tests
* update prettier
2019-01-20 11:13:55 +00:00
Denys Vuika
0163c3e6e4
update extension registration docs
2019-01-09 13:36:54 +00:00
Denys Vuika
99a8192b36
[ACA-2064] support custom icons for extensions ( #864 )
...
* icon component, custom svg
* split components, fix modules
* simplify code
* universal icon component
* support custom icon registration
* update docs
* test fixes
2018-12-07 19:09:45 +00:00
Cilibiu Bogdan
4c274acb3c
[ACA-1917] Extensions - evaluate actions for locked files ( #858 )
...
* locked file evaluator
* add extension reference
* update docs
* disable versioning for locked files
* disable metadata edit for locked files
* update e2e
2018-12-06 15:29:12 +00:00
john-knowles
12a72afdac
[ACA-2062] toolbar updates ( #847 )
...
* john-doclist-actions-ACA-2062
* add “simpletask” to ignore list
* fix e2e
* add workaround for Favorites
* isSharedFile state evaluator
* update docs
* update store on share file modal closed
* share action definition
* rename evaluator
* context menu rule
* check for file selection
* use another selector
* update tests
* viewer share action
* fix e2e tests
* update viewer button ids
2018-12-05 11:27:22 +00:00
Denys Vuika
26b4b0684f
[ACA-805] about screen enhancements ( #813 )
...
* upgrade to latest adf-extensions
* switch to ADF RepositoryState
* show extensions on About page, i18n fixes
* update docs
* cleanup about styles
* greatly simplify app dependencies rendering
* fix linting
* fix tests
2018-11-20 21:15:05 +02:00
Suzana Dirla
dcacbc1210
[ACA-19] show search libraries hint ( #802 )
...
* [ACA-19] show hint on 400 error
* [ACA-19] unit test
* [ACA-19] small change
* [ACA-19] unit test
* [ACA-19] unit tests
* [ACA-19] avoid memory leaks with takeUntil
* [ACA-19] remove comment & formatting
* [ACA-19] update documentation
2018-11-16 12:35:41 +00:00
Cilibiu Bogdan
da41834524
[ACA-20] Add/Remove favorite library ( #804 )
...
* custom add favorite library
* addFavoriteLibrary component
* tests
* update doc
* add content event
* reload on remove favorite library
* consistency
* app.selection.library over app.navigation.isLibraries
* fix duplicate id name
2018-11-16 12:46:36 +02:00
Andy Stark
5d71b18ba1
[ACA-1889] Separated Features section from Home page ( #788 )
2018-11-07 20:13:30 +00:00
Andy Stark
ef8447b750
[ACA-1889] Split Extending section into separate files ( #784 )
...
* [ACA-1889] Split Extending section into separate files
* [ACA-1889] Split Extending section into separate files
* [ACA-1889] Added recent changes and then deleted extending.md
* [ACA-1889] Added Tutorials section
2018-11-06 20:19:00 +00:00
oliveralfresco2018
7532a9a556
Create extending.md ( #721 )
2018-10-15 16:55:01 +01:00