Commit Graph
88 Commits
Author SHA1 Message Date
Michal Kinas f190a82b3c Release 8.0.0 (#5299) 2026-07-20 14:59:53 +02:00
Dominik Iwanek fd22d83c18 Release 7.5.0 (#5225) 2026-06-12 11:30:28 +02:00
AleksanderSklorz 51a4b685fb Release 7.4.0 (#5161) 2026-04-21 13:28:08 +02:00
Michal Kinas 5046a92409 Release 7.3.0 (#5088) 2026-03-11 17:00:15 +01:00
Grzegorz Jaśkowski dcd3750677 Release 7.2.0 (#4902)
* Release 7.2.0

* Release 7.2.0
2025-11-20 12:24:34 +01:00
dominikiwanekhyland af27269ffb Release 7.1.0 (#4756) 2025-08-26 13:39:19 +02:00
Grzegorz Jaśkowski c98b8fe0c5 Release 7.0.0 (#4677)
* Release 7.0.0

* Release 7.0.0
2025-07-15 14:58:19 +02:00
MichalKinas 5f7a80f94d Release 6.0.0 (#4452)
* Release 6.0.0

* Reset cache
2025-03-17 12:45:13 +01:00
AleksanderSklorz fa7eac8320 Release 5.3.0 (#4354) 2025-01-27 10:53:34 +01:00
swapnil-verma-gl dec6c41e5c Release 5.2.0 (#4249)
* Release 5.2.0

* Fixed build issue

* Updated correct dependency versions. Updated compatibility matrix to denote correct ACS version
2024-11-21 13:47:52 +05:30
MichalKinas 4306bdfaf6 Release 5.1.1 (#4148) 2024-09-30 13:37:13 +02:00
MichalKinas e1066148d6 Release 5.0.0 (#4066) 2024-08-29 12:47:35 +02:00
MichalKinas d2ce87c7b0 Release 5.0.0 (#4061) 2024-08-27 13:57:28 +02:00
Denys Vuika 6bf1474c40 update documentation links 2024-06-28 08:55:20 -04:00
MichalKinas 4bc7ddef69 Release 4.4.1 (#3688)
* Release 4.4.1

* Bump ADF and JS-API
2024-03-06 16:46:50 +01:00
MichalKinas 99f9106075 Release 4.4.0 (#3677) 2024-03-01 21:27:27 +01:00
MichalKinas b23bd3e25b Release 4.3.0 (#3503)
* Release 4.3.0

* Correct typing for unit test
2023-10-31 15:05:18 +01:00
Denys Vuika b1b4dd05b6 Release 4.2.0 (#3440)
* bump app.config

* bump ADF versions

* release reports

* update compatibility matrices
2023-09-18 19:28:06 +01:00
Denys Vuika b192c5f6bb [ACA-4715] cleanup Docker and update documentation (#3328)
* move ADF linking to the dev docs

* add basic Docker docs

* reduce docker params

* update docker docs
2023-07-11 12:25:55 +01:00
Denys Vuika 7ab4cc5e53 [ACA-4715] break dependency on envsubst (#3325)
* remove BPM host

* break dependency on envsubst

* remove prebuild script

* cleanup package.json
2023-07-11 08:39:17 +01:00
Denys Vuika 6b003eff1f [ACA-4715] upgrade to latest ADF alphas and cleanup env vars (#3312)
* use latest ADF alphas

* use latest ADF alphas

* use ECM provider by default

* use BASIC auth by default

* defaults for oauth host

* remove unused vars
2023-07-05 19:46:50 +01:00
Denys Vuika 46ed7a8360 [ACA-4715] reduce env variables and provide defaults (#3311)
* use default "sessionTimeForOpenAppDialogDisplay"

* improve iPhone prefix url api

* improve android prefix url api

* session timeout

* app store url defaults

* enable mobile redirect by default

* enable AOS by default

* enable content plugins by default

* enable folder rules by default

* remove obsolete AI flag

* remove obsolete APA flag

* auto download defaults

* cleanup auth vars
2023-07-05 15:21:45 +01:00
Denys Vuika 29c0083e36 Release-4.1.0 (#3301)
* update app config

* update adf libs

* bump app version

* bump lib versions

* release reports

* update readme files
2023-06-26 20:29:25 +01:00
Denys Vuika 699499780f [ACS-5386] update docs (#3263) 2023-06-09 03:25:43 -04:00
Denys Vuika 7d7ac7ea8a update compatibility matrix 2023-05-17 14:55:36 +01:00
Denys Vuika efda5d1461 [ACA-4646] Upgrade to Node 18 (#3163)
* regenerate lock file

* switch gha to node 18

* fix dependencies for Node 18

* fix the ci/cd command invokation

* update readme

* fix run-e2e command

* fix artifact name for e2e test results
2023-05-05 16:37:51 +01:00
AleksanderSklorz e9bc42df10 [ACS-4534] nx workspace support for aca (#3143)
* ACS-4534 Added nx workspace support

* ACS-4534 Updated package-lock.json file

* ACS-4534 Configured cache directory and affected command

* ACS-4534 Updated README

* ACS-4534 Updated more README files

* ACS-4534 Fixed lint

* ACS-4534 Address comment for readme

* ACS-4534 Removed redundant build-libs script

* ACS-4534 Fixed start script

* ACS-4534 Updated some left documentation

* ACS-4534 Added more helper scripts, addressed PR comments

* ACS-4534 Updated package-lock.json after rebasing

* ACS-4534 Fix stylelint issue
2023-04-25 15:34:34 +02:00
swapnil-verma-gl 9148ccc6a9 [ACA-4679] Added code changes and env variables to enable DownloadPrompt and FileAutoDownload features on ACA (#3127)
* [ACA-4679] Added docker variables, app.config.json.tpl config and additional code for enabling non-responsive file preview download and file auto download features in ACA

* [ACA-4679] Added defaults for downloadPrompt for viewer and fileAutoDownload features. Updated variable names from 'nonResponsiveDialog' to 'downloadPrompt'

* [ACA-4679] Added unit test cases for FileAutoDownloadService

* [ACA-4679] Updated env variable references from NonResponsiveDialog to DownloadPrompt

* [ACA-4679] Added missing licence header on new files

* [ACA-4679] Added env variable configuration for GithubActions jobs

* [ACA-4679] Added env variable configuration for GithubActions jobs

* [ACA-4679] Removed unneeded env variable configuration for GithubActions jobs

* [ACA-4679] Updated .env file configuration in README.md
2023-04-20 18:14:13 -04:00
Denys Vuika 73a4c95e42 use angular serve for e2e (#3085)
* use angular serve for e2e

* generate default .env file

* try to wait for base url

* Revert "try to wait for base url"

This reverts commit 48f55c604d.

* try to sleep a bit

* try waiting for url

* bump timeout

* try different approach

* different timeout attempt

* restore sleep

* do not install global libs on ci
2023-03-23 10:45:03 -04:00
Denys Vuika 9609393d1e [ACS-4865] setup and enable code coverage for all projects (#3074) 2023-03-20 09:06:19 -04:00
MichalKinas 5ac0ff616d [ACA-4625] ADF linking in ACA (#2841)
* [ACA-4625] ADF linking in ACA

* [ACA-4625] ADF linking docs

* [ACA-4625] Move adf linking to before install script

* [ACA-4625] Move ADF linking to before_install script

* [ACA-4625] Delete unused stage from Travis
2022-12-15 12:55:25 +01:00
Denys Vuika fdc1dadf26 [ACA-4612] ACA: integrating with the local ADF source code (#2658)
* linked ADF runs

* configure excludes
2022-09-20 16:17:50 +01:00
Denys Vuika 655da5aa2d refine readme file (#2574) 2022-08-01 17:52:49 +01:00
Denys Vuika 838f5f2ec2 Revert "[ACS-3216] introduce folder rules flag (#2565)"
This reverts commit 36da361b7f.
2022-07-06 09:45:26 +01:00
Denys Vuika 36da361b7f [ACS-3216] introduce folder rules flag (#2565) 2022-07-04 16:25:36 +01:00
arditdomi 1bc4613f2a [AAE-8200] - Add a way to hide personal files and configure a landing… (#2494)
* [AAE-8200] - Add a way to hide personal files and configure a landing page

* Move global variable inside the function used

* Rename plugin content service variable

* Fix lint

* Fix comments
2022-04-14 17:58:41 +01:00
arditdomi bacd9e5c10 [AAE-8201] - Add a way to hide libraries and secondary navbar sections (#2492)
* [AAE-8201] - Add a way to hide libraries and secondary navbar sections

* Add new variable

* Rename variable for toggling content service sections

* Fix lint errors

* Remove unnecessary or condition
2022-04-06 14:20:10 +01:00
Antonio Felix fce8857585 MNT-22687- Add new aosPlugin variable to hide or show the AOS plugin (#2382)
* MNT-22687- Add new aosPlugin variable to hide or show the AOS plugin

* MNT-22687 - Added a new interface to extend the RuleContext from ADF

* MNT-22687 - Removed carriage return and added whitespaces

* MNT-22687 - Removed carriage returns

* MNT-22687 - Fixed PR Comments
Completed documentation, removed environment variable from the package.json, added plugins section in the app.config.json.tpl

* MNT-22687 - Created a new service to deal with the new functionality. Reverted the old approach.

* MNT-22687 - Reverted missing file

* MNT-22687 - Reverted missing file

* MNT-22687 - Removed variable replacement

* MNT-22687 - Included environment variables in the README.md file
2022-02-08 13:18:28 +00:00
Denys Vuika be9f947f38 unified docs 2020-06-30 15:40:39 +01:00
maurizio vitale 794d6a6c83 Rename branch to develop 2020-05-07 12:44:20 +01:00
Irving Navarrete c0b81d21a2 Updating Readme for release 1.11.0 (#1438) 2020-05-01 14:26:59 +01:00
Eugenio Romano 26f94b6798 Add build status basges (#1387) 2020-03-27 17:57:52 +00:00
Irving Navarrete c4b97f5b87 Updates for 1.10 release (#1342)
Updating the what's new section, compatibility and feature sections
2020-02-17 16:02:52 +02:00
john-knowles 1ce013bb74 Update README.md 2019-11-28 09:53:53 +00:00
john-knowles 4be35b0284 Update README.md (#1265)
* Update README.md

* fix misspelling
2019-11-27 16:29:04 +02:00
john-knowles 73b29184c6 Update README.md 2019-11-27 11:31:49 +00:00
john-knowles b347bf53b4 Update README.md (#1260)
* Update README.md

* Update README.md
2019-11-26 18:57:53 +02:00
john-knowles 374150c630 Update README.md (#1158)
* Update README.md

* small fix

* ACA version
2019-07-10 08:31:04 +01:00
Denys Vuika f667081e81 Merge branch 'master' into development 2019-03-22 20:55:05 +00:00
john-knowles 88068c9b9a Update README.md 2019-03-22 17:02:49 +00:00