- 24 Mar, 2019 2 commits
-
-
Florent Chehab authored
* Added all declinaison of favicon * Linked it in the html template * Updated folder structure for base_app static assets * Added credit section in the documentation * Credited author of the icon Fixes #89
-
Florent Chehab authored
* Cleaned main django settings file * Added an app specific settings file Fixes #90
-
- 23 Mar, 2019 1 commit
-
-
Florent Chehab authored
* Added new BaseModel /serializer/viewsets * Change names of abstract models/serializers/viewsets * Folder structure changed in tha backend * Added some backend test * Corrected bug related to moderation on non versionned modeles * Corrected bug related to no post permissions * Updated doc accordingly Fixes #91
-
- 19 Mar, 2019 1 commit
-
-
Florent Chehab authored
We now wait for the necessary static files to be generated before collecting the static files in the backend. Fixes #88
-
- 17 Mar, 2019 1 commit
-
-
Florent Chehab authored
* Removed `model_config` from all models; updated `MyModelSerializer` to include a new `obj_info` field. Updated frontend to take the change into account. (Fixes #78) * Removed `get_viewset_permissions` from most viewsets and added a generic getter in `MyModelViewset`. * Added support for composable permissions classes :confetti\_ball: (Fixes #45) * Cleaned config files: separated the files; added `defaults.yaml` * Moved `shared` folder (content) to `backend.backend_app.config` (still accessible to frontend, but it's cleaner that way since this folder contains files concerning only the backend). * Performance update with caching some attributes; * Even cleaner backend dynamic imports (#46) * Added a good chunck of documentation related to the backend (#74) * Added checks (runned when server is started or indirectly with `make check_backend`)
-
- 16 Mar, 2019 1 commit
-
-
Florent Chehab authored
Some of them were simply removed, oter were fixed. From now on, the use of TODO is not permitted in the code.
-
- 10 Mar, 2019 11 commits
-
-
Florent Chehab authored
-
Florent Chehab authored
-
Florent Chehab authored
Fixes #55
-
Florent Chehab authored
Added has_pending_moderation attribute Tests also updated
-
Florent Chehab authored
-
Florent Chehab authored
Make use of optimization trick for is_member
-
Florent Chehab authored
-
Florent Chehab authored
-
Florent Chehab authored
-
Florent Chehab authored
-
Florent Chehab authored
-
- 09 Mar, 2019 1 commit
-
-
Florent Chehab authored
Creation of a get_api_objs function that is easier to understand More to come
-
- 03 Mar, 2019 1 commit
-
-
Florent Chehab authored
not perfect but will do the trick for now
-
- 26 Feb, 2019 6 commits
-
-
Florent Chehab authored
-
Florent Chehab authored
Also: fixed self.user not being set anymore
-
Florent Chehab authored
-
Florent Chehab authored
-
Florent Chehab authored
-
Florent Chehab authored
Should fix bug regarding lack of static files
-
- 24 Feb, 2019 1 commit
-
-
Florent Chehab authored
-
- 21 Feb, 2019 3 commits
-
-
Florent Chehab authored
-
Florent Chehab authored
-
Florent Chehab authored
-
- 11 Feb, 2019 4 commits
-
-
Florent Chehab authored
Added some comments accross specific files
-
Florent Chehab authored
-
Florent Chehab authored
-
Florent Chehab authored
-
- 10 Feb, 2019 2 commits
-
-
Florent Chehab authored
Fixes #15
-
Florent Chehab authored
Fixes #9
-
- 08 Feb, 2019 4 commits
-
-
Florent Chehab authored
-
Florent Chehab authored
Closes #44
-
Florent Chehab authored
other fixes and linting
-
Florent Chehab authored
Repo structure complete redesign Fixes #38
-
- 07 Feb, 2019 1 commit
-
-
Florent Chehab authored
-