| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix authorization | Pitu | 2020-07-18 | 1 | -3/+1 |
| | | |||||
| * | fix authorization | Pitu | 2020-07-18 | 1 | -1/+9 |
| | | |||||
| * | Timeout, package and docs cleanup | Pitu | 2020-07-18 | 1 | -1/+2 |
| | | |||||
| * | Handle nuxt routes on page load | Pitu | 2020-06-25 | 1 | -5/+22 |
| | | |||||
| * | Optimize album view | Pitu | 2020-06-25 | 1 | -22/+10 |
| | | |||||
| * | Cleanup | Pitu | 2020-06-25 | 2 | -4/+0 |
| | | |||||
| * | Update error message | Pitu | 2020-06-25 | 1 | -1/+1 |
| | | |||||
| * | Optimize the queries fetching albums/files | Pitu | 2020-06-25 | 3 | -48/+37 |
| | | |||||
| * | Feature: enable apiKey access to uploads and album fetching for the ↵ | Pitu | 2020-05-11 | 6 | -17/+21 |
| | | | | | uploader/sharex/3rd party | ||||
| * | chore: cleanup and todo | Pitu | 2020-05-11 | 6 | -288/+19 |
| | | |||||
| * | fix: remove uuid from user registration | Pitu | 2020-05-10 | 1 | -2/+0 |
| | | |||||
| * | feat: Proper deleting of albums | Pitu | 2020-05-10 | 1 | -3/+11 |
| | | |||||
| * | Small fix for migration script, dont import deleted albums | Pitu | 2020-05-10 | 1 | -1/+2 |
| | | |||||
| * | Features: | Pitu | 2020-05-10 | 3 | -22/+35 |
| | | | | | | * Serve files during development * Own endpoint for fetching the albums of a file | ||||
| * | Feature: Migration script from v3 to v4 | Pitu | 2020-05-10 | 1 | -0/+124 |
| | | |||||
| * | Sort files by newest | Pitu | 2020-05-10 | 1 | -1/+3 |
| | | |||||
| * | chore: forgot to remove this uuid | Pitu | 2020-05-10 | 1 | -2/+0 |
| | | |||||
| * | chore: remove the use of uuid | Pitu | 2020-05-10 | 4 | -6/+4 |
| | | |||||
| * | Fix: consistent hash of uploads | Pitu | 2020-05-09 | 1 | -1/+1 |
| | | |||||
| * | Feature: | Pitu | 2020-05-09 | 1 | -3/+10 |
| | | | | | | | * Frontend is now served by the API process * Only 1 process spawns for lolisafe to work * Switched frontend from server-side render to static site, now saved in `/dist` | ||||
| * | This commit adds a bunch of features for admins: | Pitu | 2019-10-13 | 7 | -22/+141 |
| | | | | | | | | * banning IP * see files from other users if you are admin * be able to see details of an uploaded file and it's user * improved display of thumbnails for non-image files | ||||
| * | refactor: removed useless code, cleaned up, fixed permissions | Pitu | 2019-10-12 | 13 | -58/+37 |
| | | |||||
| * | feature: prevent duplicated files | Pitu | 2019-10-12 | 1 | -47/+87 |
| | | | | | | | - If the user uploads a file that already exists under their account, it will return the previous url - If an anonymous user uploads a file and already exists previously from another anon, return that url - Files are unique per account since they can be deleted, anonymous files can't | ||||
| * | feature: save uploaded files to album if specified | Pitu | 2019-10-12 | 1 | -7/+21 |
| | | |||||
| * | chore: Upgrade buefy to newest version | Pitu | 2019-10-12 | 2 | -2/+1 |
| | | |||||
| * | chore: remove exif strip support. | Pitu | 2019-10-12 | 3 | -24/+0 |
| | | | | | After some thought, modifying uploaded files is not something I want to support. | ||||
| * | chore: upload fixes | Pitu | 2019-10-12 | 4 | -6/+68 |
| | | |||||
| * | feature: uploader with chunks support | Pitu | 2019-10-01 | 3 | -0/+175 |
| | | |||||
| * | chore: Remove unnecesary stuff | Pitu | 2019-10-01 | 2 | -2/+1 |
| | | |||||
| * | Fix deletion of albums and links | Pitu | 2019-09-30 | 3 | -12/+31 |
| | | |||||
| * | feature: tags logic | Pitu | 2019-09-30 | 3 | -1/+55 |
| | | |||||
| * | feature: album links | Pitu | 2019-09-30 | 2 | -3/+7 |
| | | |||||
| * | Fix database value conversion | Pitu | 2019-04-24 | 1 | -1/+2 |
| | | |||||
| * | Fix when response is not an object | Pitu | 2019-04-24 | 1 | -5/+3 |
| | | |||||
| * | Standarize database calls to support sqlite as well as mysql/postgres | Pitu | 2019-04-24 | 1 | -2/+33 |
| | | |||||
| * | Check if accept header is passed | Pitu | 2019-04-16 | 1 | -1/+1 |
| | | |||||
| * | Ditched sqlite. Use postgres or mysql/mariadb | Pitu | 2019-04-05 | 1 | -5/+2 |
| | | |||||
| * | Fix conflicts | Pitu | 2019-03-29 | 3 | -6/+1 |
| |\ | |||||
| | * | API key WIP | Pitu | 2019-03-19 | 6 | -17/+22 |
| | | | |||||
| * | | WIP apiKey validation | Pitu | 2019-03-29 | 1 | -0/+14 |
| | | | |||||
| * | | Fix | Pitu | 2019-03-29 | 1 | -1/+1 |
| | | | |||||
| * | | Removed apikey from user object and added route for requesting a new one | Pitu | 2019-03-29 | 3 | -10/+17 |
| |/ | |||||
| * | dunno what's wrong here yet | Pitu | 2019-03-14 | 1 | -0/+7 |
| | | |||||
| * | Tags | Pitu | 2019-03-14 | 4 | -0/+123 |
| | | |||||
| * | Small fixes | Pitu | 2019-03-14 | 4 | -4/+4 |
| | | |||||
| * | Add uuid package | Pitu | 2019-03-14 | 1 | -4/+28 |
| | | |||||
| * | What are strings even | Pitu | 2019-03-12 | 1 | -6/+5 |
| | | |||||
| * | Wonder if password generation is failing because of long passwords | Pitu | 2019-03-12 | 1 | -1/+1 |
| | | |||||
| * | Clicking on album title takes you to the album now | Pitu | 2019-03-12 | 1 | -0/+55 |
| | | |||||
| * | Not tested, but should delete an album | Pitu | 2019-03-12 | 1 | -1/+0 |
| | | |||||