| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor | Pitu | 2017-03-17 | 1 | -128/+78 |
| | | |||||
| * | Added thumbnail processing while uploading | Pitu | 2017-03-16 | 1 | -6/+8 |
| | | |||||
| * | Added ability to see who uploaded a file as root | Pitu | 2017-02-13 | 1 | -49/+69 |
| | | |||||
| * | Merge pull request #11 from PascalTemel/master | Kanacchi | 2017-02-07 | 1 | -16/+31 |
| |\ | | | | | support thumbnails for .webm and .mp4 files | ||||
| | * | Remove unused parameter | Pascal Temel | 2017-02-07 | 1 | -3/+2 |
| | | | |||||
| | * | support thumbnails for .webm and .mp4 files | Pascal Temel | 2017-02-07 | 1 | -15/+31 |
| | | | |||||
| * | | Changed the way repeated files work | Pitu | 2017-02-07 | 1 | -1/+8 |
| |/ | | | From now on, same file upload is restricted per user. Meaning same user cant upload the same file twice, and upon trying to do so they will get the original link instead of an updated one. This works the same way for anonymous uploads, only 1 file of the same kind will be uploaded | ||||
| * | Stuff | Pitu | 2017-01-30 | 1 | -1/+3 |
| | | |||||
| * | Forgot it was an array | Pitu | 2017-01-30 | 1 | -5/+5 |
| | | |||||
| * | WIP | Pitu | 2017-01-29 | 1 | -140/+168 |
| | | |||||
| * | Removed blank lines | Pitu | 2017-01-29 | 1 | -3/+0 |
| | | |||||
| * | List and thumb view on uploads | Pitu | 2017-01-22 | 1 | -2/+40 |
| | | |||||
| * | Crawl :') | Pitu | 2017-01-21 | 1 | -1/+1 |
| | | |||||
| * | Forced resolve, updated config.sample.js | Pitu | 2017-01-21 | 1 | -4/+5 |
| | | |||||
| * | Pagination is gucci | Pitu | 2017-01-21 | 1 | -2/+7 |
| | | |||||
| * | Made deleting files a promise-thingy | Pitu | 2017-01-21 | 1 | -12/+6 |
| | | |||||
| * | Ignore file if it exists already, return its url | Pitu | 2017-01-21 | 1 | -30/+80 |
| | | |||||
| * | File delete, album delete and album rename. Sugoooi! | Pitu | 2017-01-20 | 1 | -3/+32 |
| | | |||||
| * | Album delete WIP | Pitu | 2017-01-19 | 1 | -1/+0 |
| | | |||||
| * | Small fix for listing | Pitu | 2017-01-19 | 1 | -1/+20 |
| | | |||||
| * | Reverse sorted links list to show newers first | Pitu | 2017-01-19 | 1 | -0/+1 |
| | | |||||
| * | Ohboi | Pitu | 2017-01-19 | 1 | -1/+3 |
| | | |||||
| * | Changed request system and post data | Pitu | 2017-01-19 | 1 | -7/+10 |
| | | | | Changed from XMLHttpRequest to Axiios and made every POST call to look for params or json and not pass the values as headers. Token is still a header though | ||||
| * | Small fixes | Pitu | 2017-01-19 | 1 | -2/+9 |
| | | |||||
| * | Yep, multi-domains is a thing | Pitu | 2017-01-18 | 1 | -3/+0 |
| | | |||||
| * | Multi-domain fixes. Maybe it's ready? | Pitu | 2017-01-18 | 1 | -3/+6 |
| | | |||||
| * | Added multi-domain support. Maybe | Pitu | 2017-01-18 | 1 | -1/+7 |
| | | |||||
| * | Camelcased the config | Pitu | 2017-01-18 | 1 | -1/+1 |
| | | |||||
| * | Added browsing galleries from dashboard | Pitu | 2017-01-18 | 1 | -1/+8 |
| | | |||||
| * | lowercased headers | Pitu | 2017-01-18 | 1 | -1/+1 |
| | | |||||
| * | removed debug messages | Pitu | 2017-01-18 | 1 | -2/+0 |
| | | |||||
| * | Better tables and showing album on upload view | Pitu | 2017-01-18 | 1 | -7/+19 |
| | | |||||
| * | added admin auth for uploading to an album | Pitu | 2017-01-18 | 1 | -1/+4 |
| | | |||||
| * | Shit ton of things on this update | Pitu | 2017-01-18 | 1 | -1/+1 |
| | | |||||
| * | Database now saves album | Pitu | 2017-01-17 | 1 | -2/+2 |
| | | |||||
| * | token handling and verification | pitu | 2017-01-17 | 1 | -4/+3 |
| | | |||||
| * | Fixed frontend upload | kanadeko | 2017-01-16 | 1 | -2/+0 |
| | | |||||
| * | Changed upload from single file to array | kanadeko | 2017-01-16 | 1 | -19/+26 |
| | | |||||
| * | Little fix | kanadeko | 2017-01-16 | 1 | -1/+1 |
| | | |||||
| * | Print and save tokens | kanadeko | 2017-01-16 | 1 | -4/+4 |
| | | |||||
| * | Removed error code because is stupid | kanadeko | 2017-01-16 | 1 | -1/+0 |
| | | |||||
| * | Admin panel, pomf-standarization and stuff | kanadeko | 2017-01-16 | 1 | -4/+41 |
| | | |||||
| * | Updated readme | pitu | 2017-01-14 | 1 | -1/+1 |
| | | |||||
| * | Changed from ip whitelist to token based auth | kanadeko | 2017-01-14 | 1 | -4/+5 |
| | | |||||
| * | Frontend ip blocking | kanadeko | 2017-01-14 | 1 | -1/+1 |
| | | |||||
| * | Frontend done | kanadeko | 2017-01-14 | 1 | -1/+1 |
| | | |||||
| * | Frontend WIP | kanadeko | 2017-01-14 | 1 | -1/+1 |
| | | |||||
| * | First version | Pitu | 2017-01-13 | 1 | -0/+49 |