722c3bd369
Prototype: OTP auth, styleguide overhaul, login/session rework
...
Replace password reset with email OTP verification flow.
Add auth_otp module, OTP templates, and email delivery.
Expand styleguide CSS with full component library.
Rework login, register, and admin views for cookie sessions.
Remove legacy 2FA templates and password reset flow.
Update SSH wrappers, forms, validators, and middleware.
2026-03-04 16:44:40 -05:00
ievgenii vdovenko
6b4d63e071
feature: adds trimming for global audit logs; makes ellipsis in the end for repo descriptions; add error message for long repo names;
2026-01-07 13:47:55 +01:00
ievgenii vdovenko
e0b2043c71
feature: implements mid trimming long text; implements repo length truncation
2026-01-06 17:54:17 +01:00
RhodeCode Admin
cd01bbbddd
feat(repo-creation): added svn bootstrap, and improved repo creation validation
...
Also added refined UI, ability to pre-validate repo names
fold: repo create
fold repo creation
foldz
feat(repo-creation): added svn bootstrap, and improved repo creation validation
Also added refined UI, ability to pre-validate repo names
fold: repo create
fold repo creation
foldz
fold
2025-12-26 21:42:03 +01:00
RhodeCode Admin
ee52770fff
feature(repo): added ability to bootstrap repositories on creation
2025-12-26 21:42:02 +01:00
RhodeCode Admin
de2720a20a
templates: removed utf8 marker for python3 migration
2023-07-17 14:59:08 +02:00
Marcin Kuzminski
1b07afc2cd
create: fixed case for repo groups that didn't pre-fill the repo group from GET param.
...
- also added similar to repo selector for personal repo group.
2020-07-02 21:43:41 +02:00
Marcin Kuzminski
9f456e36ba
tests: fixed repo tests after changes for repo type selector.
2020-05-05 14:44:32 +02:00
Marcin Kuzminski
6e32a23add
repositories: preserve order of defined backends, and switched repo type selector to radios.
2020-04-27 09:39:34 +02:00
Bartlomiej Wolynczyk
8189b1607f
descriptions: show mention of metatags only if they are enabled.
2020-03-02 15:13:24 +01:00
Daniel Dourvaris
b0cec550ea
templates: use explicit named actions like "create user" instead of generic "save" which is bad UX.
2019-12-04 20:50:53 +01:00
Marcin Kuzminski
981307fc4f
landing-rev: fixes #4102 , use branches instead of landing tip refs by default.
...
- also changed how readme is rendered based on landing commit to minimize locking for often changing repositories.
2019-08-16 09:55:36 +02:00
Daniel Dourvaris
9aad34b4bd
ui: fixed some missed icons during redesign phase
2019-07-04 21:14:56 +03:00
Marcin Kuzminski
0a7d8bb9ea
permissions: show user group count in permissions summary, and unified some text labels.
2019-01-14 20:19:59 +01:00
Marcin Kuzminski
d1a0819bd0
templates: UX, moved repo group select next to the name as it's very relavant to each other.
2019-01-15 12:46:57 +01:00
Daniel Dourvaris
8a80d9dc4d
repo: re-order creation/fork forms for better UX and consistency.
2018-08-28 19:13:42 +02:00
Marcin Kuzminski
9c110539e0
admin: ported settings controller to pyramid.
...
- NavList dropped pyramid flag as it's pure pyramid now
2017-11-09 15:40:31 +01:00
Marcin Kuzminski
3839c4720e
forms: unified usage of h.secure_form. Make sure we ALWAYS pass in
...
request, and removed redundant 'POST' type.
2017-09-20 16:43:08 +02:00
Marcin Kuzminski
6dada9f346
meta-tags: cleanup support for metatags.
...
- fixes problem of html-escape + supported link
- no longer extract url from description, you have to use new url => tag
- tags are extracted to the beginning of the description during rendering
- show helpers in proper places in groups/repos/forks
2017-09-14 17:31:52 +02:00
Marcin Kuzminski
928129ed6c
repositories: rewrote whole admin section to pyramid.
...
- fixed few small found problems
- code cleanups
2017-08-11 13:00:47 +02:00
Marcin Kuzminski
0b2c148765
pyramid: stop relying on global mako url() function.
...
- use only the helpers method
2017-07-12 23:46:34 +02:00
Marcin Kuzminski
e9deb1ee87
repository: added better instructions for importing repositories
2017-04-05 12:04:50 +02:00
Marcin Kuzminski
89e2586781
templating: use .mako as extensions for template files.
2017-01-04 22:13:57 +01:00