Commit graph

31 commits

Author SHA1 Message Date
ievgenii vdovenko
e0b2043c71 feature: implements mid trimming long text; implements repo length truncation 2026-01-06 17:54:17 +01:00
ievgenii vdovenko
376aa04b3c feature: implements the feature to delete a repository completely or leave backup 2025-12-17 16:13:22 +01:00
ievgenii vdovenko
25d31cd588 tests: fixes test_utils and reverts delete repo message 2025-08-01 13:31:30 +02:00
ievgenii vdovenko
d392589e5c feature: makes forks and PR's link to clearly show admin what will be done 2025-08-01 13:31:27 +02:00
ievgenii vdovenko
03fc3ab570 feature: adds warning message to FE 2025-08-01 13:30:48 +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
0031dcc28b archiving: make it explicit archiving a repo is irreversible. 2021-04-20 10:29:43 +02:00
Marcin Kuzminski
4e4f6160b6 permissions: fixed a case when a duplicate permission was making archive operation still display settings. 2020-06-25 09:41:32 +02:00
Marcin Lulek
875bda9f88 templates: switched most of confirm dialogs to sweetalert2 2020-04-17 22:01:12 +02:00
Marcin Kuzminski
7e3d409bfe repository: show recomendation for updating hooks if they are outdated. 2020-04-02 14:52:04 +02:00
Daniel Dourvaris
b686261c8e cache-commits: add option to refresh caches manually from advanced pages. 2019-12-27 14:13:35 +01:00
Marcin Kuzminski
248aa3500a ui: fix buttons on advanced page 2019-12-06 10:11:01 +01:00
Marcin Kuzminski
29038019e8 hovercacrds: added new tooltips and hovercards to expose certain information for objects shown in UI 2019-10-31 17:52:42 +01:00
Daniel Dourvaris
9aad34b4bd ui: fixed some missed icons during redesign phase 2019-07-04 21:14:56 +03:00
Marcin Kuzminski
3a95da6cd2 artifacts: show attached artifacts in advanced page, and delete them on repo deletion 2019-06-17 09:58:48 +02:00
Marcin Kuzminski
11d4863052 feat: changed last change of repo group to be commit of a latest repository. 2019-05-21 11:47:13 +02:00
Marcin Kuzminski
13baf5061a repositories: handle vcs backend unavailable correctly in advanced settings. 2019-01-14 20:26:45 +01:00
Marcin Kuzminski
89024101a8 repo: show hooks version and update link in advanced section of repository. 2019-01-10 12:10:28 +01:00
Marcin Kuzminski
17d63e0042 templates: expose IDs of objects in advanced views. Usefull for API or ishell. 2018-12-27 11:39:38 +01:00
Marcin Kuzminski
2910f510dc repositories: added option to archive repositories instead of deleting them.
- closes #5493
2018-09-25 17:28:11 +02:00
Marcin Kuzminski
39d181f715 repository: add check preventing of removal of repo with attached pull requests.
- fixes #5493
2018-09-25 12:05:44 +02:00
Marcin Kuzminski
7c46071c51 repo-switcher: new unified search box for filtering/accessing users, repos and repo groups.
- mainly driven by customer feedback
- two filter boxes on main page was confusing, and people constantly asked if grid filter can search recursive
- now we use one unified search on main nave accessible on every page
- it now also can search for users
2018-05-30 12:54:50 +02:00
Marcin Lulek
15fff6dafd repository: fixed a bug when scoped token was attached to repository, admins were unable to remove that repository. 2018-01-19 13:20:42 +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
3821db3f37 apps: removed deprecated usage of c.repo_info 2017-09-08 13:33:17 +02:00
Marcin Kuzminski
8efc4d92c5 repo-commits: ported changeset code into pyramid views.
- refactored part of naming to use commit_id instead of revision
- renamed some parts to repo_commits instead of changeset without breaking backward compat
- small improvements and fixes for tests
2017-07-24 17:04:14 +02:00
Marcin Kuzminski
c650cdddcc pyramid: if possible fetch csrf tokens from pyramid session.
- we need to explicitly pass in requests into secure forms
- allows to not use pylons global session for fetching csrf tokens
2017-07-13 12:35:42 +02:00
Marcin Kuzminski
53b4ac98f8 repo-summary: re-implemented summary view as pyramid.
- changed exception handler, to now work in pure pyramid mode
- changed missing requirements logic on repo based views that require vcs-connection
2017-06-07 13:23:21 +02:00
Marcin Kuzminski
208136ab4d repo-settings: moved advanced setion into pyramid views.
- improved delete method, and actions.
2017-05-16 12:43:58 +02:00
Marcin Kuzminski
d3041b73d6 core: moved repo_list data to pyramid. 2017-04-19 14:40:29 +02:00
Marcin Kuzminski
89e2586781 templating: use .mako as extensions for template files. 2017-01-04 22:13:57 +01:00
Renamed from rhodecode/templates/admin/repos/repo_edit_advanced.html (Browse further)