| 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 | 1 | -30/+21 |
| | | |||||
| * | 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 |
| | | |||||
| * | chore: refactor stats generator to use an enum for types | Zephyrrus | 2021-01-07 | 1 | -3/+10 |
| | | | | | | | | | 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 |
| | | |||||
| * | chore: Move statistics related functions to it's own file | Zephyrrus | 2021-01-07 | 1 | -11/+33 |
| | | | | | | | 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 | 1 | -0/+5 |
| | | | | | 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: incorrect case on colum name | Pitu | 2021-01-07 | 1 | -2/+2 |
| | | |||||
| * | chore: remove unused methods | Pitu | 2021-01-07 | 1 | -74/+0 |
| | | |||||
| * | feature: new chunk and write strategy | Pitu | 2021-01-07 | 1 | -2/+95 |
| | | |||||
| * | 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 |
| | | |||||
| * | chore: remove trailing commas | Zephyrrus | 2020-12-24 | 1 | -10/+8 |
| | | |||||
| * | 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 | 1 | -2/+2 |
| | | | |||||
| * | | fix: errors in Util caused by separating into different classes improperly | Zephyrrus | 2020-07-08 | 1 | -10/+14 |
| | | | |||||
| * | | feat: experimental videos in grid | Zephyrrus | 2020-07-04 | 1 | -1/+2 |
| | | | |||||
| * | | feat: add experimental meaningful preview extraction from videos | Zephyrrus | 2020-07-02 | 1 | -13/+8 |
| | | | | | | | | | 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 | 1 | -67/+51 |
| | | | |||||
| * | | 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 |
| | | |||||
| * | Enviroment variables parsing fix | Pitu | 2019-03-02 | 1 | -2/+2 |
| | | |||||
| * | Purge user's files | Pitu | 2019-02-28 | 1 | -0/+16 |
| | | |||||
| * | Better DB handling and stuff | Pitu | 2019-02-23 | 1 | -1/+2 |
| | | |||||