Releases: Code-Poets/sheetstorm
Releases · Code-Poets/sheetstorm
0.7.1
0.7.0
v0.7.0
Features
- Feature add day name to reports (#346)
- Feature add mask for work hours field in reports form (#345)
- Feature add nginx endpoint that allows downloading encrypted postgres backups (#353)
- Feature default project for new report (#327)
- Feature default task activity for new report (#337)
- Feature percentage time of worker for each project (#330)
Bugfixes
0.6.0
v0.6.0
Features
- Feature add captcha to registration view (#317)
- Feature add cron job that automatically renew Let's Encrypt Certificate (#324)
- Feature add encryption to postgres backups (#339)
- Feature add modsecurity lib to the nginx (#320)
- Feature add possibility to export monthly reports for every user (#332)
- Feature add signup email confirmation (#308)
- Feature better export of reports (#331)
- Feature mitigating DDoS attack with nginx (#297)
- Feature rebuild register interface (#283)
Bugfixes
- Bugfix add a missing file that allows you to reset database in the virtual machine (#338)
- Bugfix calendar display in user report edit form (#300)
- Bugfix change dipslay of
user_type
to be human readable (#293) - Bugfix exporting report description to xls (#303)
- Bugfix for incorrect html tag (#328)
- Bugfix hide toggle button (#335)
- Bugfix make hyperlink highlighted (#334)
- Bugfix manager can't edit his own reports in projects where he is not manager (#319)
- Bugfix navigation bar (#322)
- Bugfix pass markdown_description property to template (#305)
- Bugfix update
Django
to2.2.2
and adapt test (#302)
0.5.0
v0.5.0
Features
- Feature access permissions (#230)
- Feature automatic deployment process for Sheet Storm (#273, #269, #271, #270)
- Feature group days and add daily hours to xlsx export (#276)
- Feature month segregation for author report list (#256)
- Feature month segregation for project report list (#138)
- Feature month segregation for report list (#139)
Bugfixes
- Bugfix add discard button to admin report detail (#275)
- Bugfix add return button in project report list (#280)
- Bugfix add validation to stop_date field in project (#277)
- Bugfix admin report form (#263)
- Bugfix delete button to send it as a post method (#279)
- Bugfix generating xlsx for one month (#230)
- Bugfix show day numer as non-zero padded decimal (#265)
- Bugfix sorting exported reports for project and access permissions (#266)
0.4.0
v0.4.0
Features
- Feature add export reports to xlsx (#212)
Bugfixes
- Bugfix add restriction for non numeric strings to ReportSerializer (#255)
- Bugfix add site id fixture (#260)
- Bugfix change field type work hours to duration field (#254)
- Bugfix converting timedelta to string (#257)
- Bugfix creating report in
ReportList
view and adapt test (#233) - Bugfix default creation task activity type during migrations (#258)
- Bugfix psycopg requirements (#249)
0.3.0
v0.3.0
Features
- Feature adjust templates for printing (#136)
- Feature project report detail (#134)
- Feature project report list username grouping (#135)
- Feature project report list (#133)
- Feature sum of hours of reports from a given day lower or euqal to 24 (#207)
- Feature hours per day counter (#137)
- Feature hours per month counter (#140)
- Feature rebuild user interface (#123)
Bugfixes
- Bugfix 24 hours validation does not work on report creation (#236)
- Bugfix add return button on user's report editting screen (#181)
- Bugfix add styles to admin report detail (#180)
- Bugfix change type annotations for get_reports_created (#238)
- Bugfix changed sended pk while editing user in admin update template (#176)
- Bugfix disable possibility to change report's author by Admin user (#201)
- Bugfix for access to editing managers list and update tests (#197)
- Bugfix show all project list (#237)
- Bugfix user birth day has no limit (#231)
- Bugfix wrong projects displayed after report creation fail (#228)
0.2.0
v0.2.0
- Feature expand description fields character limit (#177)
- Bugfix no project selected on join crash (#168)
- Bugfix small changes in manager handlers (#174)
- Bugfix refactor templates for proper javascript usage (#169)
- Fixes to base and js script (#167)
- Bugfix repair handlers for admin in handlers (#165)
- Bugfix delete button doesn't work for project (#160)
- Chore change toggle icon (#164)
- Feature admin report detail (#132)
- Feature rebuild login interface (#122)
- Feature author report list (#131)
0.1.1
Basic SheetStorm functionalities
v0.1.0
- User can pick task activity type (#111)
- Description field is ready to prepare reports. (#106)
- Admin is allow to see projects and manage them. (#85, #86, #87, #88, #89)
- Manager is allow to see projects and manage his project. (#85, #86, #87, #88, #89)
- Add possibility to change user account password. (#38)
- Add mail server (#38)
- Markdown support to description field. (#37)
- Employee are allow to join project. (#21)
- Users are allow to join project. (#21)
- Add accurate hour display. (#20)
- Custom view for users. (#18)
- Create graphical base user interface. (#18)
- Admin is allow to manage employees list. (#13)
- Users are possible to set and change account details. (#13)
- Implement SheetStorm user authentication. (#6, #11)