Thomas Citharel
e3607b57be
Improve dashboard
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-15 11:04:05 +02:00
Thomas Citharel
d76489ae79
Fix error message always showed
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-14 19:10:57 +02:00
Thomas Citharel
57a3989d49
Use modern mode
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-14 19:04:14 +02:00
Thomas Citharel
2aad8d3960
Move all routes to async components
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-14 18:59:36 +02:00
Thomas Citharel
7641b26032
Remove outdated comments in vue.config.js
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-14 18:57:44 +02:00
Thomas Citharel
f0085a1181
Fix title level on homepage
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-14 18:57:05 +02:00
Thomas Citharel
ea38ca2567
Remove outdated string in install assistant
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-14 18:56:23 +02:00
Thomas Citharel
65e46bc2d0
Couple of i18n and homepage fixes
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-14 12:43:52 +02:00
Thomas Citharel
3847e97a64
Merge branch 'improve-build-times' into 'master'
...
Improve build times
See merge request framasoft/mobilizon!608
2020-10-14 11:55:53 +02:00
Thomas Citharel
a666a858ba
Update i18n files
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-14 11:45:33 +02:00
Thomas Citharel
c8ac5b07ee
Fix email template without variables
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-14 11:45:32 +02:00
Thomas Citharel
60343128af
Fix events from former followed instances showing up
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-14 11:45:32 +02:00
Thomas Citharel
16c0d4b80f
Fix typo in translation string
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-14 09:46:34 +02:00
Thomas Citharel
c448ab4a52
Use datetime with TZ for posts timestamps
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-14 09:46:33 +02:00
Thomas Citharel
823e3a256d
Improve build times
...
* Fix bulma/buefy being imported many (many !!!) times
* Remove javascript-time-ago because date-fns pretty much does the same
thing
* Make sure languages are loaded asynchronously
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-14 09:46:33 +02:00
Thomas Citharel
4957e09afd
Merge branch 'weblate-mobilizon-frontend' into 'master'
...
Translations update from Weblate
See merge request framasoft/mobilizon!609
2020-10-14 09:45:37 +02:00
josé m
b0606079e9
Translated using Weblate (Galician)
...
Currently translated at 99.8% (802 of 803 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/gl/
2020-10-14 09:32:33 +02:00
frama late
0da76137bf
Translated using Weblate (Italian)
...
Currently translated at 30.5% (74 of 242 strings)
Translation: Mobilizon/Backend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/backend/it/
2020-10-14 09:32:30 +02:00
Berto Te
8d186a32da
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (803 of 803 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/es/
2020-10-14 09:32:29 +02:00
Thomas Citharel
c33e9e615b
Merge branch 'improve-edit-page-on-mobile' into 'master'
...
Improve edit page on mobile
Closes #392
See merge request framasoft/mobilizon!607
2020-10-13 17:35:06 +02:00
Thomas Citharel
23914bbc85
Upgrade deps
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-13 17:03:49 +02:00
Thomas Citharel
57cd004610
Improve edit page on mobile
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-13 17:03:48 +02:00
Thomas Citharel
3d5fed4087
Merge branch 'fix-user-count' into 'master'
...
Fixes for user deletion
See merge request framasoft/mobilizon!606
2020-10-13 17:03:28 +02:00
Thomas Citharel
59abbe88c2
Fix tests with user tasks
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-13 15:53:18 +02:00
Thomas Citharel
db9195665b
Don't sent reset email when user is disabled
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-13 15:21:00 +02:00
Thomas Citharel
9396de2a8a
Show user disabled status in mix task
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-13 15:20:30 +02:00
Thomas Citharel
0c77c898ad
Fix a typo in create_bot task
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-13 15:20:07 +02:00
Thomas Citharel
b28ed9d10f
Completely delete user when user request self destruction
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-13 15:10:27 +02:00
Thomas Citharel
af8a773654
Debug errors in test mode as well
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-13 15:06:00 +02:00
Thomas Citharel
7bcd4a7d2d
Fix AccountSettings for 3rd-party auth
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-13 15:05:32 +02:00
Thomas Citharel
01150af70e
Don't count deactivated users in statistics
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-13 14:39:05 +02:00
Thomas Citharel
c7ddbc1162
Change CLI delete user task to completly delete user by default
...
And document the new option
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-13 14:36:55 +02:00
Thomas Citharel
f962563a9e
Remove link to outdated wiki
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-12 14:36:13 +02:00
Thomas Citharel
0a96b3d951
Merge branch '1.0.0-rc.1' into 'master'
...
Bump version to 1.0.0-rc.1 and add changelog
See merge request framasoft/mobilizon!605
2020-10-12 14:32:15 +02:00
Thomas Citharel
d83ceafd1b
Bump version to 1.0.0-rc.1 and add changelog
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-12 14:05:11 +02:00
Thomas Citharel
7c33a942e7
Merge branch 'make-sure-person-profiles-are-giving-404' into 'master'
...
Make sure a person profile page returns 404
See merge request framasoft/mobilizon!604
2020-10-12 13:56:52 +02:00
Thomas Citharel
2b5de4f50a
Make sure a person profile page returns 404
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-12 13:38:25 +02:00
Thomas Citharel
0537f6ae09
Fix upload test with non allowed content-type
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-12 11:14:35 +02:00
Thomas Citharel
fd5ea94e31
Merge branch 'ui-fixes' into 'master'
...
Improve UI on home & register pages
See merge request framasoft/mobilizon!603
2020-10-12 09:04:46 +02:00
Thomas Citharel
12153ce757
Improve UI on home & register pages
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-12 08:50:51 +02:00
Thomas Citharel
f8e4e68b8c
Merge branch 'weblate-mobilizon-frontend' into 'master'
...
Translations update from Weblate
See merge request framasoft/mobilizon!602
2020-10-11 12:15:34 +02:00
josé m
1bf540511d
Translated using Weblate (Galician)
...
Currently translated at 76.6% (613 of 800 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/gl/
2020-10-10 19:48:52 +02:00
Berto Te
2f40272014
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (169 of 169 strings)
Translation: Mobilizon/Backend errors
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/backend-errors/es/
2020-10-10 19:48:50 +02:00
Berto Te
cde8170843
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (242 of 242 strings)
Translation: Mobilizon/Backend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/backend/es/
2020-10-10 19:48:49 +02:00
Thomas Citharel
bab28fa5b1
Merge branch 'remove-bulma-placeholders' into 'master'
...
Remove bulma placeholders
Closes #391
See merge request framasoft/mobilizon!601
2020-10-10 17:39:01 +02:00
Thomas Citharel
c02f8d5169
Remove bulma placeholders
...
Close #391
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-10-10 17:13:59 +02:00
Thomas Citharel
c195df440d
Merge branch 'weblate-mobilizon-frontend' into 'master'
...
Translations update from Weblate
See merge request framasoft/mobilizon!600
2020-10-10 09:45:09 +02:00
Thomas Citharel
a046545277
Translated using Weblate (French (France))
...
Currently translated at 100.0% (800 of 800 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/fr_FR/
2020-10-10 02:54:22 +02:00
Thomas Citharel
82c1e4edae
Merge remote-tracking branch 'weblate/master'
2020-10-09 20:02:41 +02:00
Taru Luojola
0f9770fa47
Translated using Weblate (Finnish)
...
Currently translated at 91.2% (730 of 800 strings)
Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/fi/
2020-10-09 19:51:21 +02:00