Daniel Supernault
a05524e834
Fix #5582
2025-02-03 22:36:42 -07:00
daniel
49a6e69858
Merge pull request #5540 from jippi/patch-1
...
fix: don't restore memory limit after cities import
2025-02-03 18:41:30 -07:00
Shlee
a13545e328
Update FixUsernames.php
2025-01-27 21:13:31 +10:30
Christian Winther
2de9c70a0c
fix: don't restore memory limit after cities import
...
Since this command can only be invoked by CLI, the process will exit after a successful import, so restoring the transient PHP memory limit doesn't really have any affect.
In PHP 8.4, this throws the following error (which doesn't happen in 8.3 and below)
> [entrypoint / 11-first-time-setup.sh] - (stderr) 128769/128769 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%[2025-01-20 11:29:23] production.ERROR: Failed to set memory limit to 134217728 bytes (Current memory usage is 134746112 bytes) {"exception":"[object] (ErrorException(code: 0): Failed to set memory limit to 134217728 bytes (Current memory usage is 134746112 bytes) at /var/www/app/Console/Commands/ImportCities.php:140)
It seems to be a 8.4 behavior change, so removing the logic would make it go away
2025-01-20 12:40:43 +01:00
Anil Kulkarni
4d0cb32f79
Fix notifications not being delivered by directly checking the state from the database
2025-01-12 11:30:15 -08:00
Daniel Supernault
3749267260
Add ReclaimUsername command
2025-01-07 17:45:57 -07:00
Daniel Supernault
99b15b73f6
Update CatchUnoptimizedMedia command, make 1hr limit opt-in
2025-01-03 21:38:07 -07:00
daniel
632f590c3c
Merge branch 'staging' into insta-import-optimizeMedia
2025-01-03 21:23:46 -07:00
Daniel Supernault
77da9ad8e9
Update UserVerifyEmail command
2024-12-06 00:44:16 -07:00
Daniel Supernault
9eeb7b6741
Update Status caption logic, stop storing duplicate html caption in db and defer to cached StatusService rendering
2024-11-19 03:45:52 -07:00
Daniel Supernault
8e208b0eb3
Update PushGatewayRefresh command
2024-10-03 21:13:35 -06:00
Daniel Supernault
92ad62e735
Update NotificationAppGatewayService
2024-09-28 03:52:58 -06:00
Daniel Supernault
dba012840c
Add PushGatewayRefresh command
2024-09-28 03:51:39 -06:00
Daniel Supernault
be02f48a77
Update UserAccountDelete command, increase sharedInbox ttl from 12h to 14d
2024-09-05 01:29:01 -06:00
Daniel Supernault
c5f85c71ae
Update DeleteRemoteProfile command
2024-07-19 00:21:34 -06:00
Daniel Supernault
c38bd54792
Add Delete Remote Profile command
2024-07-18 23:06:57 -06:00
Daniel Supernault
4f2b8ed20a
Refactor total local post count logic, cache value and schedule updates twice daily to eliminate the perf issue on larger instances
2024-06-19 03:02:00 -06:00
Daniel Supernault
71adfd2804
Add app:captcha-toggle-command command to disable captcha from cli
2024-06-05 22:48:58 -06:00
Daniel Supernault
dc6b9f4661
Update task scheduler, add weekly instance scan to check nodeinfo for known instances
2024-05-31 02:56:13 -06:00
Daniel Supernault
d670de175e
Update media_types, use config_cache
2024-03-12 01:28:08 -06:00
Daniel Supernault
665581d80c
Update cloud storage, use config_cache
2024-03-12 01:03:33 -06:00
Daniel Supernault
4aa0e25f4c
Update commands, add user account delete cli command to federate account deletion
2024-03-08 06:44:02 -07:00
Daniel Supernault
632f2cb619
Update SoftwareUpdateService, add command to refresh latest versions
2024-03-05 07:02:40 -07:00
Christian Winther
d9a9507cc8
sync
2024-02-10 00:30:06 +00:00
Christian Winther
5bd93b0f5e
sync
2024-02-10 00:25:18 +00:00
Christian Winther
3d6efd098d
sync
2024-02-10 00:23:53 +00:00
Christian Winther
d374d73ba7
Merge branch 'staging' into jippi-fork
2024-02-08 01:17:25 +01:00
Daniel Supernault
6921d3568e
Add InstanceMananger command
2024-02-07 04:42:27 -07:00
Daniel Supernault
7caed381fb
Update AP helpers, more efficently update post counts
2024-02-04 02:40:04 -07:00
Daniel Supernault
32c59f0440
Update TransformImports command, fix import service condition
2024-02-03 13:30:02 -07:00
Daniel Supernault
081360b905
Update console kernel, add ig import s3 job
2024-02-02 05:45:06 -07:00
Daniel Supernault
622e9cee97
Add S3 IG Import Media Storage
2024-02-02 02:29:33 -07:00
Christian Winther
890827d60e
Merge branch 'dev' of github.com:pixelfed/pixelfed into jippi-fork
2024-01-04 22:34:57 +00:00
Christian Winther
7b3e11012f
merge dev
2024-01-04 11:33:54 +00:00
Christian Winther
b19d3a20dd
only run kernel tasks on one server
...
lifted from https://github.com/pixelfed/pixelfed/pull/4634
2024-01-04 11:00:45 +00:00
daniel
d7efe1a7ee
Merge pull request #3894 from vanlueckn/feat-add-emoji-cli
...
Add a command to import emoji archives to pixelfed
2024-01-03 02:54:43 -07:00
Daniel Supernault
73a0f528ab
Update user domain block commands
2023-12-21 05:00:35 -07:00
Daniel Supernault
519c7a3735
Update domain block commands
2023-12-21 03:48:08 -07:00
Daniel Supernault
3e28cf661b
Add user domain block commands
2023-12-21 03:35:47 -07:00
Daniel Supernault
e5e3be0598
Update app:hashtag-related-generate command, add existing confirmation
2023-11-17 22:45:04 -07:00
Daniel Supernault
176b4ed793
Add app:hashtag-related-generate command
2023-11-17 22:21:55 -07:00
Daniel Supernault
1e31fee6a6
Add app:hashtag-cached-count-update command to update cached_count of hashtags and add to scheduler to run every 25 minutes past the hour
2023-11-16 02:43:11 -07:00
Daniel Supernault
446ca3a878
Update notification epoch generation
2023-11-13 01:59:38 -07:00
Daniel Supernault
5b3a56102f
Add S3 command to rewrite media urls
2023-11-07 00:49:36 -07:00
paule
67a87ccb1e
fix: CatchUnoptimizedMedia, prevent skipping of imported posts
2023-11-02 00:43:33 +01:00
Daniel Supernault
c37b7cde30
Add avatar:storage-deep-clean
command to dispatch avatar storage cleanup jobs
2023-10-11 03:38:31 -06:00
Daniel Supernault
01bac51104
Update user:admin command, improve logic. Fixes #2465
2023-10-10 20:20:18 -06:00
Daniel Supernault
c6408fd79d
Add user:2fa command to easily disable 2FA for given account
2023-10-10 20:00:12 -06:00
Daniel Supernault
ba7551d8a9
Update TransformImports command, increment status_count on profile model
2023-07-14 01:46:51 -06:00
Daniel Supernault
43b101dbfa
Add FetchMissingMediaMimeType command
2023-06-28 06:41:32 -06:00