| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: chibisafe -> Hostess | Fuwn | 2022-01-15 | 1 | -2/+2 |
| | | |||||
| * | fix: anon upload and domain fix for album links (#292) | Zephyrrus | 2021-08-22 | 1 | -3/+3 |
| | | |||||
| * | chore: hardcode api location | Pitu | 2021-06-20 | 1 | -1/+1 |
| | | |||||
| * | chore: add defaults for stats and other features | Pitu | 2021-06-20 | 1 | -1/+6 |
| | | |||||
| * | fix: potentially fix the blocked extensions array splitting | Pitu | 2021-06-19 | 1 | -1/+1 |
| | | |||||
| * | feat: add domain to setup process | Pitu | 2021-06-18 | 1 | -0/+1 |
| | | |||||
| * | feat: save correct db info | Pitu | 2021-06-17 | 1 | -1/+9 |
| | | |||||
| * | feat: show validation errors from joi on the frontend | Zephyrrus | 2021-06-17 | 1 | -1/+1 |
| | | |||||
| * | chore: update process.env usage | Pitu | 2021-06-15 | 3 | -36/+28 |
| | | |||||
| * | chore: get host from req instead of config | Pitu | 2021-06-08 | 1 | -11/+14 |
| | | |||||
| * | wip | Pitu | 2021-06-07 | 1 | -0/+1 |
| | | |||||
| * | feat: implement initial values and saving to db logic | Pitu | 2021-03-25 | 1 | -0/+39 |
| | | |||||
| * | wip | Pitu | 2021-03-23 | 1 | -4/+24 |
| | | |||||
| * | 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 |
| | | | |||||