Commit graph

320 commits

Author SHA1 Message Date
RhodeCode Admin
47a4437420 fix(sqlalchemy): fixed deprecated methods for sqlalchemy 2024-10-22 22:15:46 +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
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
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
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
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
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
9027c4ea11 migration: removed deprecated mapper_args attributes that cause migration to break 2023-08-29 08:47:33 +02:00
RhodeCode Admin
6a2f266d53 schedules: remove timedelta options 2023-08-21 09:40:10 +02:00
RhodeCode Admin
3cd0e66b56 small changes for scheduler fixes of EE edition 2023-08-17 14:29:16 +02:00
RhodeCode Admin
e898385b32 core: revamp of automation/scheduler/artifacts EE functionality 2023-08-16 15:57:08 +02:00
RhodeCode Admin
11959332a6 versions: fixed None returnd from a function that did compare on ints 2023-08-03 20:48:29 +02:00
RhodeCode Admin
8ae0e8de44 caches: make sure the global cache namespace prefixes are used.
- fixes problems when porting from old RC to new python3 based and different serialization mech
2023-07-26 16:15:52 +02:00
RhodeCode Admin
b82349386a modernize: python3 updates 2023-07-18 14:50:17 +02:00
RhodeCode Admin
42301154fc copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
RhodeCode Admin
c1e6b72cf9 models: update db.py with major changes for python3 2023-07-18 11:31:32 +02:00
RhodeCode Admin
9c37eeebb1 models: removed utf8 markers 2023-07-18 10:59:21 +02:00
RhodeCode Admin
d5b64dd610 db-models: use consistent __str__ for all models, removed safe_unicode calls 2023-03-28 10:50:10 +02:00
RhodeCode Admin
061c3d3f5e caches: cleanup code
- emails from cache should skip default user as that user does not have extra emails
2023-03-28 10:33:16 +02:00
RhodeCode Admin
70326fd4cb encryption: unified and rewrote encryption modules to be consistent no matter what algo is used.
- few python3 fixes as well
2023-03-27 21:44:36 +02:00
RhodeCode Admin
604e2a83fa FOLD: into unicode changes 2023-03-10 10:09:29 +01:00
RhodeCode Admin
0122133e4e python3: fixed usage of .next() and .func_name 2023-03-07 09:56:40 +01:00
RhodeCode Admin
44cde4b5c1 python3: removed usage of .iteritems() 2023-03-06 23:46:33 +01:00
RhodeCode Admin
c03eb06e26 requirements: fixed pycrypto backport and sqlalchemy <2.0 2023-03-06 23:01:05 +01:00
RhodeCode Admin
5392dc6c9c python3: models removed usage of orderdefaultdict
- not compatible with py3, and not really used
2023-03-06 21:52:29 +01:00
RhodeCode Admin
dbf975898e py3: remove use of pyramid.compat 2023-03-06 15:52:51 +01:00
RhodeCode Admin
8f6692847b python3: removed use of xrang 2023-03-06 14:57:53 +01:00
RhodeCode Admin
2672be414c db: added index to cache_args column for feaster lookup on cache invalidation 2023-01-05 09:46:07 +01:00
RhodeCode Admin
56421dc214 pull-requests: added retry mechanism for updating pull requests. 2021-05-24 23:46:36 +02:00
RhodeCode Admin
aded27dc31 pull-requests: added awaiting my review filter for users pull-requests.
- additionally the awaiting my review now properly filters pull requests that have no review votes on them
2021-04-20 12:59:31 +02:00
Milka Kuzminski
97d1082f4d users: make user data loading more resilient to errors. 2021-04-14 08:38:10 +02:00
Milka Kuzminski
2cc353de2c backends: use reference explicitly to properly translate GIT references to commits such as numeric branches 2021-03-16 23:18:52 +01:00
Milka Kuzminski
54ee3ab1fa pull-requests: fixed a case when template marker was used in description field.
fixes #5652
2021-02-01 23:10:32 +01:00