Commit graph

4164 commits

Author SHA1 Message Date
RhodeCode Admin
aef3cca3ea security: limit API impersonate feature to only super admins 2025-03-24 05:17:44 +01:00
RhodeCode Admin
c2914495c0 fix: dismiss license warnings should be also possible in non base.mako pages 2025-03-24 05:03:15 +01:00
RhodeCode Admin
78f0f9ece0 caches: fixed case for 255 char limits on windows WSL file based caches 2025-03-18 19:47:57 +00:00
RhodeCode Admin
83aaa1ecb7 tests: fixed svn tests 2025-03-12 08:52:47 +01:00
RhodeCode Admin
fc78a4c2d6 release: bumped version 2025-02-27 08:20:34 +01:00
RhodeCode Admin
581cfb6cf7 archive-cache: make it more resilient to errors and not break if single metadata is broken 2025-02-26 04:55:00 +01:00
Andrii Verbytskyi
f7f4eb8512 Merge pull request !2717 from rhodecode-enterprise-ce feature/avoid-removing-of-landing-branches
Introduce check to avoid deleting(closing) landing branches during PR merge with delete source branch option enabled.
2025-02-24 16:02:28 +00:00
RhodeCode Admin
2af828e1c9 fix(security): do not expose draft comments via API to other users than caller 2025-02-24 08:41:01 +01:00
Serhii Ilin
a72f17a204 fix(branch removal(closing)): added check to avoid deleting(closing) landing branches during PR merge with delete source branch option enabled. 2025-02-11 13:14:03 +02:00
Andrii Verbytskyi
0412f51db0 Merge pull request !2708 from rhodecode-enterprise-ce feature/mako-lookup-upgrade
Introduce removed usage of global.
2025-02-05 13:21:57 +00:00
Serhii Ilin
062f43f1a5 fix(auto-merge): removed usage of global. 2025-02-05 11:15:58 +02:00
RhodeCode Admin
5dc5437eb9 git: fix space in command 2025-02-04 10:05:52 +01:00
Serhii Ilin
716f41c123 fix(auto-merge): fixed _mako_lookup method. 2025-02-03 15:40:10 +02:00
Andrii Verbytskyi
9994abe2d9 Merge pull request !2691 from rhodecode-enterprise-ce feature/RCCE-67
Introduce fixed automatic PR merging f-ty.
2025-01-29 10:29:08 +00:00
RhodeCode Admin
c69afa6296 svn: fixed lack of hooks data for svn over ssh 2025-01-23 13:38:24 +01:00
Serhii Ilin
0d75491964 fix(auto-merge): fixed tests. 2025-01-23 09:22:37 +02:00
Serhii Ilin
038709a7ac fix(auto-merge): fixed automatic PR merging f-ty. 2025-01-20 14:08:34 +02:00
RhodeCode Admin
fbdae085e5 fix: fixed metatags change after ruff format 2025-01-17 13:16:27 +01:00
RhodeCode Admin
b36b8aa24a fix: svn, allow in-process communication with proper flush 2025-01-17 11:17:20 +01:00
RhodeCode Admin
d7743b35eb fix: svn, fixed error handling for timeouts 2025-01-17 10:05:43 +01:00
RhodeCode Admin
60a989d44b fix: req-tracking, handle edge case when SVN server is off 2025-01-17 10:04:42 +01:00
RhodeCode Admin
6f160d6556 fix(security): fixed xss in file diffs 2025-01-14 13:19:10 +01:00
RhodeCode Admin
166db21812 core: run ruff format 2025-01-13 17:47:37 +01:00
RhodeCode Admin
bf83236cf8 fix: removed old scripts 2025-01-10 15:50:44 +01:00
RhodeCode Admin
7406c073dc core: fixed problems with unset ssl dir for mercurial 2025-01-10 14:28:36 +01:00
RhodeCode Admin
e9ad755887 tests: fixed some flaky tests 2025-01-10 10:42:53 +01:00
RhodeCode Admin
31bd95758d fix: remove ipdb 2025-01-09 11:07:10 +01:00
RhodeCode Admin
e2042ae54f fix: fixed deprecation warnings on syntax 2025-01-09 11:07:10 +01:00
RhodeCode Admin
d79877ff23 ssh-wrapper: added extra logging in case of failed user fetch 2025-01-06 12:09:22 +01:00
RhodeCode Admin
e726cb73f3 release: bumped version 2025-01-05 13:39:54 +01:00
RhodeCode Admin
d7e732ede3 core: support req-id tracking 2024-12-30 17:07:53 +01:00
RhodeCode Admin
107b31a78f core: use consistent import for get_current_request 2024-12-10 07:36:38 +01:00
Andrii Verbytskyi
2433f3fbfc chore: disabled auto-merge feature until next bugfix release 2024-12-24 18:40:18 +01:00
Serhii Ilin
a5e5325b84 fix: changed imports. 2024-12-18 09:51:23 +02:00
Serhii Ilin
3e31d2a638 added delay before doing an auto merge 2024-11-21 16:43:38 +02:00
Serhii Ilin
9b2d3e0f56 fixed import 2024-11-21 14:57:09 +02:00
Serhii Ilin
460e4be5eb added latest changes 2024-11-20 14:12:26 +02:00
Serhii Ilin
279e84da82 fix(tests): added ability for test to get an up-to-date version mercurial. 2024-12-05 16:33:07 +02:00
Serhii Ilin
a1989bf442 fix: removed change status dropdown for observers. Fixes: RCCE-171 2024-12-11 15:11:51 +02:00
RhodeCode Admin
3a41a8b915 fix(file-caching): fixed cases when old cache was used before changes to operate on bytestrings 2024-12-04 22:33:45 +01:00
RhodeCode Admin
ea05521e76 fix(hg-items): fixed missing submodules code and add forgotten stats item 2024-12-02 09:24:32 +01:00
RhodeCode Admin
d08633d220 fix(encoding for file): fixed support of non utf-8 files in all backends 2024-11-27 19:35:02 +01:00
RhodeCode Admin
f687bfc994 ui: changed calls for edit caches to use repo id instead of a name for safer calls to repos which paths have special characters 2024-11-27 13:14:40 +01:00
RhodeCode Admin
31ff8f7384 fix(db-calls): fixed issues with caches calculations when passed search fields were empty 2024-11-27 13:10:42 +01:00
Serhii Ilin
1149dc9093 feat(hide recaptcha secrets): masked sensitive information related to reCaptcha configuration. 2024-11-15 12:14:52 +02:00
RhodeCode Admin
638a00b50d fix(config): ensure better defaults for celery queue 2024-11-15 22:43:15 +01:00
RhodeCode Admin
51075d8b34 chore(pyroutes): updated JS routes 2024-11-15 09:50:54 +01:00
RhodeCode Admin
4bd1cec615 fix(git): moved certain operations into vcsserver 2024-11-15 09:50:40 +01:00
RhodeCode Admin
104671c5e7 feat(events): added context into events so we can track additional context of calling it 2024-11-14 20:15:11 +01:00
RhodeCode Admin
ef109d8f05 feat(remap and rescan): added more relient remap and removal option, and also split the logic to either add or cleanup 2024-11-13 13:39:21 +01:00