Carlos Solís csolisr · he/him
csolisr pushed to main at csolisr/public-scripts 2025-02-07 19:00:05 +00:00
4095a83511 fix: Rewrite and reorder code to print output better
a42824cc06 fix: Correct some errors
43cb4e8810 fix: Correct name of database optimizer, prevent infinite loops
Compare 3 commits »
csolisr pushed to main at csolisr/public-scripts 2025-02-07 16:23:04 +00:00
59be4584d5 chore: Apply shellcheck/shfmt suggestions
e3962133f0 fix: Make the shellcheck show most warnings more clearly
Compare 2 commits »
csolisr pushed to main at csolisr/public-scripts 2025-02-07 16:20:07 +00:00
98c48e0440 fix: Add even further corrections to the code
csolisr pushed to main at csolisr/public-scripts 2025-02-07 15:45:35 +00:00
e1d3c99744 feat: Add a script to directly compress the storage folder
csolisr pushed to main at csolisr/public-scripts 2025-02-07 15:23:27 +00:00
8cb49b6260 fix: Use temporary tables to make the search slightly faster
csolisr pushed to main at csolisr/public-scripts 2025-02-07 15:22:32 +00:00
801b38d493 fix: Fix yet more missing variables (again, no data loss yet)
csolisr pushed to main at csolisr/public-scripts 2025-02-07 15:03:29 +00:00
5fbdce991c fix: Correct yet another typo (no data loss this time fortunately)
csolisr pushed to main at csolisr/public-scripts 2025-02-07 14:55:41 +00:00
01c3931525 fix: Revert breaking changes
82a9f96770 feat: Add detection and correction of image files with the wrong extension
Compare 2 commits »
csolisr pushed to main at csolisr/public-scripts 2025-02-07 14:52:46 +00:00
b0fde6dc39 fix: Make item selection more accurate
csolisr pushed to main at csolisr/public-scripts 2025-02-07 14:51:21 +00:00
4d46eca970 fix: Correct permissions for www-data group
csolisr pushed to main at csolisr/public-scripts 2025-02-07 13:24:02 +00:00
af11063bd8 fix: Correct major typo that would delete all post-media
csolisr pushed to main at csolisr/public-scripts 2025-02-06 15:29:06 +00:00
f92982f10e chore: Set proper permissions for files
csolisr pushed to main at csolisr/public-scripts 2025-02-06 15:00:44 +00:00
f3ee8fabc6 chore: Add a builder script
csolisr pushed to main at csolisr/public-scripts 2025-02-06 14:40:06 +00:00
a4a4194f41 fix: Remove piping to solve nested shell scope issues
b382a99283 fix: Sort the processes by data complexity
1885f77738 fix: Correct group
59c39a3f6b feat: Add new script to delete old users from the database
Compare 4 commits »
csolisr pushed to main at csolisr/public-scripts 2025-02-06 01:17:50 +00:00
04df6ebb75 fix: Remove spurious line
csolisr pushed to main at csolisr/public-scripts 2025-02-06 01:15:58 +00:00
e8701693f9 feat: Parallelize deletions
csolisr pushed to main at csolisr/public-scripts 2025-02-05 20:18:39 +00:00
20b40ca058 fix: Move piping to prevent embedded shell scope issues
csolisr pushed to main at csolisr/public-scripts 2025-02-05 15:03:48 +00:00
e001f8706c fix: Rewrite the logic to better handle the cycle and properly regenerate images; clean with shfmt/shellcheck
csolisr pushed to main at csolisr/public-scripts 2025-02-05 15:01:56 +00:00
39c4369f12 chore: Clean with shfmt/shellcheck
csolisr pushed to main at csolisr/public-scripts 2025-02-04 15:09:39 +00:00
255f98fd18 fix: Use temporary file to store variable, bypass nested shell scope limitations