thomas girod
3046438cb1
replace drf by django-ninja
2024-07-23 19:57:33 +02:00
thomas girod
8c69a94488
use google convention for docstrings
2024-07-21 00:57:04 +02:00
thomas girod
e5a2236d72
remove pytz
2024-07-18 17:33:14 +02:00
7e98e184a0
Improve tests
2024-07-11 13:23:24 +02:00
6240eff160
Apply review suggestions
2024-07-11 13:23:24 +02:00
a8918ebe86
Fix forum topic creation
2024-07-11 13:23:24 +02:00
thomas girod
2ac578c3ad
ruff rule DJ
...
Co-authored-by: Bartuccio Antoine <klmp200@users.noreply.github.com>
2024-07-08 15:37:10 +02:00
thomas girod
cfc19434d0
ruff rules UP008 and UP009
2024-07-08 15:37:09 +02:00
thomas girod
cd58d5a357
resolve warnings
2024-07-04 11:31:35 +02:00
thomas girod
3143d3d91a
reorganize imports with ruff
2024-06-26 12:35:38 +02:00
thomas girod
ef968f3673
Better usage of cache for groups and clubs related operations ( #634 )
...
* Better usage of cache for group retrieval
* Cache clearing on object deletion or update
* replace signals by save and delete override
* add is_anonymous check in is_owned_by
Add in many is_owned_by(self, user) methods that user is not anonymous. Since many of those functions do db queries, this should reduce a little bit the load of the db.
* Stricter usage of User.is_in_group
Constrain the parameters that can be passed to the function to make sure only a str or an int can be used. Also force to explicitly specify if the group id or the group name is used.
* write test and correct bugs
* remove forgotten populate commands
* Correct test
2023-05-02 12:36:59 +02:00
thomas girod
b5a40cfda9
Mise à jour de Black vers la version 23.3 ( #629 )
2023-04-22 15:32:31 +02:00
Julien Constant
8e7c025e47
[FIX] Broken link in readme and license fix (& update) ( #591 )
2023-04-04 18:39:45 +02:00
thomas girod
99827e005b
upgrade re_path to path ( #533 )
2023-01-09 22:07:03 +01:00
98bfc308a7
Minimal working version
...
* Upgrade dependencies
* Fix ugettext
* Fix bad urls
2022-08-04 00:28:09 +02:00
ebee8c34e1
forum: fix ForumTopicSubscribeView error 500 with anonymous user
2019-12-16 15:00:33 +01:00
99c8d95443
django2.2: remove direct assignments to many-to-many fields
2019-10-08 22:46:37 +02:00
f7548ab8d1
django2.2: add on_delete on migrations for OneToOneField
2019-10-08 22:46:03 +02:00
3cb306bc91
django2.2: add on_delete on migrations for ForeignKey
2019-10-08 22:46:03 +02:00
6cc234e8d3
django2.2: add default mandatory on_delete on OneToOneField
2019-10-08 22:46:02 +02:00
4dadb1dbc0
django2.2: add default mandatory on_delete on all ForeignKey
2019-10-08 22:46:01 +02:00
2616e8b24c
django2.2: relpace django.core.urlresolvers by django.urls
2019-10-08 22:46:01 +02:00
be855c6c90
django2.2: migrate url to re_path
2019-10-08 22:46:01 +02:00
321e5e3ff5
forum: enhance performances on toggle_favorite
2019-09-15 16:12:24 +02:00
Cyl
355a51d2ce
core: fix special caracter in user and forum search
2019-05-09 19:51:55 +02:00
Cyl
bf06aea680
core: fix whitespaces in user and forum search
2019-05-06 20:11:49 +02:00
bae45bcd38
forum: remove old markdown preview
2018-12-20 14:27:55 +01:00
Skia
835782fd7e
forum/views: reduce number of queries with some 'prefetch_related'
2018-12-13 20:36:21 +01:00
af3e2fb951
forum: use generic macro to display breadcrumb and display it on search result
2018-12-13 20:33:34 +01:00
82ffd75372
forum: fix typo in search bar checkbox class name
2018-12-13 20:33:34 +01:00
068a80519c
forum: fix order by date
2018-12-13 20:33:34 +01:00
fc7e45190d
forum: use pure jinja for search bar
2018-12-13 20:33:34 +01:00
6891174935
forum: implement order by date for search
2018-12-13 20:33:34 +01:00
721b22a1e9
forum: improve search bar UX behavior
2018-12-13 20:33:34 +01:00
e421a2b4cd
forum: increase search speed by optimizing permission filter
2018-12-13 20:33:34 +01:00
Soldat
a9bae46f45
changed design
2018-12-13 20:33:34 +01:00
347caa3b6a
forum and core: fix error 500 when query is empty on search
2018-12-13 20:33:34 +01:00
65a0b7b2d4
forum: better display of search results
2018-12-13 20:33:34 +01:00
107c6c196f
forum: limit results and improve search engine speed
2018-12-13 20:33:34 +01:00
884855c178
forum and core: remove CanViewSearchMixin and use specialized view instead
2018-12-13 20:33:34 +01:00
076b10e325
forum and core: add a dedicated mixin to exclude unauthorized search results
2018-12-13 20:33:34 +01:00
3fdb83c1c2
forum and core: add access rights on search query
2018-12-13 20:33:34 +01:00
525b047b4f
forum: display search bar on every forum pages
2018-12-13 20:33:34 +01:00
404b825de4
forum: make search fuzzy
2018-12-13 20:33:34 +01:00
286ba91c75
Adapt forum search to xapian and improve query
2018-12-13 20:33:34 +01:00
Grégoire Duvauchelle
9b8a881914
Add haystack index, and a view for forum search (WIP)
2018-12-13 20:33:34 +01:00
cb58b00b6e
All: Apply Black coding rules
2018-10-05 21:52:55 +02:00
Skia
9146251642
Prevent generation of useless migrations upon settings change
2018-05-08 18:51:29 +02:00
83f38e617b
Forum Form optimisation
2018-04-26 19:38:39 +02:00
443616a762
Forum permission fix and form display
2018-04-26 15:20:45 +02:00