Denys Vuika
7ba886483d
compatibility matrix ( #989 )
2019-03-05 07:07:39 +00:00
Denys Vuika
830357e892
[ACA-2214] Sharing URL being constructed from ECM Host incorrectly ( #981 )
...
* fix baseShareUrl defaults
* allow controlling full path
* unit test
* update tomcat settings
* use single slash
* simplify documentation
2019-03-01 07:15:08 +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
Denys Vuika
f58b6e5a9f
[ACA-2219] support more precise searching ( #976 )
...
* support more precise searching
* exact term matching
* remove fdescribe
* update docs
2019-02-27 06:25:50 +02: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
Denys Vuika
80dabdd26a
update repository to 6.1.2-ga, SSO example ( #914 )
...
* remove old compose, update to 6.1.2-ga
* SSO with vanilla keycloak
2019-02-03 11:42:34 +02:00
Denys Vuika
7701dbce93
Merge branch 'master' into development
2019-01-23 12:46:48 +00:00
Denys Vuika
8fe2e84841
restore original docs settings
2019-01-23 12:46:29 +00:00
Denys Vuika
c4e1bd1630
update doc settings
2019-01-23 12:36:56 +00:00
Denys Vuika
130a8a247a
update docs settings
2019-01-23 12:31:26 +00:00
Andy Stark
b2cd788ada
[ADF-2157] Added YAML index file for ABN ( #903 )
2019-01-23 07:48:46 +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
john-knowles
eca3c0540a
Update README.md ( #872 )
2018-12-12 08:08:18 +00:00
john-knowles
8f092caec7
Update README.md ( #873 )
2018-12-12 08:06:50 +00:00
john-knowles
920a331b14
Update document-list-layout.md ( #875 )
2018-12-12 08:06:24 +00:00
john-knowles
f933b484ff
Update search-results.md ( #874 )
2018-12-12 08:05:48 +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
john-knowles
ff0891009e
Update help.md ( #807 )
2018-11-16 11:05:30 +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
Cilibiu Bogdan
264597439b
isQuickShareEnabled evaluator doc ( #782 )
2018-11-06 11:47:29 +02:00
Cilibiu Bogdan
d962965588
bump version ( #749 )
...
* bump version
* update app prerequisites section
2018-10-25 10:09:52 +03:00
john-knowles
e93c4d3e78
Update toc.md ( #752 )
...
* Update toc.md
Trying to fix the docs links that broke in the last pull request.
* Revert "Update toc.md (#751 )"
This reverts commit accac29
* set link to sear results 'child of' Features
2018-10-24 21:23:13 +03:00
john-knowles
accac297e0
Update toc.md ( #751 )
...
Docs TOC changes to remove /'s to fix broken links
2018-10-24 18:32:21 +03:00
john-knowles
e305aed375
Update configuration.md ( #740 )
2018-10-19 09:38:20 +01:00
john-knowles
2ebc1e597d
Update configuration.md
2018-10-19 08:58:04 +01:00
john-knowles
7d672b77e9
Update configuration.md ( #736 )
2018-10-19 07:14:16 +01:00
john-knowles
225dbac813
Update README.md ( #737 )
...
Updated features section of Docs Readme:
- ADF version
- Shared Files view
- File Share action
2018-10-19 07:12:54 +01:00
oliveralfresco2018
7532a9a556
Create extending.md ( #721 )
2018-10-15 16:55:01 +01:00
Andy Stark
933f426759
[ACA-1889] Split Getting Started section into separate pages ( #710 )
...
* [ACA-1889] Split Getting Started section into separate files
* [ACA-1889] Removed original Getting Started page
* [ACA-1889] Fixed in-page links to new files
2018-10-12 20:24:49 +01:00
oliveralfresco2018
7f275a8151
Update getting-started.md ( #708 )
2018-10-11 18:10:31 +01:00
Andy Stark
2d0743819b
[ACA-1889] Added toc.md file for Docute sidebar ( #707 )
2018-10-11 18:08:52 +01:00
oliveralfresco2018
65c125dc0b
Update extending.md ( #703 )
2018-10-10 18:32:24 +01:00
Denys Vuika
b959f8795d
Merge branch 'master' into development
2018-10-03 20:44:49 +01:00
Denys Vuika
34eadae9e9
BrowserStack attribution
2018-10-03 20:40:08 +01:00
oliveralfresco2018
acb6f06e68
Update extending.md ( #685 )
2018-10-02 16:03:21 +01:00
oliveralfresco2018
5e3d9fd769
Update extending.md ( #683 )
2018-10-01 18:11:55 +01:00
oliveralfresco2018
caaa66ff23
Update help.md ( #681 )
2018-10-01 18:10:34 +01:00
oliveralfresco2018
8f277b646c
Update getting-started.md ( #679 )
2018-10-01 13:53:39 +01:00
Denys Vuika
4a4eca652d
creating dialog actions ( #680 )
2018-10-01 12:14:59 +01:00