Skip to content
Snippets Groups Projects
  1. Dec 18, 2017
  2. Dec 13, 2017
  3. Dec 12, 2017
    • Ingo Leindecker's avatar
      Added FRAPP API · 9ae19922
      Ingo Leindecker authored
      Extended Category model with color and description.
      Extended Note model with field audio_url, to be able to playback audio files directly in the mobile app.
      The field is hidden and will only be used to automatically retrieve the direct file's URL from CBA if the settings variable CBA_API_KEY is set and valid.
      
      See #24
      9ae19922
    • Ingo Leindecker's avatar
      Prepared REST API for Hosts, Categories, Topics, Types, MusicFocus, RTR Categories and Languages. · e9202a33
      Ingo Leindecker authored
      Only Admins (if is_staff is True) may access these Models for reading/writing.
      
      Linking notes to timeslots also uses the REST API now.
      
      Adding/Updating/Deleting schedules including collision detection is still a to-do.
      
      See #22
      e9202a33
  4. Nov 29, 2017
  5. Nov 23, 2017
    • Ingo Leindecker's avatar
      Restricted read/write permissions to common users · ef77b158
      Ingo Leindecker authored
      See #23
      
      - Let them only edit their own user profile and only certain fields
      - Let them only edit shows they own and only certain fields
      - Let them only edit own notes and only assign them to shows and timeslots they own
      
      Removed some unused code and added some help texts to form fields.
      ef77b158
  6. Nov 22, 2017
    • Ingo Leindecker's avatar
      Improved note selection and user permissions · b7e10ced
      Ingo Leindecker authored
      * Improved note selection: Users choose their shows and corresponding timeslots are loaded into the select via ajax (improvement still necessary to avoid queryset when initially loading)
      See #17
      
      * Users can only see and edit their shows, timeslots and notes
      * Users can only edit their own profiles
      
      * Changed fallback_playlist to fallback_playlist_id
      * Timelots inherit the is_repetition flag from their schedules when created
      * Added field 'memo' to timeslots (for internal notes)
      See #21
      b7e10ced
  7. Nov 09, 2017
  8. Nov 08, 2017
  9. Nov 03, 2017
  10. Nov 02, 2017
  11. Oct 23, 2017
  12. Sep 28, 2017
  13. Aug 23, 2017
  14. Jul 10, 2017
  15. Jul 09, 2017
  16. Jun 20, 2017
  17. Jun 19, 2017
  18. Jun 18, 2017
  19. Jun 13, 2017
  20. Apr 27, 2017
  21. Apr 07, 2017
Loading