|
b72f86f44f
|
chore: Apply shfmt/shellcheck suggestions
|
2025-02-10 17:48:18 +00:00 |
|
|
d0cbbecff8
|
fix: Correct the query for dbcount to be the same as the runtime one
|
2025-02-10 15:55:29 +00:00 |
|
|
05c53d0a2a
|
chore: Add the actual README
|
2025-02-10 15:44:23 +00:00 |
|
|
a031ea75b7
|
fix: Add missing deletion of AP and Diaspora contacts
|
2025-02-10 15:44:01 +00:00 |
|
|
64442a97b3
|
fix: Improve the parsing of animated WebP files in case they're erased before testing
|
2025-02-10 15:15:46 +00:00 |
|
|
4414225297
|
feat: Reset auto-increments
|
2025-02-10 04:51:29 +00:00 |
|
|
bd24d3c3a6
|
chore: Include shfmt/shellcheck suggestions
|
2025-02-10 04:37:25 +00:00 |
|
|
224c897b7d
|
fix: Remove parallelism of some functions as they kept exceeding the number of threads available
|
2025-02-10 04:35:46 +00:00 |
|
|
8fb20a1d60
|
fix: Reset auto-increments after deleting fields
|
2025-02-10 04:35:10 +00:00 |
|
|
0ac788c882
|
feat: Add parameter to reserve intensive optimizations
|
2025-02-10 03:25:56 +00:00 |
|
|
d989d762f1
|
fix: Correct loop behavior, add parameter to reserve intensive optimizations
|
2025-02-10 03:25:14 +00:00 |
|
|
4924cd7933
|
fix: Correct issues with the loop
|
2025-02-10 00:32:13 +00:00 |
|
|
69d1f07f84
|
fix: Improve the lockfile
|
2025-02-10 00:07:25 +00:00 |
|
|
89d876a1fa
|
fix: Add thread parallelism, optimize certain fetches even further
|
2025-02-09 23:29:49 +00:00 |
|
|
1ee6c0dfad
|
feat: Greatly optimize loop, add benchmarks, correct printing
|
2025-02-09 02:31:07 +00:00 |
|
|
303ef0be9f
|
feat: Optimize loop
|
2025-02-09 02:30:01 +00:00 |
|
|
7456eb97a1
|
fix: Correct permissions and frame amount counter
|
2025-02-09 02:29:19 +00:00 |
|
|
f6503dbe78
|
fix: Correct order of comparisons, simplify line clearance
|
2025-02-07 19:10:58 +00:00 |
|
|
f819f63559
|
chore: Apply shellcheck/shfmt suggestions
|
2025-02-07 19:00:48 +00:00 |
|
|
4095a83511
|
fix: Rewrite and reorder code to print output better
|
2025-02-07 18:59:53 +00:00 |
|
|
a42824cc06
|
fix: Correct some errors
|
2025-02-07 18:59:25 +00:00 |
|
|
43cb4e8810
|
fix: Correct name of database optimizer, prevent infinite loops
|
2025-02-07 18:58:48 +00:00 |
|
|
59be4584d5
|
chore: Apply shellcheck/shfmt suggestions
|
2025-02-07 16:22:53 +00:00 |
|
|
e3962133f0
|
fix: Make the shellcheck show most warnings more clearly
|
2025-02-07 16:20:39 +00:00 |
|
|
98c48e0440
|
fix: Add even further corrections to the code
|
2025-02-07 16:19:59 +00:00 |
|
|
e1d3c99744
|
feat: Add a script to directly compress the storage folder
|
2025-02-07 15:45:21 +00:00 |
|
|
8cb49b6260
|
fix: Use temporary tables to make the search slightly faster
|
2025-02-07 15:23:07 +00:00 |
|
|
801b38d493
|
fix: Fix yet more missing variables (again, no data loss yet)
|
2025-02-07 15:22:16 +00:00 |
|
|
5fbdce991c
|
fix: Correct yet another typo (no data loss this time fortunately)
|
2025-02-07 15:03:10 +00:00 |
|
|
01c3931525
|
fix: Revert breaking changes
|
2025-02-07 14:55:39 +00:00 |
|
|
82a9f96770
|
feat: Add detection and correction of image files with the wrong extension
|
2025-02-07 14:54:35 +00:00 |
|
|
b0fde6dc39
|
fix: Make item selection more accurate
|
2025-02-07 14:52:43 +00:00 |
|
|
4d46eca970
|
fix: Correct permissions for www-data group
|
2025-02-07 14:51:18 +00:00 |
|
|
af11063bd8
|
fix: Correct major typo that would delete all post-media
|
2025-02-07 13:23:20 +00:00 |
|
|
f92982f10e
|
chore: Set proper permissions for files
|
2025-02-06 15:28:53 +00:00 |
|
|
f3ee8fabc6
|
chore: Add a builder script
|
2025-02-06 15:00:17 +00:00 |
|
|
a4a4194f41
|
fix: Remove piping to solve nested shell scope issues
|
2025-02-06 14:39:52 +00:00 |
|
|
b382a99283
|
fix: Sort the processes by data complexity
|
2025-02-06 14:37:49 +00:00 |
|
|
1885f77738
|
fix: Correct group
|
2025-02-06 14:36:48 +00:00 |
|
|
59c39a3f6b
|
feat: Add new script to delete old users from the database
|
2025-02-06 14:36:19 +00:00 |
|
|
04df6ebb75
|
fix: Remove spurious line
|
2025-02-06 01:17:30 +00:00 |
|
|
e8701693f9
|
feat: Parallelize deletions
|
2025-02-06 01:15:40 +00:00 |
|
|
20b40ca058
|
fix: Move piping to prevent embedded shell scope issues
|
2025-02-05 20:18:30 +00:00 |
|
|
e001f8706c
|
fix: Rewrite the logic to better handle the cycle and properly regenerate images; clean with shfmt/shellcheck
|
2025-02-05 15:03:28 +00:00 |
|
|
39c4369f12
|
chore: Clean with shfmt/shellcheck
|
2025-02-05 15:01:42 +00:00 |
|
|
255f98fd18
|
fix: Use temporary file to store variable, bypass nested shell scope limitations
|
2025-02-04 15:09:13 +00:00 |
|
|
29d6107bdb
|
fix: Correct syntax of a set of comparisons
|
2025-02-04 05:35:01 +00:00 |
|
|
a1abf7fd85
|
fix: Add proper limit tracking through each iteration
|
2025-02-04 05:30:29 +00:00 |
|
|
8f21626721
|
fix: Correct some variables
|
2025-02-03 23:01:36 +00:00 |
|
|
c65c1c2719
|
feat: Use the last known ID as a checkpoint for further iterations
|
2025-02-03 18:41:38 +00:00 |
|