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
RhodeCode Admin
cefbec329a
auth: updated saml docs, and re-order info on plugin details for easier setup
2024-08-20 15:04:33 +02:00
RhodeCode Admin
11bd292508
fix(db-migrate): enforce gc collection to optimize memory usage
2024-08-20 12:06:59 +02:00
RhodeCode Admin
9a46cbc018
chore(caches): cleanup cache lib and added cleanup backend
2024-08-07 13:40:30 +02:00
RhodeCode Admin
efb6d1e422
feat(configs): deprecared old hooks protocol and ssh wrapper.
...
New defaults are now set on v2 keys, so previous installation are automatically set to new keys.
Fallback mode is still available.
2024-08-07 13:35:47 +02:00
RhodeCode Admin
55281cb2b0
feat(config): deprecated old ssh wrapper command and make the v2 the default one
2024-08-06 16:02:40 +02:00
RhodeCode Admin
e23ad22b70
fix(mailing): don't default to empty string for smtp_password and user, since mailing lib only expects None as empty values
2024-07-31 19:48:01 +02:00
RhodeCode Admin
632140ed6c
d-cache: don't init in includeme so we don't trigger s3 connections on startup of rcstack.
...
The d-cache will be initied only when needed during first file download
2024-07-30 14:27:00 +02:00
RhodeCode Admin
7b14663e2c
feat(caches): make sure commit-caches propagate to parent repo groups
2024-07-29 18:02:15 +02:00
RhodeCode Admin
fa3e6d2304
fix(config): added default value to celery result and broker
2024-07-25 14:05:43 +02:00
RhodeCode Admin
3f8807d95c
fix: updated command list mapping for mercurial 6.5, after client upgrade a new command can be given which is clonebundles_manifest, we marked it explicit as pull command. Also added few more commands, fixes RCCE-111
2024-07-24 09:46:05 +02:00
RhodeCode Admin
8b6d609351
release: Bump version 5.1.0 to 5.2.0
2024-07-18 20:35:36 +02:00
RhodeCode Admin
06b3778ab4
fix(tests): fixed svn tests cases when interactive prompt was displayed
2024-07-17 21:10:12 +02:00
RhodeCode Admin
45775abb81
fix(tests): fixed potential freeze on vcs_operations tests
2024-07-17 20:35:17 +02:00
RhodeCode Admin
2b13bc5a0a
fix(tests): fixed callback deamon tests
2024-07-17 11:41:30 +02:00
RhodeCode Admin
50c8c98c7f
fix(js-routes): fixed bad urls in jsroutes
2024-07-17 10:19:00 +02:00
RhodeCode Admin
53e0af18ff
fix: escaper, use h.escape instead of html_escape since it's faster and correct
2024-07-17 10:16:28 +02:00
RhodeCode Admin
47e6265c09
chore(cleanups): use single consistent escape for descriptions
2024-07-16 21:53:36 +02:00
RhodeCode Admin
6f7cbc64a7
fix: startup, report nicer error in case DB is damaged or empty when starting services
2024-07-16 21:53:10 +02:00
Marcin Kuźmiński
1790b4d3d2
Fixed problem with step param not initializing for 0 step migration
2024-07-12 16:41:59 +00:00