RhodeCode Admin
1d5d2c0155
tests: fixed test suite for celery adoption
2024-11-08 16:17:57 +01:00
RhodeCode Admin
840634c16f
fix(mercurial): fixed httppostargs logic
2024-11-08 16:17:03 +01:00
RhodeCode Admin
aa45596cef
fix(db-bootstrap): don't store LFS/largefiles data into DB as they are controlled now via .ini files
2024-11-08 15:20:20 +01:00
RhodeCode Admin
bc0998866f
feat(config-maker): ensure dirs for LFS objects are set and existing
2024-11-08 15:19:10 +01:00
RhodeCode Admin
2bbd831d7c
fix(ssh-backend): fix accidentally added rhodecode_tools import
2024-11-08 15:18:23 +01:00
RhodeCode Admin
fa816afe7b
fix: settings, no longer create lfs dirs, and disable hgsubversion from old installations
2024-11-08 15:17:36 +01:00
RhodeCode Admin
6a667624ae
fix(tests): fixed tests for PR celery hooks deamon
2024-10-25 10:34:22 +02:00
Serhii Ilin
36f01dd3c9
fix: fixed problems on UI in case of long commit messages. Fixes: RCCE-140
2024-11-06 09:36:08 +02:00
RhodeCode Admin
9e9b09f082
fix(emails): fixed white background in email templates
2024-10-24 14:57:31 +02:00
RhodeCode Admin
17f3b8d895
fix(css): distinguish code/pre from #message
2024-10-24 14:55:30 +02:00
RhodeCode Admin
3aec79cd17
fix(styling): fixed white background for markdown block codes
2024-10-24 14:53:47 +02:00
RhodeCode Admin
7d196811c4
feat(redis): added ability to specify a redis key prefix for all cache regions of dogpile that use redis backend
2024-10-23 22:11:27 +02:00
RhodeCode Admin
465e9ede18
fix(mercurial): actually use assert_path instead of always initializing repo object.
...
This makes it consistent with how things work on git and svn sides
2024-10-24 13:25:37 +02:00
RhodeCode Admin
67674fcb3d
fix(caches): actually obey wire cache flag on local method caching
2024-10-23 11:32:20 +02:00
RhodeCode Admin
f096d65f31
caches: improve logging
2024-10-23 11:31:17 +02:00
RhodeCode Admin
47a4437420
fix(sqlalchemy): fixed deprecated methods for sqlalchemy
2024-10-22 22:15:46 +02:00
RhodeCode Admin
6cf678911a
fix(tests): fixed more permissions tests
2024-10-22 22:15:23 +02:00
RhodeCode Admin
a019d888c3
fix(tests): fixed few tests
2024-10-22 21:56:30 +02:00
RhodeCode Admin
0800cfc3fe
caches: allow force re-init of cache region for re-creating the cache
2024-10-22 12:12:52 +02:00
RhodeCode Admin
35a099d995
fix: version, ensure no newlines are present
2024-10-21 15:42:29 +02:00
RhodeCode Admin
7a7a07d0b1
fix(svn): cache path check similar like for git
2024-10-21 14:50:32 +02:00
RhodeCode Admin
ebd0ba9561
release: Bump version 5.3.0 to 5.4.0
2024-10-21 13:51:36 +02:00
RhodeCode Admin
43efb324b4
chore(code): small code improvements logging & stricter header checks
2024-10-16 09:45:34 +02:00
RhodeCode Admin
5f2285d217
feat(system-info): expose rhodecode config for better visibility of set settings
2024-10-14 08:53:25 +02:00
RhodeCode Admin
a7e6b8d86c
fix(permissions): added a common way to update private flag via repo model
...
- this allows to have a one and only one way to control the flag with the business logic shared
- added test for that
- changed view to use this method instead of DB update and custom permissions flush
- fixed a case when update of repo settings didn't flush permissions actually while it should when private flag changed
2024-10-14 11:07:44 +02:00
RhodeCode Admin
d395289357
fix(permissions): fixed security problem with apply-to-children functionality breaking permissions for private repositories
...
fixes: RCCE-141
2024-10-11 14:41:02 +02:00
RhodeCode Admin
400d24f05f
fix(tests): explicitly disable env_expand for test suite to prevent problems with DB connections during tests
2024-10-11 14:38:37 +02:00
RhodeCode Admin
fbfb5c76ac
release: Bump version 5.2.0 to 5.3.0
2024-10-11 10:47:46 +02:00
Andrii Verbytskyi
23115440d0
chore: disabled audit functionality for now
2024-10-09 11:53:51 +02:00
Andrii Verbytskyi
a743a8136b
fix: do not render email if we arent sending email with notification
2024-10-07 10:27:32 +02:00
RhodeCode Admin
d59469e975
fix(vcs-operations): fixed problems with locked repos and with branch permissions reporting, previously it shown error 500 when those cases were handled
2024-10-06 08:41:02 +02:00
RhodeCode Admin
3109df77fa
fix(config): do not set the license import path to default value to not trigger import if this is not explicitly set via .ini file
2024-10-07 10:12:10 +02:00
RhodeCode Admin
4bc763e2d0
fix(license-import): don't crash if license file is not present, and only run this code for EE
2024-10-04 12:54:37 +02:00
RhodeCode Admin
5fc38bda7c
fix(ssl): explicitly disable mercurial web_push ssl flag to prevent from errors about ssl required
2024-10-03 17:06:18 +02:00
Serhii Ilin
0eeee78a52
updated with a latest changes.
2024-10-02 12:22:06 +03:00
Andrii Verbytskyi
d8f740e0fc
fix: fix ajax request route to update client whitelist config
2024-09-30 23:45:29 +02:00
RhodeCode Admin
1e874473bf
fix(vcs): fixed logic bug on skip-vcs detector where it didn't skip properly defined urls
2024-10-01 22:51:12 +02:00
RhodeCode Admin
ca7a00c250
config: bootstrap default configs for license file import
2024-10-01 22:34:13 +02:00
RhodeCode Admin
c859407811
feat(vcs): dropped validate SSL for vcs-operations.
...
- This is very error prone
- With docker we don't need it anymore
2024-10-01 11:28:07 +02:00
RhodeCode Admin
1a00627df3
feat(license): allow import of license from rhodecode_enterprise.license which got broken after python3 migration
2024-10-01 11:26:42 +02:00
Andrii Verbytskyi
8a50fae648
feat: security-related code removed to be moved to EE
2024-09-27 11:03:43 +02:00
Serhii Ilin
5d1b03ab5b
feat(git lfs path and path to hg large files in *.ini files): moved git lfs path and path of hg large files to *.ini files.
2024-09-25 10:59:01 +03:00
RhodeCode Admin
0204973eb6
fix(backend): fixed broken backends function after python3 migration
...
(grafted from 112c3403e5ce3301bd7e910fb76d49aeaa9d49a4)
2024-09-19 09:54:07 +02:00
Serhii Ilin
d174103b5d
feat(vcs clients filtering): added changes related to vcs client filtering needed for EE. Fixes: RCCE-41
2024-09-16 12:44:30 +03:00
Andrii Verbytskyi
e9bf0fab31
feat: security tab in admin, routes and placeholder view for ee functionality
2024-09-11 10:10:02 +02:00
RhodeCode Admin
90a1d3ca75
feat(artifacts): new artifact storage engines allowing an s3 based uploads
2024-08-28 23:56:59 +02:00
RhodeCode Admin
772fde2914
chore(logging): optimize loggers for request wrapper to be easier to read
2024-08-28 13:29:30 +02:00
RhodeCode Admin
81595dcae2
fix(mailing): patch repozesendmail to properly use CRLF for newlines. Fixes RFC5322 Issues with mailing
2024-08-28 13:29:10 +02:00
RhodeCode Admin
e334f29358
chore: cleanup, remove unused param for objectstore cache
2024-08-21 00:21:44 +02:00
RhodeCode Admin
8ef98917aa
chore(logs): report warning on missing filestore object
2024-08-20 16:19:38 +02:00