| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Only display `Show more` button when there's more to show | Pitu | 2020-06-25 | 1 | -1/+6 | |
| | | ||||||
| * | 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 | 3 | -18/+3 | |
| | | ||||||
| * | Update error message | Pitu | 2020-06-25 | 1 | -1/+1 | |
| | | ||||||
| * | Optimize the queries fetching albums/files | Pitu | 2020-06-25 | 4 | -49/+44 | |
| | | ||||||
| * | Fix frontend registration display | Pitu | 2020-05-11 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | 7 | -340/+20 | |
| | | ||||||
| * | fix: remove uuid from user registration | Pitu | 2020-05-10 | 1 | -2/+0 | |
| | | ||||||
| * | Feat: implement lazy loading for waterfall view | Pitu | 2020-05-10 | 2 | -237/+259 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Style changes to albums | Pitu | 2020-05-10 | 1 | -6/+0 | |
| | | ||||||
| * | 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 | 4 | -16/+17 | |
| | | | | | | | * 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` | |||||
| * | wip: | Pitu | 2020-04-28 | 15 | -504/+572 | |
| | | | | | | | * Dark theme by default * Re-arranged vue files structure * Re-arranged the layout file to make it easier to extend | |||||
| * | feature: footer | Pitu | 2020-04-13 | 2 | -0/+138 | |
| | | ||||||
| * | chore: revamp colors | Pitu | 2020-04-13 | 3 | -3/+17 | |
| | | ||||||
| * | chore: remove filepond | Pitu | 2020-04-11 | 4 | -124/+1 | |
| | | ||||||
| * | chore: make use of sass | Pitu | 2020-04-11 | 1 | -15/+6 | |
| | | ||||||
| * | chore: update deps | Pitu | 2020-04-10 | 1 | -0/+3 | |
| | | ||||||
| * | This commit adds a bunch of features for admins: | Pitu | 2019-10-13 | 15 | -96/+642 | |
| | | | | | | | | * 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 | |||||
| * | don't log out on API error | Pitu | 2019-10-12 | 1 | -1/+1 | |
| | | ||||||
| * | refactor: removed useless code, cleaned up, fixed permissions | Pitu | 2019-10-12 | 23 | -187/+54 | |
| | | ||||||
| * | Added new links to the navbar | Pitu | 2019-10-12 | 1 | -8/+31 | |
| | | ||||||
| * | fix: update sharex snippet | Pitu | 2019-10-12 | 1 | -6/+3 | |
| | | ||||||
| * | fix: we don't want non-admins to access the settings section | Pitu | 2019-10-12 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | 13 | -29/+33 | |
| | | ||||||
| * | chore: remove exif strip support. | Pitu | 2019-10-12 | 4 | -32/+0 | |
| | | | | | After some thought, modifying uploaded files is not something I want to support. | |||||
| * | chore: wizard was a stupid name, it's setup | Pitu | 2019-10-12 | 1 | -7/+0 | |
| | | ||||||
| * | chore: upload fixes | Pitu | 2019-10-12 | 4 | -6/+68 | |
| | | ||||||
| * | chore: prepare for filepond | Pitu | 2019-10-01 | 4 | -3/+118 | |
| | | ||||||
| * | feature: uploader with chunks support | Pitu | 2019-10-01 | 4 | -9/+189 | |
| | | ||||||
| * | chore: Remove unnecesary stuff | Pitu | 2019-10-01 | 2 | -2/+1 | |
| | | ||||||
| * | chore: hide search until it's ready | Pitu | 2019-09-30 | 1 | -1/+2 | |
| | | ||||||
| * | Fix deletion of albums and links | Pitu | 2019-09-30 | 5 | -24/+34 | |
| | | ||||||
| * | feature: tags logic | Pitu | 2019-09-30 | 4 | -1/+57 | |
| | | ||||||
| * | feature: album links | Pitu | 2019-09-30 | 4 | -18/+19 | |
| | | ||||||
| * | Add parallel chunks and raise timeout | Pitu | 2019-04-30 | 1 | -1/+2 | |
| | | ||||||
| * | Fix color | Pitu | 2019-04-24 | 1 | -0/+1 | |
| | | ||||||
| * | 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 | |
| | | ||||||