| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: use LIKE on queries for case sensitivity issues | Pitu | 2021-01-09 | 1 | -4/+4 |
| | | |||||
| * | fix: prevent db from committing suicide | Pitu | 2021-01-08 | 1 | -4/+0 |
| | | |||||
| * | chore: refactor stats generator to use an enum for types | Zephyrrus | 2021-01-07 | 2 | -12/+35 |
| | | | | | | | | | fix: saved data not being converted to JSON automatically when using SQLite (and possibly MSSQL) feat: display when a stat was generated in the section's header fix: not being able to click through the footer (sorry IE11 users, you still won't be able to click through it) fix: add is-mobile to columns so they don't stack on top of each other feat: add text next to the NSFW toggle and make it look like the elements around it (begone round iOS edges) | ||||
| * | feat: change mutation timestamp on every database mutation | Zephyrrus | 2021-01-07 | 1 | -4/+5 |
| | | |||||
| * | fix: use PassThrough from FileType to get the real mimetype of a file while ↵ | Zephyrrus | 2021-01-07 | 1 | -15/+35 |
| | | | | | it's being saved to the disk | ||||
| * | chore: Move statistics related functions to it's own file | Zephyrrus | 2021-01-07 | 2 | -11/+242 |
| | | | | | | | fix: Extract database constructor to a separate file to ensure we only create one knex instance/db feat: Add cron for saving the stats to the database every hour feat: Get cached stats from database (if a stat is not found in the db, generate it) | ||||
| * | feat: check for real mimetype using file-type | Zephyrrus | 2021-01-07 | 2 | -4/+7 |
| | | | | | For now, if file-type returns undefined, we take the value from the browser. In the future this should be removed to ensure people can't bypass the real mime checking using a special file that can't be recognized by file-type. | ||||
| * | fix: normalize url and thumbnail response | Pitu | 2021-01-07 | 1 | -1/+2 |
| | | |||||
| * | fix: terminate rehashing script when done | Pitu | 2021-01-07 | 1 | -1/+2 |
| | | |||||
| * | fix: incorrect case on colum name | Pitu | 2021-01-07 | 1 | -2/+2 |
| | | |||||
| * | feat: add rehashing script | Pitu | 2021-01-07 | 1 | -0/+54 |
| | | |||||
| * | chore: remove unused methods | Pitu | 2021-01-07 | 1 | -74/+0 |
| | | |||||
| * | feature: new chunk and write strategy | Pitu | 2021-01-07 | 2 | -2/+186 |
| | | |||||
| * | fix: try to remove thumbnail only if the file has one | Pitu | 2021-01-05 | 1 | -1/+1 |
| | | |||||
| * | feat: Add hash checking for chunked uploads | Pitu | 2020-12-27 | 1 | -0/+11 |
| | | |||||
| * | Fixes chunked uploads not being saved to albums or thumbnails | Pitu | 2020-12-27 | 1 | -0/+54 |
| | | |||||
| * | Chore: Move database to a subfolder for docker purposes | Pitu | 2020-12-25 | 1 | -1/+1 |
| | | |||||
| * | fix: remove log | Pitu | 2020-12-25 | 1 | -2/+1 |
| | | |||||
| * | Fix: thumbnail creation | Pitu | 2020-12-25 | 1 | -1/+1 |
| | | |||||
| * | Fix: use webp for thumbnails | Pitu | 2020-12-25 | 1 | -5/+5 |
| | | |||||
| * | Cleanup | Pitu | 2020-12-25 | 2 | -3/+17 |
| | | |||||
| * | Fix ESLint rules once and for all | Pitu | 2020-12-24 | 4 | -15/+15 |
| | | |||||
| * | bug: Thumbs are stored as webp and not as png anymore | Zephyrrus | 2020-12-24 | 1 | -1/+1 |
| | | |||||
| * | chore: remove trailing commas | Zephyrrus | 2020-12-24 | 5 | -21/+19 |
| | | |||||
| * | chore: update lock files | Zephyrrus | 2020-12-24 | 1 | -2/+2 |
| | | |||||
| * | feat: add experimental query to sql generator for searching | Zephyrrus | 2020-07-23 | 1 | -0/+200 |
| | | |||||
| * | fix: return the edited/changed/delete entity from API | Zephyrrus | 2020-07-20 | 1 | -5/+5 |
| | | |||||
| * | Merge branch 'dev' into dev-zephy | Zephyrrus | 2020-07-19 | 1 | -1/+7 |
| |\ | |||||
| | * | Make thumbnails webp (bye bye safari) | Pitu | 2020-07-18 | 1 | -5/+6 |
| | | | |||||
| | * | Fix for real | Pitu | 2020-07-18 | 1 | -8/+7 |
| | | | |||||
| | * | Fix deleting files without thumb | Pitu | 2020-07-18 | 1 | -2/+8 |
| | | | |||||
| | * | Fix authorization | Pitu | 2020-07-18 | 1 | -1/+1 |
| | | | |||||
| | * | Fix authorization | Pitu | 2020-07-18 | 1 | -3/+1 |
| | | | |||||
| | * | fix authorization | Pitu | 2020-07-18 | 1 | -1/+9 |
| | | | |||||
| * | | chore: linter the entire project using the new rules | Zephyrrus | 2020-07-08 | 5 | -21/+23 |
| | | | |||||
| * | | fix: errors in Util caused by separating into different classes improperly | Zephyrrus | 2020-07-08 | 3 | -26/+44 |
| | | | |||||
| * | | feat: experimental videos in grid | Zephyrrus | 2020-07-04 | 2 | -2/+9 |
| | | | |||||
| * | | feat: refactor preview to support random fragment extraction | Zephyrrus | 2020-07-02 | 3 | -4/+89 |
| | | | |||||
| * | | feat: experimental video preview generator in webm form | Zephyrrus | 2020-07-02 | 2 | -5/+80 |
| | | | |||||
| * | | feat: add experimental meaningful preview extraction from videos | Zephyrrus | 2020-07-02 | 2 | -29/+50 |
| | | | | | | | | | For now, it sitll requires gifski. It could be rewritten to use webp instead of gifs, because that is a lot faster, uses less space and we could use ffmpeg for it. | ||||
| * | | feat: externalize thumb generation function for easier testing | Zephyrrus | 2020-07-02 | 2 | -67/+111 |
| | | | |||||
| * | | fix: remove .bmp from the imageExtensions because sharp doesn't support it | Zephyrrus | 2020-07-01 | 1 | -1/+1 |
| | | | | | | | | | Trying to generate a thumb would throw a not supported exception, which would crash newer node.js versions because the process (on older version, it would only throw a UnhandledPromiseRejectionWarning) | ||||
| * | | feat: backend pagination | Zephyrrus | 2020-06-29 | 1 | -1/+1 |
| |/ | | | | | serverLoad++; userRamUsage--; | ||||
| * | Fix: consistent hash of uploads | Pitu | 2020-05-09 | 1 | -1/+1 |
| | | |||||
| * | chore: remove exif strip support. | Pitu | 2019-10-12 | 1 | -15/+0 |
| | | | | | After some thought, modifying uploaded files is not something I want to support. | ||||
| * | chore: upload fixes | Pitu | 2019-10-12 | 1 | -0/+1 |
| | | |||||
| * | feature: uploader with chunks support | Pitu | 2019-10-01 | 1 | -0/+5 |
| | | |||||
| * | Add uuid package | Pitu | 2019-03-14 | 1 | -4/+28 |
| | | |||||
| * | Possible fix for files not being purged | Pitu | 2019-03-12 | 1 | -4/+4 |
| | | |||||
| * | Be able to add a file to multiple albums | Pitu | 2019-03-02 | 1 | -1/+1 |
| | | |||||