aboutsummaryrefslogtreecommitdiff
path: root/src/api/routes
Commit message (Collapse)AuthorAgeFilesLines
* RebrandPitu2020-12-253-4/+4
|
* Fix ESLint rules once and for allPitu2020-12-243-5/+5
|
* Merge pull request #228 from Zephyrrus/begone_trailing_commasKana2020-12-2431-130/+397
|\ | | | | Merge own dev branch into main dev branch
| * chore: remove trailing commasZephyrrus2020-12-2439-59/+59
| |
| * chore: update lock filesZephyrrus2020-12-241-12/+3
| |
| * feat: allow administrators to create custom links for albumsZephyrrus2020-10-021-5/+22
| |
| * feat: add experimental query to sql generator for searchingZephyrrus2020-07-231-10/+48
| |
| * feat: add experimental search parserZephyrrus2020-07-221-0/+25
| |
| * fix: return the edited/changed/delete entity from APIZephyrrus2020-07-204-8/+12
| |
| * feat: add tag deletion from imagesZephyrrus2020-07-201-0/+38
| |
| * fix: join tags by the proper keyZephyrrus2020-07-201-1/+1
| |
| * feat: add single tag adding to fileZephyrrus2020-07-202-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-zephyZephyrrus2020-07-192-0/+17
| |\
| * | feat: Start working on a new album/tags/image info modalZephyrrus2020-07-192-1/+47
| | |
| * | fix: stop leaking user passwords to admins AGAINZephyrrus2020-07-102-2/+5
| | |
| * | fix: stop leaking user's password and their apikey to adminsZephyrrus2020-07-091-1/+4
| | |
| * | chore: add unique integrity checks to the database for many-to-many tablesZephyrrus2020-07-081-8/+2
| | |
| * | chore: linter the entire project using the new rulesZephyrrus2020-07-0831-89/+86
| | |
| * | refactor: refactor grid to use vuex for every actionZephyrrus2020-07-082-2/+4
| | |
| * | refactor: change uploader component to use vuexZephyrrus2020-07-081-8/+7
| | |
| * | feat: try fixing THE SHITTY WATERFALLZephyrrus2020-07-072-1/+3
| | |
| * | feat: refactor single album page to use vuexZephyrrus2020-07-051-2/+2
| | |
| * | feat: refactor some of the queries to returned added/updated dataZephyrrus2020-07-045-36/+64
| | |
| * | feat: return APIKey when fetching userZephyrrus2020-07-021-1/+2
| | |
| * | feat: backend pagination for albumsZephyrrus2020-07-012-7/+28
| | |
| * | feat: backend paginationZephyrrus2020-06-291-4/+18
| | | | | | | | | | | | | | | serverLoad++; userRamUsage--;
* | | Enable deleting files with the API keyPitu2020-07-201-1/+1
| |/ |/|
* | Add endpoint with version of the APIPitu2020-07-181-0/+15
| |
* | Fix url retrieval of uploaded filePitu2020-07-181-0/+2
|/
* Optimize album viewPitu2020-06-251-22/+10
|
* CleanupPitu2020-06-251-3/+0
|
* Update error messagePitu2020-06-251-1/+1
|
* Optimize the queries fetching albums/filesPitu2020-06-253-48/+37
|
* Feature: enable apiKey access to uploads and album fetching for the ↵Pitu2020-05-114-7/+11
| | | | uploader/sharex/3rd party
* chore: cleanup and todoPitu2020-05-116-288/+19
|
* fix: remove uuid from user registrationPitu2020-05-101-2/+0
|
* feat: Proper deleting of albumsPitu2020-05-101-3/+11
|
* Features:Pitu2020-05-102-21/+33
| | | | | * Serve files during development * Own endpoint for fetching the albums of a file
* Sort files by newestPitu2020-05-101-1/+3
|
* chore: remove the use of uuidPitu2020-05-102-2/+2
|
* This commit adds a bunch of features for admins:Pitu2019-10-134-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 permissionsPitu2019-10-1212-57/+36
|
* feature: prevent duplicated filesPitu2019-10-121-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 specifiedPitu2019-10-121-7/+21
|
* chore: Upgrade buefy to newest versionPitu2019-10-121-1/+0
|
* chore: remove exif strip support.Pitu2019-10-122-9/+0
| | | | After some thought, modifying uploaded files is not something I want to support.
* chore: upload fixesPitu2019-10-123-6/+67
|
* feature: uploader with chunks supportPitu2019-10-012-0/+170
|
* chore: Remove unnecesary stuffPitu2019-10-011-1/+1
|
* Fix deletion of albums and linksPitu2019-09-303-12/+31
|