im-shubham-vish
93d43bcbd7
Merge branch 'DSpace:main' into fix-8918
2025-09-09 11:15:56 +05:30
Tim Donohue
9eadcea48a
Update dependabot.yml. Remove security related settings as those automatically occur anyways.
2025-09-08 14:56:26 -05:00
Tim Donohue
265c08eaec
Merge pull request #4520 from lareferencia/cookie-popup-html-tags
...
Fix: Remove HTML tags from cookie popup translations
2025-09-08 11:04:31 -05:00
Jesiel Viana
38b55006f5
Merge branch 'main' into cookie-popup-html-tags
2025-09-08 08:14:49 -03:00
Atmire-Kristof
bf24baf630
Clear url parameters for entity search tabs ( #2734 )
...
* 110878: Entity search - clear params on tab switch
* 110878: Properly clear browse-by values when navigating
* 132230: Related entity tab switching: only keep query & scope, reset page to 1
---------
Co-authored-by: Nona Luypaert <nona.luypaert@atmire.com >
2025-09-05 16:46:44 -05:00
Art Lowel
c48c4ad6c7
Merge pull request #4664 from kshepherd/split_dynamic_tags_on_keychars
...
Inspect event key characters, not keyCodes on tag keyUp for dynamic tag input
2025-09-04 16:45:45 +02:00
Tim Donohue
7c8486af57
Merge pull request #4628 from lareferencia/fix-untranslated-i18n-keys-ror-api
...
Fix untranslated i18n keys ror api
2025-09-03 15:56:13 -05:00
Kim Shepherd
98fc76d867
Create dynamic tag test events with key chars, not keyCodes
2025-08-30 17:27:20 +02:00
Kim Shepherd
f313b4a8fd
Inspect event key characters, not keyCodes on tag keyUp
2025-08-30 17:06:41 +02:00
Tim Donohue
20cef9ceff
Merge pull request #4633 from alanorth/dspace.org-http-links
...
Replace plaintext links to www.dspace.org
2025-08-28 14:57:31 -05:00
Alan Orth
287347b764
README.md: fix link to service providers
2025-08-28 06:25:33 +03:00
Alan Orth
0bdb8ec7f2
src/app/footer: use https for dspace.org link
2025-08-26 09:37:54 +03:00
Alan Orth
d9d43ef9c1
README.md: replace links to http://www.dspace.org
2025-08-26 09:37:39 +03:00
Tim Donohue
e6f9e8ca4b
Merge pull request #4563 from pilasou/pilasou-translations-fr
...
Adding all missing french translations
2025-08-22 10:11:19 -05:00
kshepherd
f58ba039a2
Merge pull request #4642 from alexandrevryghem/restrict-map-bounds_contribute-main
...
Improved geospatial map bounds & scroll behaviour
2025-08-21 15:11:04 +02:00
Tim Donohue
59e477aa79
Merge pull request #4640 from alanorth/codeql-action-v3
...
.github/workflows/codescan.yml: use codeql-action v3
2025-08-20 16:08:42 -05:00
Tim Donohue
1761500330
Merge pull request #4635 from alanorth/github-template-dsdoc
...
Update GitHub template references to DSDOC9x
2025-08-20 13:38:48 -05:00
Pierre Lasou
e4dfcda009
Remove extra character
...
Remove extra ": line 1636
2025-08-19 12:57:30 -04:00
Alexandre Vryghem
643836addc
Restricted map bounds
2025-08-18 18:37:48 +02:00
Alan Orth
3333ee4fbb
.github/workflows/codescan.yml: use codeql-action v3
...
Version 2 was deprecated in January, 2024 after the release of v3.
See: https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
2025-08-17 12:01:52 +03:00
im-shubham-vish
5aab53e064
Fix for #8918 The Community Administrator should not be able to view all communities/collections in the create/edit community and collection sections
2025-08-14 17:12:54 +05:30
Alan Orth
b5fe301209
README.md: update DSDOC references to DSDOC9x
2025-08-10 12:03:47 +03:00
Alan Orth
a877cbe284
Fix references to DSDOC8x
...
The latest release is DSDOC9x.
2025-08-09 19:43:23 +03:00
Tim Donohue
77731af50d
Merge pull request #4550 from lareferencia/fix-back-button-navigation-community-collection
...
fix back button navigation after visiting a community or collection page
2025-08-08 12:07:59 -05:00
Jesiel Viana
22baef689a
fix code style
2025-08-06 17:55:49 -03:00
Jesiel Viana
14de56279f
add in pt-BR file and remove form pt-PT
2025-08-06 17:40:57 -03:00
Jesiel Viana
b6bf862542
add untranslated i18n keys for ROR API
2025-08-06 17:37:56 -03:00
Tim Donohue
67a17e4ea1
Merge pull request #4386 from arvoConsultores/i18n-spanish-update
...
Spanish translation updated
2025-08-05 14:50:30 -05:00
Tim Donohue
b0d5430a4c
Merge pull request #4623 from alanorth/webpack-pin
...
Update webpack and webpack-cli dependencies
2025-08-05 14:35:14 -05:00
Tim Donohue
18aafea9bc
Merge pull request #4622 from alanorth/node-types
...
Update @types/node to ^18.11.9
2025-08-05 09:15:27 -05:00
Alan Orth
46e291d767
package.json: update webpack-cli to v6.0.1
...
Update webpack-cli from v5.1.4 to v6.0.1. This is compatible with
webpack v5 and the minimum required Node.js version is 18.12.0.
See: https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md
2025-08-05 11:12:09 +03:00
Alan Orth
24ca6442f6
package.json: use semver for webpack dependency
...
As far as I can tell dspace-angular doesn't explicitly need any
particular version of webpack itself, but angular-cli specifies
a semver string of `^5.54.0` so we should do the same.
Also, our dependabot configuration currently considers minor and
patch versions for updates, so we should not be using an exact
version here anyway.
See: https://github.com/angular/angular-cli/blob/18.2.x/packages/ngtools/webpack/package.json
2025-08-05 11:05:18 +03:00
Alan Orth
41282f064c
Update @types/node to ^18.11.9
...
As of DSpace 10.0-SNAPSHOT we currently support Node.js v18 and v20
so we should be using appropriate types.
2025-08-05 09:48:00 +03:00
Tim Donohue
eaf11d5ffe
Merge pull request #4453 from sh-habibi/main
...
Contribute to adding Persian translation to DSpace
2025-08-04 11:44:32 -05:00
Tim Donohue
4fa0c57e02
Add Persian language to default configs
2025-08-04 11:02:40 -05:00
Tim Donohue
c0ba94836f
Merge pull request #4589 from DSpace/dependabot/npm_and_yarn/babel/runtime-7.28.2
...
Bump @babel/runtime from 7.27.6 to 7.28.2
2025-08-01 10:46:36 -05:00
Tim Donohue
4f8724bb3e
Merge pull request #4614 from DSpace/dependabot/npm_and_yarn/webpack-16f7f9f544
...
Bump the webpack group across 1 directory with 2 updates
2025-08-01 09:59:49 -05:00
dependabot[bot]
85066ac595
Bump the webpack group across 1 directory with 2 updates
...
Bumps the webpack group with 2 updates in the / directory: [webpack](https://github.com/webpack/webpack ) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server ).
Updates `webpack` from 5.99.9 to 5.101.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.99.9...v5.101.0 )
Updates `webpack-dev-server` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v5.2.1...v5.2.2 )
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.101.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: webpack
- dependency-name: webpack-dev-server
dependency-version: 5.2.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: webpack
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-31 21:24:52 +00:00
Tim Donohue
fa58bc5da7
Merge pull request #4617 from tdonohue/refactor_dependabot_rules
...
[Dependabot] Move zone.js and typescript rules into "ignore" settings and ignore major/minor versions
2025-07-31 16:23:29 -05:00
Tim Donohue
9f8fd506f0
Move zone.js and typescript rules into "ignore" settings and ignore all major/minor versions
2025-07-31 16:09:42 -05:00
Tim Donohue
5015e68901
Merge pull request #4115 from atmire/w2p-129629_add-models-to-provide-core-list_contribute-main
...
129629: Add models to provide-core.ts and remove duplicates
2025-07-30 17:00:10 -05:00
Tim Donohue
45f7ea8f03
Merge pull request #4611 from DSpace/backport-4606-to-main
...
[Port main] [Dependabot] Bump webpack-dev-server from 4.15.2 to 5.2.1
2025-07-30 16:05:31 -05:00
dependabot[bot]
a1fb28a03f
Bump webpack-dev-server from 4.15.2 to 5.2.1
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.15.2 to 5.2.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.15.2...v5.2.1 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-version: 5.2.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
(cherry picked from commit 8454a1cbe7
)
2025-07-30 19:58:59 +00:00
Alan Orth
c1bd789180
Merge pull request #4610 from tdonohue/change_dependabot_schedule
2025-07-30 11:39:02 -07:00
Tim Donohue
2ee68323d5
Update dependabot to run monthly
2025-07-30 11:53:04 -05:00
Tim Donohue
3fc4cedb44
Merge pull request #4544 from DSpace/dependabot/npm_and_yarn/core-js-3.44.0
...
Bump core-js from 3.42.0 to 3.44.0
2025-07-30 11:42:38 -05:00
Tim Donohue
69655a5217
Merge pull request #4471 from DSpace/dependabot/npm_and_yarn/ngtools/webpack-18.2.20
...
Bump @ngtools/webpack from 18.2.19 to 18.2.20
2025-07-30 10:08:22 -05:00
Tim Donohue
7fafa8602c
Merge pull request #4575 from DSpace/dependabot/npm_and_yarn/axios-1.11.0
...
Bump axios from 1.10.0 to 1.11.0
2025-07-30 09:59:26 -05:00
Tim Donohue
eddbe0eea5
Merge pull request #4344 from jlipka/fix/4327-encode-version-summary
...
fix(versioning): Encode summary
2025-07-30 09:20:49 -05:00
Shafi Habibi
a85f5c5d5c
Update fa.json5
2025-07-30 17:29:25 +03:30