Commit graph

774 commits

Author SHA1 Message Date
RhodeCode Admin
1d5d2c0155 tests: fixed test suite for celery adoption 2024-11-08 16:17:57 +01: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
47a4437420 fix(sqlalchemy): fixed deprecated methods for sqlalchemy 2024-10-22 22:15:46 +02:00
RhodeCode Admin
43efb324b4 chore(code): small code improvements logging & stricter header checks 2024-10-16 09:45:34 +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
Andrii Verbytskyi
a743a8136b fix: do not render email if we arent sending email with notification 2024-10-07 10:27:32 +02:00
Serhii Ilin
0eeee78a52 updated with a latest changes. 2024-10-02 12:22:06 +03: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
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
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
RhodeCode Admin
90a1d3ca75 feat(artifacts): new artifact storage engines allowing an s3 based uploads 2024-08-28 23:56:59 +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
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
e013e4ca46 fix(scheduler): fixed scheduler task UID conflicts due to orjson not understanding JSONRAW and also bad sorting usage
fixes RCCE-92
2024-06-23 21:45:34 +02:00
Serhii Ilin
59e99e4368 feat(branch removal trough UI): Added ability to remove branches trough UI from git and hg repositories. Fixes: RCCE-75 2024-06-07 12:28:04 +03:00
Serhii Ilin
f0066be1ff fix(forced 2fa): fixed forced 2fa functionality. Fixes: RCCE-68 2024-05-16 16:01:22 +03:00
Serhii Ilin
d069311e52 feat(2fa): added 2fa for more auth plugins and moved 2fa forced functionality to ee edition. Fixes: RCCE-68 2024-05-13 16:24:31 +03:00
RhodeCode Admin
45e456bdf0 fix(2fa): fixed various typos 2024-04-25 10:58:47 +02:00
RhodeCode Admin
6b466e15b1 fix(encryption): rely on default config based strict mode if not explicitly given into function params 2024-04-25 10:56:23 +02:00
RhodeCode Admin
922adcf2e7 chore(2fa): refactor some attributes for users 2024-04-24 18:06:20 +02:00
RhodeCode Admin
aad99df521 feat(2fa): updated and UI fixes
- configure 2fa
- setup 2fa
- various small improvements
2024-04-24 15:22:16 +02:00
RhodeCode Admin
337031c7a4 feat(2fa): refactor logic arround validation/recoverycodes and workflows of configuration of 2fa
- recovery codes are shown in 1 place only
- save status about view of recovery codes
- made the logic of saving states into user_data more explicit and no longer relly on hacky DB transaction logic
- turn JS forms into a regular forms
2024-04-24 09:45:36 +02:00
RhodeCode Admin
2fcf5e8c05 fix(gists): fixed old way of querying for gist store 2024-04-23 15:26:01 +02:00
RhodeCode Admin
cd9fe75554 fix(caching): fixed problems with Cache query for users.
The old way of querying caused the user get query to be always cached, and returning old results even in 2fa forms.
The new limited query doesn't cache the user object resolving issues
2024-04-23 15:25:21 +02:00
Serhii Ilin
9678665ecd feat(2fa): Added 2fa option. Fixes: RCCE-65 2024-04-15 12:13:03 +03:00
Serhii Ilin
d8281bb5c0 feat(login by email option): added ability to log in with user primary email. Fixes: RCCE-63 2024-03-14 11:18:07 +02:00
Serhii Ilin
5f36eb1b22 Updated with a latest changes. 2024-03-11 20:12:31 +02:00
RhodeCode Admin
d684cf1f5d feat(forms): user profile form would detect nicely duplicates and show a form error. 2024-03-13 19:46:50 +01:00
RhodeCode Admin
14e425bce6 fix(user-models): added extra protection against model username changes that would create duplicates 2024-03-13 19:46:19 +01:00
RhodeCode Admin
e0b1f9c055 fix(events): fixed celery based events where it was missing request object 2024-03-11 14:55:48 +01:00
Serhii Ilin
f56c72e441 feat(svn-config): updated with the latest changes. 2024-03-01 12:49:01 +02:00
Serhii Ilin
7e2e69d2ba feat(repo_path-config): moved main storage location path into ini file. Fixes: RCCE-61 2024-03-01 09:39:14 +02:00
RhodeCode Admin
fc0ee0e99b feat(ssh-wrapper-speedup): major rewrite of code to address imports problem with ssh-wrapper-v2
- use bootstrapped settings rather than config
- use more code split to make sure we don't import heavy code
2024-02-28 09:30:58 +01:00
Serhii Ilin
25f36e9654 feat(svn-config): moved svn related config keys to *.ini file. Fixes: RCCE-60 2024-02-28 09:34:14 +02:00
RhodeCode Admin
ff624f6bb9 fix(cache-invalidation): fixed case when empty repos once cached wouldn't invalidate caches because of empty case condition 2024-02-15 14:24:48 +01:00
Serhii Ilin
86bc980004 feat(celery-hooks): added all needed changes to support new celery backend, removed DummyHooksCallbackDaemon, updated tests. Fixes: RCCE-55 2024-02-12 11:38:03 +02:00
RhodeCode Admin
54b5e23168 fix(db-models): fixed sqlalchemy warnings in DB models. 2024-02-08 21:59:15 +01:00
RhodeCode Admin
76441ed70b feature(caches): refactor how invalidationContext works, fixes many issues with the previousl solution
- much more simpler now
- no more key leak
2024-02-08 10:52:32 +01:00
Serhii Ilin
174ccfff79 feat(ui): added ability to replace binary file through UI, added related tests. Fixes: RCCE-19 2024-01-25 16:32:51 +02:00
RhodeCode Admin
6437db69cd fix(validators): fixed improved error message on user group validators 2024-01-15 14:33:34 +01:00
RhodeCode Admin
2b92d7fa48 fix(submodules): fixed an error if reaching out submodule path.
- small UI fixes
- cleanups of submodule code
2024-01-10 11:22:57 +01:00
Serhii Ilin
843367a511 fix(LFS): added git lfs push --all <GIT-URL> option's related changes. 2024-01-09 17:32:34 +02:00
Serhii Ilin
840ea1daef fix(LFS): fixed pull_changes method to support a new (sync_large_objects) flag, updated all parts that will use a new flag. Fixes: RCCE-8 2024-01-08 14:22:04 +02:00
RhodeCode Admin
45ebc7cca3 fix(mercurial): dropped support for depreacted hgsubversion fixes RCCE-12 2023-12-28 15:09:26 +01:00
RhodeCode Admin
83486ed285 fix(comments): fixed outdated comments logic broken by latest changes 2023-12-01 20:52:11 +01:00
RhodeCode Admin
3cb072893c fix(pull-requests): fixes for rendering comments 2023-11-28 16:31:41 +01:00
RhodeCode Admin
9888a57f32 chore(warnings): fixed sqlalchemy warning for use of cases syntax 2023-11-23 10:20:07 +01:00