aboutsummaryrefslogtreecommitdiffstats
path: root/server/views.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-29fix show docs in ulistHEADmasterAndrea Lepori1-1/+1
2024-01-23update group of docs when type changesAndrea Lepori1-0/+7
2024-01-23doc list table download optionsAndrea Lepori1-0/+1
2024-01-23show hidden types with unarchived docsAndrea Lepori1-4/+8
2023-09-26fix not accessing user through usercodeAndrea Lepori1-2/+2
2023-09-21check for files based on branca and not groupAndrea Lepori1-2/+1
2023-07-29add missing select related0.7Andrea Lepori1-3/+3
2023-07-29improve performance of doctypeAndrea Lepori1-26/+29
2023-07-28fix incorrect user access for new ucAndrea Lepori1-19/+20
2023-07-28new doc list from doc typesAndrea Lepori1-18/+83
2023-07-28remove branca from uc from admin panelAndrea Lepori1-1/+12
2023-07-28fix data request for new ucAndrea Lepori1-22/+12
2023-07-27new uc fix document listsAndrea Lepori1-3/+3
2023-07-27user list and branca tansfer with new ucAndrea Lepori1-48/+15
2023-07-24usercode with all personal dataAndrea Lepori1-0/+12
2023-06-15fix missing all query requestAndrea Lepori1-1/+1
2023-04-08fix group name check instead of objAndrea Lepori1-9/+9
2023-03-28prototype for doclist tableAndrea Lepori1-0/+137
2023-02-23add prototype for table of usersAndrea Lepori1-0/+21
2023-02-06fix missing variable for medic exportAndrea Lepori1-0/+1
2022-12-29remove debug print of groupsAndrea Lepori1-2/+0
2022-12-29superuser modeAndrea Lepori1-17/+39
2022-12-29remove unarchive, enable archive unapproved docsAndrea Lepori1-17/+13
2022-11-21fix incorrect group check for permissionsAndrea Lepori1-1/+2
2022-11-21new way to select groups that can be overriddenAndrea Lepori1-26/+30
2022-10-04complete custom group support for superuserAndrea Lepori1-4/+3
2022-10-04edit data export format to comply with midataAndrea Lepori1-4/+27
2022-10-03initial modification to support superuser accountAndrea Lepori1-66/+33
2022-09-26change "colonia" to "diga"Andrea Lepori1-2/+2
2022-09-13remove unused/useless codeAndrea Lepori1-9/+4
2022-08-07bar code scanner inside direct approve pageAndrea Lepori1-0/+2
2022-08-07add qr code to pdf approve, direct approval pageAndrea Lepori1-0/+74
2022-08-06unified approve doc pageAndrea Lepori1-21/+82
2022-08-06fix heading prefix and add custom param previewAndrea Lepori1-0/+25
2022-08-06fix incorect parsing of approval codeAndrea Lepori1-4/+18
2022-05-31brackets substitution for type iconsAndrea Lepori1-1/+16
2022-05-31doclist add group count and quick filtersAndrea Lepori1-0/+12
2022-05-30add group on csv exportAndrea Lepori1-2/+14
2022-05-30doclist group filter work as expectedAndrea Lepori1-4/+4
2022-05-26fix do not show pubblic types in admin pageAndrea Lepori1-8/+2
2022-05-18add support for heading in custom paramsAndrea Lepori1-2/+12
2022-05-18fix csv download if no personal dataAndrea Lepori1-12/+17
2022-05-18fix bug/typo on data requestAndrea Lepori1-1/+1
2022-01-11hide user from data request if not approvedAndrea Lepori1-2/+4
2022-01-05add radio buttons to custom parametersAndrea Lepori1-3/+9
2021-12-26remove unused variables/importsAndrea Lepori1-3/+0
2021-12-26fix wrong filter on doctypes on server indexAndrea Lepori1-2/+6
2021-10-05fix primary group not showing, rename of fieldAndrea Lepori1-4/+4
2021-09-23fix ulist only of same groupAndrea Lepori1-1/+1
2021-09-23use .count() instead of len(), add debug_toolbar0.4Andrea Lepori1-35/+11