Block a user
d05545323d
Fix crash while trying to remove an approved final thesis
3df572117d
Fix crash while trying to upload final thesis as supervisor
c4f5bc72e5
Merge remote-tracking branch 'refs/remotes/gitea/develop' into 3412-supervisor-edit-reflection
1f0f15fc18
3471: Reduced size of textarea as requested, also made small reformatting of Java code (#19)
d89417ceea
Fix intermittent sorting of criterion to actual order (#18)
a9b8542576
Fix users getting stuck at a blank white page after logging in. (#16)
cfe61a9ed8
task/3382: Harmonize database names as snake_case (#6)
1f0f15fc18
3471: Reduced size of textarea as requested, also made small reformatting of Java code (#19)
3471: Reduced size of textarea as requested, also made small reformatting of Java code
Fix some remaining issues from the Spring migration
d4a8f411ba
Added missing @Transactional
f6f017703b
Added missing @Bean definition
d89417ceea
Fix intermittent sorting of criterion to actual order (#18)
8acf84ff98
Added missing @Transactional
155355920b
Added missing @Bean definition
724c4a8027
Merge remote-tracking branch 'gitea/develop' into session-tracking-firewall
cfe61a9ed8
task/3382: Harmonize database names as snake_case (#6)
8e5c9f5687
Allow longer final thesis titles (#17)
task/3382: Harmonisera tabellnamn
task/3382: Harmonisera tabellnamn
Username is one word, not two. User name is a user's name (John Doe) while username is their unique identifier john@doe.example
.
task/3382: Harmonisera tabellnamn
Username is one word, not two. User name is a user's name (John Doe) while username is their unique identifier john@doe.example
.
task/3382: Harmonisera tabellnamn
This feels like a downgrade in terms of documentation from the column name. file_upload_reference_id
tells you that it is an uploaded file to the activity while file_reference_id
conveys no such information.
task/3382: Harmonisera tabellnamn
Again less self describing column name. creator_id
tells you it is the user who created the template rather than just a generic user_id
. The referenced table/type is visible from the foreign key/class.