thomas girod
6962b39fc9
use typing.Self for custom queryset methods
2024-09-02 01:03:46 +02:00
thomas girod
dd07c374d7
convert uploaded images to webp
2024-09-01 19:05:54 +02:00
thomas girod
72ea6b6fdd
fix crash on album fetch & test
2024-08-10 00:46:40 +02:00
thomas girod
9163e4dee6
fix SAS album display
2024-08-09 18:08:36 +02:00
thomas girod
00dc03a235
fix rights on albums and next/previous pictures
2024-08-08 13:35:48 +02:00
thomas girod
d3b203a4a1
change cache on picture download
2024-08-08 11:50:45 +02:00
thomas girod
4506440a62
add PictureQuerySet.viewable_by(user)
method
2024-08-08 11:50:45 +02:00
thomas girod
424639ea80
better scss
2024-07-26 15:55:15 +02:00
thomas girod
8c69a94488
use google convention for docstrings
2024-07-21 00:57:04 +02:00
thomas girod
171a1cb876
ruff rule FBT
2024-07-08 15:37:09 +02:00
thomas girod
cfc19434d0
ruff rules UP008 and UP009
2024-07-08 15:37:09 +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
Julien Constant
d83842af27
Fix problème de cache dans le SAS & améliore le CSS du SAS
...
Co-authored-by: Bartuccio Antoine <klmp200@users.noreply.github.com>
2023-04-05 14:32:32 +02:00
Julien Constant
8e7c025e47
[FIX] Broken link in readme and license fix (& update) ( #591 )
2023-04-04 18:39:45 +02:00
Julien Constant
28f397574f
Amélioration des pages utilisateurs pour les petits écrans ( #578 , #520 )
...
- Refonte de l'organisation des pages utilisateurs (principalement du front)
- Page des parrains/fillots
- Page d'édition du profil
- Page du profil
- Page des outils
- Page des préférences
- Page des stats utilisateurs
- Refonte du CSS / organisation de la navbar principale (en haut de l'écran)
- Refonte du CSS de la navbar bleu clair (le menu)
- Refonte du CSS du SAS :
- Page de photo
- Page d'albums
2023-03-30 14:38:40 +02:00
98bfc308a7
Minimal working version
...
* Upgrade dependencies
* Fix ugettext
* Fix bad urls
2022-08-04 00:28:09 +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
298499c749
sas: add cache on Picture permissions to avoid hitting the bdd too much
2019-09-16 11:33:32 +02:00
8330e1eaf2
sas: simplify and optimize permissions for SAS images
2019-09-15 16:43:17 +02:00
cb58b00b6e
All: Apply Black coding rules
2018-10-05 21:52:55 +02:00
5c4a16d14c
Fix user pictures display
2018-06-10 18:43:39 +02:00
Skia
578fa1495d
sas: fix notification callback
...
Signed-off-by: Skia <skia@libskia.so>
2017-10-15 12:00:33 +02:00
Skia
43f51813e0
sas: fix album preview
...
Signed-off-by: Skia <skia@libskia.so>
2017-10-06 17:57:54 +02:00
Skia
f0c34fe70c
sas: add permanent notification for SAS moderation
...
Signed-off-by: Skia <skia@libskia.so>
2017-09-25 12:35:56 +02:00
Skia
469304585c
sas: update models managers
...
Signed-off-by: Skia <skia@libskia.so>
2017-09-25 12:34:05 +02:00
e2311dcb71
Format sas
2017-06-13 10:04:13 +02:00
Skia
83deae5964
Apply GPLv3 to Sith, and add header to every concerned file
2017-04-24 17:51:12 +02:00
60e2e0d4f9
Better to use os.path.join for paths
2017-03-30 19:13:47 +02:00
Skia
dea234f98a
Change is_subscriber and was_subscriber to cached_properties
2017-02-24 02:59:59 +01:00
Skia
4ae4d2b6db
Add overwrite mode and change compressed size width in picture resizing
2016-12-19 16:20:50 +01:00
Skia
dd2be2a31e
Auto generate album thumbnails
2016-12-18 18:34:48 +01:00
Skia
9f35f74082
Huge performance improvement in SAS, miss the album thumbnail in most cases
2016-12-18 12:35:23 +01:00
Skia
d7a065c4e2
Update SAS rights
2016-12-13 18:36:08 +01:00
Skia
bf9aa29a54
Add clipboard to SAS
2016-12-13 17:17:58 +01:00
Skia
0859648bd4
Add cut/paste function in files
2016-12-13 00:45:38 +01:00
Skia
2919f3a133
Allow former subscribers to see pictures
2016-12-12 16:35:52 +01:00
Skia
0d4b697079
Refactor group settings
2016-12-10 01:29:56 +01:00
Skia
b53531c391
Add another method to moderate pictures in SAS
2016-12-09 19:35:23 +01:00
Skia
7e335cfbd7
Update rotating function
2016-11-30 09:28:53 +01:00
Skia
a60063f009
Oops, syntax error + styling footer
2016-11-29 11:49:41 +01:00
Skia
7f0561234f
SAS fixes
2016-11-29 11:35:31 +01:00
Skia
cfbb6f4e1f
Lot of small improvement in SAS
2016-11-25 13:47:09 +01:00
Skia
da35292cd5
Add is_in_sas field, to perform queries on it
2016-11-23 11:46:45 +01:00
Skia
0e788dd876
Small refactoring
2016-11-23 11:46:45 +01:00
Skia
0e0e57458f
Improve SAS UX
2016-11-23 11:46:45 +01:00
Skia
815ef03860
Better handle rotations
2016-11-23 11:46:45 +01:00
Skia
869634d6e1
Add thumbnail generation
2016-11-23 11:46:45 +01:00
Skia
22ab21e4e1
Add picture-people relation and ask for removal thing
2016-11-23 11:46:45 +01:00