aboutsummaryrefslogtreecommitdiffstats
path: root/templates/admin/user
Commit message (Expand)AuthorAgeFilesLines
* Migrate `gt-hidden` to `tw-hidden` (#30046)silverwind2024-03-242-7/+7
* Migrate margin and padding helpers to tailwind (#30043)silverwind2024-03-241-2/+2
* Migrate `gap` helpers to tailwind (#30034)silverwind2024-03-241-1/+1
* Replace 10 more gt- classes with tw- (#29945)silverwind2024-03-222-3/+3
* Improve repo search UI (#29767)wxiaoguang2024-03-151-1/+1
* Unify search boxes (#29530)Denys Konovalov2024-03-141-5/+1
* Replace more `gt-` with `tw-`, update frontend docs (#29595)silverwind2024-03-051-1/+1
* Add option to set language in admin user view (#28449)65432024-03-022-0/+23
* Convert visibility to number (#29226)Tim-Nicas Oelschläger2024-02-181-1/+1
* Remove autofocus in search box (#28033)yp053272023-11-201-1/+1
* highlight user details link (#26998)Denys Konovalov2023-10-011-1/+8
* Fix more "locale" usages (#27259)wxiaoguang2023-09-251-1/+1
* Always use `ctx.Locale.Tr` inside templates (#27231)delvh2023-09-253-95/+95
* Add missing public user visibility in user details page (#27246)yp053272023-09-251-0/+1
* cleanup locale function usage (#27227)Denys Konovalov2023-09-241-1/+1
* Fix dropdown icon position (#27175)wxiaoguang2023-09-211-2/+4
* Change green buttons to primary color (#27099)silverwind2023-09-182-3/+3
* Fix the incorrect route path in the user edit page. (#27007)CaiCandong2023-09-181-4/+4
* Display all user types and org types on admin management UI (#27050)Lunny Xiao2023-09-141-1/+7
* User details page (#26713)Denys Konovalov2023-08-314-7/+138
* Make "link-action" backend code respond correct JSON content (#26680)wxiaoguang2023-08-231-1/+1
* Remove unnecessary template helper DisableGravatar (#26386)wxiaoguang2023-08-081-1/+1
* Fix the truncate and alignment problem for some admin tables (#26042)wxiaoguang2023-07-221-1/+1
* Replace fomantic divider module with our own (#25539)silverwind2023-06-292-9/+9
* Introduce shared template for search inputs (#25338)silverwind2023-06-221-2/+2
* Add template linting via djlint (#25212)silverwind2023-06-141-2/+2
* Improve AJAX link and modal confirm dialog (#25210)wxiaoguang2023-06-131-1/+1
* various style fixes (#25008)Denys Konovalov2023-05-301-2/+2
* Fix delete user account modal (#25004)HesterG2023-05-301-9/+9
* Improve some Forms (#24878)JakobDev2023-05-262-7/+7
* Fix template function DateTime (#24317)wxiaoguang2023-04-251-2/+2
* Improve some modal action buttons (#24289)wxiaoguang2023-04-241-1/+1
* Allow using localized absolute date times within phrases with place holders a...Yarden Shoham2023-04-231-2/+2
* Change to vertical navbar layout for secondary navbar for repo/user/admin set...Hester Gong2023-04-233-21/+10
* Refactor delete_modal_actions template and use it for project column related ...Hester Gong2023-04-231-3/+3
* Use auto-updating, natively hoverable, localized time elements (#23988)Yarden Shoham2023-04-111-2/+2
* Remove incorrect HTML self close tag (#23748)wxiaoguang2023-03-271-1/+1
* Use data-tooltip-content for tippy tooltip (#23649)wxiaoguang2023-03-242-7/+7
* Convert `<div class="button">` to `<button class="button">` (#23337)delvh2023-03-141-12/+3
* Fix missed `.hide` class (#23208)yp053272023-03-021-3/+3
* Fix some more hidden problems (#23074)wxiaoguang2023-02-221-1/+1
* Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov...wxiaoguang2023-02-191-3/+3
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Add main landmark to templates and adjust titles (#22670)Felipe Leopoldo Sologuren Gutiérrez2023-02-013-3/+3
* Fix sorting admin user list by last login (#22081)aceArt-GmbH2022-12-111-2/+2
* Localize all timestamps (#21440)Yarden Shoham2022-10-171-2/+2
* Use form for admin purge user (#21070)John Olheiser2022-09-121-3/+11
* Make sure fmt catches all templates (#20979)silverwind2022-08-312-2/+2
* Replace fomantic popup module with tippy.js (#20428)silverwind2022-08-091-1/+1
* Add option to purge users (#18064)zeripath2022-07-141-3/+14