Tim Donohue
|
d0a8042a89
|
Merge pull request #2067 from atmire/disable-inline-css
Add configuration option to disable inlined CSS in SSR HTML
|
2024-04-05 13:14:22 -05:00 |
|
Yury Bondarenko
|
6203055c7a
|
Merge remote-tracking branch 'origin/main' into disable-inline-css
|
2024-04-05 09:28:45 +02:00 |
|
Tim Donohue
|
1e339608dc
|
Merge pull request #2894 from DSpace/dependabot/npm_and_yarn/axios-1.6.8
Bump axios from 0.21.4 to 1.6.8
|
2024-04-04 14:06:32 -05:00 |
|
Tim Donohue
|
cd79416776
|
Merge pull request #2872 from DSpace/dependabot/npm_and_yarn/webpack-dev-middleware-5.3.4
Bump webpack-dev-middleware from 5.3.3 to 5.3.4
|
2024-04-04 11:57:49 -05:00 |
|
dependabot[bot]
|
cf845af54e
|
Bump axios from 0.21.4 to 1.6.8
Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.6.8.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.4...v1.6.8)
---
updated-dependencies:
- dependency-name: axios
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-04 16:42:37 +00:00 |
|
Tim Donohue
|
863a04ed4d
|
Merge pull request #2881 from DSpace/dependabot/npm_and_yarn/express-4.19.2
Bump express from 4.18.2 to 4.19.2
|
2024-04-04 11:31:08 -05:00 |
|
Tim Donohue
|
7ebda4a7ed
|
Merge pull request #2887 from DSpace/rename-ds7-2-ds8
Renaming DSpace to DSpace 8
|
2024-04-04 10:45:51 -05:00 |
|
dependabot[bot]
|
41d4ed7603
|
Bump webpack-dev-middleware from 5.3.3 to 5.3.4
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4)
---
updated-dependencies:
- dependency-name: webpack-dev-middleware
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-04 15:12:12 +00:00 |
|
dependabot[bot]
|
ae93c4fe11
|
Bump express from 4.18.2 to 4.19.2
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-04 15:12:03 +00:00 |
|
Tim Donohue
|
7ae6c7e67e
|
Merge pull request #2871 from 4Science/DURACOM-234
Upgrade to angular 16
|
2024-04-04 10:11:08 -05:00 |
|
Paulo Graça
|
00798934d6
|
Renaming to DS8
|
2024-04-04 15:47:38 +01:00 |
|
Paulo Graça
|
dbf222248a
|
Renaming DSpace to DSpace 8
|
2024-04-04 15:37:04 +01:00 |
|
Giuseppe Digilio
|
c327bf744b
|
[DURACOM-234] Fix merge with main
|
2024-04-04 09:58:10 +02:00 |
|
Giuseppe Digilio
|
32f1d1096a
|
Merge branch 'main' into DURACOM-234
# Conflicts:
# src/app/core/data/request.service.ts
# src/modules/app/browser-app.config.ts
# src/modules/app/server-app.config.ts
|
2024-04-04 09:32:38 +02:00 |
|
Tim Donohue
|
86ddd45dc1
|
Merge pull request #2886 from tdonohue/csrf_fixes
Ensures CSRF token is initialized prior to first modifying (non-`GET`) request
|
2024-04-03 14:43:40 -05:00 |
|
Tim Donohue
|
bbab56a7da
|
Update build script to use "docker compose" instead of "docker-compose". Fixes random failures starting e2e test backend via Docker
|
2024-04-03 14:00:42 -05:00 |
|
Giuseppe Digilio
|
35714b7a45
|
[DURACOM-234] rename guards in order to be complaint to function name convention
|
2024-04-03 18:57:11 +02:00 |
|
Giuseppe Digilio
|
f1686d5499
|
[DURACOM-234] rename resolvers in order to be complaint to function name convention
|
2024-04-03 18:48:14 +02:00 |
|
Tim Donohue
|
f7d31fd341
|
Fix tests. Add XSRFService to all specs which need it to be initialized
|
2024-04-03 11:48:13 -05:00 |
|
Tim Donohue
|
cc6b159a8a
|
Update code to use GET request. Cleanup lint errors & add in basic TypeDocs
|
2024-04-03 10:25:43 -05:00 |
|
Art Lowel
|
617c7d8756
|
make a call to ensure a correct XSRF token before performing any non-GET requests
|
2024-04-03 09:46:45 -05:00 |
|
Giuseppe Digilio
|
aba04913ce
|
[DURACOM-234] Replace Observable with BehaviorSubject
|
2024-04-02 18:54:39 +02:00 |
|
Giuseppe Digilio
|
660cf7e4dd
|
[DURACOM-234] Remove assertions on isResponsePending in favour of remote data operators
|
2024-04-02 18:54:00 +02:00 |
|
Giuseppe Digilio
|
b49d883e0b
|
[DURACOM-234] fix my-dspace.guard
|
2024-04-02 18:51:00 +02:00 |
|
Giuseppe Digilio
|
b8c26a71c3
|
[DURACOM-234] Fixes after migrating to functional guards
|
2024-04-02 18:45:57 +02:00 |
|
Giuseppe Digilio
|
026e16ffd9
|
[DURACOM-234] Fix tests
|
2024-04-02 15:28:19 +02:00 |
|
Giuseppe Digilio
|
32b816c1aa
|
[DURACOM-234] Made use of mapToCanActivate for all the guards which are still Class
|
2024-04-02 13:13:25 +02:00 |
|
Giuseppe Digilio
|
19548fc6d4
|
[DURACOM-234] Move resolver dependency to relate functional one
|
2024-04-02 12:31:32 +02:00 |
|
Giuseppe Digilio
|
6a4ad7bdb4
|
[DURACOM-234] Fix resolver name
|
2024-04-02 12:28:49 +02:00 |
|
Giuseppe Digilio
|
29f5a17528
|
[DURACOM-234] Migrate to functional guards WIP
|
2024-03-29 18:28:32 +01:00 |
|
Giuseppe Digilio
|
5dbc6ce7a8
|
[DURACOM-237] Fix issue on drag end
|
2024-03-29 12:47:03 +01:00 |
|
Giuseppe Digilio
|
1f4aca800b
|
[DURACOM-234] Migrate fo functional resolver
|
2024-03-28 23:34:37 +01:00 |
|
Giuseppe Digilio
|
549609e2ea
|
[DURACOM-234] Fix Markdown Config
|
2024-03-28 16:49:14 +01:00 |
|
Giuseppe Digilio
|
a8c3af097d
|
[DURACOM-234] Switch to standalone bootstrapping API
|
2024-03-26 20:52:26 +01:00 |
|
Giuseppe Digilio
|
0c3e9b1535
|
[DURACOM-234] Fix NG0600 error
|
2024-03-26 18:42:29 +01:00 |
|
Alan Orth
|
b3b3ef8203
|
Merge pull request #2877 from alexandrevryghem/fix-systemwidealert-form-validation_contribute-main
System-wide alert shouldn't be created when the message is empty
|
2024-03-26 10:11:45 +03:00 |
|
Alexandre Vryghem
|
03e49907c1
|
Merge branch 'fix-systemwidealert-form-validation_contribute-7.6' into fix-systemwidealert-form-validation_contribute-main
|
2024-03-23 16:04:25 +01:00 |
|
Alexandre Vryghem
|
767de4b5c8
|
Prevent system-wide alert to be activated with empty message
|
2024-03-23 15:12:48 +01:00 |
|
Yury Bondarenko
|
4a39f33006
|
Add to config.example.yml
|
2024-03-22 16:23:39 +01:00 |
|
Giuseppe Digilio
|
e0855a46cc
|
[DURACOM-234] Remove unsupported node 16
|
2024-03-21 17:29:52 +01:00 |
|
Giuseppe Digilio
|
969b42fee1
|
[DURACOM-234] Fix tests
|
2024-03-21 16:34:42 +01:00 |
|
Giuseppe Digilio
|
abb284a2d6
|
[DURACOM-237] Fix tests
|
2024-03-21 16:33:32 +01:00 |
|
Giuseppe Digilio
|
5d24691bc2
|
Merged in DURACOM-240-mathjax (pull request #1488)
Replace mathjax pipe with directive
|
2024-03-21 12:17:44 +00:00 |
|
Giuseppe Digilio
|
b325701f9f
|
[DURACOM-240] Fix test
|
2024-03-21 13:11:08 +01:00 |
|
Giuseppe Digilio
|
a652600c7f
|
[DURACOM-234] Remove fdescribe
|
2024-03-21 13:10:33 +01:00 |
|
Giuseppe Digilio
|
e2bbb43395
|
Merge branch 'DURACOM-234' into DURACOM-240-mathjax
# Conflicts:
# src/app/shared/utils/markdown.pipe.spec.ts
|
2024-03-21 12:57:31 +01:00 |
|
Giuseppe Digilio
|
152e724c75
|
[DURACOM-234] Fix tests
|
2024-03-21 12:56:45 +01:00 |
|
Giuseppe Digilio
|
c072d5ddfc
|
Merge branch 'main' into DURACOM-234
|
2024-03-21 09:52:13 +01:00 |
|
Giuseppe Digilio
|
418f07bbf2
|
[DURACOM-240] Assure the MathJax script has been registered before rendering
|
2024-03-21 09:46:14 +01:00 |
|
Tim Donohue
|
41eccbbfe1
|
Merge pull request #2750 from 4Science/DURACOM-191
Migration to standalone components
|
2024-03-20 09:36:00 -05:00 |
|