aboutsummaryrefslogtreecommitdiffstats
path: root/server/views.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* hide user from data request if not approvedAndrea Lepori2022-01-111-2/+4
* add radio buttons to custom parametersAndrea Lepori2022-01-051-3/+9
* remove unused variables/importsAndrea Lepori2021-12-261-3/+0
* fix wrong filter on doctypes on server indexAndrea Lepori2021-12-261-2/+6
* fix primary group not showing, rename of fieldAndrea Lepori2021-10-051-4/+4
* fix ulist only of same groupAndrea Lepori2021-09-231-1/+1
* use .count() instead of len(), add debug_toolbar0.4Andrea Lepori2021-09-231-35/+11
* remove last loops for admin interfaceAndrea Lepori2021-08-291-111/+58
* remove some for loops user db query insteadAndrea Lepori2021-08-191-121/+73
* RO documents for non primary groupsAndrea Lepori2021-08-191-69/+73
* fix group change and ucode parsingAndrea Lepori2021-08-181-3/+3
* correct primary group on doc exportAndrea Lepori2021-08-181-7/+11
* add custom fields to data export and usercodeAndrea Lepori2021-08-161-29/+34
* remove unused import and variablesAndrea Lepori2021-08-161-18/+1
* fix RO documents visible for non group capiAndrea Lepori2021-08-141-3/+5
* Merge branch 'dev'0.3Andrea Lepori2021-07-231-1454/+1741
|\
| * add notification if user of group capi views documentAndrea Lepori2021-07-231-0/+18
| * users of group capi can optionally view documentsAndrea Lepori2021-03-171-5/+273
* | export csv of users or document typesAndrea Lepori2021-07-231-1/+223
* | set foreign key to null when deletingAndrea Lepori2021-06-201-0/+1
|/
* all admin page use lazyload for imagesAndrea Lepori2020-12-101-32/+48
* lazyload imagesAndrea Lepori2020-12-101-8/+37
* renaming, max partecipant number, only "capi" docsAndrea Lepori2020-10-301-18/+173
* custom query and group capiAndrea Lepori2020-08-301-4/+42
* use session varables to store progress bar dataAndrea Lepori2020-08-301-39/+26
* thread safe download multiple docsAndrea Lepori2020-08-301-10/+32
* more reliable generation progressAndrea Lepori2020-08-301-7/+2
* generate file progressbarAndrea Lepori2020-08-301-44/+82
* download bulk documentsAndrea Lepori2020-08-291-1/+46
* better download htmlAndrea Lepori2020-08-291-1/+1
* check when page finished loading to downloadAndrea Lepori2020-08-291-1/+1
* remove delay for js to loadAndrea Lepori2020-08-291-2/+2
* revert to previous download methodAndrea Lepori2020-08-291-14/+8
* pdf download on mobileAndrea Lepori2020-08-291-2/+4
* different response for pdf downloadsAndrea Lepori2020-08-291-9/+11
* wait to render pdf for js to loadAndrea Lepori2020-08-291-2/+2
* fix missing value for doc previewAndrea Lepori2020-08-291-0/+1
* comment code, minor bug fixesAndrea Lepori2020-08-091-48/+202
* requirements for pythonAndrea Lepori2020-07-311-3/+3
* self delete of medical dataAndrea Lepori2020-07-311-2/+5
* perm staff for non primary groupAndrea Lepori2020-07-301-28/+81
* block debug actions and confirm for approve docAndrea Lepori2020-07-301-2/+2
* upload signed documentsAndrea Lepori2020-07-291-3/+126
* local font feching, list for non interactive itemsAndrea Lepori2020-07-281-14/+7
* bug fixes and visual improvementsAndrea Lepori2020-07-261-4/+17
* static files, last improvements0.1Andrea Lepori2020-07-211-0/+5
* search users, show attachments, fancy pass resetAndrea Lepori2020-07-201-5/+45
* reset password and decorators for login checkAndrea Lepori2020-06-251-483/+470
* Nicer user list, multi group supportAndrea Lepori2020-06-231-60/+76
* Download docs, better previewAndrea Lepori2020-06-221-8/+26