Commit graph

181 commits

Author SHA1 Message Date
Daniel Supernault
223aea4765
Refactor AvatarStorage to support migrating avatars to cloud storage, fix remote avatar refetching and merge AvatarSync commands and add deprecation notice to avatar:sync command 2022-12-02 00:21:53 -07:00
Daniel Supernault
a83fc798b7
Update AvatarSync, fix sync skipping recently fetched avatars by setting last_fetched_at to null before refetching 2022-12-01 23:17:05 -07:00
Daniel Supernault
ae78129678
Update changelog 2022-12-01 20:31:20 -07:00
Daniel Supernault
73eb9e36fc
Add UserRegistrationMagicLink command to manually generate in-app registration confirmation links 2022-11-30 03:47:18 -07:00
Daniel Supernault
5ce158a272
Update SendUpdateActor command 2022-11-17 19:43:01 -07:00
Daniel Supernault
04a498af9c
Update SendUpdateActor command 2022-11-17 19:21:31 -07:00
Daniel Supernault
682f5f0f33
Add Manually verify email address command 2022-11-17 18:09:16 -07:00
Daniel Supernault
6b92c64851
Update command 2022-10-31 02:18:06 -06:00
Daniel Supernault
896e6023bd
Add command 2022-10-31 00:05:17 -06:00
Daniel Supernault
149cf9dc29
Fix remote account post counts 2022-08-06 03:23:58 -06:00
Shlee
5e73c2d539
Update Installer.php 2022-07-05 22:44:40 +09:30
Shlee
00c6e7c664
Update Installer.php 2022-06-26 15:52:19 +09:30
daniel
c25347603b
Merge pull request #3535 from shleeable/patch-10
artisan user:create - password must be 6 characters or more
2022-06-25 14:47:33 -06:00
daniel
fc46c350a4
Merge pull request #3546 from shleeable/patch-14
Installer Updated
2022-06-25 14:24:28 -06:00
Shlee
563b7af500
Update Installer.php 2022-06-25 12:10:41 +09:30
Shlee
ed2d4a9b34
Update Installer.php 2022-06-25 12:06:15 +09:30
Shlee
e0307babf8
PHP check lists all PHP modules + linted 2022-06-25 12:03:00 +09:30
Shlee
13a86ab2b5
bug fix 2022-06-25 11:52:52 +09:30
Daniel Supernault
bb1cccbe03
Update MediaDeletePipeline, fix async media deletion 2022-06-19 06:52:06 -06:00
Shlee
b8526bfeb0
Update Installer.php 2022-06-19 15:56:55 +09:30
Shlee
097a04edc3
Update Installer.php 2022-06-19 15:35:06 +09:30
Shlee
d2e0b9ace1
Update Installer.php 2022-06-19 15:32:44 +09:30
Shlee
dcd7a35384
Update Installer.php 2022-06-19 15:31:55 +09:30
Shlee
211b497240
Update Installer.php 2022-06-19 15:15:13 +09:30
Shlee
2e0587cef8
Update Installer.php 2022-06-19 15:00:08 +09:30
Shlee
e77400b621
Update Installer.php 2022-06-19 14:58:33 +09:30
Shlee
4da076c756
Update Installer.php 2022-06-16 11:05:05 +09:30
Shlee
83bb370ec9
Update Installer.php 2022-06-16 11:02:47 +09:30
Shlee
56ebd8c06c
Update Installer.php 2022-06-16 10:06:47 +09:30
Shlee
a0bca2668a
Update Installer.php 2022-06-15 19:38:40 +09:30
Shlee
a2090f5445
Update Installer.php 2022-06-15 19:32:51 +09:30
Shlee
fc811416f3
Update Installer.php 2022-06-15 19:16:11 +09:30
Shlee
6d76d02732
Update Installer.php 2022-06-15 19:15:33 +09:30
Shlee
df51e838bd
Update Installer.php 2022-06-15 19:15:12 +09:30
Shlee
825365a6b6
Update Installer.php 2022-06-15 19:09:19 +09:30
Shlee
4ffa4a3609
Update Installer.php 2022-06-15 18:59:37 +09:30
Shlee
8d583403cb
Update Installer.php 2022-06-15 18:53:50 +09:30
Shlee
d5436fbd5f
Update Installer.php 2022-06-15 18:48:49 +09:30
Daniel Supernault
feecc06c2a
Update installer command 2022-06-09 00:09:01 -06:00
Daniel Supernault
2b7c8dd1e5
Update GenerateInstanceActor command 2022-06-06 22:29:33 -06:00
Shlee
8c31bd4c68
Update UserCreate.php 2022-06-05 15:20:57 +09:30
Shlee
95a22b7b55
Update UserCreate.php 2022-06-05 15:20:43 +09:30
Shlee
330ed8ef82
Update UserCreate.php 2022-06-05 15:19:54 +09:30
Shlee
6c69b30870
Update UserCreate.php 2022-05-21 15:53:47 +09:30
Shlee
d36e472646
Update Installer.php 2022-05-14 18:35:26 +09:30
Daniel Supernault
758a828fdf
Update MediaGarbageCollector 2022-03-16 20:19:10 -06:00
Daniel Supernault
41cc741be6
Add avatar:sync command 2022-01-02 21:34:15 -07:00
Daniel Supernault
7bef159119
Add i18n dev command 2021-12-21 22:32:33 -07:00
Daniel Supernault
03b0a62a22
Update console kernel, add db session garbage collector that runs twice daily 2021-12-19 01:25:49 -07:00
Daniel Supernault
3515a98e55
Add Cloud Backups, a command to store backups on S3 or compatible filesystems 2021-12-14 20:08:44 -07:00
Dan Church
c685e3e9f4
Fix global memory limit set in constructor
Instead, set it when running.

Having the set in the constructor was causing memory_limit to be changed
for "artisan queue:work" processes.
2021-09-27 15:09:00 -05:00
Daniel Supernault
d32d05eed0
Update story gc 2021-09-04 01:59:50 -06:00
Daniel Supernault
da6943daed
Add InstancePipeline and NodeinfoService 2021-09-03 20:45:56 -06:00
Daniel Supernault
a0da80bc70
Update media gc command 2021-08-31 00:24:20 -06:00
Daniel Supernault
e8e249ce31
Update story garbage collection 2021-04-30 19:59:56 -06:00
Daniel Supernault
c43f8bcce8
Update story garbage collection, handle non active stories and new ephemeral story media directory 2021-04-27 20:02:33 -06:00
Daniel Supernault
b2b8c9f99c
Update UserCreate command, closes #2581 2021-01-24 15:43:37 -07:00
Daniel Supernault
e71e525ac9
Update console kernel 2021-01-17 01:47:02 -07:00
Daniel Supernault
21837be99f
Update media:optimize command 2021-01-17 01:45:56 -07:00
Daniel Supernault
844ae6224a
Add InstanceActor generate command 2021-01-17 01:43:57 -07:00
Daniel Supernault
6dcd472be6
Update Profile, fix status count 2020-12-27 14:45:31 -07:00
Daniel Supernault
be3ad6b15f
Update Avatar Migration command, use jpeg default 2020-12-14 23:57:28 -07:00
Daniel Supernault
f6528c8470
Update avatars, use jpeg default 2020-12-14 23:54:22 -07:00
Daniel Supernault
dab051ecb9
Update console kernel 2020-12-13 11:40:28 -07:00
Hervé Yvis
37cddf740c
Update FixUsernames.php
Should allow to fix registered usernames that are are restricted, even if they are in a different case.

Examples : "ADmiN" , "Logout", "Help", "FollowMe"
2020-11-26 18:30:40 +01:00
Daniel Supernault
0f943f672c
Update FixUsernames command, fixes remote username search 2020-04-21 23:13:38 -06:00
Daniel Supernault
2a3fd8771d
Update StoryGC command 2020-04-10 21:23:48 -06:00
Shlee
4d685d9052
typo 2020-02-22 19:42:39 +08:00
Daniel Supernault
f400c632f0
Update DeleteAccountPipeline, fixes #2016 2020-02-15 23:10:36 -07:00
Daniel Supernault
e6dc858061
Update StoryGC command 2020-02-05 00:44:52 -07:00
Daniel Supernault
a3bd5da226
Add MediaFix command 2020-01-30 00:21:01 -07:00
Daniel Supernault
829c41e16f
Update password reset ttl, now expires after 24 hours 2020-01-28 23:37:08 -07:00
Daniel Supernault
c40cdb6d8a
Update FailedJobGC command, change scheduled time to not conflict with daily backups 2020-01-28 23:18:12 -07:00
Daniel Supernault
5d424f126a
Add FailedJob garbage collection 2020-01-28 23:13:27 -07:00
Daniel Supernault
01dd5db7f5
Update scheduler, add StoryGC command 2019-12-31 21:58:21 -07:00
Daniel Supernault
c369882b48
Update Redis namespace 2019-12-10 23:04:03 -07:00
Daniel Supernault
6583957dc8
Update FixUsernames command, skip admin and deleted users 2019-11-13 23:30:02 -07:00
Daniel Supernault
e5d77c6d95
Update FixUsernames command 2019-11-13 23:20:01 -07:00
Daniel Supernault
b89d793250
Update StatusDedupe command 2019-10-18 19:29:03 -06:00
Daniel Supernault
771f9c4615
Update FixLikes command, fix postgres support 2019-10-18 13:40:56 -06:00
Daniel Supernault
1ffbc1c7ec
Add Fix Likes command 2019-10-10 19:06:02 -06:00
Daniel Supernault
9524ea19f5
Update media:optimize command 2019-08-20 22:22:25 -06:00
Daniel Supernault
91e58591be
Update ImportCities command, bump memory limit 2019-08-17 23:00:06 -06:00
Daniel Supernault
d391deaf8a
Update ImportCities command, clean up 2019-08-15 22:12:30 -06:00
Daniel Supernault
ea023fcf17
Update ImportCities command, check for corrupt or invalid checksum 2019-08-15 21:54:50 -06:00
Daniel Supernault
450602cbeb
Update Import Cities command, shorten country names 2019-08-15 21:43:18 -06:00
Daniel Supernault
749d5101f4
Update command 2019-08-12 03:12:03 -06:00
Daniel Supernault
38a0fd30fe
Add new command 2019-08-12 02:46:51 -06:00
daniel
6e8f3ed5e5
Merge pull request #1579 from monkeyless/dev
Fix "import:cities" command
2019-08-09 19:52:48 -06:00
Daniel Supernault
ae234b9846
Update command 2019-08-09 13:56:00 -06:00
monkeyless
32a6100fed Add last progressbar advance 2019-08-09 06:02:44 +02:00
monkeyless
6d771819f4 Add checks back 2019-08-09 06:01:59 +02:00
monkeyless
27952883b6 Isert cities in chunks to increase performance 2019-08-09 05:38:48 +02:00
Daniel Supernault
85dc4ca0b2
Update console command 2019-08-08 00:14:16 -06:00
Daniel Supernault
ae4af1675d
Add new commmand 2019-08-08 00:12:59 -06:00
Daniel Supernault
536e41507a
Update media command 2019-07-24 22:24:27 -06:00
Daniel Supernault
cec1c118d5
Update FixHashtags command 2019-07-08 00:20:32 -06:00
Daniel Supernault
521b5b5b07
Add FixHashtags command 2019-07-07 23:45:21 -06:00
Daniel Supernault
a3be4cd697
Add RegenerateThumbnails command 2019-06-19 14:27:26 -06:00
Daniel Supernault
7248196d31
Update Installer command 2019-06-16 16:13:06 -06:00