Eugenio Romano
c8688bf0bf
[ACA-4382 ] About Page refactoring to use it across all the platform ( #7365 )
...
* about page refactor for global usage
* Development About
* add storybook
* fix build
* fix
* fix
* fix imports
* fix
* fix lint
* fix
* fix
* fix
* fix
2021-11-23 10:30:10 +00:00
Denys Vuika
941028999e
[MNT-22641] Upload versioning improvements ( #7300 )
...
* support "versioningEnabled" for uploads
* documentation updates
* remove app config and extend the api docs
2021-10-14 15:06:01 +01:00
Eugenio Romano
f30b20cc46
[ADF-5426] Remove compatibility layer from Lib ( #7110 )
...
* remove compatibility step 1
* remove compatibility step 2
* remove compatibility step 3
* remove compatibility step 4
* remove compatibility step 5
2021-08-04 17:31:35 +02:00
Denys Vuika
3079aa48c3
[ADF-5422] remove deprecated "async()" from unit tests ( #7109 )
...
* remove angualar async from content services
* upgrade more tests
* upgrade core tests
* upgrade tests
* fix deprecated constant
* fix tests
* fix after rebase
2021-06-15 16:16:15 +01:00
Dharan
9a2a62255f
[ADF-5369] HTTP 500 response in adf-upload-button is emitted as a success event ( #7087 )
...
* [ADF-5369] HTTP 500 response in adf-upload-button is emitted as a success event
* [ci:force] unit test fixed
2021-06-08 09:00:04 +01:00
Thomas Hunter
a47045ab18
[AAE-3543] Attach button enabled only when all files uploaded ( #6731 )
...
* [AAE-3543] Attach button enabled only when all files uploaded
* [AAE-3543] Add unit tests
* [AAE-3543] Corrected name of unit test
* [AAE-3543] Merged isQueueFinishedUploading() with isUploading()
* [AAE-3543] Added spacing to unit tests
2021-02-26 19:10:11 +00:00
dhrn
e765239cbf
[MNT-21789] ADW - Disable ACS Thumbnail Generation cause ADF Upload Service to fail any file upload with 501 error ( #6114 )
...
* Disable ACS Thumbnail Generation cause ADF Upload Service to fail any file upload with 501 error
* * fixed config
2020-09-10 18:51:50 +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
Urse Daniel
de975d22b8
[ACA-3447] Cancel upload of new version removes existing version ( #5815 )
...
* instead of deleting the whole node when we upload and then cancel a new version, we delete the version in case
* reverting wrong auto indent
* fix case name of the unit test
* fix auto indent
* fix auto indent
2020-06-24 18:14:18 +01:00
Denys Vuika
ae3ac440bc
Ivy compatible test modules ( #5718 )
...
* ivy compatible core unit tests
* ivy compatible content tests
* ivy compatible process tests
* ivy compatible process cloud tests
* ivy compatible insights tests
* fix content test
* fix content test
2020-05-21 16:25:28 +01:00
Vito
444ebcdfd8
[ACA-1894] - fixed missing behaviour for drag&drop ( #5641 )
2020-04-24 22:39:44 +01:00
Vito
6fea3b8cdd
[ACA-1894] - added the possibility to filter whenever is possible by … ( #5633 )
...
* [ACA-1894] - added the possibility to filter whenever is possible by file path
* [ACA-1894] - fixed linting
* [ACA-1894] - reverted dynamic app config service refresh
* [ACA-1894] - added extra example in upload docs
* Update upload.service.md
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
2020-04-24 14:25:49 +01:00
davidcanonieto
2b1a321baf
[AAE-1977] Fix file uploaded after cancelling upload ( #5532 )
...
* [AAE-1977] Fix file uploaded after cancelling upload
* Add constants
2020-03-03 18:47:29 +00:00
Eugenio Romano
1847768b56
[AAE-1848] fix kebab case files and add tlsint rule ( #5481 )
...
* fix kebab case files and add tlsint rule
* headless
* m 2 in e2e
* download file in headless chrome
* fix budget
* fix import
* fix import
2020-02-20 21:08:42 +00:00
Eugenio Romano
492aa1e850
fix flaky test upload service
2019-06-12 10:15:33 +01:00
Denys Vuika
a7a48e8b2b
enable prefer-const rule for tslint, fix issues ( #4409 )
...
* enable prefer-const rule for tslint, fix issues
* Update content-node-selector.component.spec.ts
* Update content-node-selector.component.spec.ts
* fix const
* fix lint issues
* update tests
* update tests
* update tests
* fix code
* fix page class
2019-03-27 09:55:30 +00:00
Eugenio Romano
c55cba5514
license header update 2019 ( #4300 )
2019-02-12 01:18:43 +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
34a30c0f14
tslint arrow-parens rule ( #4003 )
2018-11-23 01:06:56 +00:00
Denys Vuika
e39a2b149b
[ADF-3591] spellcheck support for code ( #3827 )
...
* setup spellcheck
2018-10-23 15:05:38 +01:00
Vito
23403076a9
[ADF-3263] added extra options to upload file for upload service ( #3546 )
2018-08-14 15:42:09 +01:00
Vito
cd4431e547
[ADF-3283] added minimatch options into the configuration to allow cu… ( #3542 )
...
* [ADF-3283] added minimatch options into the configuration to allow customisation
* [ADF-3283] added documentation
2018-08-14 15:42:06 +01:00
davidcanonieto
0fae46b50b
[ADF-3212] Fixed permission issues when updating version ( #3503 )
...
* [ADF-3213] Fixed permission issues when updating version
* [ADF-3212] fixed test for PR
* allowableOperations include viewer get node
2018-06-20 00:14:18 +01:00
Maurizio Vitale
476b5864bf
[ADF-3162] Setting component - Should be able to render the providers passed as input ( #3464 )
...
* Be able to change the available providers values
* Add deprecated tag
* add default providers
* Fix empty OAuth and selected providers
Improve the documentation
* Fix BPM guard to check SSO condition
* Add the oauthConfig again
* SSO or Basic otpion auth setting change
* fix host settings sso/basic
add login documentation
* remove test string
* fix auth guard test
* dispose upload emitter test events
* remove space
* exclude failing test
2018-06-12 17:52:36 +01:00
Eugenio Romano
fd7bb49289
fix test
2018-06-08 01:22:11 +01:00
Maurizio Vitale
f8e92b2fb0
[ADF-2795] SSO implicitflow ( #3332 )
...
* Enable OAUTH2
* Create SSO services
* SSO improvements
* Rollback sso login change
* Add SSO configuration from Setting component
* Refactoring
* Remove login ECM/BPM toggle and move use the userpreference instead of store
* fix host setting unit test
* Fix unit test missing instance
* use the Js api oauth
* add logout component and clean sso not used class
* fix dependencies cicle
* add translation settings
* fix style setting page
* clean
* JS APi should receive the oauth config from the userPreference and not from the config file
* change login if SSO is present
* missing spaces
* add sso test in login component
* add logout directive new properties test
* Improve host setting and remove library reference
* fix login test
* Remove unused code
* Fix authentication unit test
* fix authguard unit test
* fix csrf check login component
* fix unit test core and demo shell
* remove
2018-06-08 00:19:58 +02:00
Eugenio Romano
9e3a4aa49f
[ADF-2563] Improve versioning functionality ( #3335 )
...
* change input with textarea
* update file version use now the update content API
* provide way to test read only mode version list
* fix test
* test fix
2018-05-17 11:35:42 +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
382ea3c1b3
unit test performance ( #3194 )
...
* DataTable (-4 sec)
* PaginationComponent (-1 sec)
* DocumentList
* custom testbed setup, test upgrades
* test fixes
* more test fixes
* remove fdescribe
* test fixes
* test fixes
* more test fixes
* test fixes
* upgrade tests
* update tests
* upgrade tests
* upgrade tests
* upgrade tests
* upgrade tests
* update tests
* translate loader fixes
* auth and cookie fixes
* upgrade tests
* upgrade tests
* test fixes
* almost there
* diable broken tests
* process tests (part 1)
* fix lint issues
* another test upgrade
* almost there
* cleanup
* insights testing upgrade
* improve tests
* tests cleanup
* tests cleanup
* cleanup tests
* test cleanup
* favorite nodes tests
* rebase fix syntax
* fix core test
* give up test focus
* flush tabs
* fix search test
* Update document-list.component.spec.ts
* fix document list lock
* increase tick time
* remove duplicate test
2018-04-23 09:55:22 +01:00
Eugenio Romano
9e2969b955
[ADF-2569] fix reload app.config.json ( #3124 )
...
* fix reload app.config.json
* improve style mobile
fix test
* test karma setup update
* fix core providers test
* remove unused providers
* use mock api in service test
* skip test in the wrong place
* remove comma
* remove fdescribe
2018-03-28 11:01:04 +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
Eugenio Romano
a52bb5600a
New packages org ( #2639 )
...
New packages org
2017-11-16 14:12:52 +00:00