| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rebrand | Pitu | 2020-12-25 | 3 | -4/+4 |
| | | |||||
| * | Fix ESLint rules once and for all | Pitu | 2020-12-24 | 3 | -5/+5 |
| | | |||||
| * | Merge pull request #228 from Zephyrrus/begone_trailing_commas | Kana | 2020-12-24 | 31 | -130/+397 |
| |\ | | | | | Merge own dev branch into main dev branch | ||||
| | * | chore: remove trailing commas | Zephyrrus | 2020-12-24 | 39 | -59/+59 |
| | | | |||||
| | * | chore: update lock files | Zephyrrus | 2020-12-24 | 1 | -12/+3 |
| | | | |||||
| | * | feat: allow administrators to create custom links for albums | Zephyrrus | 2020-10-02 | 1 | -5/+22 |
| | | | |||||
| | * | feat: add experimental query to sql generator for searching | Zephyrrus | 2020-07-23 | 1 | -10/+48 |
| | | | |||||
| | * | feat: add experimental search parser | Zephyrrus | 2020-07-22 | 1 | -0/+25 |
| | | | |||||
| | * | fix: return the edited/changed/delete entity from API | Zephyrrus | 2020-07-20 | 4 | -8/+12 |
| | | | |||||
| | * | feat: add tag deletion from images | Zephyrrus | 2020-07-20 | 1 | -0/+38 |
| | | | |||||
| | * | fix: join tags by the proper key | Zephyrrus | 2020-07-20 | 1 | -1/+1 |
| | | | |||||
| | * | feat: add single tag adding to file | Zephyrrus | 2020-07-20 | 2 | -11/+55 |
| | | | | | | | | | fix: fix the batch tag adding to properly await for a response, and use the proper column while adding the tags | ||||
| | * | Merge branch 'dev' into dev-zephy | Zephyrrus | 2020-07-19 | 2 | -0/+17 |
| | |\ | |||||
| | * | | feat: Start working on a new album/tags/image info modal | Zephyrrus | 2020-07-19 | 2 | -1/+47 |
| | | | | |||||
| | * | | fix: stop leaking user passwords to admins AGAIN | Zephyrrus | 2020-07-10 | 2 | -2/+5 |
| | | | | |||||
| | * | | fix: stop leaking user's password and their apikey to admins | Zephyrrus | 2020-07-09 | 1 | -1/+4 |
| | | | | |||||
| | * | | chore: add unique integrity checks to the database for many-to-many tables | Zephyrrus | 2020-07-08 | 1 | -8/+2 |
| | | | | |||||
| | * | | chore: linter the entire project using the new rules | Zephyrrus | 2020-07-08 | 31 | -89/+86 |
| | | | | |||||
| | * | | refactor: refactor grid to use vuex for every action | Zephyrrus | 2020-07-08 | 2 | -2/+4 |
| | | | | |||||
| | * | | refactor: change uploader component to use vuex | Zephyrrus | 2020-07-08 | 1 | -8/+7 |
| | | | | |||||
| | * | | feat: try fixing THE SHITTY WATERFALL | Zephyrrus | 2020-07-07 | 2 | -1/+3 |
| | | | | |||||
| | * | | feat: refactor single album page to use vuex | Zephyrrus | 2020-07-05 | 1 | -2/+2 |
| | | | | |||||
| | * | | feat: refactor some of the queries to returned added/updated data | Zephyrrus | 2020-07-04 | 5 | -36/+64 |
| | | | | |||||
| | * | | feat: return APIKey when fetching user | Zephyrrus | 2020-07-02 | 1 | -1/+2 |
| | | | | |||||
| | * | | feat: backend pagination for albums | Zephyrrus | 2020-07-01 | 2 | -7/+28 |
| | | | | |||||
| | * | | feat: backend pagination | Zephyrrus | 2020-06-29 | 1 | -4/+18 |
| | | | | | | | | | | | | | | | | serverLoad++; userRamUsage--; | ||||
| * | | | Enable deleting files with the API key | Pitu | 2020-07-20 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | Add endpoint with version of the API | Pitu | 2020-07-18 | 1 | -0/+15 |
| | | | |||||
| * | | Fix url retrieval of uploaded file | Pitu | 2020-07-18 | 1 | -0/+2 |
| |/ | |||||
| * | Optimize album view | Pitu | 2020-06-25 | 1 | -22/+10 |
| | | |||||
| * | Cleanup | Pitu | 2020-06-25 | 1 | -3/+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 | 4 | -7/+11 |
| | | | | | 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 |
| | | |||||
| * | Features: | Pitu | 2020-05-10 | 2 | -21/+33 |
| | | | | | | * Serve files during development * Own endpoint for fetching the albums of a file | ||||
| * | Sort files by newest | Pitu | 2020-05-10 | 1 | -1/+3 |
| | | |||||
| * | chore: remove the use of uuid | Pitu | 2020-05-10 | 2 | -2/+2 |
| | | |||||
| * | This commit adds a bunch of features for admins: | Pitu | 2019-10-13 | 4 | -0/+113 |
| | | | | | | | | * 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 | 12 | -57/+36 |
| | | |||||
| * | 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 | 1 | -1/+0 |
| | | |||||
| * | chore: remove exif strip support. | Pitu | 2019-10-12 | 2 | -9/+0 |
| | | | | | After some thought, modifying uploaded files is not something I want to support. | ||||
| * | chore: upload fixes | Pitu | 2019-10-12 | 3 | -6/+67 |
| | | |||||
| * | feature: uploader with chunks support | Pitu | 2019-10-01 | 2 | -0/+170 |
| | | |||||
| * | chore: Remove unnecesary stuff | Pitu | 2019-10-01 | 1 | -1/+1 |
| | | |||||
| * | Fix deletion of albums and links | Pitu | 2019-09-30 | 3 | -12/+31 |
| | | |||||