Denys Vuika
e94b2f99bd
[ADF-5406] SCSS and HTML template path fixes ( #7063 )
...
* remove useless mixin
* fix scss paths
* style fixes
* fix styles
* style fixes
* style fixes
* style fixes
* style fixes
* insights fixes
* css and template path fixes
* bug fixes
2021-06-01 09:21:00 +01:00
Urse Daniel
7c09fb1fb9
added functionality to view a previous version ( #5913 )
2020-07-27 09:29:29 +01:00
Denys Vuika
cd2b489100
[ADF-5146] Upgrade to Angular 10 ( #5834 )
...
* remove useless module
* upgrade to angular 8
* upgrade material to v8
* upgrade adf libs
* migrate demo shell to v8
* upgrade to angular 9
* upgrade material to v9
* remove hammer
* upgrade nx
* upgrade datetime picker
* upgrade flex layout
* update core api
* remove entry components
* code fixes
* upgrade testbed usage
* code fixes
* remove unnecessary core-js from tests
* upgrade CLI
* ts config fixes
* fix builds
* fix testing config
* compile fixes
* fix demo shell dev setup
* fix core tests
* fix card view import
* upgrade nx
* disable smart builds for now
* remove fdescribe
* restore smart builds
* fix issues
* unify tsconfigs and fix newly found issues
* fix configuration and cleanup package scripts
* improved production build from the same config
* use ADF libs directly instead of node_modules
* disable smart build
* single app configuration (angular)
* fix core build
* fix build scripts
* lint fixes
* fix linting setup
* fix linting rules
* various fixes
* disable affected libs for unit tests
* cleanup insights package.json
* simplify smart-build
* fix content tests
* fix tests
* test fixes
* fix tests
* fix test
* fix tests
* disable AppExtensionsModule (monaco example)
* remove monaco extension module
* upgrade bundle check rules
* fix insights tests and karma config
* fix protractor config
* e2e workaround
* upgrade puppeteer and split linting and build
* reusable resources config
* update protractor config
* fix after rebase
* fix protractor config
* fix e2e tsconfig
* update e2e setup
* Save demoshell artifact on S3 and remove travis cache
* Push the libs on S3 and fetch before releasing it
* Add deps
* Add dependencies among libs and run only affected unit test and build
* fix the travis stage name
* fix after renaming dev to demoshell
* force the order of the projects
* remove unused dependencies
* fix content e2e script
* exit codes fix
* add extra exit codes to core e2e
* postinstall hook and package cleanup
* cleanup packages
* remove deprecated code and dependency on router
* improve bundle analyzer script
* minor code fixes
* update spec
* fix code after rebase
* upgrade protractor after rebase
* fix e2e mapping lib
* Update tsconfig.e2e.json
* update e2e tsconfig
* fix angular config
* fix protractor runs
* cache dist folder for libs
* update material selectors for dropdowns
* selector fixes
* remove duplicated e2e that have unit tests already
* fix login selector
* fix e2e
* fix test
* fix import issues
* fix selector
* cleanup old monaco extension files
* cleanup demo shell login
* add protractor max retries
* disable customisations of protractor
* fix login validation
* fix after rebase
* fix after rebase, disable latest versions of libs
* Hide the report tab and rollback the localstorage
* rename protractor config back to js
* restore lint as part of build
* cleanup code
* do not copy anything to node_modules on dist test
* fix unit tests
* config fixes
* fix code
* fix code after rebase
* fix tests
* remove existing words from spellcheck
* remove useless directive decorators
* update package.json after rebase
* add js-api back
* code fixes
* add missing export
* update configs
* fix code
* try fix the sso login test
* fix
* remove puppeteer unit
* fix e2e script
* fix
* make provider easy
* fix routes module before upgrade
* fix unit tests
* upgrade angular cli
* upgrade to angular 10
Co-authored-by: maurizio vitale <maurizio.vitale@alfresco.com >
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com >
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com >
2020-07-03 13:01:05 +01:00
Denys Vuika
654be10dd2
Pre-Angular 9 upgrade fixes ( #5712 )
...
* remove deprecated angular/http
* upgrade adf libs
* fix production builds
* ivy-compatible translate module usage
* improved module usage
* upgrade content services module
* fix process services tests
* upgrade process cloud tests
* lint fixes
* update core max size
* fix insights test module
* remove insights lazy loading workaround
* fix insights module exports
* * Fixed skipped form-cloud unit test and removed duplicated tests
* cleanup the use of services
Co-authored-by: sivakumar414ram <siva.kumar@muraai.com >
2020-05-20 16:51:51 +01:00
Denys Vuika
347e64fd91
Pre-Angular upgrade fixes ( #5709 )
...
* code fixes
* code fixes
* more code fixes
* even more fixes
* add missing typescript for cli
* rollback info drawer test changes
* use npx for cli commands
* restore attach providers
2020-05-18 14:02:15 +01:00
davidcanonieto
8f68899ce0
[ADF-4900] Card View and Metadata Components refactoring ( #5592 )
...
* [ADF-4900] Card View and Metadata Components refactoring
* CSS linting
* Unit test excluded
* Rebase branch
* Fix unit tests
* Fix linting
* Fix e2e tests
* Fix 2e2 tests
* Fix process-services e2e tests
* More fixes
* Fix more e2e tests
* Fix unit test
* Improve flaky unit test
* Fix process services e2e tests
* Update Process Header Cloud Page
* Fix linting
* Fix timing issue
* Lintintg
* Fix selectors
* Fix e2e tests
* Fix timing issue
* Fix C260328
* Fix spellcheck
* save screenshot
* performance issue
* Fix unit tests and e2e tests
* fix e2e
* refactoring
* fix lint
* fix e2e
* Fix C309698
* fix other e2e
* fix lint
* increase timeout
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com >
2020-04-27 00:09:52 +01:00
Denys Vuika
a0926a38d8
Minor code and style fixes ( #5398 )
...
* type fixes
* import fixes
* fix typos
* fix warning for private props that init in ctor only
* typing fixes
* typing fixes
* style cleanup
* fix test template
2020-02-09 22:03:32 +00:00
davidcanonieto
f2c1778eda
[ADF-4595] Change demo-shell style classes prefix ( #5132 )
...
* [ADF-4595] Change demo-shell style classes prefix
* Change more files
* Trigger e2e tests
* Fix e2e selectors
* Fix e2e tests
* Fix e2e tests
2019-10-18 17:35:01 +01:00
Cilibiu Bogdan
ccdcba8778
[ADF-4424] Pdf Viewer - password dialog does not close when pressing Escape ( #4622 )
...
* return to previous page on close
* update e2e
* [ADF-4424] Improve PreviousRouteService to use it in pdfViewer
* change previous Url logic
* remove navigation logic
* remove test
* Update pdfViewer.component.spec.ts
* back button logic for viewer outlet
* unit tests
* remove fdescribe
* remove unused service
* e2e
* return to location
* remove click filter step
* remove unnecessary test steps
* remove un existen export
* unify preview between PS and CS in demo shell
* fix dispalyname property
2019-07-11 17:33:15 +01:00
Denys Vuika
0e2e5e35a0
[ADF-3126] i18n support for info drawer tabs ( #4698 )
...
* [ADF-3126] i18n support for info drawer tabs
* fix tests
* code fixes
2019-05-07 17:31:22 +01:00
dhrn
c6933e169a
[ADF-4359] - Add the possibility to chose which panel to show first in info-drawer
2019-04-24 12:02:59 +05:30
Eugenio Romano
df26447701
Revert "[ADF-4359] - Add the possibility to chose wich panel to show first in info-drawer ( #4632 )" ( #4637 )
...
This reverts commit 6e4adfb09a
.
2019-04-23 00:58:26 +02:00
dhrn
6e4adfb09a
[ADF-4359] - Add the possibility to chose wich panel to show first in info-drawer ( #4632 )
...
* [ADF-4359] - Add the possibility to chose which panel to show first in info-drawer
* * docs added
2019-04-22 19:38:35 +02:00
davidcanonieto
b60e9a7c6e
[ADF-4298] Improve Info drawer e2e tests ( #4532 )
...
* [ADF-4298] Improve Info drawer e2e tests
* [ADF-4298] Add new tab with single icon and update e2e tests
2019-04-02 12:00:27 +01:00
davidcanonieto
31280baeef
[ADF-4298] Add e2e tests for info drawer ( #4506 )
...
* [ADF-4298] Add e2e tests for info drawer
* Update info-drawer.component.e2e.ts
* Update info-drawer.component.e2e.ts
2019-03-29 16:17:44 +00:00
Eugenio Romano
bda7e07b52
[ADF-4125] simplify extension load in extension module ( #4214 )
...
* add extension load in extension module
* add viewer extensions
* fix license header
* fix node passed in the viewer extension
* fix node passed in the viewer extension
* startup factory extension
* startup factory extension
* fix script
* fix beta tag build
* fix build
* fix build
* refactoring configuration files
* extension using map
* fix build
* fix config
* fix test
* fix test
2019-02-22 14:19:41 +00:00
davidcanonieto
4072b0a8f6
[ADF-4097] Revert changes in Add comment button ( #4332 )
2019-02-19 11:59:43 +00:00
davidcanonieto
84403a3f3f
[ADF-4097] Fix add comment section
2019-02-18 09:37:39 +00:00
Eugenio Romano
469bb214b5
has permission cosnumer skip logic
2019-02-13 15:01:26 +00:00
Eugenio Romano
c55cba5514
license header update 2019 ( #4300 )
2019-02-12 01:18:43 +00:00
Eugenio Romano
3263659ac2
rename old hasPermission as allowableOperation and introduce the real hasPermissions ( #4294 )
2019-02-11 10:44:37 +00:00
Suzana Dirla
6e5f1b68ed
[ADF-3810] Viewer - rightmost position for more menu ( #4137 )
...
* [ADF-3810] Viewer - rightmost position for more menu
* [ADF-3810] small change
2019-01-17 10:28:17 +00:00
Eugenio Romano
7d061b2c11
[ADF-1873] Remove all deprecated code from ADF ( #4145 )
...
* remove deprecated code part 1
* remove deprecation step 2
* fix spellcheck
* fix
* fix lint
* fix not used import
* remove deprecation
* fix test first part after remove deprecation
* fix test
* fix sidebar demo shell
2019-01-15 15:36:01 +00:00
Eugenio Romano
3ef7d3b7ea
[ADF-] update library to use new js-api 3.0.0 ( #4097 )
2019-01-08 16:29:30 +00:00
Eugenio Romano
27b0ba897a
[lint-refactor] simplify tslint and unify main tslint extension in sub folders ( #4032 )
...
* simplify tslint and unify main tslint extension in sub folders
* remove autofix
* fix lint extension and process cloud
2018-11-29 15:04:12 +00:00
Vito
5bea17fa6c
[ADF-2661] disabling comments when user doesn't have permissions ( #4031 )
2018-11-29 13:49:15 +00:00
Marouan Bentaleb
cc7b9230ee
[ADF-3333] Test for Viewer - Part 3 ( #3927 )
...
* [ADF-3333] Test for Viewer - Part 3
* Fixing failing test
* remove async not necessary
* fix lint
2018-11-28 00:22:42 +00:00
Eugenio Romano
58f61fd836
[ADF-3643] Viewer shows both sidebar icons ( #3852 )
...
* Viewer shows both sidebar icons
* update readme
* add config editor for start-process
2018-10-03 11:29:55 +01:00
Eugenio Romano
6a546289b7
[no-issue] fix e2e uploader ( #3840 )
...
* fix e2e upload
move viewer subbfolder
* fix CS services e2e test
* add log for error in upload delete
* aysnc get node
* new tentative
* attempt 2
* attempt 3
* new demo shell test
travis change for test
* excluded file tslint fix
* remove desktop only class
* renable tests
* decrease time notification
* add process service multiselect demo test
fix e2e
* remove log
* add custom toolbar example
2018-10-02 12:26:13 +01:00
Eugenio Romano
897a557afa
[ADF-3332][ADF-3352] Add property e2e test and leftsidebar viewer ( #3814 )
...
* new viewer test
left sidebar
fix height width no overlay viewer
* fix lint and failing e2e
* missing semi column
* fix test
* fix template
* documentation
2018-09-21 11:37:40 +01:00
Denys Vuika
c5c1aa9ecb
[ADF-3443] basic printing support ( #3777 )
...
* printing service
* code fixes
* update code
2018-09-12 13:04:43 +01:00
Denys Vuika
08e96dfa1f
single place to init pdf viewer
2018-08-14 15:42:59 +01:00
Denys Vuika
f5e264d0fc
fix pdf worker
2018-08-14 15:42:57 +01:00
Eugenio Romano
7172d5b631
E2E test default properties ( #3671 )
2018-08-14 15:42:54 +01:00
Denys Vuika
f606149344
[ADF-3380] lazy loading fixes ( #3609 )
...
* lazy loading file viewer
* fix issue with CoreModule referencing
* fix issue with app config and lazy loading
* test fixes
* fix import
* lazy loading workaround for content module
* fix providers for lazy loading
* fix tests
* lazy loading for Process Services lib
* lazy loading for Insights, module cleanup
* fix issue with Translate module, optimise imports
* lazy-load blob viewer (demo shell)
* remove duplicate pdf init
* update to more stable pdfjs
* fix license header
* fix lint issues
* fix test import
* fix pdf version
2018-08-14 15:42:50 +01:00
davidcanonieto
409acbcc9e
[ADF-3372] Added toggle and global configuration to display metadata ( #3636 )
...
* [ADF-3372] Added toggle and global configuration to display metadata
* [ADF-3372] Fixed typo in shcema.json
* [ADF-3372] Removed unnecessary variables and variable name changed
* [ADF-3372] Fixed unit test
* [ADF-3372] Improved logic
* [ADF-3372] Improved Metadata component html logic
* [ADF-3372] Demoshell variable from app.config.json removed
* [ADF-3372] fixed bugs and tests
* [ADF-3372] fixed some error in tests
* [ADF-3372] fixed some wrong compilation in test
* [ADF-3372] fixed wrong locator
* [ADF-3372] fixed randomly failing tests
2018-08-14 15:42:49 +01:00
Eugenio Romano
b2cb93468d
[ADF-3259] [ADF-3363] e2e login and card metadata ( #3612 )
...
* remember me
* add login component e2e test
* add success route test
* add change logo check
* redirect url after logout e2e
* move redirection test in a separate file
* login component tslint
* cardview e2e
* fix login test
* add test case number
* move version test in a separate file
* clean unused elements
* metadata part 1
* tslint fix
* fix metadata test
* remove fit
* fix formatting file viewerPage
* multi propety test
* metadata and login improvements
* fix data automation fix
* metadata permission e2e
* fix tslint problems
* improve selector
* stabilize search component test
* stabilize test step 1
* fix tag test
add config timeout
* tentative
* delay after download
* change meatdata test
* stabilize metadata
* use smaller file for not extension related test
* stabilize test step 2
* exclude failing test
* timeout fix
* split in multiple task e2e
* trick travis
* trigger build
* fix command issue
* fix save screenshot
* fix run subfolder
* test timeout increase
2018-08-14 15:42:28 +01:00
Eugenio Romano
8872706eab
[ADF-2563] Upload new version information dialog ( #3235 )
...
* add majorVersion param
move common part in base class
* refactor upload queue
* fix after refactoring
* add comment functionality in versioning
add minor and major option in versioning
add animation in versioning
add new functionality in demo shell
* add animation test
* add missing properties test and base upload class
* fix reload after new version upload [ADF-2582]
* update documentation
* update doc and fix minor style issues
* fix tslint error
* change cachebuster
* ADF-2672 version manager disable buttons
* [ADF-2649] hide show actions in version list
* fix tests
2018-04-26 14:57:55 +01:00
Denys Vuika
38f2973863
tooltip and i18n fixes ( #3147 )
...
* tooltip fixes
* i18n for info drawer strings
2018-04-06 12:47:19 +01:00
Mario Romano
653a510a5c
[ADF-2588] make comment component compatible with content ( #3128 )
2018-03-30 11:13:38 +01:00
Popovics András
8859d3466e
[ADF-2368] Version manager update ( #3058 )
...
* Add auto file renaming in FE side
* Add error handling, file type restriction
* Documentation
* Fix ts-lint error
* Test the service
* Fix fdescribe...
2018-03-09 22:55:24 +00:00
Denys Vuika
f7cfccc7d9
[ADF-2352] project toolbar buttons for the Viewer ( #2989 )
...
* project toolbar buttons for the Viewer
* test fixes
2018-02-23 15:48:17 +00:00
Eugenio Romano
a99c1a37e4
[ADF-2056] update dependencies ( #2764 )
...
* update dependencies
add ban for fdescribe in tslint
reenable test
add badge codacy
check bundles esm5 and esm2015
travis run new vuild script
* remove fdescribe
* material 5.0.0 stable release
2017-12-07 11:58:16 +00:00
Eugenio Romano
9b7e018f93
[no issue number] fix unsubscribing in documentlist ( #2740 )
...
* fix unsubscribing in documentlist
* fix tslint errors
2017-11-27 17:51:18 +00:00
Eugenio Romano
bc48a3923e
[ADF-2005] Cannot view document in tasklist attachment list ( #2701 )
2017-11-23 14:05:13 +00:00
Popovics András
4b76e6b4a9
[ADF-1841] Content Metadata first iteration ( #2666 )
...
* First try
* Small layout changes
* Add pipe support for CardViewTextItemModel
* property service
* Additional stuff
* Make CardViewUpdateService smarter
* Content metadata saving
* Rebase fix
* CardView Style fixes
* Fix core and content-services tests
* Fix CardView text item update UX
2017-11-18 10:43:39 +00:00
Eugenio Romano
ff2e855aa3
Fix prefix adf- import ( #2657 )
...
* fix prefix adf- import
* missing conf file prefix replacement
* fix demo shell start
2017-11-17 02:46:31 +00:00
Eugenio Romano
a52bb5600a
New packages org ( #2639 )
...
New packages org
2017-11-16 14:12:52 +00:00